HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: Concurrent telnet sessions
Operating System - Tru64 Unix
1827800
Members
2282
Online
109969
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
12-30-2005 05:09 AM
12-30-2005 05:09 AM
Concurrent telnet sessions
Only 20 concurrent telnet sessions can login to my server running tru64 5.1b.
Is there a way to increase this number?
Is there a way to increase this number?
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2005 05:45 AM
12-30-2005 05:45 AM
Re: Concurrent telnet sessions
You must increase the number of ptys, add this to the sysconfigtab file:
pts:
nptys = 255
Create a file called pts.stanza with the values above and run:
sysconfigdb -m -f pts.stanza
Then, to change the current number run:
sysconfig -r pts nptys=255 -v
And "MAYBE", you may need to run:
for i in `ls /dev/pts`
do
chmod 666 /dev/pts/$i
chown root:system /dev/pts/$i
done
pts:
nptys = 255
Create a file called pts.stanza with the values above and run:
sysconfigdb -m -f pts.stanza
Then, to change the current number run:
sysconfig -r pts nptys=255 -v
And "MAYBE", you may need to run:
for i in `ls /dev/pts`
do
chmod 666 /dev/pts/$i
chown root:system /dev/pts/$i
done
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2006 12:35 AM
01-03-2006 12:35 AM
Re: Concurrent telnet sessions
20 sounds like a strange number, but you might want to look at /dev/pty*. See how many you have. More than likely you don't have many.
If you find that you only have enough to cover those 20 sessions, then try increasing them using the command /dev/MAKEDEV ptyN where N= some number typically starting with 1.
Each time you run this command you'll create 16 more pty/tty device pairs. And each time you'll want to increase N by 1.
BTW: What is the error you get when you try to login and cannot ?
If you find that you only have enough to cover those 20 sessions, then try increasing them using the command /dev/MAKEDEV ptyN where N= some number typically starting with 1.
Each time you run this command you'll create 16 more pty/tty device pairs. And each time you'll want to increase N by 1.
BTW: What is the error you get when you try to login and cannot ?
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP