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.
You can find the Solaris native package for each of the supported Solaris operating systems in the NativePackages directory of the CA ControlMinder Endpoint Components for UNIX DVD.
To customize the Solaris native packages
In the read/write location on the file system, you can customize the package as required.
Important! When you extract the package, verify that file attributes for the entire directory structure of the package are preserved or Solaris native packaging tools will consider the package corrupt.
The pre.tar file is compressed tar file containing installation messages and the CA ControlMinder license agreement.
Note: You can find the customize_eac_pkg script file and the pre.tar file in the same location where the native packages are.
customize_eac_pkg -a [-d pkg_location] pkg_name
You specify this keyword in the next step.
customize_eac_pkg -w keyword [-d pkg_location] [pkg_name]
customize_eac_pkg -r -l lang [-d pkg_location] [pkg_name]
customize_eac_pkg -i install_loc [-d pkg_location] [pkg_name]
customize_eac_pkg -s -c certfile -k keyfile [-d pkg_location] [pkg_name]
customize_eac_pkg -g -f tmp_params [-d pkg_location] [pkg_name]
This file lets you set the installation defaults for the package. For example, activate the POSTEXIT setting (remove the preceding # character) and point it to a post-installation script file you want to run.
customize_eac_pkg -s -f tmp_params [-d pkg_location] [pkg_name]
You can now use the package to install CA ControlMinder with the customized defaults.
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 you how you do customize the x86 CA ControlMinder Solaris package that you can find on the CA ControlMinder Endpoint Components for UNIX DVD (mounted to /mnt/AC_DVD) to accept the license agreement:
cp /mnt/AC_DVD/NativePackages/_SOLARIS_X86_PKG*.tar.Z /tmp cp /mnt/AC_DVD/NativePackages/pre.tar /tmp cd /tmp zcat _SOLARIS_X86_PKG*.tar.Z | tar -xvf - /mnt/AC_DVD/NativePackages/customize_eac_pkg -w keyword -d /tmp CAeAC
You can now use the customized package in the /tmp directory to install CA ControlMinder.
Copyright © 2013 CA Technologies.
All rights reserved.
|
|