- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX won't allow telnet connections
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-30-2002 09:40 AM
01-30-2002 09:40 AM
HPUX won't allow telnet connections
Thanks in advance for sharing your knowledge,
Joe Robinson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 09:42 AM
01-30-2002 09:42 AM
Re: HPUX won't allow telnet connections
Had this problem a year ago; intermittent refusal to allow telnet access. An NT Administrator had taken the same IP Address as my HP-UX Box, and the switch/router was sending requests to the last box to send traffic out.
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 09:52 AM
01-30-2002 09:52 AM
Re: HPUX won't allow telnet connections
Increase the
nstr
nstrtel
nstrpty
parameters in the kernel.
sam-Kernel configuration-configurable parameters
Modify,Recompile then boot
Regards:
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 10:00 AM
01-30-2002 10:00 AM
Re: HPUX won't allow telnet connections
npty
nstrpty
In 10.20, there is no nstrtel until 11.0. Double or triple the size of npty and set nstrpty to the same value. The maximum pty values (and corrsponding device files created automatically by SAM) are a hard limit to the number of simultaneous connections. Default is only 60 connections.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 10:02 AM
01-30-2002 10:02 AM
Re: HPUX won't allow telnet connections
Also take a look at this:
http://aa11.cjb.net/hpux_admin/2000/02/0195.html
and
http://www.uwsg.iu.edu/hp/hpux-tune.html#npty
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 11:06 AM
01-30-2002 11:06 AM
Re: HPUX won't allow telnet connections
You can probably clear them if you can stop and start your telnet daemon. There is a patch for the WinNT problem but you have to ask for it, it hasn't been released yet.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 02:05 PM
01-30-2002 02:05 PM
Re: HPUX won't allow telnet connections
What is the error returned when you do a telnet. If there are no errors ans it just sits there, it could be a network issue and not an issue on the server side. Are you unable to do a telnet from any place at at that time. What if you try a telnet from the system itself. Say you are logged into the system as userA, do a telnet to the same server, telnet serverA, and see if the user is able to login again.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 07:12 AM
01-31-2002 07:12 AM
Re: HPUX won't allow telnet connections
I just wanted to follow up and thank everyone for their input on this; along with solving the problem (which was more users logging in than I had allowed for in the kernel, hence I increased the PTY's a bit after I benchmarked the system for evaluation later) I learned quite a few different aspects.
When the PTY limit has been reached, connections (ones here, anyway) connect and immediately disconnect, whether from a workstation or if I telnet "to myself" from the console. We're testing the use of VNC to see if it won't be a lot easier to support (rather than installing XTerm software on all my users PC's, and each session utilized another PTY port, hence my pushing over the threshhold. I identified this by simply doing who -q and checking the # of users on the system; as I suspected, I was at the max threshold as set in my kernel.
Hope this helps someone else out there in the future; I appreciate the learning opportunity afforded by the ITRC!
Regards,
Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 07:16 AM
01-31-2002 07:16 AM
Re: HPUX won't allow telnet connections
The pty parms take very very little in resources...so why not increase them enough to avoid hitting this problem. I have systems set from 400-800 on these parms since there is so little overhead. It would certainly save you having to keep such a close watch for something like this.
Just a thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 07:22 AM
01-31-2002 07:22 AM
Re: HPUX won't allow telnet connections
Thanks for that information...likely I'll hang out here a little late tonight, and modify my kernel accordingly. One thing I am curious about, however (and if anyone can recommend some good reading, I'd appreciate it) is when in VNC (or using X emulation), every terminal session started utilized another PTY port. Is this normal? Or could I configure my system to utilize the original connection rather than spawning additional ones?