nv-l
[Top] [All Lists]

Re: [nv-l] Service Down and Service UP TRAPs ...

To: nv-l@lists.us.ibm.com
Subject: Re: [nv-l] Service Down and Service UP TRAPs ...
From: "Bernhard Zanker" <bernhard.zanker@serpro.gov.br>
Date: Thu, 30 Jun 2005 11:54:37 -0300
Delivery-date: Thu, 30 Jun 2005 16:25:18 +0100
Envelope-to: nv-l-archive@lists.skills-1st.co.uk
Reply-to: nv-l@lists.us.ibm.com
Sender: owner-nv-l@lists.us.ibm.com

I have this problem :

Windows have many services, and each service have one OID !!! And NetView Enterprise have just one TRAPs for ServiceDown (58916976) ...

For Example : TSM Server have one OID (1.3.10.65.100.115.109.83.101.114.118.101.114), Telnet Service another OID, DNS Service another, etc ...

I need something like a Translator ... to translate many ServiceDown TRAPs to NetView TRAP Service Down ... and then have just one Enterprise : NetView.

Its that possible ? Or I need to create many Enterprises in TRAP Settings ? I want to manage up to 100 windows services, so I need to create up to 100 Enterprises ???

Regards,
Bernhard




James Shanks <jshanks@us.ibm.com>
Enviado Por: owner-nv-l@lists.us.ibm.com
29/06/05 15:21
Favor responder a nv-l
       
        Para:        nv-l@lists.us.ibm.com
        cc:        
        Assunto:        Re: [nv-l] Service Down and Service UP TRAPs ...

 -



I'm not certain just what you are asking.

Service traps would be issued by servmon provided he is configured to
montior for that service.  If he sent them, you would get them.  You can
send dummy versions of them with the event command to mimic this behavior,
if you want to check how your Perl script behaves.  The command "event -l"
( small letter L) will list all the traps supported by the event command
and then you can issue those that appear in the list either by name or
number.  For example, "event -l" shows that the two traps you are
interested in are
     SUP_EV           0058916975    3        Service Up
     SDWN_EV      0058916976    3        Service Down

so you could issue  either "event -e SUP_EV" or "event -E 58916975" to get
a dummy Service Up event to be issued.  You can combine that with other
parameters on the event command to send more data in the event, as for
example, "event -h test1 -a junk -e 58916975"   which would give you a
Service Up trap from a host named "test1" with the work "junk" in varbind
4, which usually contains, among other things, the service name.

If you are complaining that servmon is not sending the trap, then I would
check his configuration, and his log.  I believe that he runs on a timer
basis and does not react to traps from other devices, but rather performs
his checks based on what in his config file.  So for him to generate his
traps, the Service would have to be up or down at the time that he checked
it, which means that there may be a considerable time lag.  servmon is
designed to notify you about services running on servers which are not
capable of monitoring them and sending traps about them when they go up or
down.  If your server can send his own trap, that will almost always arrive
at your box before servmon will get a chance to go check the service.

Or are you asking about Service Impact traps sent to TEC?  That's a
completely different issue.

James Shanks
Level 3 Support  for Tivoli NetView for UNIX and Windows
Tivoli Software / IBM Software Group


                                                                         
            "Bernhard Zanker"                                            
            <bernhard.zanker@                                            
            serpro.gov.br>                                             To
            Sent by:                  nv-l@lists.us.ibm.com              
            owner-nv-l@lists.                                          cc
            us.ibm.com                                                    
                                                                  Subject
                                      [nv-l] Service Down and Service UP  
            06/29/2005 01:00          TRAPs ...                          
            PM                                                            
                                                                         
                                                                         
            Please respond to                                            
                  nv-l                                                    
                                                                         
                                                                         





Hi again !!!

I'm trying to run Scripts in PERL whenever I receive TRAPs from my network
...

I receive only TRAPs NodeDown and NodeUP, and TRAPs 'AMS2DefaultTrap' from
Enterprise 'AMS2ALERT' (Anti-virus Server) ... but don't Service Down and
Service UP from Enterprise 'NetView' ...

I have connected to UDP port 162 to see if TRAP packets ServiceDown/UP are
arriving from my network ... but I don't see it !!!


Its the problem in my Windows 2000 Host ???

Enviroment :
Server : Tivoli 7.1.3 Windows
Hosts : Windows 2000 SP4 with SNMP TRAP enabled to Tivoli Server IP

Regards,
Bernhard



<Prev in Thread] Current Thread [Next in Thread>

Archive operated by Skills 1st Ltd

See also: The NetView Web