- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- low response when try to login 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-23-2002 01:51 AM
10-23-2002 01:51 AM
When I try to login another server in my office, it took about 30 seconds or more. Several servers showed this low speed response. Does this caused by network speed or system itself, need I reboot servers after a certain time?
Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 01:59 AM
10-23-2002 01:59 AM
Re: low response when try to login server.
We need more information to solve your problem:
- Are the server busy ? (check it with command "top"
- What LAN do you have ? (10MBit to GBit)
- There is no need to reboot servers if applications are written well, what applications are the server running ?
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 02:03 AM
10-23-2002 02:03 AM
Re: low response when try to login server.
This normally means that your DNS server is not responding. Check /etc/resolv.conf.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 02:23 AM
10-23-2002 02:23 AM
Re: low response when try to login server.
Check lanadmin stats for protocol errors.
nettladm offers a gui to check and trace lan problems..
Another suspect would be NFS mounted homes...
test if it happens for root or just for normal users.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 02:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 04:58 AM
10-23-2002 04:58 AM
Re: low response when try to login server.
What the others have stated is what the document mentioned.
When you try to telnet/login the receiving server will try to resolve who is making the connection first....so it will try resolv. It uses the ~nsswitch.conf file for the order of how to proceed. So it may first go to your hostfile, if it can't resolve the ip your coming from, then it goes to next method, DNS and so forth. It will after about 100 seconds give you the login prompt.
You can speed up the connection by either adding the IP entries to your hostfile or you can resolve it using entries in DNS named.boot...
Just a thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 06:16 AM
10-23-2002 06:16 AM
Re: low response when try to login server.
- No /etc/resolv.conf, then the IP must be listed in /etc/hosts
- /etc/resolv.conf can contain 1 to 3 IP addresses for DNS servers. More than 3 are silently ignored. If /etc/nsswitch.conf does NOT exist, then /etc/hosts is sliently ignored.
- /etc/nsswitch.conf (see man switch) controls the order and action for resolving names. If DNS is first, then the server must respond or timeout (timeout = apx. 30 secs).
If the first server responds but does not know the IP address, then nsswitch.conf controls the next action. If the first server is dead (does not respond), it takes 30 seconds to try the second and 30 more to try the third (ie, about 100 seconds).
So the issue is not with the network, it is with validation by your DNS server. If you do not have a stable and secure DNS server, don't use it for production work. Use /etc/hosts and remove /etc/resolv.conf so you'll hacve dependable logins.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 06:33 PM
10-23-2002 06:33 PM
Re: low response when try to login server.
My network is 10 Base and from the output of the top command, it appears that there is some problem with my NFS.
How to check it and get rid of the problem?
Thanks a lot!
2.3 04:18:31 0.2 5960 0 20 Oct_11 root 261 /usr/lib/autofs/automd
0.6 02:36:36 0.0 0 60 SY Oct_11 root 3 fsflush
0.3 11:53 0.1 3208 58 20 Oct_11 root 144 /usr/lib/picl/picld
0.1 11:17 0.3 12640 49 20 Oct_11 root 491 /opt/Vete/deg/bie
0.0 5:24 0.2 6632 59 20 Oct_14 some 220 Xvnc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 10:32 PM
10-23-2002 10:32 PM
Re: low response when try to login server.
Did it caused by NFS or something else, if so, how to prove the root cause and shoot the trouble?
Thanks a lot!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2002 06:09 PM
10-24-2002 06:09 PM
Re: low response when try to login server.
I hope to get help from all of you. I will give points to those who give me help at any level.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2002 09:15 PM
10-24-2002 09:15 PM
Re: low response when try to login server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2002 01:37 AM
10-25-2002 01:37 AM
Re: low response when try to login server.
Can u check ur Network card if it has any problems , U can check this by lanadmin command .
It will give u a menu where u have to select
LAN - PPA (0 or 1 depending on which car u have configured) - Display
From this u will come to know whether ur card is having any collisions or errors .
As ur card is 10Mbs it might be on half duplex mode , if it is then u change it to FUll duplex if your card & the switch supports .
Check the /etc/nsswitch.conf file , change the sequence of checking the server from DNS and NIS first to FILES then DNS and then NIS .
Sanjeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2002 04:57 AM
10-25-2002 04:57 AM
Re: low response when try to login server.
When DNS works, it is a blessing, when it does not, it is a curse.
Normal DNS timeouts are set at 40 seconds.
Sounds like DNS cannot resolve your terminal IP or name.