1z0-821 Oracle Solaris 11 System Administration

Loading demo links...

Showing 7–9 of 15 questions

Question 7

View the Exhibit to inspect the boot environment Information displayed within a non global zone on your system.

Which two options describe the solaris-1 boot environment?

Select all that apply, then click Submit answer.

  • The solaris-1 boot environment is not bootable.

  • The solaris-1 boot environment is incomplete.

  • The solaris-1 boot environment was created automatically when the non global zone was created.

  • The solaris-1 boot environment was created in the non-global zone using the beadm create command.

  • The solaris-1 boot environment is associated with a non active global zone boot environment.

Question 8

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?

Select an option, then click Submit answer.

  • boot cdrom -smount -f nfs backup_server:/rpool/snaps /rmtzpool create rpool c0t0d0s0cat /mnt/rpool.1202 | zfs receive -Fdu rpoolzpool set bootfs=rpool/ROOT/solaris rpoolRecreate swap and dump devices.Reinstall the bootblock on c0t0d0.

  • boot cdrom -smount -f nfs backup_server:/rpool/snaps /mntzpool create rpool c0t0d0s0zfs create -o mountpoint=/ rpool/ROOTcat /mnt/rpool.1011 | zfs receive -Fdu rpoolzpool set bootfs=rpool/ROOT/solaris rpoolRecreate swap and dump devices.Reinstall the bootblock on c0t0d0.

  • boot cdrom -smount -F nfs backup_server:/rpool/snaps /mntcat /mnt/rpool.1011 | zfs receive -Fdu rpoolzpool set bootfs=rpool/ROOT/solaris rpool c0t0d0s0Reinstall the bootblock on c0t0d0s0

  • boot cdrom -smount -f nfs backup_server:/rpool/snaps /rmtzpool create rpool c0t0d0s0zfs receive -Fdu /mnt/rpool.1011zpool set bootfs=rpool/ROOT/solaris rpoolReinstall the bootblock on c0t0d0.

Question 9

You have a ZFS file system named /dbase/oral and you want to guarantee that 10 GB of storage space is available to that dataset for all data, snapshots, and clones.

Which option would you choose?

Select an option, then click Submit answer.

  • zfs set refreservation=10g dbase/oral

  • zfs set quota=10g dbase/oral

  • zfs set refquota=10g dbase/oral

  • zfs set reservation=10g dbase/oral