Symptom:
CA CSM fails with SAF security enabled. SafError with RC=13 or RC=15 is displayed in the job log. The log displays error messages similar to the following example:
FATAL (main) 2012-06-13 14:12:37,056 (SafManagerImpl.java:434):SafManager-initialize DSI():Return code from DDSI_java_open is higher than zero.RC=13 FATAL (main) 2012-06-13 14:12:37,067 (SystemManager.java:491): com.ca.mf20.zos.services.saf.errors.SafError: null
Additional Diagnostic Data: Error during DSI java open. RC=13 Path to 'dsi.conf': /u/users/msmr51/msmruntime/dsi/dsi.conf BEGINNING OF 'dsi.conf’: This is the DSI Server component configuration file host localhost port 22130 TLSKeyringFile /u/users/msmdev/dsi/cert/CA_SelfSigned_Server.kdb TLSKeyringStash /u/users/msmdev/dsi/cert/CA_SelfSigned_Server.sth TLSKeyLabel "Cert for SelfSigned Server" TLSVerifyClient ON END OF 'dsi.conf'
DSI parameters from table USERCONFIG in database: Required parameters are marked with (*): KEY: DEFAULT_VALUE: VALUE *dsiPort: 22130: 22130 *dsiHost: localhost: localhost *dsiConf: N/A: /u/users/msmr51/msmruntime/dsi/dsi.conf >dsiKdb: N/A: Uninitialized >dsiSth: N/A: Uninitialized >dsiLabel: N/A: Uninitialized >dsiVerPeer: N/A: false
Solution:
Take the following steps as necessary:
oping localhost
If the command returns the error message (EZZ3111I Unknown host 'localhost'), the localhost entry is not defined. In this case, perform one of the following actions:
onetstat -P port_number
For example:
onetstat -P 22130
If the command returns an empty table, the port is free.
onetstat -o
The command displays the list of reserved ports. If the CA DSI Server port is not listed, we recommend that you reserve the CA DSI Server port.
|
Copyright © 2014 CA.
All rights reserved.
|
|