Which command do you choose to install the s10-system.flar archive in the Solaris 10 branded zone (s10-zone)?

You create a flash archive of the Solaris 10 global zone on the serves named sysA. The archive
name is s10-system.flar, and it is stored on a remote server named backup_server.
On sysA, you create a Solaris 10 branded zone named s10-zone.
You want to use the flash archive, located On” /net/bactup_servers/10-system.flar, to install the
Operating system in the s10-zone zone.
Which command do you choose to install the s10-system.flar archive in the Solaris 10 branded
zone (s10-zone)?

You create a flash archive of the Solaris 10 global zone on the serves named sysA. The archive
name is s10-system.flar, and it is stored on a remote server named backup_server.
On sysA, you create a Solaris 10 branded zone named s10-zone.
You want to use the flash archive, located On” /net/bactup_servers/10-system.flar, to install the
Operating system in the s10-zone zone.
Which command do you choose to install the s10-system.flar archive in the Solaris 10 branded
zone (s10-zone)?

A.
zoneadm -z s10 -zone install – a /net/backup_server/s10-system.flar -u

B.
zonecfg -z s10 -zone install – a /net/backup_server/s10-system.flar -u

C.
zoneadm – z s10 -zone clone – s /net/backup_server/s10-system.flar

D.
zone cfg – a s10-zone create – t SUNWsolaris10\
</net/backup_server/s10-system.flar

E.
zonecfg -z s10-zone install -f /net/backup/backup_server/s10-system.flar

Explanation:
The zoneadm command is the primary tool used to install and administer non-global
zones. Operations using the zoneadm command must be run from the global zone on the target
system.
How to Install the solaris10 Branded Zone
A configured solaris10 branded zone is installed by using the zoneadm command with the install
subcommand.
Example: global# zoneadm -z s10-zone install -a /net/machine_name/s10-system.flar –u

Reference: System Administration Guide: Oracle Solaris Zones, Oracle Solaris 10 Containers, and
Resource Management, Install the solaris10 Branded Zone



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Saeed

Saeed

Answer is A :
A – Correct Answer…
B – zonecfg is not used for install zone
C – clone – Installed a zone by copying an existing installed zone.
D – wrong command
E – zonecfg is not used for install zone