- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Timeout starting ksh shell
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-22-2002 08:15 AM
08-22-2002 08:15 AM
Timeout starting ksh shell
When the user eventually is logged in, it again takes a few minutes to start a new ksh-shell.
Any suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2002 10:44 AM
08-22-2002 10:44 AM
Re: Timeout starting ksh shell
I do remember a lot of problems with locking the history files!
Can you store those (temporarily) on a local filesystem to check wether it is faster then?
If yes, the solution were some NFS patches (fixing something in rpc.lockd and rpc.statd)...
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2002 11:06 AM
08-22-2002 11:06 AM
Re: Timeout starting ksh shell
I've seen this symptom on systems where the /etc/profile is running a
who -T
in it which needs nslookups (both directions) working properly to all logged in systems.
What causes the delay is the DNS timeout(s) when the hostnames cannot be resolved or the IPs cannot be reverse resolved.
You can test this by manually running who -T & watching how long it takes to complete, or by commenting out the who -T in the /etc/profile (or in .profile if it's in there).
All who -T does is determine if the tty can be written to by wall or whatever.
To solve this properly - ALL systems that access the server should be in DNS & in there properly so that reverse lookups are correct as well.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2002 11:21 AM
08-22-2002 11:21 AM
Re: Timeout starting ksh shell
I ran into this before. It has something to do with the shell itself. Change the user's shell to /usr/bin/csh and login to the workstation again. This should take no time at all to login. Search for lastest cumulative patch for ksh and apply.
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2002 12:09 PM
08-22-2002 12:09 PM
Re: Timeout starting ksh shell
There are two ways to fix this so the enduser gets the login prompt quickly.
1. Add an entry in your named.boot for the IP...name is irrelavent, as long as it is unique, call them anything as long as the IP is there.
2. Add an entry in your hostfile for the IP....again name is irrelavent, as long as it is unique.
Hope that addresses your first issue at least,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 06:32 AM
08-23-2002 06:32 AM
Re: Timeout starting ksh shell
Thanks for your help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2004 03:38 AM
04-16-2004 03:38 AM
Re: Timeout starting ksh shell
Thanks