![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to force umount | robertngo | HP-UX | 0 | 04-21-2009 05:25 AM |
| Next to impossible question | danceofillusion | UNIX for Dummies Questions & Answers | 5 | 07-21-2008 08:06 AM |
| Almost impossible question | danceofillusion | UNIX for Dummies Questions & Answers | 12 | 05-14-2008 03:14 PM |
| force umount in solaris 2.6 | bkleong | SUN Solaris | 3 | 04-07-2008 05:44 AM |
| umount help | andrec | UNIX for Advanced & Expert Users | 4 | 11-21-2003 03:13 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
|||||
|
Well all depends on what issue you are to deal with...
Usually I expect from someone asking such a question is because he is stuck with a faulty NFS (NFS server down etc...) where its a nightmare whenever someone types bdf of ll etc... and yes since the NFS server isnt responding - ouy are quite in a mess... What do you call nfs mounted but with link removed? |
|
|||||
|
you are in / arent you when you type fuser?
If it is trying (as it seems) I supect you have also an issue with the NFS server: to make sure rpc.statd and rpc.lockd are available and responding to RPC requests: Code:
/usr/bin/rpcinfo -u servername status /usr/bin/rpcinfo -u servername llockmgr /usr/bin/rpcinfo -u servername nlockmgr /usr/bin/rpcinfo -u clientname status /usr/bin/rpcinfo -u clientname llockmgr /usr/bin/rpcinfo -u clientname nlockmgr hung. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|