- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP9000 telnet problem
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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-06-2002 12:10 PM
03-06-2002 12:10 PM
HP9000 telnet problem
I have an hp9000 that after i do a reboot i can no longer telnet to i just get a blank window. I have found out that if i hit control B enter the system seems to come alive.
Any suggestions please help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 12:19 PM
03-06-2002 12:19 PM
Re: HP9000 telnet problem
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 12:23 PM
03-06-2002 12:23 PM
Re: HP9000 telnet problem
Check whether you have 'telnetd' running on the system ? Check for inetd daemons too.
Also which server ? which OS ?
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 12:24 PM
03-06-2002 12:24 PM
Re: HP9000 telnet problem
Try to check telnetd daemon is running?
check /etc/inetd.conf
for following entry
telnet stream tcp nowait root /usr/lbin/telnetd telnetd
(This is a single line)
also check /etc/services
After making changes to /etc/inetd.conf run following command
# inetd -c
this will cause system to reread the modified inetd.conf file.
Thanks,
-Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 12:30 PM
03-06-2002 12:30 PM
Re: HP9000 telnet problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 12:32 PM
03-06-2002 12:32 PM
Re: HP9000 telnet problem
What are you telnetting from?
If it is a remote telnet program then have a look at the session settings.
Most telnet sessions will stop upon a server reboot and have to be told to retry.
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 12:35 PM
03-06-2002 12:35 PM
Re: HP9000 telnet problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 08:25 PM
03-06-2002 08:25 PM
Re: HP9000 telnet problem
Okay, firstly, check the /etc/profile and ~/.profile files and see if they have anything in them that would cause a hang like what you describe. Things to look for are unfinished quotes, ie "
Also, try telneting from various machines on the network, especially ones which are in the same subnet as the one you are connecting to.
A control-D signifies an EOF to unix, so it may be something to do with a read or something. Perhaps double check /etc/issue?
Hmm, how long have you left the telnet window trying to connect? Try telneting to the machine but don't type anything, see if there is some sort of timeout after a few minutes. This might give more information.
Also, sometimes X and xterms can have trouble processing .profiles and other things. I can remember once when someone patched his HP-UX workstations and afterwards his xterms on his own machine were blank. He had to do a control-D or something like it to get a prompt. Unfortunately I can't remember what the problem was. Might have been something to do with /etc/gettydefs. Perhaps a later patch fixed the problem.
Hope you find a solution.
- Andy Gray
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 08:40 PM
03-06-2002 08:40 PM
Re: HP9000 telnet problem
Are you facing this problem of not getting the server login screen by doing a telnet from single node/PC or this is the problem faced by all the nodes/PCs.
If it is specific to a single PC or node check the network connectivity of that PC/node .
May be you can ping the server from that PC /node.
K.Vijay