Operating System - HP-UX
1835324 Members
2629 Online
110078 Solutions
New Discussion

attempt to log into console, hosts won't allow

 
SOLVED
Go to solution
hpuxhelp
Regular Advisor

attempt to log into console, hosts won't allow

Trying to telnet into a HP machine. It just kick you off at the prompt. What might cause this problem? If reboot the machine, log in ok? thanks
4 REPLIES 4
Ken Hubnik_2
Honored Contributor

Re: attempt to log into console, hosts won't allow

Is inetd process running?
Steven E. Protter
Exalted Contributor

Re: attempt to log into console, hosts won't allow

insf -e

Possibly some bad terminal drives.

I think the inetd thing is a better candidate.

Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
hpuxhelp
Regular Advisor

Re: attempt to log into console, hosts won't allow

how do i check if it is running or not? if it is not running, can you show me how to start it up again? thanks
Patrick Wallek
Honored Contributor
Solution

Re: attempt to log into console, hosts won't allow

# ps -ef | grep inetd

If nothing shows up then:

# /sbin/init.d/inetd start