nv-l

Re: [nv-l] Commands?

2005-12-12 12:30:51
Subject: Re: [nv-l] Commands?
From: John M Gatrell <John.Gatrell AT uk.ibm DOT com>
To: nv-l AT lists.us.ibm DOT com
Date: Mon, 12 Dec 2005 17:30:17 +0000

The 1st bit should be straightforward with the nvUtil command.
How about (on AIX or Linux versions of NetView) from the command line
   nvUtil  e  "(isRouter = True) && ('IP Status' != Unmanaged)"  |  wc  -l

and
   nvUtil  e  "(isRouter != True) && ('IP Status' != Unmanaged)"  |  wc  -l

John Gatrell

>I need to find out how many routers and servers Netview manages.  What is the command?
>
>I also need a report on what Netview is managing in a specific location.  What is the command to get this information?

>
>Kelly Root