- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- delayed logins
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
08-06-2001 01:29 PM
08-06-2001 01:29 PM
delayed logins
Thanks,
Paul Romanek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2001 01:38 PM
08-06-2001 01:38 PM
Re: delayed logins
Is this machine an NIS client? Are the users defined locally (local /etc/passwd ??) Did you notice this delay after adding nameserver in the resolv.conf ? (Is the nameserver you added to the resolv.conf, a new nameserver?
If this is not the only nameserver, did you try reshuffling (change the order of) the nameservers in the resolv.conf
-Regards
I am RU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2001 01:49 PM
08-06-2001 01:49 PM
Re: delayed logins
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2001 02:08 PM
08-06-2001 02:08 PM
Re: delayed logins
1) Go into nslookup
2) Set the server to the new name server you added
3) Try looking up your L2000 via both hostname and IP address. You should get a response from both. My guess is you won't get a response, or will get a delayed response from one or the other. This is probably your problem.
You will need to fix this on your name server. Do that and your problems should go away.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2001 02:20 PM
08-06-2001 02:20 PM
Re: delayed logins
This may not be directly related to your problem, but identifies some of the problems you may be seeing and explains a little more as to why you may be seeing the problem. In all probability, it is an issue with your new name server.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x1d940559ff7cd4118fef0090279cd0f9,00.html
Here's another link where the user thought they weren't running NIS, but well such is life ;)
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x6cbd6af52b04d5118fef0090279cd0f9,00.html
-HTH
I am Ru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2001 02:44 PM
08-06-2001 02:44 PM
Re: delayed logins
This may be a delay due to "reverse name lookup". One way to verify this is to connect via IPAddress vs. via hostname.
Making sure that your device's name is represented in the DNS tables of the DNS server will eliminate the (timeout) delay if reverse name lookup is, in fact, causing the delay.
Another work-around is to declare your clents in /etc/hosts -- even as bogus hostnames.
In either case, it is wise to make sure /etc/nsswitch.conf contains a line that looks like this (in the absence of NIS):
hosts: files [NOTFOUND=CONTINUE] dns
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2001 07:56 AM
08-08-2001 07:56 AM
Re: delayed logins
Please see if the nameservers listed
in /etc/resolv.conf are working fine..
Becoz whenever a client is intiating a telnet
connection...the server is going to check
that clients IP address..
So it has to resolv it..
and if the first name server listed in
/etc/resolv.conf is not working or if cannot
resolv the Name-to-ip or ip-to-name then
U will get a delayed login as the first name
server has to time out then only system
will go for next name server..
SO what I will suggest U is that
U check out whether all the servers in
/etc/resolv.conf is working or just
rearrange the order and try
Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2001 08:27 AM
08-08-2001 08:27 AM
Re: delayed logins
1.) Quick and Dirty - add the IP address that is having trouble to your /etc/hosts file. All problems go away.
2.) The right way - if there a lot of machines that are at the remote site, then the better answer is to run a local DNS server that will be able to resolve the IP addresses.