Chapter 3 System Preparation
HPSS Installation Guide September 2002 181
Release 4.5, Revision 2
the host from which thehpssadm utility is executed and are transmitted to the Data Server,
whoauthenticates them against the DCE registry. This file is discussed in Section 3.8.6: Setting
up the hpssadm Keytab File on page 189.
Section 3.8.9: Background Information on page 191 provides a high level discussion of DCE keytab
files, the Java Security Policy, X.509 certificates and public key encryption as they are used by the
hpssadmutility and the Data Server, and includes references to additional documentation for these
technologies.
3.8.1.5 Environment Variables
For the examples in this section, the environment variableJAVA_HOME is the directory used by
the Java runtime. If the Java SDK (Software Developer Kit), sometimes called the JDK (Java
DeveloperKit), is installed on the system, then the JAVA_HOMEdirectory is the jre subdirectory
of the top-level directory into which the SDK was installed. If only the JRE (Java Runtime
Environment)is installed on the system, then the JAVA_HOMEdirectory is the top-level directory
in which the JRE was installed.
Examples in this section are for Unix systems.
3.8.2 Installing Java3.8.2.1 Obtaining the Software
For AIX:
With AIX 5.1, Java 1.3.0 is available as part of the OS and can be installed during the initial AIX
installation,at AIX upgrade time, or later as an individual product. However, due to a conflict with
the JSSE libraries used byhpssadm, do not install the Java130.jsse-us component. If this
component is already installed, disable it as follows:
% su -
% cd ${JAVA_HOME}/lib/ext
% mv ibmjsse.jar ibmjsse.jar.org
For Solaris:
Java 1.3.0 may be downloaded from:
http://java.sun.com/j2se/1.3/
For AIX and Solaris:
JSSE 1.0.3 may be downloaded for AIX, Solaris, or Windows from
http://java.sun.com/products/jsse/
There are two versions of JSSE, one for download to U.S. and Canada sites and one for export to
other countries.