nfs mapping problem


 
Thread Tools Search this Thread
Operating Systems SCO nfs mapping problem
# 1  
Old 11-09-2004
nfs mapping problem

Dear all

I have a SCO server with a mapping to a NFS share on a linux server. The Linux server went down and the mapping on the SCO server failed. Now when I run the df -k command on the SCO server, the NFS mapping is showing the following error:

df: cannot statfs maverick:/home/samba/sophos_install_files/scoopenserver/sav-in
stall : No such file or directory (error 2)

How do I kill the failed NFS mapping in order to create a fresh mapping?

Thanks
# 2  
Old 11-09-2004
You should try to unmount the nfs mount and re-mount it if the linux server is back up.
# 3  
Old 11-10-2004
umount

When I run the umount command to unmount the corrupt nfs mapping, I get the following error message:

umount: could not unmount /usr/local/sav_install_files: No such file or director
y (error 2)

What is even more bizarre is that if I run the ls command in /usr/local (where the directory is located), it lists the sav_install_files directory, but if I run ls -l, it doesn't list it. If I try to delete the directory "sav_install_files", it says the directory doesn't exist.

I'm sure a reboot will fix the problem, but we have an important database running on it, so a reboot is not an option.
# 4  
Old 11-10-2004
Quote:
What is even more bizarre is that if I run the ls command in /usr/local (where the directory is located), it lists the sav_install_files directory,
Of course it would - that is your mount point and should still be there.
Quote:
but if I run ls -l, it doesn't list it.
Again, this would happen since your nfs is messed up.
Quote:
If I try to delete the directory "sav_install_files", it says the directory doesn't exist.
You don't want to delete the directory.

Do a process status of the system - grep for nfs - I don't know what SCO runs, but there should be one or two processes - try killing those and restarting them (be aware if you have other nfs mounts they won't work so this may or may not be an option). Otherwise, I can't find any info for SCO on nfs stuff except this on SCOs Tech site
# 5  
Old 11-11-2004
/usr/local/sav_install_files is a directory I've created manually, and I use it as mount point for the NFS mount to the linux box.

When I run ps -ef on the SCO box, it doesn't show any NFS processes running. I have a backup SCO box as well (with a working NFS mount to the linux box) and the backup box doesn't show any NFS processes either.
# 6  
Old 11-11-2004
On a multi-threaded kernel, there may be no nfs processes. nfs can be built totally into the kernel. I'm not an SCO expert. Some versions of unix have a force unmount option. Others have a remount command. If you have neither, you are out of options.

Maybe you can make a directory /usr/local/temp and mount the directory there for now.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Creating unique mapping from multiple mapping

Hello, I do not know if this is the right title to use. I have a large dictionary database which has the following structure: where a b c d e are in English and p q r s t are in a target language., the two separated by the delimiter =. What I am looking for is a perl script which will take... (5 Replies)
Discussion started by: gimley
5 Replies

2. AIX

Key mapping problem in qputty

Hello, I am using fgltty connection (which is actually qputty) to my AIX 6.1 server. The problem is that PageUp and PageDown keys are not working and i cannot find a way to do the correct mapping for this issue. I read and tried many things that i saw in the web but nothing worked. Well... (2 Replies)
Discussion started by: omonoiatis9
2 Replies

3. AIX

NPIV mapping problem

Hello all I hope someone can help me with this. I have a single LPAR which is supplied a rootvg and datavg disk set from a dual VIO server configuration. I see dual path disks for all the datavg disks but only see one path for the rootvg disks. The client LPAR has the following: fcs0 ... (3 Replies)
Discussion started by: johnf
3 Replies

4. UNIX for Advanced & Expert Users

NFS client-side userid mapping

Folks, I am trying to solve the following problem. I have a process on machine A running as root that needs to mount and access an NFS partition being exported from machine B. However, I cannot have 'no_root_squash' option given on B, hence I see NFS requests from machine A end up as 'nobody'... (1 Reply)
Discussion started by: helpmelearn
1 Replies

5. AIX

Problem with NFS

Hello everyone I need to share a file system with two Aix boxes, the version is 5.3 tl9. I create the nfs and I can see the files from both servers, but the problem with one of them is that I can write on the file or If I create a new one I canīt. On the server that I create the... (5 Replies)
Discussion started by: lo-lp-kl
5 Replies

6. Solaris

Problem with NFS

Hi All, I have shared a directory from Linux machine which will be accessible from other linux servers without any problem. But when I try to access ( ie mount) on other Solaris machine, it is giving below error. #mount -F nfs IP of nfs server:/share /localmountpoint nfs mount : mount:... (1 Reply)
Discussion started by: naw_deepak
1 Replies

7. AIX

Problem mapping LUN disk from VIOS to the LPAR

Hello guys, It would be so nice of you if someone can provide me with these informations. 1) My SAN group assigned 51G of LUN space to the VIO server.I ran cfgdev to discover the newly added LUN. Unfortunately most of the disks that are in VIO server is 51G. How would I know which is the newly... (3 Replies)
Discussion started by: solaix14
3 Replies

8. UNIX for Advanced & Expert Users

nfs problem help

I am having problem mounting my nfs mount on my sun solaris 8 through automount using the automaster file. this has been working fine until today, when my workstation tries to mount the nfs mount the following error is logged in /var/adm/message NFS lookup failed for server comserv: error 7... (2 Replies)
Discussion started by: hassan2
2 Replies

9. UNIX for Advanced & Expert Users

NFS Problem

For having shared file system i've been using nfs ,but regarding this i've some problem ,when i execute "df -ak" i can see the shared file system & i can also go there & list files ,but when i want to create anything in this area (Incld. file ,dir ....) i get permission denied. (i've shared related... (6 Replies)
Discussion started by: nikk
6 Replies

10. UNIX for Advanced & Expert Users

NFS Problem !

Hi, I've mounted one of the file systems on another machine manually on /mnt located on my machine , after finishing my work i want to umount this /mnt , but all the time it says " nfs umount : /mnt : is busy " ,although it's not. so i tried to stop & start Nfs services manually (Incld :... (4 Replies)
Discussion started by: nikk
4 Replies
Login or Register to Ask a Question