Silent Installation
In some cases, for example, Unicenter Software Delivery, it is important to have a software product that installs automatically without any user interaction. The sh command can be executed with the option -r response file, and additional options, to install the UNIX Remote Agent without any questions being asked. You must provide the full path to a response file after the -r option..
The following example shows a typical response file:
PATHeTrustAdmin=/opt/CA/IdentityManager/ProvisioningUnixAgent IM_INSTALL=1 OWNERroot=root GROUPsys=sys
The following example shows how a response file is created using a shell script:
% sh IdentityManager.[Platform].sh -r [Response File]
The following example shows how to install a response file using a shell script:
% sh IdentityManager.[Platform].sh -f [Response File]
To uninstall, run the following shell script:
[Installation Path]/scripts/uninstall.sh
For example:
/opt/CA/IdentityManager/ProvisioingUnixAgent/scripts/uninstall.sh
Copyright © 2013 CA.
All rights reserved.
|
|