Installation
What is it?
The XP2 Connector is a set of Perl scripts installed on the AIX platform where XP2 runs. Installing these scripts enables OpCon to submit, start, and monitor XP2 jobs.
- Install the connector when setting up OpCon integration with FiServ XP2 for the first time
- Reinstall from this procedure after a full system rebuild or migration to a new AIX host
It is recommended that the XP2 interface tools be installed in /ops/bin. The distribution file is named XPApplications.tar.
Installation steps
To install the XP2 Connector, complete the following steps:
- FTP the tar file to the AIX platform in binary. Place the tar file in the
/tmpdirectory. - Create the installation directory by entering:
mkdir /ops
mkdir /ops/bin
- Change to the installation directory by entering:
cd /ops/bin
- Untar the distribution file:
tar xvf /tmp/XPApplications.tar
- Under the installation directory, create a
locksdirectory:
mkdir /ops/bin/locks
- Verify the values in the following configuration files:
If the installation is done in a non-standard directory, edit the file named CreateXPEnvForPerl.ksh and change the following line to reflect the correct directory name:
INSTALL_DIR=/ops/bin
OpCon property
Defining a global property that points to the environment initialization script simplifies job definitions across all XP2 jobs.
During installation, create a global property with the following name and value:
Name: SMAXPSetup
Value: /ops/bin/CreateXPEnvForPerl.ksh