Before you can install CA ControlMinder using a native package, you must customize the CA ControlMinder package to specify that you accept the license agreement. You can also specify custom installation settings when you customize a package.
You customize a package by extracting the installation parameters file from the package, modifying it as required, and then loading it back into the package. Some commands are available in the customization script so that you do not have to modify the parameters file.
Note: We recommend that you do not modify the package manually. Instead, use the script as described in the following procedure to customize the CA ControlMinder package.
Follow these steps:
The pre.tar file is a compressed tar file containing installation messages and the CA ControlMinder license agreement.
customize_eac_deb -a [-d pkg_location] pkg_filename
You specify this keyword in the next step.
customize_eac_deb -w keyword [-d pkg_location] pkg_filename
customize_eac_deb -r -l lang [-d pkg_location] pkg_filename
customize_eac_deb -u install_prefix [-d pkg_location] pkg_filename
customize_eac_deb -s -c certfile -k keyfile [-d pkg_location] pkg_filename
customize_eac_deb -i target_location [-d pkg_location] pkg_filename
The default installation location is /opt/CA/.
customize_eac_deb -g -f tmp_params [-d pkg_location] pkg_filename
customize_eac_deb -s -f tmp_params [-d pkg_location] pkg_filename
You can now use the package to install CA ControlMinder with your customized default settings.
Example: Specify That You Accept the License Agreement
To accept the license agreement when installing a native package, you customize the package. The following example shows how you customize the 64-bit CA ControlMinder deb package to accept the license agreement. You find the package on the CA ControlMinder Endpoint Components for UNIX DVD which, in this example, is mounted to /mnt/AC_DVD.
cp /mnt/AC_DVD/NativePackages/_LINUX_X64_DEB_PKG_128.tar.Z /tmp cp /mnt/AC_DVD/NativePackages/pre.tar /tmp cd /tmp zcat _LINUX_X64_DEB_PKG_128.tar.Z | tar -xvf - chmod 777 caeac*.deb /mnt/AC_DVD/NativePackages/customize_eac_deb -w keyword -d /tmp 128sp1-123_amd64.deb
You can now use the customized package to install CA ControlMinder.
Copyright © 2013 CA Technologies.
All rights reserved.
|
|