Skip to main content

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:

  1. FTP the tar file to the AIX platform in binary. Place the tar file in the /tmp directory.
  2. Create the installation directory by entering:
mkdir /ops
mkdir /ops/bin
  1. Change to the installation directory by entering:
cd /ops/bin
  1. Untar the distribution file:
tar xvf /tmp/XPApplications.tar
  1. Under the installation directory, create a locks directory:
mkdir /ops/bin/locks
  1. Verify the values in the following configuration files:
info

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.

Example

During installation, create a global property with the following name and value:

Name: SMAXPSetup

Value: /ops/bin/CreateXPEnvForPerl.ksh