exported filesystems on a NIM server


 
Thread Tools Search this Thread
Operating Systems AIX exported filesystems on a NIM server
# 1  
Old 03-09-2011
exported filesystems on a NIM server

I have a filesystem that was exported sometime in the past, probably by NIM processes, but cannot be unexported now. How can I get rid of this? Any ideas? I tried rebooting and it survived it.
Code:
hostname:/:$ exportfs -v                                
/usr/lpp/bos.sysmgt/nim/methods -ro,root=remotehost,access=remotehost

hostname:/:$ ls -ld /usr/lpp/bos.sysmgt/nim/methods
drwxr-xr-x    2 root     system         8192 Nov 30 15:15 /usr/lpp/bos.sysmgt/nim/methods

hostname:/:$ exportfs -u /usr/lpp/bos.sysmgt/nim/methods
exportfs: /usr/lpp/bos.sysmgt/nim/methods: A file or directory in the path name does not exist.

hostname:/:$ exportfs -Fu /usr/lpp/bos.sysmgt/nim/methods
exportfs: /usr/lpp/bos.sysmgt/nim/methods: A file or directory in the path name does not exist.

hostname:/:$ exportfs -ua                               
exportfs: /usr/lpp/bos.sysmgt/nim/methods: A file or directory in the path name does not exist.

hostname:/:$

# 2  
Old 03-09-2011
Did you try to remove it from /etc/exports and reboot once more ?

Regards
zxmaus
# 3  
Old 03-10-2011
That exported filesystem that I showed is not in the /etc/exports file. It is very strange that it will not go away.

---------- Post updated at 03:53 PM ---------- Previous update was at 02:08 PM ----------

The problem is that the filesystem was in the /etc/xtab (whatever that file does). Here's how I got rid of that mysteriously exported filesystem:

Code:
hostname:/:$ exportfs -v
/usr/lpp/bos.sysmgt/nim/methods -ro,root=remotehost,access=remotehost

hostname:/:$ cat /etc/xtab
/usr/lpp/bos.sysmgt/nim/methods -ro,root=remotehost,access=remotehost

hostname:/:$ stopsrc -g nfs
0513-044 The biod Subsystem was requested to stop.
0513-044 The nfsd Subsystem was requested to stop.
0513-044 The rpc.mountd Subsystem was requested to stop.
0513-044 The rpc.lockd Subsystem was requested to stop.
0513-044 The rpc.statd Subsystem was requested to stop.

hostname:/:$ rm /etc/xtab

hostname:/:$ startsrc -g nfs
0513-059 The biod Subsystem has been started. Subsystem PID is 9306232.
0513-059 The nfsd Subsystem has been started. Subsystem PID is 4653236.
0513-059 The rpc.mountd Subsystem has been started. Subsystem PID is 20185116.
0513-059 The nfsrgyd Subsystem has been started. Subsystem PID is 4456688.
0513-059 The gssd Subsystem has been started. Subsystem PID is 3145868.
0513-059 The rpc.lockd Subsystem has been started. Subsystem PID is 6291674.
0513-059 The rpc.statd Subsystem has been started. Subsystem PID is 3080274.

hostname:/:$ exportfs -v
exportfs: 1831-182 nothing exported
hostname:/:$

Finally.... shesh.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

DM multipath :iscsi lun shows by diff names on two server where its exported

Hi, I am trying to setup multipathing (using DM multipath) for a redhat cluster setup ...all setup is done but issue is : node 1 shows the shared iscsi lun as sdc node 2 shows the same as sdg (changes on reboots) Due to this (i guess) i get i/o error & i can not read files created by... (0 Replies)
Discussion started by: heman96
0 Replies

2. AIX

find nim server of a machine

Hi, i would like to know how can i find , in a client machine , the nim server. the nim server that this machine have , if the machine have it Thanks :confused: (1 Reply)
Discussion started by: prpkrk
1 Replies

3. AIX

NIM server

Hi. I would like to try installation via NIM server. I have set up : lsnim master machines master boot resources boot nim_script resources nim_script NET_EN0 networks ent mksysb_AIX_6141 resources ... (4 Replies)
Discussion started by: phobus
4 Replies

4. AIX

NIM Master as Mgmt Server

Guys, I need your help I got a requirement from a cUstomer asking for a specific design He wants to use the NIM Master as one single mgmt server and access the nodes maintained by it there by the accounting is in one single server for all the nodes Note:- Direct login to the nodes will... (3 Replies)
Discussion started by: kkeng808
3 Replies

5. AIX

Troubleshooting NIM Server

hello folks, Can someone help me troubleshoot the NIM Server NIM MASTER: >> # hostname oldbcoedv # cat /etc/hostname 192.52.100.29 bcoeqa bcoeqa.bin.com.sa 192.52.100.66 oldbcoedv # cat /etc/bootptab ..... # T180 -- (xstation only) -- enable virtual screen #NO CLIENTS... (6 Replies)
Discussion started by: filosophizer
6 Replies

6. AIX

configuring NIM server

I have never used NIM. Please help with the steps for configuring NIM server and client. thanks Pchangba (3 Replies)
Discussion started by: pchangba
3 Replies

7. AIX

NIM Server Issue

Hi, I'm getting the above error while trying to take a MKSYSB image via NIM. I've only just started getting this and don't know why it is failing. Any one got any suggestions? Thanks Kees (3 Replies)
Discussion started by: KeesH
3 Replies

8. UNIX for Advanced & Expert Users

NIM - mksysb of remote server

Hi, I'm trying to use my NIM server to get a mksysb of an lpar on another machine on my network. I'm trying to define a resource through smitty and i've entered the resource name, Server of resource & location of resource, they are as follows Resource Name : gmt_fail_mksysb Server of... (1 Reply)
Discussion started by: KeesH
1 Replies

9. AIX

migrate NIM server through NIM installation

I try to migrate a NIM server from one server to another. I try to do a mksysb on NIM server restore the NIM server's mksysb to a client through NIM installation shutdown NIM server start newly installed client as NIM server Does anyone do this before? who can give me some suggestion? (1 Reply)
Discussion started by: yanzhang
1 Replies

10. AIX

NIM Server

Is anybody using a NIM server for DR recovery purposes? If so, how are you handling Volume Groups outside of root? (0 Replies)
Discussion started by: kd30185
0 Replies
Login or Register to Ask a Question