- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX 11.23 - Limit on user sessions?
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-17-2007 10:55 PM
07-17-2007 10:55 PM
HPUX 11.23 - Limit on user sessions?
We are experiencing a prpoblem on one of our 11.23 servers using ssh for user logins. There seems to be a limit to the number os users which can connect a session at one time.
We have checked the kernel for any limits and all settings such as npty, nstrpty and nstretel have all been increased to 120 (system default was 60) however we are still having a limit where we cannot go beyond 30 connections.
Any ideas? I was expecting to fiund a limit in the ssh_config restricting the number of secure shell connections but I cant see one (we use PUTTY as out client secure sell conneciton).
Any ideas much appriciated.
thanks. Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2007 10:58 PM
07-17-2007 10:58 PM
Re: HPUX 11.23 - Limit on user sessions?
insf -e
Try again. After increasing possible sessions device files for pseudo terminals need to be created.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2007 11:05 PM
07-17-2007 11:05 PM
Re: HPUX 11.23 - Limit on user sessions?
Which type of dev should I be looking fo rthe increase in, as even after an insf -e we still have the same number of devices in /dev/pty
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2007 12:31 AM
07-18-2007 12:31 AM
Re: HPUX 11.23 - Limit on user sessions?
Have a look at this doc.
Title: How do I increase the number of telnet sessions allowed (pty's) ?
Document ID: emr_na-c00939704-3
europe
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c00939704-3
us
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c00939704-3
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2007 12:54 AM
07-18-2007 12:54 AM
Re: HPUX 11.23 - Limit on user sessions?
I think you should first of all monitor the "SYSTEM TABLE" in glance.
glance -t
This will give you a better indication on which parameter should be tuned:
In this above mentioned report, the following values may be obtained:
e.g.
--------------------------------------------------------------------------------
SYSTEM TABLES REPORT Users= 2
System Table Available Used Utilization High(%)
--------------------------------------------------------------------------------
Proc Table (nproc) 4096 678 17 17
File Table (nfile) 63498 7948 13 13
Shared Mem Table (shmmni) 512 11 2 2
Message Table (msgmni) 4096 2 0 0
Semaphore Table (semmni) 4096 26 1 1
File Locks (nflocks) 4096 70 2 2
Pseudo Terminals (npty) 60 0 0 0
Buffer Headers (nbuf) na 73746 na na
hope this helps!
kind regards
yogeeraj