NonStop JMS User's Manual (NonStop JMS 2.0+)
NSJMS Installation and Configuration
NonStop Server for Java Message Service User’s Manual—522356-002
2-6
Install and Configure NSJMS
2. Use COPYOSS to unpax the NSJMS PAX file into the OSS file system.
a. On your NonStop S-series server, log on as Super.Super:
TACL> LOGON SUPER.SUPER
b. Navigate to the Guardian subvolume $ISV.ZOSSUTL:
TACL> VOLUME $ISV.ZOSSUTL
where ISV is the name of your installation subvolume.
c. Unpax T1251PAX using the TACL macro COPYOSS:
TACL> COPYOSS T1251PAX
COPYOSS will extract the files contained in T1251PAX and place them in the
version-specific OSS directory /usr/tandem/nsjms/version where version
is the vproc of this release (for example, T1251V20_07MAR2003_V20).
3. Go to Install and Configure NSJMS on this page for detailed instructions about
running the install script and configuring NSJMS.
Install and Configure NSJMS
1. Run the /usr/tandem/nsjms/version install script located in the OSS file
system directory.
For example, run the install script as follows:
The install script
•
Places the nsjms.jar file in the /usr/tandem/nsjms/version/lib
directory.
•
Places the NSJMS JNI code (libnsjms.a) in the
/usr/tandem/java/jre/lib/oss/posix_threads directory.
Note. Running the copyoss command does not affect any environment currently running
on your NonStop S-series server.
Note. The NSJ Makefile INCLUDE_JDBCMX variable must be set to yes, and the user ID
must match the user ID that was used to install the JVM NSJ software. This Makefile is
located in /usr/tandem/java/install.
TACL> LOGON SUPER.SUPER
TACL> OSH
OSH: cd /usr/tandem/nsjms/version
OSH: chmod u+x install
OSH: ./install
Note. Run the install script only once after you unpax the NSJMS product files into the
version-specific OSS directory. Run the install script a second time only when you reinstall
the T1251 NSJMS libraries or class files.