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:
-
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.
-
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.
-
-
Execute the Batch or GUI Installer.