Operating System - OpenVMS
1751700 Members
5490 Online
108781 Solutions
New Discussion юеВ

SNS watchdog won't let me delete or hide message

 
SOLVED
Go to solution
Fredrik.eriksson
Valued Contributor

SNS watchdog won't let me delete or hide message

Hi,

Just a quick question if there is some special way to handle low-prio messages in sns watchdog?

SNS> show event
*** LOW Priority messages ***

1-OCT 12:37 CLUSTER0 Queue LPS17A$LASER (On node MACHINE1) is stopped
2-OCT 10:39 CLUSTER0 Queue HP_K4 (On node MACHINE1) is paused
2-OCT 11:19 CLUSTER0 Queue 23B_SVARTVIT (On node MACHINE1) is paused

*** HIGH Priority messages ***

No messages.
SNS> del message "HP_K4" /nod=machine1/trans=tcpip
%SNS-W-NO_MATCH, No matching messages have been found
SNS> hide message "CLUSTER0 Queue"
SNS> show event
*** LOW Priority messages ***

1-OCT 12:37 CLUSTER0 Queue LPS17A$LASER (On node MACHINE1) is stopped
2-OCT 10:39 CLUSTER0 Queue HP_K4 (On node MACHINE1) is paused
2-OCT 11:19 CLUSTER0 Queue 23B_SVARTVIT (On node MACHINE1) is paused

*** HIGH Priority messages ***

No messages.

Every way I've tried just returns that there is no such message. Ever seen this before?

Best regards
Fredrik Eriksson
2 REPLIES 2
Edwin Gersbach_2
Valued Contributor
Solution

Re: SNS watchdog won't let me delete or hide message

$ SENSE WATCH HELP DELETE MESSAGE

reveals:
Deletes an external message or removable built-in message for the
specified Unicenter System Watchdog Agent process.

Messages such as queue entries in a wrong state, missing processes etc. are not removable. They disappear when the problem is gone.

Edwin
Fredrik.eriksson
Valued Contributor

Re: SNS watchdog won't let me delete or hide message

Okey, thing was that since I was going to remove them and since people wasn't entirely sure if they were used or not I thought that I would stop them and wait for some angry emails :P

I ended up removing them and making a script to recreate them if needed instead.

Thanks for the answer thou :)