- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- korn shell hangs while using NFS /home
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
11-20-2001 02:54 AM
11-20-2001 02:54 AM
I have a problem with NFS. All of my users hangs while logging using korn shell. My /home directory is an NFS and I dont have any problem with C-Shell. I have browse some documents like setting HISTFILE to point to local filesystem or setting 777 for .sh_history file but in my system this is impossible. Some of my machines were working fine using the same NFS /home.
Is there any patches need for this or there might be a simple twik on this other than what is stated above.
thanks,
joks
Solved! Go to Solution.
- Tags:
- ksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 03:25 AM
11-20-2001 03:25 AM
Re: korn shell hangs while using NFS /home
Oherthan that it *maybe* worth ago :
edit /etc/rc.config.d/nfsconf and add
LOCKD_OPTIONS="-p 4045" ?
It's had mixed results in the past but sometimes helps ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 04:39 AM
11-20-2001 04:39 AM
SolutionFor now try something like:
/sbin/init.d/nfs.client stop
(be sure rpc.stat.d and rpc.lockd are stoped)
rm -rf /var/statmon/sm
rm -rf /var/statmon/sm.bak
/sbin/init.d/nfs.client start
If this does't fix the problem, do the same thing on server side (but by stop nis.client and nis.server)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 04:45 AM
11-20-2001 04:45 AM
Re: korn shell hangs while using NFS /home
If it works on C and not on Korn, the immediate inference one can draw is the HISTORY file (as you had already pointed out).
Atleast for testing, can you point the HISTFILE of one userid to the local filesystem and try logging in? it will confirm this for sure. Make sure the directory where the HISTFILE is pointed is writable by the userid.
Is this on a 10.20 box?? Make sure you have got all the NFS related patches on the box. Check for the cumulative NFS patch. If nothing works, restart the NFS client on the box.
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 06:23 AM
11-20-2001 06:23 AM
Re: korn shell hangs while using NFS /home
Take a look at the thread below, This solution is for 10.20.
http://us-support.external.hp.com/cki/bin/doc.pl/sid=f13d048a0af44cebcc/screen=ckiDisplayDocument?docId=200000034353594
The latest patch in this category is PHNE_24143
Hope this helps.
Regds