You need to migrate a UFS file system named /production_ufs to a ZFS file system named
/production_ufs. The /production_ufs file system cannot be taken down or be out of
production during the migration, and the current /production_ufs file system must remain
active until the /ptoduction_zfs file system is copied and ready. Which method allows you to
meet both requirements? 1. Copy live data from /production_ufs to /production_zfs while
/production_ufs is in use. 2. When the copy is complete, /production_zfs will contain an
up-to date copy of /production_ufs
A.
Mirror the existing UFS file system by using SVM. After both submissions are in sync,
migrate one of the submissions to a ZFS file System by using Live Upgrade.
B.
Create a new Boot Environment. Create the ZFS file system. Use lucreate -m to copy
data from the Current UFS file system to the new ZFS file system.
C.
Create the new ZFS file system by using zfs create import to import data from the
existing UFS file system into the new ZFS file system
D.
Create the new zfs file system by using the zfs create -oshadow.
E.
Create a snapshot of the UFS file system. Create the new ZFS file system. Use cpio to
copy data from the snapshot to the new ZFS file system.