Previous Topic: Example for Uninstallation Using msiexec and Product CodeNext Topic: General Notes on Agent Uninstallation


Uninstallation of Client Automation on Linux and UNIX

You can uninstall Client Automation or parts of it on Linux or UNIX using one of the following options:

./setup.sh

Run setup.sh from the installation DVD and select Uninstall in the setup dialog.

lsm -e prodname [-s]

Run this lsm command version from the Client Automation command line. In the lsm command the product or component is specified by prodname. The option -s specifies unattended (silent) uninstallation mode.

The following example uninstalls the complete Client Automation in unattended (silent) mode:

lsm -e ca-dsm -s

The following example uninstalls the DMPrimer:

lsm -e ca-dsm-dmprimer-standalone

The product or component names that can be used as values for the variable prodname in the Linux/UNIX Installer (lsm) command are shown in the following table:

Product/Component Name

Description

ca-dsm

CA Client Automation

ca-dsm-dmprimer-standalone

DMPrimer (only installed when using the infrastructure deployment component of Client Automation)

ca-dsm-SMPackager

Software Packager for Linux and UNIX