- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sys admin
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
06-18-2003 10:49 PM
06-18-2003 10:49 PM
Sys admin
I am getting "vmunix: proc: table is full" in the syslog file and notable to access the system. I have to Physically restart the server.
Please helpm me in solving this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 10:54 PM
06-18-2003 10:54 PM
Re: Sys admin
You need to increase the "nproc" kernel parameter (which will include a reboot).
It's also worth checking your other parameters using Glance to see other potential bottlenecks.
Ollie.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 10:55 PM
06-18-2003 10:55 PM
Re: Sys admin
you should change some kernel tunable parameter, like NPROC.
What is its actual value ?
Please post a "cat /stand/system".
If you want to keep track of usage of this table, you can use "sar -v 3 10".
Refer to "man sar" for details :)
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 10:59 PM
06-18-2003 10:59 PM
Re: Sys admin
- check current "nproc":
# sysdef |grep nproc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 11:04 PM
06-18-2003 11:04 PM
Re: Sys admin
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
# vi system (make your changes bearing in mind that 'nproc' is usually a formula and will affect other parameters.)
save the file
# mk_kernel -s system
# kmupdate
# cd /
# shutdown -r -y now
Or you can use SAM to make the changes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 11:21 PM
06-18-2003 11:21 PM
Re: Sys admin
You should also take the time to have a look at your points assignments, currently 0 from 15
http://forums.itrc.hp.com/cm/UserProfile/1,,CA888151!1,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 11:46 PM
06-18-2003 11:46 PM
Re: Sys admin
You physically restart the server, so you must run:
#/sbin/fsck -y
first , then use:
#mount -a
to mount the file system.
Now you can do anything just as Clay gave above!
Good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 11:50 PM
06-18-2003 11:50 PM
Re: Sys admin
I'm terrible sorry for my mistake!
Thank you all!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 05:39 AM
06-19-2003 05:39 AM
Re: Sys admin
just increase the value of nproc.
it means number of process in your system is equal to nproc value.
if you ahve any session open just try to kill some process after that you will be able to login to system and shutdown system properly.
as other told you have to change the value of nproc....
Sunil