- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Login It's very slow on HPUX 11.31
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
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
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-26-2012 02:07 AM
08-26-2012 02:07 AM
Login It's very slow on HPUX 11.31
Hi.
I've been having this issue with HPUX 11.31 server. Whenever I login to this using SSH/SFTP it is extremely slow to connect to.
Where when i set the user name and password it takes more than 15 seconds to go to system, and i verify the content of these files /etc/resolv.conf , /etc/nsswitch.conf and everything fine.
Can anyone help?
Thanks so much!
- Tags:
- ssh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2012 01:30 PM - edited 08-26-2012 10:55 PM
08-26-2012 01:30 PM - edited 08-26-2012 10:55 PM
Re: Login It's very slow on HP-UX 11.31
How large is your wtmps file? Large files may slow down logons.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2012 09:28 PM
08-26-2012 09:28 PM
Re: Login It's very slow on HP-UX 11.31
Hi,
the wtmps file size is
$ll -d /var/adm/wtmps
-rw-rw-r-- 1 adm adm 856638676 Aug 27 05:47 /var/adm/wtmps
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2012 01:33 AM
08-29-2012 01:33 AM
Re: Login It's very slow on HP-UX 11.31
Hi,
I still facing the login issue on my server, when I try to use SSH it's take more than 15 sec but when I use the telnet it's login direct.
Please your support.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2012 03:16 AM - edited 08-29-2012 03:18 AM
08-29-2012 03:16 AM - edited 08-29-2012 03:18 AM
Re: Login It's very slow on HP-UX 11.31
when I'm having this slow logon issue, I do "cat /dev/null > /var/adm/wtmpx" and the same for wtmp and wtmps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2012 09:23 AM
08-29-2012 09:23 AM
Re: Login It's very slow on HP-UX 11.31
Looks for files in /var/adm/syslog
wtmps btmps sudo.log sulog
zero these files and try logging in.
Ravi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2012 09:26 AM
08-29-2012 09:26 AM
Re: Login It's very slow on HP-UX 11.31
>wtmps btmps sudo.log sulog
>zero these files and try logging in.
You only want to reset the first file. You don't want to do the others, since they maintain security info and shouldn't cause any performance problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2012 10:32 AM
08-29-2012 10:32 AM
Re: Login It's very slow on HP-UX 11.31
If it is still slow after resolving the large logs issue, check UseDNS setting in /opt/ssh/etc/sshd_config. If set to yes, change it to no and restart sshd. DNS problems often cause this problem with ssh and sftp.
- Tags:
- DNS