nv-l

RE: [NV-L] How to capture "down since" information

2007-05-09 18:18:21
Subject: RE: [NV-L] How to capture "down since" information
From: "Evans, Bill" <Bill.Evans AT hq.doe DOT gov>
To: "Tivoli NetView Discussions" <nv-l AT lists.ca.ibm DOT com>
Date: Wed, 9 May 2007 18:05:00 -0400
Ovtopodump -v will give you a detailed display where the SYMBOL CHANGE TIME 
will contain the information you want.  It will also tell you when the device 
came up or went marginal or was unmanaged.  There will also be a symbol change 
time for each interface so the Unix command to use for the whole time string on 
the device is: 

        ovtopodump -v <hostname> | grep "SYMBOL CHANGE TIME" | awk 'NR==1' | 
cut -d":" -f2- 
 


Bill Evans
Home: 570-639-5691
Cell:    570-852-9549


-----Original Message-----
From: nv-l-bounces AT lists.ca.ibm DOT com [mailto:nv-l-bounces AT lists.ca.ibm 
DOT com] On Behalf Of Dold, Randal
Sent: Wednesday, May 09, 2007 3:50 PM
To: nv-l AT lists.ca.ibm DOT com
Subject: [NV-L] How to capture "down since" information

Hi List,

I generate a report of critical, unreachable and marginal nodes three times a 
day.

I would like to include the "down since" timestamp for each node. 

I know a quicktest will provide the "down since" timestamp, but I am assuming 
that information is in one of the databases already.

Does anyone know where that timestamp is, or how I could get that information 
for each node?

NV7.1.4, FP5 on AIX 5.2

Thanks
Randal Dold



-------------------------Confidentiality Notice--------------------------
This electronic message transmission contains information from the Los Angeles 
Department of Water and Power, which may be confidential.  If you are not the 
intended recipient, be aware that any disclosure, copying, distribution or use 
of the content of this information is prohibited.  If you have received this 
communication in error, please notify us immediately by e-mail and delete the 
original message and any attachment without reading or saving in any manner.

_______________________________________________
NV-L mailing list
NV-L AT lists.ca.ibm DOT com
Unsubscribe:NV-L-leave AT lists.ca.ibm DOT com
http://lists.ca.ibm.com/mailman/listinfo/nv-l (Browser access limited to 
internal IBM'ers only)


No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.467 / Virus Database: 269.6.6/794 - Release Date: 5/8/2007 2:23 PM
 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.467 / Virus Database: 269.6.6/794 - Release Date: 5/8/2007 2:23 PM
 


_______________________________________________
NV-L mailing list
NV-L AT lists.ca.ibm DOT com
Unsubscribe:NV-L-leave AT lists.ca.ibm DOT com
http://lists.ca.ibm.com/mailman/listinfo/nv-l (Browser access limited to 
internal IBM'ers only)