1Z0-822 · Question #75
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…
The correct answer is B. installadm create-manifest -n s11-sparc -f /term/zone1manifest.xml -m zone1manifest -c zonename="zone1". 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. Add the new AI manifest to the appropriate AI install service…
Question
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?
Options
- Ainstalladm create-profile -n s11-sparc -f /term/zone1manifest.xml -c zonename="zone1"
- Binstalladm create-manifest -n s11-sparc -f /term/zone1manifest.xml -m zone1manifest -c zonename="zone1"
- Cinstalladm create-client -n s11-sparc -f /term/zone1manifest.xml -m zone1manifest -c zonename="zone1"
- Dinstalladm create-server -n s11-sparc -f /term/zone1manifest.xml -m zone1manifest -c zonename="zone1"
How the community answered
(56 responses)- A5% (3)
- B84% (47)
- C2% (1)
- D9% (5)
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. 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" 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]
Topics
Community Discussion
No community discussion yet for this question.