Installation guide

92 NovaScale Master 5.2-x Server Add-ons - Installation and Administrator's Guide
Note:
The check_vios_lpar_status command is based on Lpar state obtained by the lssyscfg IVM
command.
Examples:
1. check_NSM_vios_ivm –H 192.168.207.60 –U padmin –I id_dsa_nsm
–N ivm1 l part1
Output: Logical partition part1 on ivm1: Running
Return code: OK.
2. check_NSM_vios_ivm –H 192.168.207.60 –U padmin –I id_dsa_nsm
–N ivm1 l part2
Output: Logical partition part2 on ivm1: Not Available
Return code: CRITICAL.
check_vios_used_pool case
The check_NSM_vios_ivm shell is called with the following syntax:
check_NSM_vios_ivm –H <vios_netName> -U <user> -I <identity_file>
-i POOL -e <sample_time> -w <warn>% -c <crit>%
Output:
Processing pool (nbCPU / CPUTotal units entitled) - utilization on
<sampleTime> mn <check_status>: <utilization percent>%
Note:
The check_vios_used_pool command is based on pool_cycle metrics (total_pool_cycle,
utilized_pool_cycle) obtained by the lslparutil IVM command.
Example:
check_NSM_vios_ivm –H 192.168.207.60 –U padmin –I id_dsa_nsm
-i POOL –e 5 –w 70% –c 80%
Output :
Processing pool (1.4 / 2 units entitled) - utilization on 5 mn OK:
2.16 %
Return code: OK
check_vios_lpar_used_cpu case
The check_NSM_vios_ivm shell is called with the following syntax:
check_NSM_vios_ivm –H <vios_netName> -U <user> -I <identity_file>
-N <vios_name> -l <lpar_name> -i CPU -e <sample_time> -w <warn>% -
c <crit>%