- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Finding the openfiles
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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-18-2001 08:20 AM
12-18-2001 08:20 AM
Is it possible to tell me how it is possible to get the files that are open from the command
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2001 08:21 AM
12-18-2001 08:21 AM
Re: Finding the openfiles
fuser -u .
A better tool is lsof, which you can download.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2001 08:22 AM
12-18-2001 08:22 AM
Re: Finding the openfiles
http://hpux.asknet.de/hppd/hpux/Sysadmin/lsof-4.55/
It doesn't require a reboot, it's just a binary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2001 08:25 AM
12-18-2001 08:25 AM
Re: Finding the openfiles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2001 08:25 AM
12-18-2001 08:25 AM
Re: Finding the openfiles
Get lsof installed as everyone said.
It is a good tool to have. You can download 32bit binary version and start using it but for 64 bit OS you need to download source and compile it before using.
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2001 08:28 AM
12-18-2001 08:28 AM
Re: Finding the openfiles
Once you download lsof-4.55-ss-11.00.tar.gz uncompress it.
lsof-4.55/00.README.FIRST file has all the instructions for compiling and installing it for 64 bit.
It's pretty simple.
-USA...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2001 08:29 AM
12-18-2001 08:29 AM
Re: Finding the openfiles
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.55/
Please can you assign some points,
thanks and good luck
Alan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2001 08:39 AM
12-18-2001 08:39 AM
Re: Finding the openfiles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2001 08:55 AM
12-18-2001 08:55 AM
Solution$ ./Configure
(Do the inventory step, as you prefer.)
(Do the customization step, as you prefer.)
$ make
$ ./lsof -h
To get a list of UNIX dialect abbreviations:
$ Configure -h
Please don't be impatient -- read the documentation first.
* Read the current distribution's details in 00DIST.
* If you want technical details, read 00DCACHE and 00PORTING.
* If you want to cross-configure, read 00XCONFIG.
* If you're having trouble, read 00FAQ. (Please read 00FAQ before
you send a bug report.)
* Lsof contributors may find their names in 00CREDITS. (Thanks, again.)
* Read the lsof.man page file. Its nroff source is in lsof.8.
* Consider subscribing to the lsof-l mailing list -- read 00LSOF-L
for details.