Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*Node\s+Up\/Down\s+Traps\s*$/: 13 ]

Total 13 documents matching your query.

1. Node Up/Down Traps (score: 1)
Author: W.M.de.Bruin AT DNB DOT NL
Date: Tue, 7 Mar 2000 11:10:27 +0100
Hi all, Important servers are monitored for availability by Netview. Status Polling is set to take place every 5 minutes. If a server does not respond, a Node Down trap is generated, and automatic es
/usr/local/webapp/mharc-adsm.org/html/nv-l/2000-03/msg00119.html (12,203 bytes)

2. Re: Node Up/Down Traps (score: 1)
Author: lclark AT us.ibm DOT com
Date: Tue, 7 Mar 2000 07:01:58 -0500
I'm sure you will get many suggestions on this one. Here's one: a cron job on the netview server that runs at a certain time that sets a field (maintenancewindow=TRUE) on members of a collection, and
/usr/local/webapp/mharc-adsm.org/html/nv-l/2000-03/msg00120.html (13,421 bytes)

3. Re: Node Up/Down Traps (score: 1)
Author: "Steve Stamper" <sstamper AT foremost DOT com>
Date: Tue, 7 Mar 2000 07:34:36 -0500
I have our traps kick off scripts. In that script I check for time of day and day of week (as well as do some additional logging). Let me know if this is what you are looking for. I might be able to
/usr/local/webapp/mharc-adsm.org/html/nv-l/2000-03/msg00121.html (13,728 bytes)

4. Re: Node Up/Down Traps (score: 1)
Author: James_Shanks AT tivoli DOT com
Date: Tue, 7 Mar 2000 07:04:33 -0500
My suggestion is that you add an in-line action to your ruleset, in which you grep a file which is a list of nodes scheduled for maintenance. If the node is in the list, then you exit the ruleset, el
/usr/local/webapp/mharc-adsm.org/html/nv-l/2000-03/msg00122.html (13,602 bytes)

5. Re: Node Up/Down Traps (score: 1)
Author: Bill Painter <william.t.painter AT lmco DOT com>
Date: Tue, 07 Mar 2000 08:51:32 -0500
I would be intrested in lokking at your Scripts if you still have them avalible. Thanks, Bill --Original Message-- From: Steve Stamper <sstamper AT foremost DOT com> To: IBM NetView Discussion <nv-l
/usr/local/webapp/mharc-adsm.org/html/nv-l/2000-03/msg00123.html (14,315 bytes)

6. Re: Node Up/Down Traps (score: 1)
Author: Ray Schafer <schafer AT tkg DOT com>
Date: Tue, 07 Mar 2000 09:08:19 -0600
I like Leslie's idea of having a cron job set the value for a field (Maintenancewindow=YES) and then unset it later. You will still get the node down, but your ruleset can ignore it. I had a similar
/usr/local/webapp/mharc-adsm.org/html/nv-l/2000-03/msg00125.html (13,393 bytes)

7. Re: Node Up/Down Traps (score: 1)
Author: W.M.de.Bruin AT DNB DOT NL
Date: Wed, 8 Mar 2000 07:42:26 +0100
Ray, You said you used a cron-job to do a demand-poll. What command do you use to initiate a demand-poll? Wouter de Bruin Network Management Consultant `Externe E-Mail wordt door DNB niet gebruikt vo
/usr/local/webapp/mharc-adsm.org/html/nv-l/2000-03/msg00138.html (11,545 bytes)

8. Re: Node Up/Down Traps (score: 1)
Author: W.M.de.Bruin AT DNB DOT NL
Date: Wed, 8 Mar 2000 08:06:24 +0100
Leslie, I like the idea, but this means that I must create a field called : MaintWindow (Or whatever) for the nodes in my Maintenance collection. How do I create this field? Regards Wouter de Bruin N
/usr/local/webapp/mharc-adsm.org/html/nv-l/2000-03/msg00139.html (11,635 bytes)

9. Re: Node Up/Down Traps (score: 1)
Author: lclark AT us.ibm DOT com
Date: Wed, 8 Mar 2000 06:52:14 -0500
The easiest way is to use the nvdbimport command. If you have a file that looks like this: IP Hostname,MaintnenanceTime ServerA,TRUE ServerB,TRUE ServerC,TRUE and run 'nvdbimport -f <name of this fil
/usr/local/webapp/mharc-adsm.org/html/nv-l/2000-03/msg00145.html (13,202 bytes)

10. Re: Node Up/Down Traps (score: 1)
Author: Ray Schafer <schafer AT tkg DOT com>
Date: Wed, 08 Mar 2000 08:53:25 -0600
It was a script something like this: /usr/OV/bin/nmdemandpoll $(/usr/OV/bin/nvUtil l Collection_Name) >/dev/null where Collection_Name is the name of the collection of the nodes whose maintenance win
/usr/local/webapp/mharc-adsm.org/html/nv-l/2000-03/msg00151.html (12,939 bytes)

11. RE: Node Up/Down Traps (score: 1)
Author: "John Creasey" <creasey AT ozemail.com DOT au>
Date: Thu, 9 Mar 2000 05:31:30 +1100
Ooh thats nifty. I never knew about nvUtil. BTW if your going over the max number of command line parameters the easiest way to fix it is to pipe things through xargs. I'd run it like this /usr/OV/bi
/usr/local/webapp/mharc-adsm.org/html/nv-l/2000-03/msg00158.html (14,589 bytes)

12. RE: Node Up/Down Traps (score: 1)
Author: "John Creasey" <creasey AT ozemail.com DOT au>
Date: Thu, 9 Mar 2000 05:41:41 +1100
Ooh another cool trick I can really use. However I wondered if it will cause a problem when I need to delete the node? I've seen posts about problems caused when trying to delete a node that has non
/usr/local/webapp/mharc-adsm.org/html/nv-l/2000-03/msg00161.html (15,132 bytes)

13. RE: Node Up/Down Traps (score: 1)
Author: lclark AT us.ibm DOT com
Date: Wed, 8 Mar 2000 22:57:16 -0500
I've never had a problem with it. The danger is when you create the field and give it flags, including Name (like IP Hostname and Selection Name have). A boolean field with the Locate flag is perfect
/usr/local/webapp/mharc-adsm.org/html/nv-l/2000-03/msg00172.html (16,097 bytes)


This search system is powered by Namazu