Error unmounting a remote mounted file system


 
Thread Tools Search this Thread
Operating Systems AIX Error unmounting a remote mounted file system
# 1  
Old 08-03-2012
Error unmounting a remote mounted file system

Hi All,

I'm facing an issue while trying to unmount a remotely mounted file system, strangely it's not even getting mounted, Kindly find the reply messages.

Mounting error msg
Code:
nfsmnthelp: 1831-019 <Server host>: Cannot mount a file system that is already remotely mounted.
mount: 1831-008 giving up on:
Cannot mount a file system that is already remotely mounted.

Unmounting error msg

unmount: 0506-347 Cannot find anything to unmount.

If any one knows please help.

Regards
Abhishek


Moderator's Comments:
Mod Comment Please use code tags next time for your code and data.

Last edited by zaxxon; 08-06-2012 at 05:24 AM.. Reason: code tags
# 2  
Old 08-03-2012
I would start by looking at the output of
Code:
mount

command and
Code:
cat /etc/filesystems

# 3  
Old 08-06-2012
Hi,

When i check at the provided path, I see a number of Process IDs which pertain to a number of SAP and ORA processes, I cant kill the processes as it's a active in use server.

Is there another way of doing this?

Regards
Abhishek

---------- Post updated at 04:21 PM ---------- Previous update was at 11:11 AM ----------

Ok will do that thanks !!
# 4  
Old 08-06-2012
To be on the safe side, umount it when you get a downtime for the applications on it.
While the processes are still using this mount, are you sure you may umount it? Just out of curiosity and to make sure.
If you get a downtime for the applications and can umount it, you may also check /etc/rmtab if the entry is still in there, as this is maintained by mountd, to remember mounts after a crash and sometimes problems can occure if it is still in there but not needed anymore.
# 5  
Old 08-06-2012
Hi,

I basically need to mount this file system as my Offline backup is fired to this fs.I have created a cron script which created a file into this file system where the savevg backup is stored. As this FS is neither getting mounted nor unmounted my backups are failing.

This is just a try to check if i manually unmount this filesystem, it may mount through the script and the backup will complete.

Infact i was thinking about the same solution that you have suggested, but i was a little hesitant as I'm a little new to this. If you feel like suggesting any thing, I would be more that happy to look into it.

Regards
Abhishek
# 6  
Old 08-06-2012
just mount the filesystem under another path and adapt your backup scripts till you get the downtime
# 7  
Old 08-06-2012
This sounds a bit confusing, so I'll try to reword your problem.
You try to mount a nfs-filesystem located on a remote server. The mount command already fails with the errormessage "Cannot mount a file system that is already remotely mounted". The remote filesystem is not mounted.
When you try to umount the (not mounted) remote filesystem you get the message "0506-347 Cannot find anything to unmount".
Is this correct?

A filesystem that is not mounted can not be unmounted and the error will not show up when you succeed in mounting before trying to umount.

What type of filesystem is this filesystem on the remote server? Is it possible that this remote server mounted that filesystem as a remote nfs-share itself?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Related to "NAS" some file system (mounted volumes) were not writable

Dear friends, I have been facing an issue with one of my red hat unix machine, suddenly lost to switch sudo users. My all colleagues lost to switch to access sudo users. Then, we have realized its related to NAS issue which does not allowing to write the file. because of this we got so many... (1 Reply)
Discussion started by: Chand
1 Replies

2. Red Hat

File system mounted or not

Hi, I know something about file system that its a directory to hold files. My query is how to identify file system is mounted or not .Can you give me some examples? OS --- Linux 2.6 (7 Replies)
Discussion started by: Maddy123
7 Replies

3. UNIX for Dummies Questions & Answers

Identify the remote mounted drives

Hi I have a couple directories in my current working environment. i want to identify the remote mounted shares among them . for example My current working directory contains folders dir1 dir2 dir3 ..etc dir1 is a remote share from server xyx dir2 and dir3 are local folders I... (3 Replies)
Discussion started by: rakeshkumar
3 Replies

4. UNIX for Dummies Questions & Answers

What happens if i unmount local file system when is mounted to a different server?

Hi, as title says what happens if i unmount local file system when is mounted to a diffrent server ? (2 Replies)
Discussion started by: galuzan
2 Replies

5. Ubuntu

display the mounted file system types

how can i list/display the mounted partitions in Ubunutu, mount command just display the devices but not the file system used. (4 Replies)
Discussion started by: XP_2600
4 Replies

6. SCO

file system not getting mounted in read write mode after system power failure

After System power get failed File system is not getting mounted in read- write mode (1 Reply)
Discussion started by: gtkpmbpl
1 Replies

7. Solaris

How to find which file system was not mounted ?

Hello all, can someone help on how can i check if all file system were mounted during reboot? I know that we have first to look on /etc/vfstab; the containing of this one should be mounted during boot of system, and after with : df -k we can see if mentioned file system on vfstab were... (3 Replies)
Discussion started by: vitchi
3 Replies

8. UNIX for Dummies Questions & Answers

how to mount a file system of a remote machine to local file system

Hi friends, In my case, there are serveral PCs running Linux in a LAN. I would like to to mount the directory /A_river of machine-A to the file system of another machine machine-B so that I can access files in that directory. I do not know how to do this. The situation is complicated by... (2 Replies)
Discussion started by: cy163
2 Replies

9. UNIX for Dummies Questions & Answers

how many directory can be mounted on one file system

I have a question and seek help. How many directory can be mounted on one file system on UNIX with solaris 9? For example, I have one file system as /dev/dsk/cieit0a6. I have created one directory as /u01/app/oracle and mounted this directory to cieit06. It works. Then I create another directory as... (4 Replies)
Discussion started by: duke0001
4 Replies

10. UNIX for Dummies Questions & Answers

fsck on a mounted file system?

I have a Solaris 7 box. We got a strange error in the syslog, which read as follows: Nov 15 11:50:16 server-01 unix: NOTICE: free inode /mount1/8025691 had size 0x20d I consulted with a fellow sysadmin, and he suggested running "fsck -N" on the filesystem in question without unmounting it. So I... (1 Reply)
Discussion started by: GKnight
1 Replies
Login or Register to Ask a Question