NFS not showing under /etc/fstab nor /etc/exports


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers NFS not showing under /etc/fstab nor /etc/exports
# 1  
Old 06-01-2011
Question NFS not showing under /etc/fstab nor /etc/exports

Hi guys, I was asked to perform the following:

On server usdfslpsap04 following NFS mounts should be disabled
Code:
usdfslpwmt3:/u01/opt/wm6_data/ebiz_edi/CALIBER_data
                      50412232  13369544  34481872  28% /u01/opt/wm6_data/ebiz_edi/CALIBER_data
usauxoradw:/DWH/Transfer/current
                     157286400    916096  29728256   3% /Interfaces/DWH/Transfer/current
usauxoradw:/DWH/Transfer/daily
                     157286400  13818688  29728256  32% /DWH/Transfer/daily

I said NO BIG DEAL !!! I will unmount the FS, go to /etc/fstab in the current system and comment out the entry for all these filesystems and algo go to the FS owner system and comment out the same under /etc/exports.

Now,

When I execute utility DF I see the NFS sitting there:
Code:
usauxoradw:/DWH/Transfer/current
                     157286400    936544  29049024   4% /Interfaces/DWH/Transfer/current
usauxoradw:/DWH/Transfer/daily
                     157286400  14421824  29049024  34% /DWH/Transfer/daily

usdfslpwmt3:/u01/opt/wm6_data/ebiz_edi/CALIBER_data
                      50412232  13369544  34481872  28% /u01/opt/wm6_data/ebiz_edi/CALIBER_data

NOW,
In this system check the /etc/fstab file:
Code:
[root@usdfslpsap04 ~]# view /etc/fstab
# This file is edited by fstab-sync - see 'man fstab-sync' for details
LABEL=/                 /                       ext3    defaults        1 1
LABEL=/boot             /boot                   ext3    defaults        1 2
none                    /dev/pts                devpts  gid=5,mode=620  0 0
#none                    /dev/shm                tmpfs   defaults        0 0
none                    /dev/shm                tmpfs   defaults,size=44G        0 0
/dev/vg00/lvol1         /home                   ext3    defaults        1 2
/dev/vg00/lvol5         /opt                    ext3    defaults        1 2
none                    /proc                   proc    defaults        0 0
none                    /sys                    sysfs   defaults        0 0
/dev/vg00/lvol2         /tmp                    ext3    defaults        1 2
/dev/vg00/lvol3         /usr                    ext3    defaults        1 2
/dev/vg00/lvol4         /var                    ext3    defaults        1 2

/dev/vg02/lvol0         /oracle                 ext3    defaults        1 2
/dev/vg02/lvol1         /oracle/PV1             ext3    defaults        1 2
/dev/vg02/lvol2         /usr/sap/PV1            ext3    defaults        1 2

## NFS Mounts  ##
usdfslpsap03:/sapmnt/PV1                /sapmnt/PV1             nfs     bg,soft         0 0
#dfuxsdb1:/usr/sap/trans                /usr/sap/trans          nfs     bg,soft         0 0
usdfsldsap03:/software                  /software               nfs     bg,soft         0 0
usdfslpsap02:/Interfaces                /Interfaces             nfs     bg,soft         0 0
usdfslpsap02:/usr/sap/interfaces        /usr/sap/interfaces     nfs     bg,soft         0 0
"/etc/fstab" [readonly] 33L, 2422C

These file systems are not in there. Where da heck they are?

If I go let us say to usdfslpwmt3 and check the /etc/exports I see that the file is empty.

So I guess this are not NFS???

ANy input please !!!!!!!!!!!!!!!!SmilieSmilieSmilieSmilieSmilieSmilie

Last edited by Scott; 06-01-2011 at 06:11 PM.. Reason: Code tags, PLEASE!
# 2  
Old 06-02-2011
Code:
[root@usdfslpwmt3 ~]# showmount -e
[root@usdfslpsap04 ~]#showmount -a

