- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- telnet problem
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-16-2004 10:54 PM
03-16-2004 10:54 PM
telnet problem
i'm having hp-ux10.20(K-class).
I want telnet my hp-ux from aix.
I can telnet from hp-ux to aix,but i can't telnet from aix to hp-ux.while i connect form aix to hp-ux it gives server name but i didn't get login prompt,then system disconect.
kindly guide me.
Thanks and Regards
S.Muthamilan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 11:01 PM
03-16-2004 11:01 PM
Re: telnet problem
Telnet is hosted by the inetd, so check the /etc/inetd.conf for the telnet line. If proviced ( not hashed out) you could check if the inetd is running, if not start it and if it is running you could reinitialise it using the inetd -c command.
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 11:15 PM
03-16-2004 11:15 PM
Re: telnet problem
There could be one of the following problems
1. Issue with inetd
Please check if this is running, if not
start it as suggested by our friend in
post prior to mine.
If you find that inetd is already running
then try to reinitialise the same.
2. After doing step#1 above, if you still
see the same problem. Try telnetting to
hpux machine using IP address. If this
works, then you can look at the name
resolution area, like may be DNS entry or
may be you can add an entry for your
hpux machine in aix's /etc/hosts file
rgds
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 11:45 PM
03-16-2004 11:45 PM
Re: telnet problem
Add IP address of your aix box into "telnet allow" section of /var/adm/inetd.sec file on HPUX. man inetd.sec for more information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 12:09 AM
03-17-2004 12:09 AM
Re: telnet problem
can u issue command
#insf -e
from HP machine console and do telnet from AIX box