nv-l

Re: [nv-l] Howto list only managed nodes ???

2005-11-03 10:46:58
Subject: Re: [nv-l] Howto list only managed nodes ???
From: Paul Stroud <nvladmin AT gmail DOT com>
To: nv-l AT lists.us.ibm DOT com
Date: Thu, 03 Nov 2005 10:46:27 -0500
Try this on for size:

smartsetutil e '"IP Status"!=Unmanaged && isNode=TRUE"

This shoud give you a list of all managed nodes on the map.

Paul

Michael D Schleif wrote:

Netview/Window, v7.1.4, FP3

I am trying to automate un-managing discrete sets of nodes after
discovery finds them.  nvmaputil facilitates this; but, first, I need to
identify and list appropriate nodes.

I have not found necessary information from ovmapdump nor ovtopodump
output.

Ideally, we will periodically dump a list of managed node, parse that
list for nodes to be un-managed, and un-manage them.  It is not
desirable to try to un-manage nodes that are already un-managed ;<

What am I missing?

What do you think?