- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- RE Nonresponsive NFS mounts
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
01-16-2005 09:54 PM
01-16-2005 09:54 PM
RE Nonresponsive NFS mounts
On a HP-UX 11.11i machine I NFS mount a volume exported from a SUN machine.
I have a strange problem with that volume:
- from time to time the volume frozen. The cd, ls, fuser -cu, umount, fuser -ck commands fails. I issue the commands and the session prompt dissapear and never comeback. The terminal session is locked and there is no method to recover. The single method to unmount the NFS volume is to reboot the workstation.
I have 2 questions:
1. Do you know a method to unmount/remove the NFS volume WITHOUT rebooting the workstation and without using the umount, fuser -ck calls which as I say previously fail ?
2. There are some precautions, parameters which must be set on the HP-UX machine when yu mount NFS volumes exported from SUN machines ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2005 10:01 PM
01-16-2005 10:01 PM
Re: RE Nonresponsive NFS mounts
Hi
is there any network brakes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2005 10:12 PM
01-16-2005 10:12 PM
Re: RE Nonresponsive NFS mounts
There are no problems with the network connection. On the same machine are mounted different NFS volumes from other HP-UX machines and I dont have any problem like the a/m one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2005 10:22 PM
01-16-2005 10:22 PM
Re: RE Nonresponsive NFS mounts
1. check /etc/fstab file, if NFS entries for that machine(sun) exist, comment the line and issue the command
#mount -a
2. No precautions to NFS mount the file system from sun machine.but the NFS client daemons must be running (ps -aef|grep -i nfs). statd and lockd daemons must also be running for the NFS (check /etc/rc.config.d/nfsconf file for NFS_CLIENT flag. restart the NFS services /sbin/init.d/nfs.client stop/start)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2005 10:49 PM
01-16-2005 10:49 PM
Re: RE Nonresponsive NFS mounts
You should see messages in /var/adm/syslog/syslog.log refering to a non-responding nfs server.
To ease up the issue a bit, You can 'background' the nfs mount by adding 'bg' to the parameters for it in /etc/fstab.
otherwise You should search into the issue, but right know I don't remember the command for the nfs status informations - maybe someone can add this information?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2005 11:32 PM
01-16-2005 11:32 PM
Re: RE Nonresponsive NFS mounts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2005 11:37 PM
01-16-2005 11:37 PM
Re: RE Nonresponsive NFS mounts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 12:16 AM
01-17-2005 12:16 AM
Re: RE Nonresponsive NFS mounts
fuser just doesn't have enough code in it to accurately identify all the processes that must be killed to free an NFS mount. You need a copy of lsof from http://hpux.connect.org.uk/ to find all the processes.
It's important to look at nfsstat to see if biod and nfsd processes need to be increased. Dave Olker's book on NFS is invaluable (if not scary) in understanding how NFS should be configured and what limitations exist.
Bill Hassell, sysadmin