Database Backup and Recovery (MOSC)

MOSC Banner

ZFS - RMAN duplicate command failed ORA-27054

edited Dec 31, 2012 3:05AM in Database Backup and Recovery (MOSC) 3 commentsAnswered
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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center