Previous Topic: How to Upgrade CA ControlMinder on AIXNext Topic: Customize the bff Native Package Files


Verify Prerequisites

You find the AIX native package in the NativePackages directory of the CA ControlMinder Endpoint Components for UNIX DVD.

The _AIX5_PKG*.tar is the native package for AIX. The pre.tar file is a compressed tar file containing installation messages and the CA ControlMinder license agreement.

Follow these steps:

  1. Copy the installation files from the media to a temporary directory $PACKAGE_DIR (readable for group and world). For example, /tmp.
    cp /mnt/AC_DVD/NativePackages/_AIX5_PKG*.tar.Z $PACKAGE_DIR
    cp /mnt/AC_DVD/NativePackages/pre.tar          $PACKAGE_DIR
    cp /mnt/AC_DVD/NativePackages/*_eac_pkg        $PACKAGE_DIR
    
  2. Unpack the tar archive in $PACKAGE_DIR.
    cd $PACKAGE_DIR
    zcat _AIX5_PKG_VP_128.tar.Z | tar -xf - 
    

You are ready to customize and install the package.