- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Telnet sessions die
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
08-24-2000 12:38 PM
08-24-2000 12:38 PM
Telnet sessions die
We have a k580, 11.0 hp9000 system. Today, all of the logged in reflections X telnet sessions to this box froze and no new sessions could be started. The system was still up, and I was able to login at the console and rebooted the box. Yesterday I installed an sos patch PHNE_19984 which, according to HP, would not affect the box. I also increased the size of maxdsiz. This is an oracle 8.0.5 box, and the DBA is checking to see if one of the two instances was the cause of this problem since one of them was down.
Has anyone encountered this type of problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2000 12:40 PM
08-24-2000 12:40 PM
Re: Telnet sessions die
Also, look in the inetd.sec file for any blocks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2000 12:46 PM
08-24-2000 12:46 PM
Re: Telnet sessions die
Telnet sessions die (I suppose the existing ones), can you re-login issuing new telnet session? That message did you get?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2000 01:15 PM
08-24-2000 01:15 PM
Re: Telnet sessions die
grep pty /stand/system >> how many in the kernal
/dev/ll pt* | wc -l >> how many device files are created?
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2000 02:02 PM
08-24-2000 02:02 PM
Re: Telnet sessions die
I checked the inetd.sec file. There were no blocks.
At the time the sessions froze, I was logged in from my NT workstation as root. I just went to the console to see if I could log in there first. I did not try to start a new session from my workstation, but the DBA said she was unable to start a new session.
We were able to login via telnet sessions with no problmes once I rebooted the box.
There were no "cannot allocate pty" error messages in the syslog file. This was the first place I checked for any clues.
ls /dev/pty |wc -w ---> 60
# grep pty /stand/system
strpty_included
nstrpty 60
HP recommends increasing NPTY and NSTRPTY to 512.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2000 10:38 PM
08-24-2000 10:38 PM
Re: Telnet sessions die
#telnet . (telnet_space_dot).
Increase npty
Check the network patches in the machine.
Can you get an rlogin session when telnet is not working?
Finally, I don't know what you tried to fix with that patch, but if is doing that, just remove it (swremove).