IBM Hub/Switch Switch User Manual


 
Chapter 3 System Preparation
HPSS Installation Guide September 2002 179
Release 4.5, Revision 2
D. Create hpssadm user keytab files
% mkdir -p /var/hpss/ssm/keytabs
% cd /var/hpss/ssm/keytabs
For each hpssadm user on this machine, create DCE keytab file. This example creates
a keytab file for user joe:
% dce_login cell_admin
% rgy_edit
rgy_edit> ktadd -f keytab.joe -p joe
(Need to enter joe's password twice)
rgy_edit> ktadd -f keytab.joe -p joe -r
rgy_edit> exit
Each hpssadm user must specify his keytab file as an argument to the utility:
hpssadm -k /var/hpss/ssm/keytabs/keytab.joe
4. Remember to update the SSMDS certificate when it expires. See Section 3.8.3: Configuring
SSL on page 183 for instructions.
3.8.1.2 Using the No-Java Version of the Data Server
To use the no-Java version of the Data Server:
1. Save the Java versions of the executable and shared library files:
On AIX:
cp bin/hpss_ssmds bin/hpss_ssmds.java
cp lib/libssmds.a lib/libssmds.a.java
On Solaris:
cp bin/hpss_ssmds bin/hpss_ssmds.java
cp lib/libssmds.so lib/libssmds.so.java
2. Then install the no-Java versions:
On AIX:
cp bin/hpss_ssmds.nojava bin/hpss_ssmds
cp lib/libssmds.a.nojava lib/libssmds.a
On Solaris:
cp bin/hpss_ssmds.nojava bin/hpss_ssmds
cp lib/libssmds.so.nojava lib/libssmds.so