Operating System - HP-UX
1752290 Members
5383 Online
108786 Solutions
New Discussion

vxfs over a nfs filesystem

 

vxfs over a nfs filesystem

Hi Admins,

 

I have an nfs filesystem that its self exported on the same server. and over that nfs filesystem we have a few vxfs filesystems.


But when we reboot the server, that nfs filesystems shows like its mounted over the vxfs filesystems...

 

root@xxxxxx] /root > bdf /cvsap
Filesystem          kbytes    used   avail %used Mounted on
/dev/vgcvsap/lvxxx
                   683016192 166625920 508321816   25% /cvsap/XXX/archive

when it should look like:

 

Hi Admins,

 

I have an nfs filesystem that its self exported on the same server. and over that nfs filesystem we have a few vxfs filesystems.


But when we reboot the server, that nfs filesystems shows like its mounted over the vxfs filesystems... for ex:

 

after reboot:

 

root@test] /root > bdf /sap
Filesystem          kbytes    used   avail %used Mounted on
/dev/vgsap/lvxxx
                   683016192 166625920 508321816   25% /sap/XXX/archive

when it should look like:

 

[root@test] /root > bdf /sap
Filesystem          kbytes    used   avail %used Mounted on
test:/export/sap
                   683016192 166625920 508321816   25% /sap

 

 

What would be the correct configuration for this kind of nfs mounts?

 

Thanks in advance,