- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nfs problems
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-26-2005 01:17 AM
01-26-2005 01:17 AM
nfs problems
A b2000 hp-ux 11.0 was her nfs client.
I'm not able to umonunt on the b2000 the nfs file system, it happens busy.
Fuser d'nt works. rm -R, rmdir also.If i try an ll the message is: "NFS server hp9 is not responding still trying".
If i edit /etc/mnttab someone rewrite the reference to the expired file system.
How to resolve this problem?
Grazie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 01:25 AM
01-26-2005 01:25 AM
Re: nfs problems
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 01:31 AM
01-26-2005 01:31 AM
Re: nfs problems
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 02:49 AM
01-26-2005 02:49 AM
Re: nfs problems
Reboot.
The NFS process will not let go.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 03:17 AM
01-26-2005 03:17 AM
Re: nfs problems
before reboot you should edit /etc/fstab and comment out the lines of the nfs server.
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 06:24 PM
01-26-2005 06:24 PM
Re: nfs problems
1. Do not edit the /etc/mnttab that is for the OS to keep track of the mounts.
2. The file is /etc/fstab
3. If you are getting really desperate ... look at /etc/rc.config.d/nfsconf. If you change the lines
NFS_CLIENT=1
NFS_SERVER=1
to
NFS_CLIENT=0
NFS_SERVER=0
nfs will not function on reboot. You might need this if you have some automounting going on.
3. Reboot will clear it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 06:28 PM
01-26-2005 06:28 PM
Re: nfs problems
#reboot