OpenSolaris 2009.06 Automated Installer Guide
Previous Next

How to Remove an AI Manifest File From a Service

If you want to remove an AI manifest file from the service, use the following command.

# installadm remove -m manifestname -n servicename

For example, to remove a manifest named ai_manifest1 from the service, service_102508, use the following command:

# installadm remove -m ai_manifest1 -n service_102508
Previous Next