Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HACMP monitor

Status
Not open for further replies.

nabob1

Programmer
Jul 18, 2003
44
US
Can anyone advise as to the best way to monitor HACMP cluster, any third party tools out there specifically for this purpose? any help would be highly appreciated.
 
i check /usr/es/sbin/cluster/history/cluster* files for any activity on a regular basis with cron scheduled script (find /usr/es/sbin/cluster/history/cluster* -mtime -1) on ALL nodes in cluster and mail support if any activity detected.

gary.
 
HACMP writes any errors or actions to a file called cluster.log. I wrote a script that monitors this file and notifies me of any changes.

The script is located in /usr/es/adm/cluster.log for HA/CMP 5.1 or 4.5 ES. or /var/adm/cluster.log for HA/CMP 4.4 or below.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top