JDBC Driver for SQL/MP 3.0

The PINSTALL command extracts the JDBC/MP jar(sqlmp.jar) and native library (libsqlmp.so) to the
<NonStop_Server_for_Java_install_dir>/jdbcMp/T1277H32/lib directory.
Installing the Driver from Scout
Download the product files from Scout to your Windows system.
Perform the following steps to install the driver:
1. Perform the following steps to transfer the pax files from your Windows system to the NonStop system:
1. Launch the FTP client application.
2. Connect to the NonStop system by providing the IP address or host name, user name, and password.
3. Enter the following command to set the FTP destination flag to OSS:
quote OSS
4. Change to the destination OSS directory on the NonStop system.
5. Enter the following commands to transfer the product files:
bin
put T1277PAX t1277.pax
6. Close the FTP client application.
2. Go to the destination OSS directory on the NonStop system.
3. Enter the following command to extract the pax file:
/bin/pax -rvf t1277.pax
By default, the files are installed in the /usr/tandem/java directory, overwriting existing JDBC/MP
installation in this location.
If NonStop Server for Java is installed in a non-standard location, enter the following command to extract the
pax file to this location:
/bin/pax -s:/usr/tandem:<NonStop_Server_for_Java_install_dir>: -rvf
t1277.pax
Post-installation Procedures
Perform the following post-installation procedures:
1. Start an OSS shell session on the NonStop system.
2. Go to the <install_dir>/jdbcMp/T1277H32/bin directory and enter the following command:
./jdbcMpInstall.sh
Complete the procedure by answering the script prompts.
Note: The jdbcMpInstall.sh script accepts only softlink to the NonStop Server for Java install directory.
If softlink does not exist, create a softlink to the JAVA_HOME directory. The following is a sample command
to create the softlink:
ln /usr/tandem/nssjava/jdk170_h70 /usr/tandem/java
3. Add the JDBC/MP driver jar(<install_dir>/jdbcMp/current/lib/sqlmp.jar) to the
CLASSPATH environment variable.
The <install_dir>/jdbcMp/current is a softlink to the current JDBC/MP driver directory,
<install_dir>/jdbcMp/T1277H32/.
4. Enter the following command to set the _RLD_LIB_PATH environment variable:
export _RLD_LIB_PATH=<install_dir>/jdbcMp/current/lib
Verifying the JDBC/MP Driver