Sol 10 - Strange NFS behaviour - adminnfs prefix to mount point


 
Thread Tools Search this Thread
Operating Systems Solaris Sol 10 - Strange NFS behaviour - adminnfs prefix to mount point
# 1  
Old 11-01-2017
Sol 10 - Strange NFS behaviour - adminnfs prefix to mount point

Something has changed.....

/etc/vfstab entry:-

Code:
host1:/backup/RMAN    -       /RMAN   nfs     -      no     rw,hard,rsize=32768,wsize=32768,llock

But when I mount it, and run

Code:
df -k | grep RMAN

Results are:-

Code:
host1:/backup/RMAN 54971960832 26752241664 28219719168    49%    /adminnfs/RMAN

Where did adminnfs part come from?

---------- Post updated at 06:00 AM ---------- Previous update was at 05:39 AM ----------

Wondering if its some sort of nfs mount manager because on another server even if I manually mount it disappears shortly afterwards!

Last edited by psychocandy; 11-01-2017 at 07:51 AM..
# 2  
Old 11-01-2017
Hi,

Bit of a historical memory here, but you may want to check what the NFSMAPID is set to - it should be a domain from memory but......

Also might be worth considering a restart of the mapid service as it may stale.

Regards

Gull04

Last edited by gull04; 11-01-2017 at 08:52 AM.. Reason: Additional Information.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Mount Point goes into a very strange state.

Hi Guys, This one has got me completely baffled and after some fairly lengthy searching online and in the forum, I think I should share this with you - after all someone is bound to have seen this? So the story so far, I've built a couple of RHEL 7.5 servers, these are HP DL360 G10's with two... (4 Replies)
Discussion started by: gull04
4 Replies

2. AIX

AIX lsvg strange LV STATE and MOUNT POINT

What does it mean when your LV STATE changes to closed/syncd? What does it mean when your mount point is #? I was not able to mount it or write data to it. So in this case since there was no data in /opt/cvt I used rmlv to get rid of it. Why did I have to manually edit /etc/filesystems to get rid... (1 Reply)
Discussion started by: cokedude
1 Replies

3. UNIX for Beginners Questions & Answers

How to create a new mount point with 600GB and add 350 GBexisting mount point? IN AIX

How to create a new mount point with 600GB and add 350 GBexisting mount point Best if there step that i can follow or execute before i mount or add diskspace IN AIX Thanks (2 Replies)
Discussion started by: Thilagarajan
2 Replies

4. Red Hat

Regarding NFS mount point

Dear All, We have two different mount points in Linux NFS one is 15 TB and another one is 15 TB. Can we club both of the two mount points and club in to a single volume in Linux. As we need to restore Database in that single volume. Kindly help us on this. Regards , rj (10 Replies)
Discussion started by: jegaraman
10 Replies

5. Red Hat

NFS mount point

Hi, Can you tell me something about NFS mount point ? Regards, Maddy (3 Replies)
Discussion started by: Maddy123
3 Replies

6. Shell Programming and Scripting

Script for NFS mount point

Hi , i have create the bash script for nfs but in this script asking for mount point only once it is it prompting for second time. example: do you wants to create any other mount point ? note(if i give yes it should ask me to add the mount point else it should proceed with next step) it... (5 Replies)
Discussion started by: Rahulne25
5 Replies

7. Solaris

No write permission on NFS mount point

hi all i have mounted one nfs mount point but i has no write permission on it. when i am going to make a directory it is giving an error # mkdir 1 mkdir: Failed to make directory "1"; Permission denied i shared using command # share -F nfs -o rw -d "backup" /backup mounted using... (3 Replies)
Discussion started by: nikhil kasar
3 Replies

8. Red Hat

NFS mount point problem

Hi Forum I am trying to mount /NFS as nfs mountpoint on two servers ( A & B ). After mounting the nfs filesystem, both of them behave normally for around 10 mins and after that the NFS file handle become stale and the mountpoints dont respond. While executing df -kh, the output hang out and the... (15 Replies)
Discussion started by: rajdasuwal
15 Replies

9. AIX

NFS mount point monitoring script

Hi, I'm looking to create a NFS mount point monitoring shell script not sure if im going the right way about it so could do with some help. What i was thinking of doing was using the below command but am unsure how to handle the output. So if the filesyetem is active it will return "1" but if... (4 Replies)
Discussion started by: elmesy
4 Replies

10. Linux

one nfs mount point for many logical volumes

hi i am wondering if it is possible to use one nfs mount point for several logical volumes. i have a top level directory /imaging with data1 - data50 below it. each dataX directory is a logical volume configured through LVM. if i mount them separately on the client (i.e. 50 lines in fstab... (1 Reply)
Discussion started by: user23
1 Replies
Login or Register to Ask a Question