Operating System - HP-UX
1834470 Members
2922 Online
110067 Solutions
New Discussion

unable to login to server

 
subodhbagade
Regular Advisor

unable to login to server

hi,

priority--urgent

i am able to ping server with hostname and ip add,
but when i tyr to login through putty it showing network error as connection refuse.

i can able to login to another server through same putty,

please reply early it is urgent.


regards,
subodh.
4 REPLIES 4
prasadb
Super Advisor

Re: unable to login to server

Do you have GSP or MP access of the servers..

probably your telnet service is not working..

go to GSP/MP and take root login and then
OR you can go there by xmanager (free GUI s/w)go to the terminal and

start the telnet service by..

#/sbin/init.d/inetd start



OldSchool
Honored Contributor

Re: unable to login to server

"i am able to ping .....i tyr to login through putty it showing network error as connection refuse."

PuTTY? ssh connection? Did you install, configure, start sshd on the server?

Did this every work, or is this a new installation?

OS of server?

if you can get a connection to the server thru the console or whatever, start the ssh daemon from the command line with:

/sshd -D


then on the client use, set putty to log everything, try to make the connection and post the results.
Ganesan R
Honored Contributor

Re: unable to login to server

Hi,

Which mode of connection you are trying through putty? You can do telnet/ssh/rlogin through putty.

Was it working earlier?

if telnet is not working try with ssh or rlogin if you have enabled those.

If none of the connection is working login to the console and enable the services.

You need to enable the services on /etc/inetd.conf and /etc/services

Provide more details to help you better.

Best wishes,

Ganesh.
subodhbagade
Regular Advisor

Re: unable to login to server

Hi All..

I Restarted the sshd and inetd services.
and Luckily I can able to login to server.


Thanks once again for quick reply.