Installation
Overview
It is recommended that the XP2 interface tools be installed in /ops/bin. The distribution file is named XPApplications.tar.
Installation Steps
- FTP the tar file to the AIX platform in binary. It is recommended to place the tar file in the
/tmp
directory. - Create the installation directory by entering:
mkdir /ops
mkdir /ops/bin
- Change directories to the installation directory by entering:
cd /ops/bin
- Untar the distribution file.
tar xvf /tmp/XPApplications.tar
- Under the installation directory, create a “locks” directory.
mkdir /ops/bin/locks
- Check the values in the following configuration files to make sure that the appropriate values are being used.
info
If the installation in done in a non-standerd directory, edit the file named CreateXPEnvForPerl.ksh. Change the following line to reflect the appropriate directory name:
INSTALL_DIR=/ops/bin
OpCon Property
It will greatly simplify job definition if a property is defined that points to the script used to initialize the perl environment.
Example
During installation a Globab Property with the following Name and Value is created.
Name: SMAXPSetup
Value: /ops/bin/CreateXPEnvForPerl.ksh