Which statement is true with regard to the zone.cfg?

You are using AI to install a new system. You have added to following information to the AI
manifest:
<configuration type= zone name= dbzone
source = http://sysA.example.com/zone_cfg/zone.cfg/>
Which statement is true with regard to the zone.cfg?

You are using AI to install a new system. You have added to following information to the AI
manifest:
<configuration type= zone name= dbzone
source = http://sysA.example.com/zone_cfg/zone.cfg/>
Which statement is true with regard to the zone.cfg?

A.
The zone.cfg file is text file in a zonecfg export format.

B.
The zone.cfg file is an AI manifest that specifies how the zone is to be installed.

C.
The zone.cfg file is an xml file in a form suitable for use as a command file for the zonecfg
command.

D.
The zone.cfg file is an SC profile with keywords that are specific for configuring a as part of the
installation process.

E.
It is am xml configuration file from the /etc/zone directory. It will be used as a profile for the
zone. It specifies the zonename, zonepath, and other zonecfg parameters.

Explanation:
The configuration element supports non-global zone configurations. When installing
a global zone system, the zone configurations specified in the AI manifest are used to install nonglobal zones onto the system after the global zone has been installed
The configuration element has the following attributes:
type
The type of configuration to install. The only type supported by AI is zone.
name
A name given to the configuration. This name must be unique across all configuration elements in
an AI manifest. For configurations of type zone, this name is also used as the zonename for the
zone.
source
The location from which AI downloads the configuration file for this configuration element. The
value can be an HTTP or FILE URI specification. For configurations of type zone, this value should
point to a zone configuration file as produced from the zonecfg export command.
Reference: man ai_manifest



Leave a Reply 9

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


johny

johny

should be also A.

– For configurations of type zone, this value should
point to a zone configuration file as produced from the zonecfg export command

Borko

Borko

A is the answer.

Lala

Lala

Anyone used this dump for the exam? Is it accurate?

madrichie

madrichie

hi lala,

no more then 20-30% of this questions were in the real exam, but it’s nice to have nearly 25% correct caused on this braindump 😉

annu gupta

annu gupta

c is correct

labham

labham

a is right

lynli

lynli

A is correct because a zonecfg -z zone export -f file does not produce a XML file:
root@s1:~# zonecfg -z ai export -f ai_zone_config
root@s1:~# more ai_zone_config
create -b
set brand=solaris
set zonepath=/export/zones/ai
set autoboot=false
set ip-type=exclusive
add fs
set dir=/solaris_sw
set special=/solaris_sw
set type=lofs
end
add fs
set dir=/export/home/lynli
set special=/export/home/lynli
set type=lofs
end
add net
set configure-allowed-address=true
set physical=ai0
end