I want to stop getting messages from a node temporarily. (But dont want to do it permanantly.After a day or so, we will want to monitor it).
Note: i want to perform disabling the node from the management server only.
please suggest some ideas.
Thanks in advance!!
(12-03-2009 02:20 AM)Ice Wrote: [ -> ]I want to stop getting messages from a node temporarily. (But dont want to do it permanantly.After a day or so, we will want to monitor it).
Note: i want to perform disabling the node from the management server only.
please suggest some ideas.
Thanks in advance!!
There is one command , through which we can disable the server from monitoring and can stop getting messages temporarily.
opcnode -chg_nodetype node_list='<node name>' net_type=NETWORK_IP node_type=DISABLED
When you want the server to be monitored , we can the node type as CONTROLLED using the below command..
opcnode -chg_nodetype node_list='<node name>' net_type=NETWORK_IP node_type=CONTROLLED
yes,, this helps ...
thanks much!!!