Skip to content

Commit 68f324f

Browse files
author
Seeteena Thoufeek
committed
[RSCT] Add plugin to validate and repair RSCT configuration
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 s1seetee@linux.vnet.ibm.com Signed-off-by: Sourabh Jain sourabhjain@linux.ibm.com
1 parent 0eb9df9 commit 68f324f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • servicereportpkg/validate/plugins

servicereportpkg/validate/plugins/rsct.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ def check_rsct_package_check(self):
103103

104104
def check_rsct_warning_check(self):
105105
"""IBM Power Repo Package Check"""
106+
106107
status = True
107108
power_repo_package = "ibm-power-repo"
108109
self.log.info("ibm-power-repo Package check")

0 commit comments

Comments
 (0)