- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nfs hangup
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-16-2001 08:08 AM
11-16-2001 08:08 AM
I mounted a cdrom using:
pfs mountd &
pfsd &
pfs_mount /cdrom
Foolishly, I killed the session before I did a pfs_umount /cdrom
Now, I can't get rid of anything that accesses that mount point, including bdf!
I get the infamous "NFS server
I tried the pfs_umount /cdrom- it is still hanging, I can't kill it...
I've tried to kill nfsd- no luck...
I tried changing the nointr to intr in /etc/mnttab, it changed it back to nointr...
I removed the entry in /etc/mnttab -it put it back...
I tried going into SAM and starting NFS, it hangs when doing a bdf...
Do I need to get rid of the entry in /etc/pfs_fstab?
If I reboot (last resort), will it see the entry in mnttab and start nfsd, even tho I've set the NFS_SERVER=0 in /etc/rc.config.d/nfsconf?
I really don't want to reboot unless necessary, and I'm not sure that's a guarantee.
Anybody have a great idea?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2001 09:03 AM
11-16-2001 09:03 AM
Re: nfs hangup
pfs_mount on its own is a pain and now this. guess reboot is the only choice left for you.
Go ahead and reboot.
hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2001 09:08 AM
11-16-2001 09:08 AM
Re: nfs hangup
I normally mount NFS with the '-o soft' option. The default (-o hard) will try indefinitely until the NFS server responds (causing annoying hangs if it's not there anymore). The "-o soft" option causes it to fail after a specified amount of time.
Regards,
Paga
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2001 09:10 AM - last edited on 06-30-2022 01:18 AM by Sunitha_Mod
11-16-2001 09:10 AM - last edited on 06-30-2022 01:18 AM by Sunitha_Mod
SolutionNo - the mnttab file will be re-created during reboot. One last thing to try before you reboot - have you tried using the -c option on pfs_umount? (works very occasionaly)
PFS is an absolute swine for doing this. Now if I use a CD which requires PFS (usually oracle) I always unmount it immediately after I am finished, and then terminate the PFS daemons.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2001 09:17 AM
11-16-2001 09:17 AM
Re: nfs hangup
Because PFS runs on top of NFS and because NFS has a direct link to the kernel (through nfskd) if PFS has a minor problem (it not being the world's most stable product) with anything then it will hang and cause the mount point to become unresposive.
Unfortunately at this point the only resort left is a reboot (as the problem is at kernel level you can't kill it) - and even in some cases a power cycle...
dave (when will HP support other CD formats natively?)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2001 09:17 AM
11-16-2001 09:17 AM
Re: nfs hangup
I already tried that, it's still hanging out there. One thing I noticed was there was no entry in fstab or pfs_mtab. I cloned pfs_fstab to pfs_mtab. Should I rm pfs_mtab before I reboot, or does that get created as well?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2001 09:22 AM
11-16-2001 09:22 AM
Re: nfs hangup
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2001 09:24 AM
11-16-2001 09:24 AM
Re: nfs hangup
but then you wouldn't be starting NFS services which muck around in the kernel!!
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2001 11:49 AM
11-16-2001 11:49 AM
Re: nfs hangup
One more thing to try before you have to reboot.
fuser -cu /pfs_mount_point
Or try to restart the pfs_mountd of pfsd process.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2001 11:17 AM
11-29-2001 11:17 AM