- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: error with NFS
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
12-21-2006 01:55 AM
12-21-2006 01:55 AM
error with NFS
I attempted to stop and restart the NFS Server.
From this I recieved the error that /etc/xtab cannot be open or locked.
I then ran fuser on /etc/xtab and killed the process associated with it, which was me running exportfs, just a moment before.
Now I show that NFS is runing , and even from some clients shoumount -e greta shows the correct list of exported file systems.
Any other suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2006 02:09 AM
12-21-2006 02:09 AM
Re: error with NFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2006 02:11 AM
12-21-2006 02:11 AM
Re: error with NFS
/sbin/init.d/nfs.client stop
/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.core stop
ps -ef |grep nfs
anything? try to kill them...
All gone?
Restart nfs:
/sbin/init.d/nfs.core start
/sbin/init.d/nfs.server start
/sbin/init.d/nfs.client start
Still not working?
Alas, you may have to reboot :(
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2006 02:32 AM
12-21-2006 02:32 AM
Re: error with NFS
I am going to stop the NFS client, server and core and the bring them bakc up after check to see if all NFS processes are closed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2006 03:52 AM - last edited on 07-07-2022 03:56 AM by Sunitha_Mod
12-21-2006 03:52 AM - last edited on 07-07-2022 03:56 AM by Sunitha_Mod
Re: error with NFS
Hi Mike,
If the clients are able to issue a "showmount -e" and get the correct list of exported filesystems, what are the clients not able to do? Actual NFS requests? The showmount command would only talk to the portmapper and rpc.mountd on the server so the nfsd daemons might still be blocked.
Please explain what works and what doesn't. Also explain if the clients are using UDP or TCP to access the NFS filesystems? Are you able to successfully terminate and restart the nfsd daemons? Do all the clients hang with this server or only a subset of clients?
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2006 04:00 AM
12-21-2006 04:00 AM
Re: error with NFS
In addition, check /var/adm/syslog/syslog.log on the server and look for error messages to help find the cause of the problem.
If an 11.00 server lost networking due to the switch losing power or a cable disconnect it may not be able to recover and may require a reboot.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2006 08:07 AM
12-21-2006 08:07 AM
Re: error with NFS
Thank you for everyone's thoughts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2006 08:08 AM
12-21-2006 08:08 AM