OpenSolaris Automated Installer Guide
Previous Next

How to Enable and Disable Install Services

You can enable and disable install services on a system as follows:

Enable an Install Service

Use 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 Service

Use 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.

Previous Next