C
Oracle Solaris 10 branded zonesOracle Solaris 10 Zones provide an Oracle Solaris 10 environment on Oracle Solaris 11. You can migrate an Oracle Solaris 10 system or zone to a solaris10 zone on an Oracle Solaris 11 system in the following ways: * Create a zone archive and use the archive to create an s10zone on the Oracle Solaris 11 system. This option applies in the current scenario. Example of command to Install the Oracle Solaris 10 non-global zone. s11sysB# zoneadm -z s10zone install -u -a /pond/s10archive/s10.flar * Detach the zone from the Oracle Solaris 10 system and attach the zone on the Oracle Solaris 11 zone. The zone is halted and detached from its current host. The zonepath is moved to the target host, where it is attached. Note: install [-x nodataset] [brand-specific options] A subcommand of the zoneadm. Install the specified zone on the system. This subcommand automatically attempts to verify first. It refuses to install if the verify step fails. -u uuid-match Unique identifier for a zone, as assigned by libuuid(3LIB) . If this option is present and the argument is a non-empty string, then the zone matching the UUID is selected instead of the one named by the -z option, if such a zone is present. Incorrect answers: B: The attach subcommand takes a zone that has been detached from one system and attaches the zone onto a new system. Therefore, it is advised (though not required) that the detach subcommand should be run before the "attach" takes place. Once you have the new zone in the configured state, use the attach subcommand to set up the zone root instead of installing the zone as a new zone. Reference: Oracle Solaris 11 Information Library, Transitioning an Oracle Solaris 10 Instance to an Oracle Solaris 11 System