nv-l
[Top] [All Lists]

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

To: "Tivoli NetView Discussions" <nv-l@lists.ca.ibm.com>
Subject: Re: [NV-L] Node Status Report (Up/Down)
From: "Ahsan Ali" <ahsanali@gmail.com>
Date: Thu, 5 Apr 2007 16:14:21 +0500
Delivery-date: Thu, 05 Apr 2007 12:17:13 +0100
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=aGqJZ0xGvKLoyiuqBRlFW7lvuTeL16D6mOBJYwEfcv8GLzq67ZWpGb0bYeGg9ZhSZRKDHPPCYoQLGF+zu24iIFkIFq/pqGwtYOOkrJglheG5bx2C7zGngnpK3w9HD/J4bjE7xeHURLP+bWwoDKL7AN6101/7VK6bDTmwItzS9uI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=dFvfigOWwFuzsMZJMN1JKz6BD17ytb/K0C8+tYD8ROsnUJWen5N6A6qik4aPmzPvfiFAatOjSjc/+o/MSDLyet1Ld5/mSW1Fn36maspxlaaWttbHNmiY/YE6li921FiZY+TwFaAiMY+Eds8rHCWdDVtmjItk9rqzc1uQWXJtZiU=
Envelope-to: nv-l-archive@lists.skills-1st.co.uk
In-reply-to: <OFFC80E2A9.AF5FE237-ON882572B2.004ED247-882572B2.00506B04@ca.ibm.com>
List-help: <mailto:nv-l-request@lists.ca.ibm.com?subject=help>
List-id: Tivoli NetView Discussions <nv-l.lists.ca.ibm.com>
List-post: <mailto:nv-l@lists.ca.ibm.com>
List-subscribe: <http://lists.ca.ibm.com/mailman/listinfo/nv-l>, <mailto:nv-l-request@lists.ca.ibm.com?subject=subscribe>
List-unsubscribe: <http://lists.ca.ibm.com/mailman/listinfo/nv-l>, <mailto:nv-l-request@lists.ca.ibm.com?subject=unsubscribe>
References: <b6875d680704030609m22c1447bi6390f97774229500@mail.gmail.com> <OFFC80E2A9.AF5FE237-ON882572B2.004ED247-882572B2.00506B04@ca.ibm.com>
Reply-to: Tivoli NetView Discussions <nv-l@lists.ca.ibm.com>
Sender: nv-l-bounces@lists.ca.ibm.com
Hi Greg,

Is there a way to get a list of interface names (the hostname the reverse lookup of the IP resolves to) and their current status?

I've only been able to get Null and not the interface's reverse lookup name.

### example format file start ###
### File: nodestatus.format
### Usage: /usr/OV/bin/nvdbformat -f nodestatus.format
SELECTRULE:isInterface=TRUE
SELECTFIELD:1:IP Hostname
SELECTFIELD:2:IP Status

OUTPUT: ${1}, ${2}
### example format file end ###


Thanks!

-Ahsan

On 4/3/07, Greg Keetch < gkeetch@ca.ibm.com> wrote:

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@gmail.com>"Usman Taokeer" < usman.taokeer@gmail.com>



To

"Tivoli NetView Discussions" <nv-l@lists.ca.ibm.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@lists.ca.ibm.com
Unsubscribe:NV-L-leave@lists.ca.ibm.com
http://lists.ca.ibm.com/mailman/listinfo/nv-l (Browser access limited to internal IBM'ers only)


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



_______________________________________________
NV-L mailing list
NV-L@lists.ca.ibm.com
Unsubscribe:NV-L-leave@lists.ca.ibm.com
http://lists.ca.ibm.com/mailman/listinfo/nv-l (Browser access limited to 
internal IBM'ers only)
<Prev in Thread] Current Thread [Next in Thread>

Archive operated by Skills 1st Ltd

See also: The NetView Web