Operating System - HP-UX
1834645 Members
3081 Online
110069 Solutions
New Discussion

Unable to telnet to HP9000 Application Server.

 
SOLVED
Go to solution
Khalil Ahmed
Frequent Advisor

Unable to telnet to HP9000 Application Server.

I require some help. I have two HP9000 application servers running HP_UX 11, I can telnet to one of them but not to the other. Can anyone tell me why?â ¦ is there a telnet daemon I need to start either manually or through SAM?

Your assistance would be much appreciated.

Regards

Khal
8 REPLIES 8
G. Vrijhoeven
Honored Contributor

Re: Unable to telnet to HP9000 Application Server.

Hi Khal,

The telnetd is stated by inetd by default. cat /etc/inetd.conf for info and # inetd -c to restart, re-read inetd.conf config.

Regards,

Gideon
Marco Santerre
Honored Contributor

Re: Unable to telnet to HP9000 Application Server.

Naturally because your telnet is not running you'll definitely need a console or some other way to get in the server, but chances are inetd is not running.

inetd -c to recycle inetd
Cooperation is doing with a smile what you have to do anyhow.
SAHA
Honored Contributor

Re: Unable to telnet to HP9000 Application Server.

compare /etc/inetd.conf for both server and restart inetd.

Thanks,
You must PASS failure on way to success !!!
Jose Mosquera
Honored Contributor

Re: Unable to telnet to HP9000 Application Server.

Hi,

Pls check your /var/adm/inetd.sec file. Review is exist a line like this:
telnet deny *

Rgds.
SIJU JOSE
Frequent Advisor

Re: Unable to telnet to HP9000 Application Server.

Hi

try #inted -c
Check telnet port is enabled or not in /etc/services and telnetd service is enabled in /etc/inetd.conf.

HTH
Siju
Abdul Rahiman
Esteemed Contributor

Re: Unable to telnet to HP9000 Application Server.

Khalil,
Can you telnet the server itself from the console ? If not, that means the problem could be related to inetd.conf/inetd.sec/telnetd etc. and may be resolved by checking the previous responses.
If the answer is yes and you cannot connect from remotely, it could be due to some network/security issues.
No unix, no fun
iminus
Frequent Advisor
Solution

Re: Unable to telnet to HP9000 Application Server.

Check following:
1. If your network card is working
2. If your network cable is working
3. If /etc/inetd.conf includes the line start with "telnet" and is not commented
4. If /etc/services includes the line start with "telnet" with correct port number 23 and is not commented (Though the services file doesn't restrict telnet)
4. Restart the inet daemon by inetd -c (Telnet service will be started by inet)
hope it helps
Khalil Ahmed
Frequent Advisor

Re: Unable to telnet to HP9000 Application Server.

Thanks everyone, the problem has now been resolved. For some reason my /etc/services file got corrupt so copied it across from the other server then restarted the inet daemon and now I can telnet!

Thanks again.

Khalil