nv-l

Re: [NV-L] Node Status Report (Up/Down)

2007-04-03 10:46:12
Subject: Re: [NV-L] Node Status Report (Up/Down)
From: Greg Keetch <gkeetch AT ca.ibm DOT com>
To: Tivoli NetView Discussions <nv-l AT lists.ca.ibm DOT com>
Date: Tue, 3 Apr 2007 07:38:22 -0700

Hi Usman,

There are a few simple ways this can be done. I'm using UNIX syntax, so you may need to slightly modify for Windows.

You could use the smartset utility:
/usr/OV/bin/nvUtil e '((isNode = true) && (("IP Status" = Normal) || ("IP Status" = Critical)))' '%Selection Name%,%IP Status%'

Or create a smartset with the rules you want (such as above) and run:
/usr/OV/bin/nvUtil l smartsetname

Alternatively, you could use a format file and the nvdbformat utility:
/usr/OV/bin/nvdbformat -f nodestatus.format

Here is an example of a format file that will list all nodes with there status, sorted into groups by status:
### example format file start ###
### File: nodestatus.format
### Usage: /usr/OV/bin/nvdbformat -f nodestatus.format
SELECTRULE:isNode=TRUE
SELECTFIELD:1:IP Hostname
SELECTFIELD:2:IP Status
#
GROUPBY:IP Status
SORTBY:1:IP Hostname
#
HEADER:Nodes Report:
HEADER:-------------
HEADER:
#
GROUPHEADER:Status: ${GROUPNAME} - ${NUMMATCH}
GROUPHEADER:IP Hostname, IP Status
GROUPHEADER:_____________________________________________
#
OUTPUT: ${1}, ${2}
#
### example format file end ###

Hope this helps.

Regards,
Greg Keetch
IT Specialist (Advisor), Network Services
Network Management Tools Specialist
Information Technology Services Americas (ITSA), Global Services, IBM Canada

-- I didn't say it was your fault... I said I was going to blame you.

Inactive hide details for "Usman Taokeer" <usman.taokeer AT gmail DOT com>"Usman Taokeer" <usman.taokeer AT gmail DOT com>


          "Usman Taokeer" <usman.taokeer AT gmail DOT com>
          Sent by: nv-l-bounces AT lists.ca.ibm DOT com

          04/03/2007 06:09 AM
          Please respond to
          Tivoli NetView Discussions <nv-l AT lists.ca.ibm DOT com>


To

"Tivoli NetView Discussions" <nv-l AT lists.ca.ibm DOT com>

cc


Subject

[NV-L] Node Status Report (Up/Down)

Hi,
NV v7.1.4 FP05
Windows 2003 Std Edt SP1


Is there any way to get the status(up/down only) of all/any node(s) currently in the NV database .


Regards,

Usman
_______________________________________________
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)

GIF image

GIF image

GIF image

_______________________________________________
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)