- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nproc value exceeded
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-25-2010 09:15 AM
11-25-2010 09:15 AM
nproc value exceeded
due to some application script running for a long time nproc table got full and server was hunged.
after rebooting server, cimserver was not running and parstatus was also not running.
when i checked with getprpw for cimsrvr user lockout value is 0000001 ,,,
1 in last field indicates password is a *.. may i know what is password is a * deals abt.
but when i checked with other server cimserver is running.
can i have details abt cimserver process.
regards
MC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2010 11:31 AM
11-25-2010 11:31 AM
Re: nproc value exceeded
Here are some links can give you some details on cimsever.
http://jeeva.us/HP-UX/Administration
http://wiki-ux.info/wiki/How_to_troubleshoot_WBEM_subscriptions%3F
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=385569
Rgds...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2010 01:17 PM
11-25-2010 01:17 PM
Re: nproc value exceeded
Have you increased nproc?
What HP-UX version do you have?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2010 04:41 AM
11-26-2010 04:41 AM
Re: nproc value exceeded
A * in encrypted password field can mean three things. * means the account is :-
1) locked
2) deactivated
3) Converted to a trusted system
As I see you have your system converted to a trusted system obviously as you are executing a getprpw command.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2010 09:10 PM
11-26-2010 09:10 PM
Re: nproc value exceeded
did you try stop/start
/sbin/init.d/cim_server stop
/sbin/init.d/cim_server start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2010 03:26 AM
11-27-2010 03:26 AM
Re: nproc value exceeded
#/opt/wbem/lbin/cimserver -s ( to Stop)
#/opt/wbem/lbin/cimserver (To start)
Aneesh