Looking to deploy OEM 13c in an Active/Passive configuration in two separate sites. This will be installed on Solaris 11 with ZFS. According to the docs it is required to have storage replication between the two OMS hosts, for the repository we will be using dataguard.
I see some examples mentioning how this can be done with a ZFS storage appliance. We only have internal 3.2TB NVMe drives with ZFS on each OMS host in each site, no network or shared storage to use. Can we use ZFS snapshots with ZFS send and receive for the storage replication? The docs list the below requirements:
Your chosen method of storage replication should support the following:
- Snapshots and consistent filesystem copies
- Ability to perform scheduled and on-demand replication between sites
Seems ZFS send and receive meets these requirements, is this an accepted solution?