- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NIS Server Problem
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
09-05-2002 11:44 PM
09-05-2002 11:44 PM
NIS Server Problem
I have a situation here like, in my NIS server [9000/800/R380, 10.20 OS , 1GB physical memory] there is error message called "proc table is full".
If i try to enter in the console after typing the userid 'root' it's giving error called "Fork resource temporarily unavailable" then after typing passwd it's giving error calld "could not execute quote command ".
Can anybody can help in this issue.
[Note:- I have configured this server very recently, It's working as a WEB server,NIS Server, Applicatons Server]
Thanks in Advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 12:12 AM
09-06-2002 12:12 AM
Re: NIS Server Problem
You have to Interrupt the boot sequence
ISL>hpux -is
Go to single user mode
Increase nproc and nfiles thru SAM.
nfiles = 1500
nproc = 2500
Rebuild the kernel and reboot.
Now system should boot normally.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 01:12 AM
09-06-2002 01:12 AM
Re: NIS Server Problem
Siva is right,
Enter into single user mode, look at the value of nproc(a kernel parameter) thru SAM. increase the nproc value( double of the curent value is advised). when u exit SAM, system will build the kernel and reboots.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 02:19 AM
09-06-2002 02:19 AM
Re: NIS Server Problem
Thanks for the response
I'll get back to u, once it's happen.
[Before doing this anything i have to do, for safety purpose.]
Thanks and Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 06:47 AM
09-06-2002 06:47 AM
Re: NIS Server Problem
If you can get on the machine via an existing connection run "sar -v" to show you the process table limits and current size.
You can ask people to log off, thus freeing up processes. Then increase the nproc kernel parameter and rebuild the kernel.
If you can't free up process AND can't get on the machine then:
'ctl-b'
'rs'
interupt boot process.
'hpux -is "
Run Sam and increase nproc=NNNNN
Rebuild the kernel and reboot.
HTH