- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Lock Files
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
01-17-2007 05:23 PM
01-17-2007 05:23 PM
Lock Files
I would like to ask how to identify the stat of lock files and and list them?
Thanks!
Maximum point for all correct answers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2007 06:05 PM
01-17-2007 06:05 PM
Re: Lock Files
Idetifying the status of the nflock kernel parameter, or identifying the status of one lock file?
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.77/
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/tusc-7.8/
Title: HPUX OS: Determining nflock Usage Using lsof(8)
Document ID: KBRC00005697
Last Modified Date: 8/3/05
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000079977609
If you are trying to identify the status of one lock file, use lsof to identify the processid, and run tusc/truss (-p pid) to track down the status.
Hope this helps a bit,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2007 02:10 AM
01-18-2007 02:10 AM
Re: Lock Files
I am not sure what you are refering to.
If you want to know what process is using ( locking ) a file, you may use the fuser command.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2007 02:54 AM
01-18-2007 02:54 AM
Re: Lock Files
Are you asking how to tell which files on an HP-UX system are currently locked? If not, please clarify exactly what you're trying to determine.
Thanks,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2007 10:52 AM
01-18-2007 10:52 AM
Re: Lock Files
Sorry for the confusion. Im asking which files on an HP-UX system are currently locked and how to determine the exact numbers that are locked including its file size.
Thanks,