- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- telnet 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
01-18-2009 05:08 AM
01-18-2009 05:08 AM
telnet sessions limitation
i have an issue when more than 65 users trying to login to my tru64 4.0f on es40 server.
i do configured the kernel for more than 200 ptys and created more than 200 ptys using /dev/MAKEDEV script. but it is still limited to 65 users. any attempt to login after that it fails.
am i missing something in the kernel parameters or any other configuration.
?
- Tags:
- telnet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2009 05:25 AM
01-18-2009 05:25 AM
Re: telnet sessions limitation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2009 12:12 PM
01-18-2009 12:12 PM
Re: telnet sessions limitation
Are there any clues in /var/adm/messages ?
You might only be licensed for 64 users...
Cheers,
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2009 11:23 PM
01-18-2009 11:23 PM
Re: telnet sessions limitation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2009 03:42 AM
01-19-2009 03:42 AM
Re: telnet sessions limitation
check with "lmf list full for OSF-USR"
how many "units" are registered.
Ik think you need 100 units per user.
it should be logged if licence limits are exceeded.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2009 11:19 PM
01-19-2009 11:19 PM
Re: telnet sessions limitation
Jan 12 07:17:07 server vmunix: chk_bf_quota: group quota underflow for group 7 on file set
Jan 12 07:30:55 server vmunix: chk_bf_quota: group quota underflow for group 7 on file set
Jan 12 21:36:51 server vmunix: chk_bf_quota: group quota underflow for group 7 on file set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2009 09:46 PM
01-25-2009 09:46 PM
Re: telnet sessions limitation
telnetd: All network ports in use
please suggest solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2009 10:05 PM
01-25-2009 10:05 PM
Re: telnet sessions limitation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2009 01:46 AM
01-26-2009 01:46 AM
Re: telnet sessions limitation
but the "telnetd: All network ports in use" suggests licencing is not the problem.
can you check if the number of tty's matches the number of pty's?
they work in pairs!
read "man pty" :
The pty driver provides support for a device-pair termed a pseudo terminal.
A pseudo terminal is a pair of character devices, a master device and a slave device. The slave device provides an interface identical to that described in the tty(7) reference page.
To create additional ptys, do the following:
1. Increase the value of the nptys attribute for the pts subsystem by using either the dxkerneltuner application or the sysconfig-r*O command. The value you choose should be the maximum number of ptys that you want active on your system.
2. Increase the value of the following attributes for the proc subsystem as follows:
+ maxusers -- 4096
+ max-thread -- 3*maxusers
+ max-task -- 3*maxusers
+ max-proc-per-user -- 3*maxusers
Use either the dxkerneltuner application or sysconfig -r command to make these changes.
3. Create and run (as root) the following script, make_ptys:
Pieter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2009 11:38 AM
01-26-2009 11:38 AM
Re: telnet sessions limitation
# lmf list full
# ls /dev | grep pty | wc -l
# sysconfig -q pts
Do not think it is a license issue, we will see after you you send this outputs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2009 05:06 AM
01-27-2009 05:06 AM
Re: telnet sessions limitation
--------------------------------------------
# lmf list full
--------------------------------------------
Product Name: ADVFS-UTILITIES
Producer: DEC
Issuer: DEC
Authorization Number: ALS-IL-1998JUN20-100
Number of units: 1300
Version:
Product Release Date:
Key Termination Date:
Availability Table Code: H
Activity Table Code:
Key Options: MOD_UNITS, ALPHA
Product Token:
Hardware-Id:
License status: active
Cancellation Date:
Revision Number: 0
Comment:
Cache Total Units: 1300
Activity Charge: 0
Product Name: OSF-USR
Producer: DEC
Issuer: DEC
Authorization Number: ALS-IL-1999JUL19-851
Number of units: 2100
Version:
Product Release Date:
Key Termination Date:
Availability Table Code: H
Activity Table Code:
Key Options: MOD_UNITS, ALPHA
Product Token:
Hardware-Id:
License status: active
Cancellation Date:
Revision Number: 1
Comment:
Cache Total Units: 2100
Activity Charge: 0
Product Name: OSF-BASE
Producer: DEC
Issuer: DEC
Authorization Number: ALS-IL-1999JUL19-849
Number of units: 100
Version:
Product Release Date:
Key Termination Date:
Availability Table Code: A
Activity Table Code:
Key Options: MOD_UNITS, ALPHA
Product Token:
Hardware-Id:
License status: active
Cancellation Date:
Revision Number: 0
Comment:
Cache Total Units: 150
Activity Charge: 0
Product Name: OSF-BASE
Producer: DEC
Issuer: DEC
Authorization Number: ALS-IL-1999JUL19-852
Number of units: 50
Version:
Product Release Date:
Key Termination Date:
Availability Table Code: A
Activity Table Code:
Key Options: MOD_UNITS, ALPHA
Product Token:
Hardware-Id:
License status: active, multiple
Cancellation Date:
Revision Number: 0
Comment:
--------------------------------------------
ls /dev | grep pty | wc -l
--------------------------------------------
544
--------------------------------------------
sysconfig -q pts
--------------------------------------------
pts:
nptys = 700
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2009 09:17 PM
01-31-2009 09:17 PM
Re: telnet sessions limitation
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2009 07:47 AM
02-04-2009 07:47 AM
Re: telnet sessions limitation
can you check if the number of tty's matches the number of pty's?
they work in pairs!
read "man pty" :
The pty driver provides support for a device-pair termed a pseudo terminal.
A pseudo terminal is a pair of character devices, a master device and a slave device. The slave device provides an interface identical to that described in the tty(7) reference page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2009 11:31 PM
02-04-2009 11:31 PM
Re: telnet sessions limitation
ls /dev | grep pty | wc -l
Output: 544
ls /dev | grep tty | wc -l
Output: 2893
Please suggest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2009 12:07 AM
02-05-2009 12:07 AM
Re: telnet sessions limitation
please check
also check if protection of both pty's and in /dev/pts/* is set to 666 (rw-rw-rw-)
alternative :manually start a second telnet-daemon with debug options,
Then setup a telnet session to the specified port. and look for clueues in the output (see man telnet) .
telnetd [-debug | debug6 [port]] [-D modifier...] [-n] [-x] [-K] [-d auth |
enc]
OPTIONS
-debug|debug6 [port]
Starts telnetd manually, rather than through inetd, on alternate TCP port number port