- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: no start any process - error 35
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
07-09-2004 04:49 AM
07-09-2004 04:49 AM
no start any process - error 35
No telnet, only console (with root)
conection establish don't down, however no working any command's (ls, ps, ...)
message: "DEC OSF/1 AXP Error: 35: Operation would block"
this message is show after any command, and command not working.
Number total of process approach 300
max-proc-max-proc-per-user=512
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 06:52 AM
07-09-2004 06:52 AM
Re: no start any process - error 35
Anything in the system logs such as /var/adm/messages or /var/adm/syslog.dated/current/daemon.log or kern.log?
Does a reboot make the problem go away and for awhile?
I vaguely remember someone mentioned this can be a socket problem.
Victor Semaska
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 07:19 AM
07-09-2004 07:19 AM
Re: no start any process - error 35
Jul 8 17:12:27 srv42 vmunix: task table is full
Jul 8 17:12:58 srv42 vmunix: task table is full
Jul 8 17:15:04 srv42 last message repeated 14 times
Jul 8 17:23:11 srv42 last message repeated 104 times
syslog no messages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 07:27 AM
07-09-2004 07:27 AM
Re: no start any process - error 35
You may want to increase the value of max-proc-per-user & max-threads-per-user as well. Your original post said its 512 so double it to 1024.
Victor Semaska
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 07:44 AM
07-09-2004 07:44 AM
Re: no start any process - error 35
maxusers = 32
however all my process pertain to oracle user.
when some process is close, other can to open.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 07:49 AM
07-09-2004 07:49 AM
Re: no start any process - error 35
'# man sysconfigdb' on how to update the values of the parameters. They're kept in /etc/sysconfigtab but it's recommended not to edit this file directly.
A reboot will be required.
Victor Semaska