Chapter 3 System Preparation
HPSS Installation Guide
September 2002
177
Release 4.5, Revision 2
-dname "cn=HPSS Data Server" -alias hpss_ssmds \
-keystore keystore.ds -validity 365
ii.
Display the fingerprint for the certificate:
% $JAVA_HOME/bin/keytool -keystore keystore.ds -list -v
iii. Export the certificate to the temporary file ds.cer:
% $JAVA_HOME/bin/keytool -keystore keystore.ds -export \
-alias hpss_ssmds -file ds.cer
C. Set up SSMDS for normal or low security mode:
i.
For normal security mode, the administrator will be prompted for the password to
the keystore file <ds_keystore_password> when the SSMDS begins execution.
This means the Data Server may not be started automatically from inittab. To run
in normal security mode, make sure the
HPSS_SSMDS_KEYSTORE_PASSWORD variable is set to "PROMPT" in the
hpss_env file.
This is the recommended operational mode.
ii.
For low security mode, the SSMDS will read the password to its keystore from a
file at startup. To run in low security mode, make sure the
HPSS_SSMDS_KEYSTORE_PASSWORD variable is not set to anything in
hpss_env, and store and protect the keystore password:
% vi keystore.ds.pw
Enter <ds_keystore_password> into file & save.
% chmod 600 keystore.ds.pw
This is not the recommended operational mode.
D. Set up SSMDS Java security policy file
% cp /opt/hpss/config/templates/java.policy.ds.template \
java.policy.ds
% chmod 640 java.policy.ds
% vi java.policy.ds
Change "*.hpss.acme.com" to appropriate host info, such as "*.clearlake.ibm.com", in
the following section:
grant { permission java.net.SocketPermission
"*.hpss.acme.com:1024-",
"connect,accept,listen,resolve"; };
Save change and exit vi.
E. Set up the Client authorization file
Summary of Contents for Hub/Switch
Page 1: ...HPSS Installation Guide High Performance Storage System Release 4 5 September 2002 Revision 2...
Page 12: ...12 September 2002 HPSS Installation Guide Release 4 5 Revision 2...
Page 18: ...18 September 2002 HPSS Installation Guide Release 4 5 Revision 2...
Page 214: ...Chapter 4 HPSS Installation 214 September 2002 HPSS Installation Guide Release 4 5 Revision 2...
Page 412: ...Chapter 6 HPSS Configuration 412 September 2002 HPSS Installation Guide Release 4 5 Revision 2...
Page 488: ...Appendix B References 488 September 2002 HPSS Installation Guide Release 4 5 Revision 2...
Page 590: ...590 September 2002 HPSS Installation Guide Release 4 5 Revision 2...