Oracle Solaris 11 System Administrator — Question 8
You create a flash archive of the Solaris 10 global zone on the server named sysA and you name the archive s10-system.flar.
You upgrade the operating system on sysA from Solaris 10 to Oracle Solaris 11.
On sysA, you want to create a Solaris 10 non-global zone and import the flash archive into that zone. The flash archive is available on sysA via NFS through the mountpoint:/net/bkup_server/backup_server.
Which two options do you choose to create the Solaris 10 zone capable of supporting the Solaris 10 flash archive? (Choose two.)
Answer options
- A. zonecfg -z s10-zone create -t SYSsolaris10
- B. zonecfg -z s10-zone create set brand=solaris10
- C. zonecfg -z solaris10 -t SYSsolaris10
- D. zonecfg -z s10-zone install -f /net/backup_server/s10-system.flar
Correct answer: C, D
Explanation
The correct commands are C and D because C creates the zone with the required type for Solaris 10, and D installs the flash archive into the newly created zone. Options A and B are incorrect because they do not correctly create or configure the zone for Solaris 10 support.