Hi Bill,
With a bit of tweaking that works in AIX to give a list of IP addresses, so
that's certainly a good start.
I guess what I was really hoping for was some way to see what user logins
were connected - as I'm in a DHCP environment with a standard machine naming
convention that gives no clue as to the machine owner, and I have no
visibility of the records linking machine name to user... :-(
Now that I think about it, I'm not even sure I can see the users logged into
Netview - except tangentially by looking at their unix login - but then it's
not uncommon to give a shared unix login, then have personal netview
application logins.
Thanks!
John.
From: "Evans, Bill" <Bill.Evans@hq.doe.gov>
Reply-To: nv-l@lists.us.ibm.com
To: "'nv-l@lists.us.ibm.com'" <nv-l@lists.us.ibm.com>
Subject: RE: [nv-l] Who's using the Netview Web Console?
Date: Mon, 7 Jun 2004 15:57:41 -0400
Try this command string:
netstat -a | grep <NV-hostname>.8080 | cut -d" " -f2- | cut -d. -f1 | sort
|
uniq
All web consoles are logged into NetView at the 8080 port. This may pick
up
some extras who are accessing the port for other reasons (downloading web
console code) but it will pick up all those logged in.
Bill Evans
Tivoli NetView Support for DOE
301-903-0057
-----Original Message-----
From: owner-nv-l@lists.us.ibm.com [mailto:owner-nv-l@lists.us.ibm.com] On
Behalf Of John Herbert
Sent: Monday, June 07, 2004 10:13 AM
To: nv-l@lists.tivoli.com
Subject: [nv-l] Who's using the Netview Web Console?
Hi all,
Is there a quick and easy way for me to find out who is currently using the
Web Console to connect to Netview?
Thanks,
John.
_________________________________________________________________
It's fast, it's easy and it's free. Get MSN Messenger today!
http://www.msn.co.uk/messenger
_________________________________________________________________
It's fast, it's easy and it's free. Get MSN Messenger today!
http://www.msn.co.uk/messenger
|