- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS error on client side after NFS server reboot
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
09-13-2007 02:40 AM
09-13-2007 02:40 AM
NFS error on client side after NFS server reboot
ERROR: UNREADABLE at the client side when doing a LS
I had almost 5 NFS mounted directoreies on one HPUX server and after the NFS server reboot One NFS directory i not able to read. All other mounts are working properly.
The problem mount can be mount or unmount without any errors. When I am doing an exportfs -u for this pwrticular directory I am not able to mount it on the client side. But after exportign it I acn mount it and CD into that dirctory. But when i am trying to do a LS command I am getting the UNREADABLE error.
Again All other directories are accessible..
Please let me know the solution at the earliest
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2007 02:49 AM
09-13-2007 02:49 AM
Re: NFS error on client side after NFS server reboot
Gerald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2007 02:50 AM
09-13-2007 02:50 AM
Re: NFS error on client side after NFS server reboot
Hi,
try to restart the NFS client on the clients.
on the client side -
unmount the NFS file system
/sbin/init.d/nfs.client stop
/sbin/init.d/nfs.client start
mount the NFS file system
Regards,
Charlie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2007 02:52 AM
09-13-2007 02:52 AM
Re: NFS error on client side after NFS server reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2007 03:07 AM
09-13-2007 03:07 AM
Re: NFS error on client side after NFS server reboot
here is some more points..
1)I dont see a permission problem, As root and ither users are also not able to see read the filesystem.
2) Bdf of bot the server and client seems to be the same count.
3) I did tried with stoping and starting the NFS services on clients as well as server