Complete the steps below to download any release 10.1 client patches or fix packs, and upload installation files from the zip.
-
Download any applicable product updates for this
release from Infogix Support or Precisely Support.
See Contacting Customer Support if you need to obtain a password, or if you are unsure which patches or fix packs apply to the client. It is not necessary to download all fix packs and patches, only those that apply to the client. Please wait until step 8 to install these product updates.
Tip: It is not necessary to download all fix packs and patches, only those that apply to the client.Note: Please wait until step 8 on page 22 to install these product updates. -
Download
unzipfrom the Ported Tools section of the IBM Systems z/OS Website.Note: You will needunzipto access the installation files. - Establish a working UNIX shell on the host.
-
If you use the OMVS shell (
=6; OMVS), ensure that your TSO login has at least 192 MB of RAM available.Tip: To avoid this limitation, consider using a Telnet login instead.Note: When using the OMVS shell, it may be necessary to press the refresh function key (PF10) to see the output produced by a command.Most of the commands that follow run for several seconds, and those under the section of setting up the default configuration end with
BUILD SUCCESSFUL. -
At the command prompt, enter the following command to verify that Java is available to
the shell.
>java -versionIf Java is available to the shell, version information similar to the following will display:
java version "1.8.0" Java(TM) SE Runtime Environment (build pmz3180sr1fp10-20150716_01(SR1 FP10)) IBM J9 VM (build 2.8, JRE 1.8.0 z/OS s390-31 20150630_255633 (JIT enabled, AOT enabled) J9VM - R28_jvm.28_20150630_1742_B255633 JIT - tr.r14.java_20150625_95081.01 GC - R28_jvm.28_20150630_1742_B255633 J9CL - 20150630_255633) JCL - 20150715_01 based on Oracle jdk8u51-b15 -
Enter the following command to determine the location of the Java home
directory:
IGX2:/u/igx2: >echo $JAVA_HOME /usr/lpp/java/J8.0 IGX2:/u/igx2: >Note: Make a note of the Java home location for reference in step 1. -
Create a new directory for the Assure DQ client.
Note: This directory is called
<install_folder>throughout the rest of this chapter.Warning: When upgrading, do not install over the old version. You may want to reference the settings in the properties file for the old version when editing the new properties file. - Copy IA-10.1-client.zip to <install_folder>.
-
Unzip IA-10.1-client.zip to <install_folder> with the
following command:
jar -xf IA-10.1-client.zip