1Z0-822 · Question #70
Your colleague is administering the company's Automated Install server and is using a custom manifest. You now plan to replace the default AI manifest with the custom manifest. Which installadm…
The correct answer is B. update-manifest. If you want to change the content of a manifest or script that has already been added to an install service, use the installadm update-manifest command. Criteria, default status, and manifest_or_script_name are not changed as a result of the update. # installadm update-manifest…
Question
Your colleague is administering the company's Automated Install server and is using a custom manifest. You now plan to replace the default AI manifest with the custom manifest. Which installadm subcommand must you use to replace the default AI manifest?
Options
- Aupdate-service
- Bupdate-manifest
- Cset-service
- Dcreate-manifest
- Ecreate-service
- Fset-manifest
How the community answered
(55 responses)- B95% (52)
- C4% (2)
- E2% (1)
Explanation
If you want to change the content of a manifest or script that has already been added to an install service, use the installadm update-manifest command. Criteria, default status, and manifest_or_script_name are not changed as a result of the update. # installadm update-manifest -n s11-x86 -f ./newregion1.xml -m region1 The create-manifest and update-manifest subcommands validate XML manifest files before adding them to the install service. AI syntactically validates the AI manifests at client installation Note - If an invalid manifest is provided to a client, the automated installation aborts. To investigate the cause of the validation failure, see the /system/volatile/install_log on the client.
Topics
Community Discussion
No community discussion yet for this question.