Network and Storage Protocols

ONTAP 9.14.1P2: showmount problem after SVM DR

Stefan_R
365 Views

Hi,

 

on a linux client i see only the root when i enter:

root@srv20:~# showmount -e 192.168.99.12
Export list for 192.168.99.12:
/ (everyone)
root@srv20:~# 

I don't find if there is something wrong:

main::> vserver nfs show -vserver main-file -fields showmount-rootonly,showmount
vserver showmount showmount-rootonly
--------- --------- ------------------
main-file enabled disabled

main::>

So i entered:

main::> vserver nfs modify -vserver main-file -showmount-rootonly enabled -showmount disabled

No change on the inux client, but this was expected... So i entered:

vserver nfs modify -vserver main-file -showmount-rootonly disabled -showmount enabled

Same setting as inital:

main::> vserver nfs show -vserver main-file -fields showmount-rootonly,showmount
vserver showmount showmount-rootonly
--------- --------- ------------------
main-file enabled disabled

main::>

But on the linux host i see now:

root@srv20:~# showmount -e 192.168.99.12
Export list for 192.168.99.12:
/daten (everyone)
/daten/install (everyone)
/daten/temp (everyone)
/daten/users (everyone)
/recordings (everyone)
/ (everyone)
root@srv20:~# 

So changing the setting one time to the other setting and then back resolves the problem.

 

I was using SVM DR here and had the backup destination active for a few days, then i reinstalled the source and made a new SVM DR with the reinstalled source. After all was in sync i enabled the original source again and made a reverse sync. During this actions this seetings seems to got an inconsistent state...

 

Just for info, if someone has the same problems, that an showmount isn't workung but all is correct configured.

0 REPLIES 0
Public