- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- unable to login to server
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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
10-14-2008 03:46 AM
10-14-2008 03:46 AM
unable to login to server
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2008 04:09 AM
10-14-2008 04:09 AM
Re: unable to login to server
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2008 04:47 AM
10-14-2008 04:47 AM
Re: unable to login to server
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:
then on the client use, set putty to log everything, try to make the connection and post the results.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2008 05:15 AM
10-14-2008 05:15 AM
Re: unable to login to server
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.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2008 07:41 AM
10-14-2008 07:41 AM
Re: unable to login to server
I Restarted the sshd and inetd services.
and Luckily I can able to login to server.
Thanks once again for quick reply.