nv-l
[Top] [All Lists]

RE: [nv-l] Tivoli Netview 7.1.3 AIX and Solaris

To: <nv-l@lists.us.ibm.com>
Subject: RE: [nv-l] Tivoli Netview 7.1.3 AIX and Solaris
From: "Chaudhary, Arvind" <Arvind.Chaudhary@XEROX.COM>
Date: Fri, 21 Apr 2006 17:00:33 +0530
Cc: <arvindch1979@yahoo.com>, "Semones, Charles" <Charles.Semones@XEROX.COM>, "Joshi, Neeraj" <Neeraj.Joshi@XEROX.COM>
Delivery-date: Fri, 21 Apr 2006 12:32:43 +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
Thread-index: AcZYqw5DLClJ1F6SQYCla7NHO/puPAMivfUg
Thread-topic: [nv-l] Tivoli Netview 7.1.3 AIX and Solaris
Thanks Francois,

Your suggestions worked and we were able to rectify the problem.
We are facing similar problem in Tivoli Netview 7.1.4 on Solaris.

The trap are not displayed on the alarm browser by our application (the
same as we used in 7.1.3 xrx_prnStatus). The entries in ovactiond log
are as follows:


04/21/06 06:12:41 AM ovactiond: Closing at the request of OVsPMD (via
ovstop).
04/21/06 06:12:49 AM Filtering all non alpha-numeric characters from
trap strings
with the exception of:  -.
04/21/06 06:12:49 AM Commands issued will be sanitized by replacing all
others with underscores.
To view sanitized commands in this log, run ovactiond with either the
tracing or verbose flag.
04/21/06 06:12:52 AM ovactiond starting.  Waiting up to 300 seconds for
command to complete.
04/21/06 06:24:24 AM ovactiond: Closing at the request of OVsPMD (via
ovstop).
04/21/06 06:24:36 AM Filtering all non alpha-numeric characters from
trap strings
with the exception of:  -.
04/21/06 06:24:36 AM Commands issued will be sanitized by replacing all
others with underscores.
To view sanitized commands in this log, run ovactiond with either the
tracing or verbose flag.
04/21/06 06:24:37 AM ovactiond starting.  Waiting up to 300 seconds for
command to complete.
04/21/06 07:10:13 AM Command /usr/OV/bin/nmdemandpoll 13.205.105.98
returned standard output data:

07:10:02 ***** Starting demand poll of node 13.205.105.98 *****
07:10:02     Interface 13.205.105.98(Xerox) (currently up)
07:10:02   Interface 13.205.105.98(Xerox) is UP Responded to ping
07:10:02   Current polling parameters
07:10:02     scheduled configuration check at 04/22/06 06:25:32
07:10:02     scheduled new node poll at 04/21/06 13:16:03
07:10:02       auto-adjusted polling interval is 24420 seconds
07:10:02   Get system identifier
07:10:03   Get system description
07:10:03   Get system name
07:10:03   Get IP forwarding status
07:10:03   Get IP address table
07:10:04   Get number of interfaces
07:10:05   Get interfaces table
07:10:06   Get ARP table for discovering secondary interfaces
07:10:08   Get default routing entry
07:10:08   Get extended interfaces table
07:10:09   Get system location
07:10:09   Get system contact
07:10:09   Get IpNetToMedia table
07:10:12   Get Middle Level Manager
07:10:12     SNMP error: no such name
07:10:12   Get System Information Agent
07:10:12     SNMP error: no such name
07:10:12   Get Manager Product Name
07:10:13     SNMP error: no such name
07:10:13   Get SIA OS/2
07:10:13     SNMP error: no such name
07:10:13   Verify node name
07:10:13     no node name found
07:10:13 ***** End of demand poll for node 13.205.105.98

Please help.

Thanks & Regards
Arvind Chaudhary

