Operating System - HP-UX
1834149 Members
3215 Online
110064 Solutions
New Discussion

Re: Cannot telnet again after reboot server?

 
SOLVED
Go to solution
Jacky Wong_1
Occasional Advisor

Cannot telnet again after reboot server?

Dear All,

I cannot telnet to server again after reboot it. Do you know any diagnostic method to check where have problem? I am using HP-Unix 11.0. Please help!
Jacky Wong
3 REPLIES 3
Animesh Chakraborty
Honored Contributor
Solution

Re: Cannot telnet again after reboot server?

Hi,
Can you login from console?
To start with check the followings
#who -r to check the run level
#cat /etc/inetd.conf|grep telnet
make sure that there is no # before telnet
telnet stream tcp nowait root /usr/lbin/telnetd telnetd -b /etc/issue
#ps -ef|grep telnet
Can you ping that server ?

Did you take a backup?
Wilfred Chau_1
Respected Contributor

Re: Cannot telnet again after reboot server?

logon to the server and check to make sure
inetd is running.
Ravi_8
Honored Contributor

Re: Cannot telnet again after reboot server?

Hi,
Step 1:
check /etc/inetd.conf file , if telnetd line commented do uncomment and run
#inetd -c

If this process didn't give you the desired result then
step 2:
#cd /dev
check the owner and permission for tty files
permision should be rw for all(0666) and should be character files, and the owner must be bin and group tty (bin:tty), if still not working then do
#insf -e( this will install all pseudo files)


never give up