- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Messagge vmunix: kthread: table is 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
11-07-2000 10:41 AM
11-07-2000 10:41 AM
Messagge vmunix: kthread: table is full
Anybody know about this, or a white paper whit messagges ?
Regards,
MDF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2000 10:45 AM
11-07-2000 10:45 AM
Re: Messagge vmunix: kthread: table is full
It could be nfile or nproc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2000 11:10 AM
11-07-2000 11:10 AM
Re: Messagge vmunix: kthread: table is full
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2000 12:30 PM
11-07-2000 12:30 PM
Re: Messagge vmunix: kthread: table is full
First, I would make sure my semaphore settings are appropriate. That the dba's hadn't changed anything in their ~init.ora files asking for more than the kernel was set to give.
Second, I'd double check my patch level, there was something kthread error on previous thread - Now this may not be your issue, but it never hurts to double check. I posted here for ver 10.2 - if your 11.0 I think the patch is PHKL_20851.
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=5bc2f7781bf55d03ca/screen=ckiDisplayDocument?docId=200000048682195
Just a couple thoughts,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2000 01:33 AM
11-08-2000 01:33 AM
Re: Messagge vmunix: kthread: table is full
check if are there some core file by doing
#find / -name core -exec ls -l {} ;
If there are not any thanh I would like to suggest you to modify your kernel parameter by increasing nproc and nfile.
hope it's help you
Augusto