nv-l

Re: How do I stop nodes from being processed by event manager?

1998-11-13 07:50:00
Subject: Re: How do I stop nodes from being processed by event manager?
From: Don Davis <don-n-darla AT WORLDNET.ATT DOT NET>
To: nv-l AT lists.tivoli DOT com
Date: Fri, 13 Nov 1998 07:50:00 -0500
J.P.
Unmanaging a node only stops netmon's polling of the node. (pinging,
configuration and discovery polling)
Unmanaging does not stop reception of "unsolicited traps" that are sent
by the (unmanaged) node.
The only way to accomplish this is to write a ruleset that checks the
node status before processing the trap, If it is unmanaged, discard it.
Be careful though, you do not want to scan the database every time a
trap is received.
I would suggest using a collection to define those "unmanaged" nodes,
then check for collection membership before performing a database scan.

The other (better) option is to go to each node and remove NetView from
its Trap Destination configuration.

=================================================
Don Davis - Consultant, Instructor
Alliance of Professionals & Consultants, Inc.
8600 Caswell Court
Raleigh, NC 27613-1100 USA    Phone: 919-847-6056
Email: Don AT apc-services DOT com
Visit our web site at http://www.apc-services.com
=================================================