SQL/MX Remote Conversational Interface (RMXCI) Guide for SQL/MX Release 3.1 (H06.23+, J06.12+)

1. Change the directory to the lib directory, which contains the NonStop JDBC Type 4 Driver
JAR file. From the client terminal window, run the following command:
/home:cd jdbc-installation-directory/lib
where:
jdbc-installation-directory is the NonStop JDBC Type 4 Driver install directory.
2. To view the version information, enter the following command:
java -jar t4sqlmx.jar
For example:
/usr/home/install/t4jdbc/lib/:java -jar t4sqlmx.jar
The following is a sample output:
T1249_V31_30AUG11_HP_NONSTOP(TM)_JDBCT4_2011_04_28
/usr/home/install/t4jdbc/lib/:
If the JAR file is inaccessible or the returned version is not supported, see “Installing the JDBC
Driver” (page 13).
(Optional) Installing Perl or Python
If you plan to use Perl or Python scripts with RMXCI, verify that you have Perl or Python installed
on the client workstation. RMXCI supports the following versions of Perl and Python:
Perl 5.10.1
Python 2.6.5
If you do not have Perl or Python, download it from any open source software provider website.
You can perform this installation procedure anytime either before or after installing RMXCI.
If you plan to run the sample scripts provided with RMXCI, verify that you have the Perl JavaServer
and Jython (Java implementation of Python) installed on your client workstation. The RMXCI
installation attempts to automatically download and install both the Perl JavaServer and Jython
open source extensions. To download them manually, see the README file in the samples directory.
Installation procedure
To install RMXCI, complete the following steps:
1. Download the rmxci.zip file to a folder on the client workstation.
2. Extract the installer, using the unzip command, for example:
/usr/home/rmxci:unzip rmxci.zip
Archive: rmxci.zip
Inflating: Install_README
Inflating: rmxciInstaller.jar
3. At the command prompt, change to the directory where you downloaded the installer:
/usr/home:cd installer-directory
where:
installer-directory is the directory where you have downloaded the installer.
4. Before launching the command-line installer, see the command options by using the -help,
command:
java jar rmxciInstaller.jar help
Usage: java jar <installer jar> [ help] | <-cm|-silent> [-jdbcFile
<jdbc filename>] [-installDir <install Dir>]
14 Installing RMXCI