You are using AI to install a now operating system. You add the following information to the AI
manifest:
<configuration type=“zone” name=“dbzone source=“http://sysA.example.com/zone_cfg/zone.cfg”/>
Which statement is true regarding the zone.cfg file?
A.
It is a text file in a zonecfg configuration format.
B.
It is an AI manifest that specifies how the zone is to be installed.
C.
It is an XML file in a form suitable for use as a command script file for the zonecfg command.
D.
It is an profile with keywords that are specific for configuring a zone as part of the installation
E.
It is an XML file that specifies the zonename, zonepath, and other zonecfg parameters.
Explanation:
* Example of zone.cfg content:
create
set zonepath=/export/zones/z11gR2A
set limitpriv =”default,proc_priocntl,proc_clock_highres,sys_time”
add dedicated-cpu
set ncpus=16
end
add capped-memory
set physical=12g
set swap=12g
set locked=12g
end
add node
etc.
* The zonecfg utility creates and modifies the configuration of a zone. Zone configuration consists
of a number of resources and properties.
Properties include zonepath, zonename etc
Resources include dedicated-cpu, added-memory etc
/ Example:
example# zonecfg -z myzone3
my-zone3: No such zone configured
Use ‘create’ to begin configuring a new zone.
zonecfg:myzone3> create
zonecfg:myzone3> set zonepath=/export/home/my-zone3
zonecfg:myzone3> set autoboot=true
zonecfg:myzone3> add fs
* Use the configuration element in the AI manifest for the client system to specify non-global
zones. Use the name attribute of the configuration element to specify the name of the zone. Use
the source attribute to specify the location of the config file for the zone. The source location can
be any http:// or file:// location that the client can access during installation.
A
A is correct
This is XML format.. so i think C option is correct.
A
Question was about zone.cfg file not about AI manifest. zone.cfg is a plain text file.
A
Prerequisite
Setup the Automated install server (AI) using the following instructions
“How to Set Up Automated Installation Services for Oracle Solaris 11”
The first step in this setup will be creating two Solaris 11 Zones configuration files.
Step 1: Create the Solaris 11 Zones configuration files
The Solaris Zones configuration files should be in the format of the zonecfg export command.
# zonecfg -z zone1 export > /var/tmp/zone1
# cat /var/tmp/zone1
create -b
set brand=solaris
set zonepath=/rpool/zones/zone1
set autoboot=true
set ip-type=exclusive
add anet
set linkname=net0
set lower-link=auto
set configure-allowed-address=true
set link-protection=mac-nospoof
set mac-address=random
end
Completed Oracle Solaris 11 1Z0-822 exam last week! Scored 85% (the passing score is 70% now)!
80 questions in total, and they were mainly on SMF, IPS, ZFS, Configuring the Network, Securing the Oracle Solairs 11 O/S, Installing Oracle Solaris 11 on multiple hosts and so on.
The 1Z0-822 exam has been revised since 2016, I do recommend you to learn the latest 1Z0-822 dumps here:
http://www.oraclebraindump.com/?s=1Z0-822
(Those are part of PassLeader 1Z0-822 dumps, suggest to get its full version 1Z0-822 dumps with VCE and PDF.)
Good Luck!