The CMGRLDEF job defines a Coupling Facility (CF)-based system logstream using the IBM Utility, IXCMIAPU.
Follow these steps:
Note: STEP1 is used only for defining a DASD-only logstream.
Modify the job statements to conform to your installation standards.
Modify the job statements to conform to your installation standards.
Note: This STEP merges the CFRM structure definition into the current active CFRM policy (in STEP2).
Verify that the job completed successfully, and that the CF-based logstream was defined.
This procedure enables the CA Compliance Manager Alert and Monitor components to send CA Chorus Alerts using SSL.
Note: Do this procedure for both the Alert and Monitor started tasks.
Follow these steps:
If a CEEOPTS DD does not exist, add one.
Example:
//CEEOPTS DD DISP=SHR,DSN=your.proclib(CMGROPTS)
Note: 'CMGROPTS' is an example of a PDS member name. Use any member name as long as it meets the standard PDS naming conventions.
TRAP(OFF),POSIX(ON)
ENVAR("_CEE_ENVFILE_S=DD:STDENV")
Example:
//STDENV DD DISP=SHR,DSN=your.proclib(ALERTS)
Note: 'ALERTS' is an example of a PDS member name. Use any member name as long as it meets the standard PDS naming conventions.
If you are using a keyring, create the 'ALERTS' PDS member referenced by the STDENV DD so that it has the following configuration parameters:
AXIS2C_CERT_KEYFILE=userid/ringname
Replace the ‘userid/ringname’ text with the name of the key ring.
Important! The user ID of the started task must be permitted access to the IRR.DIGTCERT.LISTRING resource in the FACILITIES task. If the user ID specified in the environment file above is the same as the user ID of the started task, then you must permit READ access; otherwise, if the user IDs are not the same, you must grant UPDATE access.
Important! The key ring name is case sensitive. Enter the exact name of the key ring.
The name of the key ring can be obtained through the security package as follows:
set prof(user) div(keyring) list like(startedtask_logonid-)
Specifies the logonid associated with the CA Compliance Manager alerts started task.
tss list(startedtask_logonid) segment(keyring)
Specifies the logonid associated with the CA Compliance Manager alerts started task.
After making these changes, but before starting the alert component, create the key ring and connect the appropriate certificate to it. The appropriate certificate is the root CA certificate that signed the certificate that the JBOSS server uses. You can use the Java keytool utility to export this certificate from the key store of the JBOSS server. Import the certificate into the security manager on the system that will run the alert component and connect it to the alert component’s key ring. The certificate should be associated with either the user ID of the alert component or to the CERTAUTH ID. If you do not associate the certificate with the CERTAUTH ID, you must specify “USAGE(CERTAUTH)” when connecting the certificate to the key ring.
AXIS2C_CERT_KEYFILE=/dir/dbname AXIS2C_CERT_LABEL=label AXIS2C_CERT_PASSWRD=passwrd
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|