- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Login 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
12-26-2009 01:21 AM
12-26-2009 01:21 AM
Login delay
When i am logging into my HP-UX B.11.23 machine as root or as any other user,time taken for login is comparatively high when compared to other HP-UX B.11.23 machines.Please let me know the possible reasons.any input will be appreciated.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2009 01:34 AM
12-26-2009 01:34 AM
Re: Login delay
- Check the length of /var/adm/wtmp* files. These files record user sessions, and will grow without limit. At login time, the system will search through the wtmp files to find the time of the previous login session of the same user.
Unless you trim those files periodically, these files will eventually grow so big that the search will take a noticeable amount of time.
FTP sessions are also recorded in wtmp files: if your machine is running a FTP server and it is used as an end-point of periodic automated file transfers, your wtmp files will grow faster.
SAM has a pre-configured function for trimming the log files (including the wtmp file) in the "Routine Tasks" section.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2009 01:46 AM
12-26-2009 01:46 AM
Re: Login delay
Check the /etc/resolve.conf for any wrong entry. Once rename it try logging ....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2009 08:19 AM
12-26-2009 08:19 AM
Re: Login delay
If you are using DNS then change the hosts line in /etc/nsswitch.conf:
hosts: files [NOTFOUND=continue UNAVAIL=continue] dns
Then add your local PC's IP address to /etc/hosts. That should eliminate the delay at login.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2009 11:23 PM
12-26-2009 11:23 PM
Re: Login delay
Check this thread
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1392761
Rgds!
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2009 06:34 PM
12-27-2009 06:34 PM
Re: Login delay
As MK and Bill mentioned, the problem may be related to DNS/ wtmp.
Probably, Configuring the Name resolution will resolve your issue.
Regards,
Sooraj U
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2010 12:52 PM
01-01-2010 12:52 PM