|
|||
1. Introduction to the Automated Installer 2. Automated Installer Task Map 3. Automated Installer Setup Instructions 4. How to Administer an Automated Install Server How to Delete Install Services How to List Install Services on the Server How to Administer Install Services by Using the AI SMF Service 5. How to Administer a Custom Install Client 6. How to Administer the Manifest Files for an Install Service 7. How to Manage Client Installations |
How to Enable and Disable Install ServicesYou can enable and disable install services on a system as follows: Enable an Install ServiceUse the following command to enable a specified install service. # installadm enable svcname The svcname field is required to specify the name of the install service to be enabled. This command also enables the web server associated with the service. Disable an Install ServiceUse the following command to disable a specified install service. # installadm disable svcname The svcname field is required to specify the name of the install service to be disabled. This command also disables the web server associated with the service. |
||
|