This tool launches a complete audit of a SAS VIYA 3.5 platform.
- The script must be installed on the server you want to test (microservice server, Cas controller)
- You must have root or sudo rights to run this script
After cloning the repository, the health check is done simply by running msHealthCheck.sh shell in the scripts directory
msHealthCheck.sh
--full perform a complete check
msHealthCheck.sh --full
--ms controls the microservice server
msHealthCheck.sh --ms
--casctrl controls the CAS controller server
msHealthCheck.sh --casctrl
--caswrk controls a CAS Worker server
msHealthCheck.sh --caswrk
The --checkupdate option allows to list the packages present in the repository but not installed on the viya environment
msHealthCheck.sh --checkupdate
You can use the --batch option to redirect the audit results to a file.
msHealthCheck.sh --batch
The output file is written to /tmp/ as SASmsHealthCheck_PID.log
msHealthCheck.sh --debug