- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to determine the total number of concurrent lo...
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
06-25-2007 01:03 AM
06-25-2007 01:03 AM
How to determine the total number of concurrent login connections an hp unix server can support
Please tell me all what I need to do to determine the total number of concurrent login connections my hp unix server can support ?
Regards,
Berenger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2007 01:11 AM
06-25-2007 01:11 AM
Re: How to determine the total number of concurrent login connections an hp unix server can support
But the kernel parameter nstrpty plays a role in how much telnet clients that can connect to the server
http://docs.hp.com/en/939/KCParms/KCparam.NstrPty.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2007 01:32 AM
06-25-2007 01:32 AM
Re: How to determine the total number of concurrent login connections an hp unix server can support
do you want to restrict it or is it for info only?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2007 02:12 AM
06-25-2007 02:12 AM
Re: How to determine the total number of concurrent login connections an hp unix server can support
Thanks for your prompt replies.
Here is my problem:
My HP unix server has been configured with three Oracle Databases instances and three Oracle applications. During peak usage time, no additional user can login to the system. The telnet session keeps on throwing away any additional connection. What I usually do to solve this problem is to restart the whole server and this is not good for a live environment.
Please help. What should I do ?
Regards,
Berenger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2007 02:16 AM
06-25-2007 02:16 AM
Re: How to determine the total number of concurrent login connections an hp unix server can support
check also syslog.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2007 02:20 AM
06-25-2007 02:20 AM
Re: How to determine the total number of concurrent login connections an hp unix server can support
# kmtune -q nstrtel
# ls -1 /dev/pts/t* | wc -l
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2007 02:58 AM
06-25-2007 02:58 AM
Re: How to determine the total number of concurrent login connections an hp unix server can support
Increase all 3 parameters, rebuild the kernel and reboot the system.
The value you increase them to is up to you. I would probably double or triple the current value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2007 03:28 AM
06-25-2007 03:28 AM
Re: How to determine the total number of concurrent login connections an hp unix server can support
Surprisingly, the number of licensed users only limits those users directly attached to the system via serial lines. Users connected via the network don't count for licensing purposes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2007 03:48 AM
06-25-2007 03:48 AM
Re: How to determine the total number of concurrent login connections an hp unix server can support
Thank you very much for your contributions.
I will try your suggestions tomorrow. I am convinced my problems will be solved.
Regards,
Berenger