ZFS - RMAN duplicate command failed ORA-27054
Hi,
I have 2 servers, PROD and DEV. The RMAN backup directory on PROD is using zfs disk.
I want to clone PROD database to DEV using RMAN duplicate but it is failed with "ORA-27054: NFS file system where the file is created or resides is not mounted with correct options".
I have try to share the zfs on PROD to DEV but the duplicate still error.
ON PROD:
root@fbdtbs # zfs list
NAME USED AVAIL REFER MOUNTPOINT
...
pbkp/rman2 2.03T 1.44T 2.03T /pbkp/rman2
...
root@fbdtbs # zfs set sharenfs:on pbkp/rman2
ON DEV:
mount -F nfs <prod_server>:/pbkp/rman2 /pbkp/rman2
I have 2 servers, PROD and DEV. The RMAN backup directory on PROD is using zfs disk.
I want to clone PROD database to DEV using RMAN duplicate but it is failed with "ORA-27054: NFS file system where the file is created or resides is not mounted with correct options".
I have try to share the zfs on PROD to DEV but the duplicate still error.
ON PROD:
root@fbdtbs # zfs list
NAME USED AVAIL REFER MOUNTPOINT
...
pbkp/rman2 2.03T 1.44T 2.03T /pbkp/rman2
...
root@fbdtbs # zfs set sharenfs:on pbkp/rman2
ON DEV:
mount -F nfs <prod_server>:/pbkp/rman2 /pbkp/rman2
0