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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Finding out which configset is being used

Status
Not open for further replies.
Aug 9, 2002
9
GB
Morning All,

We have a clustered Unix system which contains 2 configsets caiUxOs_online and caiUxOs_offline. When the sysem fails over from one node to the other it should automatically load the _online on the live server and the _offline on the spare, but I'm not certain this is happening correctly.

Does anyone know of a command to check which configset is currently being used by the caiUxOs agent?

If anyone knows that would be great.

Thanks

Gareth
 
on each configset define a process monitor :

ex : AAA and BBB

set the process status to "DO NOT MONITOR"

on the mib browser check the OID for each process

create a batch witch test with "awget" command each OID

if BBB fail your are using the first configset
if AAA fail your are using the second configset
if both fail your have a problem with your configsets !!!!


fred
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top