nv-l
[Top] [All Lists]

nvUtil help

To: nv-l@lists.tivoli.com
Subject: nvUtil help
From: "Westphal, Raymond" <RWestphal@erac.com>
Date: Mon, 3 Dec 2001 12:55:07 -0600
Hello Everyone.

AIX 4.3.3.10 and NetView 6.0.2.

I'm trying to create a list of nodes by Object ID. Actually there are 9
ObjectIDs that I want to collect. And I want a collection of all frame
routers that have a Critical or Marginal status.

Is there is an easy way to combine the following lines:

/usr/OV/bin/nvUtil e "('isNode'=True) && ('IP Status'='Critical') && \
        !(('SNMP sysObjectID'~'1.3.6.1.4.1.17'))" "%IP Hostname%" \
         > /tmp/frame
/usr/OV/bin/nvUtil e "('isNode'=True) && ('IP Status'='Marginal') && \
        !(('SNMP sysObjectID'~'1.3.6.1.4.1.17'))" "%IP Hostname%" \
         >> /tmp/frame
/usr/OV/bin/nvUtil e "('isNode'=True) && ('IP Status'='Critical') && \
        !(('SNMP sysObjectID'~'1.3.6.1.4.1.18'))" "%IP Hostname%" \
         >> /tmp/frame
/usr/OV/bin/nvUtil e "('isNode'=True) && ('IP Status'='Marginal') && \
        !(('SNMP sysObjectID'~'1.3.6.1.4.1.13'))" "%IP Hostname%" \
         > /tmp/frame
/usr/OV/bin/nvUtil e "('isNode'=True) && ('IP Status'='Marginal') && \
        !(('SNMP sysObjectID'~'1.3.6.1.4.1.17'))" "%IP Hostname%" \
         >> /tmp/frame
/usr/OV/bin/nvUtil e "('isNode'=True) && ('IP Status'='Marginal') && \
        !(('SNMP sysObjectID'~'1.3.6.1.4.1.18'))" "%IP Hostname%" \
         >> /tmp/frame

Thanks in advance.

Ray Westphal


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

Archive operated by Skills 1st Ltd

See also: The NetView Web