Which command must you use to add this custom manifest to the s11-sparc install service and associate this custom manifest with the nonglobal zone?

You plan to use the Automated Installer (AI) to install a nonglobal zone named zone1. You created
custom manifest for the nonglobal zone and named it zone1manifest.
Which command must you use to add this custom manifest to the s11-sparc install service and
associate this custom manifest with the nonglobal zone?

You plan to use the Automated Installer (AI) to install a nonglobal zone named zone1. You created
custom manifest for the nonglobal zone and named it zone1manifest.
Which command must you use to add this custom manifest to the s11-sparc install service and
associate this custom manifest with the nonglobal zone?

A.
installadm create-profile –n s11-sparc –f /term/zone1manifest.xml –c zonename=“zone1”

B.
installadm create-manifest –n s11-sparc –f /term/zone1manifest.xml –m zone1manifest –c
zonename=“zone1”

C.
installadm create-client –n s11-sparc –f /term/zone1manifest.xml –m zone1manifest –c
zonename=“zone1”

D.
installadm create-server –n s11-sparc –f /term/zone1manifest.xml –m zone1manifest –c
zonename=“zone1”

Explanation:
Install services are created with a default AI manifest, but customized manifests or
derived manifests scripts (hereafter called “scripts”) can be added to an install service by using the
create-manifest subcommand.
* Example:

Add the new AI manifest to the appropriate AI install service, specifying criteria that define which
clients should use these installation instructions.
# installadm create-manifest -n s11-x86 -f ./mem1.xml -m mem1 \
-c mem=”2048-unbounded”
* Syntax
installadm create-manifest -n|–service svcname
-f|–file manifest_or_script_filename
[-m|–manifest manifest_name]
[-c|–criteria criteria=value|list|range… |
-C|–criteria-file criteriafile]
[-d|–default]



Leave a Reply 2

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