- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- telnet not working
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
03-10-2004 01:56 AM
03-10-2004 01:56 AM
I have HP-UX C30000 Server When I telnet I got error Telnet Device Missing: Not Owner Local flow control off
Ping is working.
nslookup IP
nslookup hostname is working fine
On server telent I get same error
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 01:58 AM
03-10-2004 01:58 AM
Re: telnet not working
Sounds like you may have lost all the pseudo term (pts) devices needed to login to.
Try running the following:
insf -e
Then try again.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 01:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 02:06 AM
03-10-2004 02:06 AM
Re: telnet not working
Can you be able to use rlogin instead of telnet?. If so, try rlogon to the box
1. check the kernel parameter 'nsrtel'
kmtune -l -q nsrtel
2. Verify the number of telnet connections
ps -ef|grep telnetd|grep -v grep|wc -l
If 1 and 2 are close, then you may have to increase nsrtel parameter. Use SAM or "kmtune -s nsrtel=xxx" and rebuild the kernel and reboot the system.
If 1 is far greater than 2, then you may have to rebuild your telnet device files.
#insf -e
-sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 02:10 AM
03-10-2004 02:10 AM
Re: telnet not working
thanks
My hard drive creash Then
Install the operating system
install dataprotector clients
backup the data
then we get this problem
system ping and also ftp work
asif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 02:20 AM
03-10-2004 02:20 AM
Re: telnet not working
I login in machine by rlogin and when I run
ps -ef|grep telnetd|grep -v grep|wc -l
result 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 02:29 AM
03-10-2004 02:29 AM
Re: telnet not working
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 02:37 AM
03-10-2004 02:37 AM
Re: telnet not working
Regards,
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 07:05 AM
03-10-2004 07:05 AM
Re: telnet not working
Thanks every one
I did insf -e problem is solve
asif