But a question first, you have unmounted the file systems and they are still there?
Or is this procedure you are discussing under a restart?
Meaning you umounted (successfully) , deleted entries in /etc/fstab (successfully) , rebooted (successfully) and then you see the filesystems again?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

NFS mounted drive showing Write protected message

Hi We have two servers name A and B . I have a folder "Share" on A was NFS mounted to "B" server. I have set the ACL permissions using setfacl , so that both (One user from Server A and another user from Server B) users can read and write to the directory. Both users can create the... (0 Replies)
Discussion started by: rakeshkumar
0 Replies

2. UNIX for Dummies Questions & Answers

fstab

hi , i'm creating a shell script using fstab for my project of last year, i wonder you can help me to know what is the command allow me to get the list of unmounted partitions. thanks (4 Replies)
Discussion started by: Linux001
4 Replies

3. SCO

Problem with nfs exports between 5.0.5 and 5.0.7

Hello everyone! I have two systems: an old SCO 5.0.5 Openserver (here's the uname -a output): /# uname -a SCO_SV munixela 3.2 5.0.5 i386 And a SCO 5.0.7 OpenServer (uname -a output): /# uname -a SCO_SV catedral 3.2 5.0.7 i386 I exported a Filesystem from the 5.0.7 machine, using the... (13 Replies)
Discussion started by: superchivo
13 Replies

4. AIX

AIX Exports file

Why can I not add more than 1 filesystem to the /etc/exports file and export them via smitty, or command line? I have tried, I stopped the NFS daemons, edited the /etc/exports file by hand, saved it, then re-started NFS, but it only still exports the first line in the exports file. ... (4 Replies)
Discussion started by: mrmurdock
4 Replies

5. Programming

Listing function exports from object file

Is it possible to view all the functions exported by a given object file? "dump -tv" comes the closest, but what exactly am I looking for to determine whether the symbol exists in the object file? Essentially, I have a library that requires a call to "xdr_sizeof" and the compile is failing... (5 Replies)
Discussion started by: DreamWarrior
5 Replies

6. Shell Programming and Scripting

Howto Simplify Multiple Exports in .bash_profile

Dear expert, My .bash_profile contain the following lines: # User specific environment and startup programs export CFLAGS="-I $HOME/.libstree/include"; export LDFLAGS="-L $HOME/.libstree/lib"; export LD_LIBRARY_PATH=/home/ewijaya/MyBioTool/libstree-0.4.2/lib:${LD_LIBRARY_PATH} export... (1 Reply)
Discussion started by: monkfan
1 Replies

7. UNIX for Dummies Questions & Answers

Howto Simplify/Factorize Exports in .bash_profile

Dear expert, My .bash_profile contain the following lines: # User specific environment and startup programs export CFLAGS="-I $HOME/.libstree/include"; export LDFLAGS="-L $HOME/.libstree/lib"; export LD_LIBRARY_PATH=/home/ewijaya/MyBioTool/libstree-0.4.2/lib:${LD_LIBRARY_PATH} export... (1 Reply)
Discussion started by: monkfan
1 Replies

8. UNIX for Advanced & Expert Users

nfs exports and netmask option

Setting up nfs on a redhat ES 4 gives me following issue that i can't explain. My nfs was working perfect whith following /etc/exports on the server /home/test/nfstest 198.9.200.227(rw,sync,no_root_squash) But after a powerloss and restart of the server it only works with the... (0 Replies)
Discussion started by: progressdll
0 Replies

9. Linux

/etc/fstab

I've created a new drive and i've added it to my fstab file but on startup it will not mount. here is how i put it into my fstab file, is that right? /dev/hdb2 /disk2a ext3 defaults 1 2 (6 Replies)
Discussion started by: byblyk
6 Replies

10. UNIX for Dummies Questions & Answers

/etc/exports

i have the following entry in /etc/exports which is /opt/hpxt. i am on hpux b11.0.0 questions 1) is /hpxt in the same physical machine? got confused by the meaning of export. (1 Reply)
Discussion started by: yls177
1 Replies
Login or Register to Ask a Question