- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP -UX 10.20 - TELNET reached maximum limit.
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-2008 12:32 PM
05-17-2008 12:32 PM
HP -UX 10.20 - TELNET reached maximum limit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2008 12:45 PM
05-17-2008 12:45 PM
Re: HP -UX 10.20 - TELNET reached maximum limit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2008 03:18 PM
05-17-2008 03:18 PM
Re: HP -UX 10.20 - TELNET reached maximum limit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2008 03:28 PM
05-17-2008 03:28 PM
Re: HP -UX 10.20 - TELNET reached maximum limit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2008 04:35 PM
05-17-2008 04:35 PM
Re: HP -UX 10.20 - TELNET reached maximum limit.
npty
nstrpty
nstrtel
Set all of them to 256 (or 512 for future use (use SAM as it will create the required device files too). There is no limitation with RAM because HP-UX is a virtual memory system. That means that swap space will be used when there is not enough RAM. Since you are below the recommended minimum RAM for a 10.20 system, you are already using swap space (see the command: swapinfo -tam). If you have several gigabytes of swapspace, you should have no trouble with hundreds of users logging on.
HOWEVER: your system will be painfully slow since almost every task will require paging (swapping) things out and back in again. Adding more users will just make it slower and slower until you run out of swap space or run out of patience waiting for a login.
You need a minimum og 512 MB and preferably 1024 MB so the CPU can actually do work rather than waiting for paging to complete.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2008 08:12 PM
05-17-2008 08:12 PM
Re: HP -UX 10.20 - TELNET reached maximum limit.
What are all these users doing now and in the future?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2008 04:54 AM
05-18-2008 04:54 AM
Re: HP -UX 10.20 - TELNET reached maximum limit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 12:14 PM
05-19-2008 12:14 PM
Re: HP -UX 10.20 - TELNET reached maximum limit.
But until now I have same questions in doubt. When modify NPTY at SAM I have to modify NPROC and MaxUser too ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 12:18 PM
05-19-2008 12:18 PM
Re: HP -UX 10.20 - TELNET reached maximum limit.
NPTY
NSTRPTY
NSTRTEL
MAXUSER
NPROC
Is it ?
Now I have only 64 users that use telnet session running COBOL 4.0.
I will expand for 90 users work with telnet in same conditions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 04:53 PM
05-19-2008 04:53 PM
Re: HP -UX 10.20 - TELNET reached maximum limit.
> How many parameter have to be changed ?
> NPTY
> NSTRPTY
> NSTRTEL
> MAXUSER
> NPROC
> Is it ?
Now I have only 64 users that use telnet session running COBOL 4.0.
> I will expand for 90 users work with telnet in same conditions.
Since you did not provide the current values for NPROC and NFILE, you can safely double the current values. MAXUSERS is actually hack to change several parameters at the same time. It works, sort of. But the values you need depend completely on what the users will need. Will they run many processes at the same time or just a simple menu program? I doubt that the users are running COBOL as this is a compiler which creates new programs. But even if all your users are writing new programs in the COBOL language, doubling the current values for NPROC and NFILE should be OK. Use the command:
sar -v 1
to see if proc or file values are nearing the maximum when the system is busy.
Bill Hassell, sysadmin