- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Telnet/Password Delay??????/
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
02-26-2001 01:35 PM
02-26-2001 01:35 PM
Since Friday we have been getting delayed on telnet sessions into our K210 (10.20), takes about 45 seconds to a minute to get a login, then it takes about 30 secs after the password is input.
On Friday, we had a problem, with a very NICE user, writing an astronomically HUGE file, and /var went 100%. We cleaned up and rebooted, but since then network is delaying.
Pinging anything from a root prompt takes about as long to respond. ARP table looks good.
We are not using DNS. nslookup returns: Using /etc/hosts: on hpk210.
All network activity is SLOW, logins and printing (all jetdirect).
Any ideas what is going on.......??? I'm at a loss. I must be missing the boat on this one.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2001 01:45 PM
02-26-2001 01:45 PM
Re: Telnet/Password Delay??????/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2001 01:47 PM
02-26-2001 01:47 PM
Re: Telnet/Password Delay??????/
If you have a sniffer or a program like tcpdump installed, you may be able to get an idea of what's happening at the packet level.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2001 01:57 PM
02-26-2001 01:57 PM
Re: Telnet/Password Delay??????/
I checked the NIC card thru SAM, it looks fine.....but what would it look like?
I have never run 'dmesg' before...what is it? and what will it look for?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2001 01:59 PM
02-26-2001 01:59 PM
Re: Telnet/Password Delay??????/
I see it running on our system, when I grep for it.....maybe I should kill it?
Rebecca
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2001 01:59 PM
02-26-2001 01:59 PM
Re: Telnet/Password Delay??????/
Something to check is to make sure the settings on the lan card and the router / switch match. For example make sure they are both at 100 Half Duplex. If you mix duplexes, you can run into problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 09:05 AM
02-27-2001 09:05 AM
Re: Telnet/Password Delay??????/
ypbind is a daemon used by NIS clients to connect or "bind" to the NIS server. Instead of killing it, a better bet would be to shut off NIS and see if your problems go away:
/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.client stop
To restart them, reverse the order and use "start" instead of "stop".
Without knowing more about what you are using NIS for, I can't help you troubleshoot. Are you using it for name resolution?
--Bruce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 09:20 AM
02-27-2001 09:20 AM
Re: Telnet/Password Delay??????/
/sbin/init.d/nis.client stop
/sbin/init.d/nis.client stop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 09:22 AM
02-27-2001 09:22 AM
Re: Telnet/Password Delay??????/
/sbin/init.d/nis.client stop
/sbin/init.d/nis.server stop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 10:35 AM
02-27-2001 10:35 AM
Re: Telnet/Password Delay??????/
I usually encounter same problem as yours whenever I tried to reboot our NIS master or NIS slave server. What I usually do is either
reboot the workstation/server NIS to login or run this command manually from the workstation or server.
/sbin/init.d/nis.client stop
/sbin/init.d/nis.client start
These always solve our problem which I believe same as what you are having now.
Thanks
Joey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 11:03 AM
02-27-2001 11:03 AM
Re: Telnet/Password Delay??????/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 11:09 AM
02-27-2001 11:09 AM
Re: Telnet/Password Delay??????/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 12:21 PM
02-27-2001 12:21 PM
Re: Telnet/Password Delay??????/
Nothing changed. Still delaying on telnet.....
See the attached output from the start-client
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 12:44 PM
02-27-2001 12:44 PM
Re: Telnet/Password Delay??????/
You could try to stop and start inetd and see if this clears it up. Semi drastic measure...
/sbin/init.d/inetd stop
/sbin/init.d/inetd start
But take a look at this thread...as another possible option:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xc5ab854994d9d4118fef0090279cd0f9,00.html
Like I said...it's just a thought,
/rcw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 12:53 PM
02-27-2001 12:53 PM
Re: Telnet/Password Delay??????/
Can I do this during a normal work day with user logged on.....???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 01:16 PM
02-27-2001 01:16 PM
Re: Telnet/Password Delay??????/
/rcw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 01:27 PM
02-27-2001 01:27 PM
Re: Telnet/Password Delay??????/
?????
I've got a headache over this!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 02:14 PM
02-27-2001 02:14 PM
Re: Telnet/Password Delay??????/
/sbin/init.d/inetd -k to stop it
/sbin/init.d/inetd start to start it back up
The thread I pointed you to was just another option to check out...not connected with starting/stopping the net.
/rcw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 02:21 PM
02-27-2001 02:21 PM
SolutionIf it's set, then you'll need to edit the /etc/rc.config.d/namesvrs file and change the line with :-
NIS_DOMAIN=
It will have something after the '='. Delete all characters after the '=' sign.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2001 02:38 PM
02-28-2001 02:38 PM
Re: Telnet/Password Delay??????/
In addition to what everyone had said prior to me, I would suggest to check all your physical level links also.Check for error on server NIC.Check whehter your 'ping' command works with delay or not.
IF all of your network services are running slow I would suggesst to check for following things also.
-If NIC is malfucntioning or generating bad packets network can slow down.
-If port on your central hub is failing or generating bad packets / collisions.
-Try out power cycling your network device to which your service is connected at night.
Good luck.
-Jaimin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2001 06:29 PM
02-28-2001 06:29 PM
Re: Telnet/Password Delay??????/
to nothing, and stopped the NIS client then tried to restart (of course it would not). Amzingly login is no longer delayed nor is password. !!!!! Don't know the how or why this happened but I'm glad it was fixed. With about 70+ users I was really beginning to worry the NIC was on the way out or a drive was about to go bad! Thank Goodness.
Thanks to ALL!
Rebecca