Saturday, December 3, 2022

AIX HACMP script to monitor cluster resource group health

Shell script to monitor AIX cluster health

while true
do
clrginfo
lssrc -ls clstrmgrES |grep -i state
Sleep 5
done

It show RG status and cluster is in stable or not.

Thanks !!!
:)

No comments:

Post a Comment