- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: System Lock table full
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
03-05-2003 01:38 AM
03-05-2003 01:38 AM
System Lock table full
OVO reports the following error message "Can't lock queue file /var/opt/OV/tmp/OpC/actagtq (qd = 7, fd = ) due to full system table. No Locks available.
One of the instructions in the error message is to check the system lock table limits. Without a tool like Glance, how do i do this ?
Another instruction says that should qd or fd have values other than low positive interger numbers then this could possible be an internal error. Beside for the the values for FD being passed in the error message , how can i view what these are actually set to.
regards
Lester
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 01:58 AM
03-05-2003 01:58 AM
Re: System Lock table full
by default the value is 200.
you need to increase this.
check the kernel parameter page
http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparam.Nflocks.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 01:58 AM
03-05-2003 01:58 AM
Re: System Lock table full
read about the kernel parameters at www.docs.hp.com
In this case increase nflocks
Then you can lock more files.
sam
kernel config
configurable parameters
change nflocks
reboot
steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 02:27 AM
03-05-2003 02:27 AM
Re: System Lock table full
I am sorry, i should have previously mentioned in my original message that i have previously increase nflocks to a value of 12000.
regards
Lester
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 03:25 AM
03-05-2003 03:25 AM
Re: System Lock table full
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062906404
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 04:46 AM
03-05-2003 04:46 AM
Re: System Lock table full
Try
Can't lock queue /var/opt/OV/tmp/OpC/actagtq (qd = 7, fd = ) due to full system table. No locks available.
qd is ok as a small integer, but fd isn't a small integer so this may be an internal problem.
As such stop the OpC agent
processes on the concerned system and then remove the queue files (deleting all files in /var/opt/OV/tmp/OpC/actagtq/ ).
Restarting the opc agents will recreate new virgin queue files.
To be sure take a tar of the QUEUE files before removing them. remove the tar later.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2003 01:00 AM
03-07-2003 01:00 AM
Re: System Lock table full
Thanks for the Info, I can understand why stopping agent processes and removing q files could fix the problem. We have however had this problem before and have done exactly that. Why does this problem occur? I cannot see that inreasing the nflocks again as a valid option.
regards
Lester