Operating System - HP-UX
1830939 Members
1921 Online
110017 Solutions
New Discussion

How to remove a specific path from EMS monitoring.

 
Silver_1
Regular Advisor

How to remove a specific path from EMS monitoring.

Gurus,

Syslog errors.

EMS Event Notification ------ Value: "CRITICAL (5)" for Resource: "/storage/events/tapes/SCSI_tape/1_0_0_3_1.3.0" (Threshold: >= " 3") Execute the following command to obtain event details: /opt/resmon/bin/resdata -R 298647587 -r /storage/events/tapes/SCSI_tape/1_0_0_3_1.3.0 -n 298647553 -a

We got this error because we have disconnected the LTO tape drive from the system.

How can i remove this from EMS monitoring.

I would like to disable the monitoring of the hardware path 1_0_0_3_1.3.0, sothat i can enable back when we connect another one.

Tx in advance.
N
4 REPLIES 4
D Block 2
Respected Contributor

Re: How to remove a specific path from EMS monitoring.

Nair,

did you see this link:


http://docs.hp.com/en/diag/ems/ems_anat.htm

run this command to disable hardware event monitoring:

/etc/opt/resmon/lbin/monconfig

Did you get email sent to Root also ? Are the events also posted in file:

/var/opt/resmon/log/event.log

Golf is a Good Walk Spoiled, Mark Twain.
Devender Khatana
Honored Contributor

Re: How to remove a specific path from EMS monitoring.

Hi,

Use /etc/opt/resmon/lbin/monconfig to add or delete a monitored resource. The command is a menu driven utility and is self explainary.

HTH,
Devender
Impossible itself mentions "I m possible"
Silver_1
Regular Advisor

Re: How to remove a specific path from EMS monitoring.

See the comments above.
Andrew Merritt_2
Honored Contributor

Re: How to remove a specific path from EMS monitoring.

Have you re-run 'ioscan' since disconnecting the device? Doing so should remove the device from the list of devices, and the monitor should then stop monitoring it.

When you add new hardware, again it should be picked up automatically when it is detected by ioscan.

Andrew