Operating System - HP-UX
1834882 Members
2271 Online
110071 Solutions
New Discussion

Re: Determining IP Addresses of Client/Server Users

 
Patrick Bridwell
Occasional Advisor

Determining IP Addresses of Client/Server Users

Back when I was using Glance on my K570 HP10.20 system, I could click on a process and then select Reports and then Process Open Files. This screen would conveniently show the IP Address of any client/server users attached to this process.

Since upgrading to version 11.0, this no longer works. I would love to have a way of determining IP addresses associated with a process so I can inform the user with that IP/Address when a process is hogging the system.

Is there a way to do this through glance or some other method?
6 REPLIES 6
Kofi ARTHIABAH
Honored Contributor

Re: Determining IP Addresses of Client/Server Users

Try lsof ( actually you can search for it on the forums - there have been a number of threads on this topic. You can get lsof from http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.48/

good luck
nothing wrong with me that a few lines of code cannot fix!
Rick Garland
Honored Contributor

Re: Determining IP Addresses of Client/Server Users

lsof is the way to go. Can do this and much more.
Rita C Workman
Honored Contributor

Re: Determining IP Addresses of Client/Server Users

I agree...I heard so much about lsof I finally downloaded and set it up on 2 of my boxes.

It's great....here's a url to get it from: I think you'll like it too !!!

http://hpux.cae.wisc.edu/hppd/hpux/Sysadmin/lsof-4.48/

Regards,
Patrick Bridwell
Occasional Advisor

Re: Determining IP Addresses of Client/Server Users

Will this work on 64-bit HP-UX11?
Patrick Bridwell
Occasional Advisor

Re: Determining IP Addresses of Client/Server Users

Will this work on 64-bit HP-UX11?
Rita C Workman
Honored Contributor

Re: Determining IP Addresses of Client/Server Users

Patrick,

According to lsof it is not supported on 64bit....but I read in previous postings that some folks have put it on 11 boxes (64) and had no problems.

Regards,