|
|||
1. Introduction to the Automated Installer 2. Automated Installer Task Map 3. Automated Installer Setup Instructions 4. How to Administer an Automated Install Server 5. How to Administer a Custom Install Client 6. How to Administer the Manifest Files for an Install Service How to Create New AI Manifests How to Create Custom SC Manifest Files How to Assign Manifests to a Client 7. How to Manage Client Installations |
How to Customize Client Installations Using ManifestsClient installations can be customized by assigning different manifests to different clients' install services. The installadm add command assigns a specific manifest to a client. See the following example. Assigning a Manifest to a Client
How to Remove an AI Manifest File From an Install ServiceIf you want to remove an AI manifest file from an install service, use the following command. # installadm remove -m manifestname -n servicename For example, to remove a manifest named ai_manifest1 from the install service, service_032509, use the following command: # installadm remove -m ai_manifest1 -n service_032509 |
||
|