You are going to use the- Automated installer (AI) to install a non global zone named zone1. You have created
a custom manifest for the non-global zone and named it zone1manifest
Which command will you use to add this custom manifest to the s11-sparc install service and associate this
custom manifest with the non-global zone?
A.
installadm create-profile -n s11-sparc -f /tmp/zone1manifest.xml – c
B.
installadm create-manifest -n s11-sparc -f /tmp/zone1manifest.xml -m
C.
installadm create-client -n s11-sparc -f /tmp/zone1manifest.xml -m zone1manifest -c zonename= “zone1”
D.
installadm create-service – n s11-sparc -f /tmp/zone1manifest.xml -m zone1manifest – c zonename=”zone1”
Explanation:
installadm add-manifest
Associates manifests with a specific install service, thus making the manifests available on the network,
independently from creating a service. When publishing a non-default manifest, it is required to associatecriteria either via criteria entered on the command line (-c) or via a criteria XML file (-C).