Skip to content

Commit

Permalink
[RSCT] Add plugin to validate and repair RSCT configuration
Browse files Browse the repository at this point in the history
The RSCT plugin performs following checks to validate RSCT configuations.

1. Check for RSCT installation path
2. Check for RSCT Package information
3. Check for RSCT Service check
4. Check for ibm-power-repo package

The RSCT plugin performs following checks to repair RSCT configurations.

1. Repair and fix RSCT installation path
2. Repair and fix RSCT Package information if any of the RSCT package is
   missing
3. Repair and fix RSCT Service check if any of the RSCT services is down
4. Notifies/WARN user to enable and accept licensing for ibm-power-repo package
if RSCT Packages is not available on the system.

ibm-power-repo package needs to be enabled and accept licensing in
order to install RSCT packages on the system

More info on RSCT:
https://www.ibm.com/support/knowledgecenter/SGVKBA_3.2/admin/bl503_ovrv.html
https://www.ibm.com/support/pages/service-and-productivity-tools

Signed-off-by: Seeteena Thoufeek [email protected]
Signed-off-by: Sourabh Jain [email protected]
  • Loading branch information
Seeteena Thoufeek committed May 30, 2023
1 parent 0eb9df9 commit 68f324f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions servicereportpkg/validate/plugins/rsct.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def check_rsct_package_check(self):

def check_rsct_warning_check(self):
"""IBM Power Repo Package Check"""

status = True
power_repo_package = "ibm-power-repo"
self.log.info("ibm-power-repo Package check")
Expand Down

0 comments on commit 68f324f

Please sign in to comment.