HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: lsof install and setup
Operating System - HP-UX
1834149
Members
2098
Online
110064
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 10:01 AM
12-21-2001 10:01 AM
Hello,
I just downloaded the lsof gzip file. I unzipped it and ran swinstall. No problem.
My questions are:
Is there any other install / config to be done after the swinstall?
If not, do I just manually add the path to my root PATH variable so I can call the command?
I noticed a man directory with lsof. How do I "add" this to the rest of the man pages. I tried a man lsof and it said no manual entry for lsof.
Any other help / advice is much appreciated.
Thanks for your help.
Sanjay
I just downloaded the lsof gzip file. I unzipped it and ran swinstall. No problem.
My questions are:
Is there any other install / config to be done after the swinstall?
If not, do I just manually add the path to my root PATH variable so I can call the command?
I noticed a man directory with lsof. How do I "add" this to the rest of the man pages. I tried a man lsof and it said no manual entry for lsof.
Any other help / advice is much appreciated.
Thanks for your help.
Sanjay
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 10:07 AM
12-21-2001 10:07 AM
Solution
Here is the man page link
http://gatekeep.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.55/man.html
The man page probably is not installed. It probaly is in /opt/lsof/man/man8/lsof.8 .
Run nroff -man /opt/lsof/man/man8/lsof.8 | more
and you should be ok.
I don't know of any other configuration you have to do. You should be good.
HH,
C
http://gatekeep.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.55/man.html
The man page probably is not installed. It probaly is in /opt/lsof/man/man8/lsof.8 .
Run nroff -man /opt/lsof/man/man8/lsof.8 | more
and you should be ok.
I don't know of any other configuration you have to do. You should be good.
HH,
C
"In theory, there is no difference between theory and practice. But, in practice, there is. " Jan L.A. van de Snepscheut
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 10:09 AM
12-21-2001 10:09 AM
Re: lsof install and setup
The easiest thing to for man is in your profile make this change.
MANPATH=$MANPATH:/opt/lsof/man
or you could copy /opt/lsof/man/* /usr/man/man1m.
Your choice.
Again for the lsof command, either copy or link /sbin/lsof to /opt/lsof/bin. or add /opt/lsof/bin to your PATH
MANPATH=$MANPATH:/opt/lsof/man
or you could copy /opt/lsof/man/* /usr/man/man1m.
Your choice.
Again for the lsof command, either copy or link /sbin/lsof to /opt/lsof/bin. or add /opt/lsof/bin to your PATH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 10:11 AM
12-21-2001 10:11 AM
Re: lsof install and setup
Hi,
Another way to get the man page is to including it in your MANPATH variable.
export MANPATH=$MANPATH:/opt/lsof/man
wherever the man directory for lsof is.
You can make it permanent by editing /etc/profile and adding this path nex to MANPATH variable.
-Sri
Another way to get the man page is to including it in your MANPATH variable.
export MANPATH=$MANPATH:/opt/lsof/man
wherever the man directory for lsof is.
You can make it permanent by editing /etc/profile and adding this path nex to MANPATH variable.
-Sri
You may be disappointed if you fail, but you are doomed if you don't try
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP