Install files for Connect CDC on IBM i - Connect_CDC - aws_mainframe_modernization_service - connect_cdc_mimix_share - Latest

AWS Mainframe Modernization - Data Replication for IBM i

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
AWS Mainframe Modernization > AWS Mainframe Modernization Service
Version
Latest
Language
English
Product name
AWS Mainframe Modernization
Title
AWS Mainframe Modernization - Data Replication for IBM i
Copyright
2024
First publish date
2003
Last updated
2024-02-01
Published on
2024-02-01T23:02:31.099696

Installing Connect CDC on a remote IBM i host entails issuing IBM i commands from the Installer connected to the host as a client. The procedure involves doing a binary transfer of a number of files to a target installation directory on the IBM i.

When the Installer is run remotely in this manner it runs on the host in the queue QUSRWRK under the user QUSER with a job name of QZRCSRVS.

The installation files, listed below, are packaged together in one file, named install.zip. To list the contents of install.zip without unpacking, enter the following command:

jar tvf install.zip

File

Description

omni.zip

Connect CDC packaged into a.zip file

binstaller.cmd

.cmd file that runs the Batch Installer on Windows

binstaller.sh

Shell script that runs the Batch Installer on UNIX

ginstaller.cmd

.cmd file that runs the GUI Installer on Windows

ginstaller.sh

Shell script that runs the GUI Installer on UNIX

inetfactory.jar

Library, provided by jScape, required for installation networking tasks and for installing the Connect CDC Listener start and kill scripts in the boot area

installer.jar

Java Installer program for both the GUI and Batch Installer programs

jt400.jar

Library from IBM required for FTP installation tasks and running Connect CDC after it is installed

log4j-1.2.8. jar

Library used for writing messages to an install log

JT400offbox.properties

.properties file used if you use the remote hosting feature described in the Getting Started Guide where you model a remote IBM i server on a Windows or UNIX host.

JTopen400.properties

File used to enable FOR BIT DATA (IBM i only translation to treat binary data values as character values.

udbcs.zip

Files containing the UDB Change Selector.

The installation steps are:

  1. Copy install.zip from the CD to a writeable directory on the originating host where the Installer is to be run. When FTPing install.zip across a network, do a BINARY transfer of the file.

  2. Unpack the installation files (listed above) on the installing host. The command to unpack depends on the platform of the originating host.

    • On a UNIX platform, issue the command:
      jar xvf install.zip
    • On a Windows platform, use WinZip or another similar program orjar xvf install.zip.

  3. Execute the Batch or GUI Installer.