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 he
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.



Leave a Reply 9

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


Banchain

Banchain

Ops! I’m wrong in previously.

Correct answer is C or D(I’m not sure).

Dupek

Dupek

I think A is correct.
https://docs.oracle.com/cd/E23824_01/html/E21798/glitd.html#scrolltoc
“config file
Required. The config file is the zone’s configuration in file form from the output of the zonecfg export command.”

zone.cfg is not an AI manifest file so B is incorrect.

zone.cfg is not a command file as C answare says (suitable as a command file) and zone.cfg is not an XML file so C is incorrect too.

Bause zone.cfg is not an xml that is E is incorrect too and zone.cfg is not an SC profile that D is incorrect too.
Here is an example zone.cfg (output of zonecfg -z dbzone export command):
root@s11:~# zonecfg -z dbzone export
create -b
set brand=solaris
set zonepath=/zones/dbzone
set autoboot=false
set autoshutdown=shutdown
set bootargs=”-m verbose”
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=auto
end
add capped-memory
set physical=500M
end

Yoboo

Yoboo

[A] is correct.

khadar

khadar

A is correct

Joseph Lorenz

Joseph Lorenz

Passed Oracle Solaris 11 Administration 1Z0-821 exam with a good score of 90% (the passing line is 64% now)!

Got 70 questions in total, and questions were on:
1. Installing Oracle Solaris 11 using an Interactive Installer
2. Administering Services
3. Setting Up and Administering Data Storage
4. Administering Oracle Solaris Zones
5. Setting Up and Administering User Accounts
6. Controlling Access to Systems and Files
(New) 7. Managing the SYSLOG facilityManaging the CRON facility
(New) 8. Managing the SYSLOG facility

Pay close attention to the up 7 & 8 topics when preparing for the 1Z0-821 exam. Questions on those two topics are not available on this site.

And, you can refer to the most valid 1Z0-821 dumps (2017 version) here:

http://www.oraclebraindump.com/?s=1Z0-821

(Those questions are part of PassLeader 1Z0-821 dumps, recommend to get its full version 1Z0-821 dumps with VCE and PDF.)

Good Luck!