- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS hangs on system
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
04-01-2004 06:08 AM
04-01-2004 06:08 AM
Today our system ( rp7410 11i )hung when trying to access
NFS mounted system. The only error mesages I
could locate were the following :
dmesg & syslog reported the following:
Apr 1 09:23:44 it-hp56 vmunix: NFS server psh-cel-06 not responding still trying
I attempted to execute :
/sbin/init.d/nfs.client stop
which just hung
I attempted to unmount & mount the nfs filesystem, but received a response it was busy. The "fuser -u" command indicated nothing
had it busy. I attempted to /etc/shutdown -r now, and the system hung. The /etc/rc.log.old at the following :
Stop NFS client subsystem
Output from "/sbin/rc1.d/K570nfs.client stop":
I had to power reset the system. Please advise.
Also, I checked (3) other hp severs who had the
same nfs server mount point working fine.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 06:24 AM
04-01-2004 06:24 AM
Solution1) stop automount and then remove entry from /etc/fstab and rm /etc/mnttab and then umount it.
2) if you do want to reboot the box, simply do a "reboot" not a shutdown, it will bypass the rc* scripts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 06:29 AM
04-01-2004 06:29 AM
Re: NFS hangs on system
Normal shutdown tries to umount file systems, which will hang. You need to do the reboot command, which is a little more graceful than a reset system.
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 06:30 AM
04-01-2004 06:30 AM
Re: NFS hangs on system
Better is to rename some rc scripst by tempory rename for example the NFS kill scripts in the /sbin/rc
If you want to disable some scripts during startup do the same with the S???scripts
Regards,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 06:43 AM
04-01-2004 06:43 AM
Re: NFS hangs on system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 06:48 AM
04-01-2004 06:48 AM
Re: NFS hangs on system
Regards,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 07:17 AM
04-01-2004 07:17 AM
Re: NFS hangs on system
1.ping psh-cel-06 and see nfs client is able to talk.
2.Check your NFS server psh-cel-06 is sucsessfully exporting the file systems to this client.
#exportfs
If problem is on the client side, you can soft kill automounter demon and start again or
/sbin/init.d/nfs.client stop
/sbin/init.d/nfs.client start
(You may recycle other nfs.core, nfs.server on client side)
Otherwise I would recommend to do a reboot.
Always stop automounter to make any changes to configuration ofnfs file systems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 10:31 AM
04-01-2004 10:31 AM
Re: NFS hangs on system
1) # ps -aef | grep auto
root 735 0 0 10:13:45 console 0:00 autofs_proc
root 732 1 0 10:13:45 ? 0:05 /usr/lib/netsvc/fs/autofs/automountd
2) kill -9 732
3) ]# /usr/lib/netsvc/fs/autofs/automountd
?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 12:43 PM
04-01-2004 12:43 PM