Skip to content

Latest commit

 

History

History
77 lines (48 loc) · 1.82 KB

msHealthCheck.md

File metadata and controls

77 lines (48 loc) · 1.82 KB

Activity Stars Website Twitter Youtube

Micro Service Health Check VIYA 3.5

Overview

This tool launches a complete audit of a SAS VIYA 3.5 platform.

prerequisites

  • 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

How to

After cloning the repository, the health check is done simply by running msHealthCheck.sh shell in the scripts directory

msHealthCheck.sh

Options

--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

update viya mode

The --checkupdate option allows to list the packages present in the repository but not installed on the viya environment

msHealthCheck.sh --checkupdate

batch mode

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

debug mode

msHealthCheck.sh --debug