- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Max nflocks reached
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
10-27-2000 11:33 AM
10-27-2000 11:33 AM
By a shell script (found in a document )we discovered that there were more than 190 entries in the kernel file lock table.
This is very strange as, I'm sure, there are only 2 products running (oracle 8.1 and vantive 8.2).
Now. The question is:
How can I discover what process keep those entries ?
Or
May be the kernel doesn't release these entries ?
Do anyone had an idea ?
Thank to all in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2000 11:38 AM
10-27-2000 11:38 AM
Re: Max nflocks reached
Perhaps you have a great number of orphaned processes left around. See this thread for more suggestions:
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x6f717e990647d4118fee0090279cd0f9,00.html
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2000 11:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2000 12:32 AM
10-30-2000 12:32 AM
Re: Max nflocks reached
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2000 03:13 AM
10-30-2000 03:13 AM
Re: Max nflocks reached
You can also check the processes with lsof, download and install from http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.48/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2000 03:13 AM
10-30-2000 03:13 AM
Re: Max nflocks reached
You can also check the processes with lsof, download and install from http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.48/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2000 04:34 AM
10-30-2000 04:34 AM
Re: Max nflocks reached
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2000 05:34 PM
10-30-2000 05:34 PM
Re: Max nflocks reached
A new product was introduced in HP-UX 11.0. Kernel Resource Monitoring (KRM) and is available on the Support Plus CD. It think this is free.
Installing KRM requires the Event Monitoring Service (EMS), which is also on the same CD. EMS is also available at www.software.hp.com. It is a free download.
Once KRM and EMS are installed you can what percent of the file lock table is in use. You can use SAM to view this value, or use it to send you email when the table starts getting full.
Once you have a way to monitor the usage of your file lock table, you can experiment with stopping and starting different applications to see which is consuming the locks.