On localSYS, your SPARC based server, you back up the root file system with recursive
snapshots of the root pool. The snapshots are stored on a remote NTS file system. This
information describes the remote system where the snapshots are stored: Remote system
name: backupSYS File system whore the snapshots are stored: /backups/localSYS
Mounted file system on localSYS: /rpool/snaps Most recent backup name: rpool-1202 Disk
c0t0d0 has failed in your root pool and has been replaced. The disk has already been part<
and labeled and now you need to restore the root file system. Which procedure would you
follow to restore the ZFS root file system on localSYS?
A.
boot cdrom -s mount -F nfs backup_server:/rpool/snaps /mnt cat /mnt/rpool.1011 | zfs
receive -Fdu rpool zpool set bootfs=rpool/ROOT/solaris rpool c0t0d0s0 Reinstall the
bootblock on c0t0d0s0
B.
boot cdrom -s mount -f nfs backup_server:/rpool/snaps /mnt zpool create rpool c0t0d0s0
zfs create -o mountpoint=/ rpool/ROOT cat /mnt/rpool.1011 | zfs receive -Fdu rpool zpool
set bootfs=rpool/ROOT/solaris rpool Recreate swap and dump devices. Reinstall the
bootblock on c0t0d0.
C.
boot cdrom -s mount -f nfs backup_server:/rpool/snaps /rmt zpool create rpool c0t0d0s0
cat /mnt/rpool.1202 | zfs receive -Fdu rpool zpool set bootfs=rpool/ROOT/solaris rpool
Recreate swap and dump devices. Reinstall the bootblock on c0t0d0.
D.
boot cdrom -s mount -f nfs backup_server:/rpool/snaps /rmt zpool create rpool c0t0d0s0
zfs receive -Fdu /mnt/rpool.1011 zpool set bootfs=rpool/ROOT/solaris rpool Reinstall the
bootblock on c0t0d0.
Explanation: