- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sessions limitation.
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
05-17-2004 06:27 AM
05-17-2004 06:27 AM
Our license says that we have unlimited users so that cant be the problem. Does anyone know what could be the session limit? What do I need to do to correct the problem?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 06:31 AM
05-17-2004 06:31 AM
SolutionTry
kmtune -S /stand/vmunix |grep nstrtel
This value is probably set to its default which i think is 60.
Increase this value and you should be able to have more telnet logins.
Try this link below,
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000072193096
The itrc doc id is KBRC00013957.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 06:31 AM
05-17-2004 06:31 AM
Re: Sessions limitation.
I would suggest checking your syslog and dmesg output to see if these is any complaint about it is out of some table space like file table is full or anything like that ? More than likely, you will need to bump up some kernel parameters.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 06:31 AM
05-17-2004 06:31 AM
Re: Sessions limitation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 06:35 AM
05-17-2004 06:35 AM
Re: Sessions limitation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 07:11 AM
05-17-2004 07:11 AM
Re: Sessions limitation.
npty
nstrpty
nstrtel
Bump them all up to 200 and then adjust nproc and nfile. nproc should start at 2000 and nfile should be about 8000. When you use SAM to set these values, it will automatically create the required pty device files. Then monitor files and processes with sar -v 1 and adjust as necessary. Always have 20% unused so sudden growth will not require an immediate chaneg and reboot.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 07:31 AM
05-17-2004 07:31 AM
Re: Sessions limitation.
npty = 200
nstrpty = 60
nstrtel = 60
nproc = 4096
nfile = 114548
I am waiting to see if i can boot my server at noon to make the changes to nstrpty & nstrtel as you suggested.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 07:51 AM
05-17-2004 07:51 AM
Re: Sessions limitation.
maxusers = 64
maxuprc = 528
Bill, here is the sar info:
root: /usr/sbin ==> sar -v 1
HP-UX diomede B.11.00 U 9000/800 05/17/04
11:52:18 text-sz ov proc-sz ov inod-sz ov file-sz ov
11:52:19 N/A N/A 332/4096 0 1729/8192 0 1270/114558 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 07:59 AM
05-17-2004 07:59 AM
Re: Sessions limitation.
nstrpty nstrtel maxusers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 08:03 AM
05-17-2004 08:03 AM
Re: Sessions limitation.
The guys above gave you all the info you need, use sam and change the kernel parameters you need. Start with maxusers, maxusers is used in the formula off other parameters
http://www.docs.hp.com/hpux/onlinedocs/939/KCParms/KCparam.MiscParamsOverview.html
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 09:07 AM
05-17-2004 09:07 AM
Re: Sessions limitation.
maxusers is a 'formula adjuster' so it isn't a real parameter. It makes a lot of assumptions which sometimes work OK, mostly not. And once you change a formula to a fixed value, changing maxuser no longer changes that value. I would move away from formula values and get to know the real value for your parameters, then monitor the corresponding resource (files, user connections, etc) and adjust as needed. Make sure adjustments are significant so you aren't constantly rebooting.
Bill Hassell, sysadmin