-----Original Message-----
From: owner-nv-l@lists.us.ibm.com [mailto:owner-nv-l@lists.us.ibm.com]
On Behalf Of Francois Le Hir
Sent: Wednesday, April 05, 2006 5:42 PM
To: nv-l@lists.us.ibm.com
Subject: Re: [nv-l] Tivoli Netview 7.1.3 AIX and Solaris

Arvind,

It seams to me that it is doing what it is supposed to do.
ovactiond.log shows that the nvsniffer command is executed when your
traps
are received. However it return an invalid status or an error message.
You
need to double check what /usr/OV/bin/xrx_prnStatus.exe is doing when
executed. Why does it return a value '9' ? also I guess it call the ps
command with some invalid parameters (-- f).
Try running the nvsniffer command manually to see if you get the same
errors. I don't know if you wrote that xrx_prnStatus.exe yourself but if
that's the case you should be able to debug it.

Salutations, / Regards,

Francois Le Hir
Network Projects & Consulting Services
IBM Global Services



 

             "Chaudhary,

             Arvind"

             <Arvind.Chaudhary
To 
             @xerox.com>               <nv-l@lists.tivoli.com>

             Sent by:
cc 
             owner-nv-l@lists.         <arvindch1979@yahoo.com>

             us.ibm.com
Subject 
                                       [nv-l] Tivoli Netview 7.1.3 AIX
and 
                                       Solaris

             04/04/2006 11:22

             PM

 

 

             Please respond to

             nv-l@lists.us.ibm

                   .com

 

 





I am developing a plugin on Tivoli Netview 7.1.3 for AIX and Solaris.
The
purpose of the plugin is to show all the traps messages received from
the
devices managed by the plugin in the Event Browser.
For this purpose I have made an application which should run when the
traps
are received.
Entries have been made in the trapd.conf for these traps. The command in
the ?event modify? window of the traps contains the entries as:
/usr/OV/bin/nvsniffer ?c /usr/OV/conf/xyz.conf  -n $A ?t 1 ?T 30 ?m ?s
xyz.conf is the configuration file that contains the entry for my
application.
$A is the selection name of the device that sends a trap.

Now when I run this command from the console window, I am able to get
the
traps reflected in the event browser. But this command does not executes
automatically for a trap, when set in the ?modify event? for a trap in
the
?event configuration?.

The ovactiond.log contains some entries like:
03/28/06 05:57:28 AM Command /usr/OV/bin/nvsniffer -c
/usr/OV/conf/xrxsniffer.conf -n 13.205.105.98 -t 1 -T 30 -m -s returned
standard output data:
WARNING: launched task '/usr/OV/bin/xrx_prnStatus.exe' on node
'13.205.105.98' returned value (9) out of range; assuming FAILURE.
03/28/06 05:57:28 AM Command /usr/OV/bin/nvsniffer -c
/usr/OV/conf/xrxsniffer.conf -n 13.205.105.98 -t 1 -T 30 -m -s returned
standard error data:
ps: illegal option -- f
usage: ps [ -aceglnrSuUvwx ] [ -t term ] [ num ]
03/28/06 05:57:39 AM Command /usr/OV/bin/nvsniffer -c
/usr/OV/conf/xrxsniffer.conf -n 13.205.105.98 -t 1 -T 30 -m -s returned
standard output data:
WARNING: launched task '/usr/OV/bin/xrx_prnStatus.exe' on node
'13.205.105.98' returned value (9) out of range; assuming FAILURE.
03/28/06 05:57:39 AM Command /usr/OV/bin/nvsniffer -c
/usr/OV/conf/xrxsniffer.conf -n 13.205.105.98 -t 1 -T 30 -m -s returned
standard error data:
ps: illegal option -- f
usage: ps [ -aceglnrSuUvwx ] [ -t term ] [ num ]

Please help me on this.

Thanks & Regards
Arvind Chaudhary





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

Archive operated by Skills 1st Ltd

See also: The NetView Web