Operating System - HP-UX
1834027 Members
5938 Online
110063 Solutions
New Discussion

Service Guard is configured to use EMS ?

 
SOLVED
Go to solution
CAS_2
Valued Contributor

Service Guard is configured to use EMS ?

Hi.

I need to run STM to get firmware info of a hardware device... but stm doesn't run.
Then I thought to shutdown EMS first, but the message printed says:

In addition, if ServiceGuard is configured to use hardware event monitoring
to determine the health of your system, then disabling monitoring may cause
it to consider this system as having failed. This will result in a package
failover

How can I check if my SG cluster is configured to use EMS ?

Thanx
2 REPLIES 2
Solution

Re: Service Guard is configured to use EMS ?

Get a list of all packages in the cluster:

cmviewcl -l package

For each package in the cluster run:

cmgetconf -p

Look for any uncommented entries that start with "RESOURCE_*" - these indicate EMS resources that Serviceguard is monitoring.

HTH

Duncan

I am an HPE Employee
Accept or Kudo
CAS_2
Valued Contributor

Re: Service Guard is configured to use EMS ?

thank you