Previous Topic: Agent Technology Post-InstallationNext Topic: How to Maintain Existing Products


Event Management Post-Installation

To complete the Event Management installation

  1. Create the additional Event Management directories.
    1. Modify and submit CNSMJCL member D5II0040.
    2. Check the results of this job by reviewing the STDOUT and STDERR zFS files that are referenced in the EXPAND step. Do not rely on return codes as evidence of successful completion.
  2. Create the Event Management profile.
    1. If Event Management has been previously installed on your system, remove (not simply comment out) the Event Management updates in the /etc/profile file. Then submit the job that is associated with this step. If they exist, the updates are clearly marked at the end of the file.
    2. Modify and submit CNSMJCL member D5II0050. Running Event Management depends on the setting of various environment variables.

      Modify the following variables to match your installation standards:

      • STEPLIB and CA_DBHLQ

        If you plan to use either the Calendars or Message Actions option, you are required to install CA Datacom/AD after your CA Common Services components installation and Configuration are completed. If you do not know the CA Datacom/AD data set names or high-level qualifier, you can update the profile file directly with this information after CA Datacom/AD installation is complete.

        STEPLIB must reference your CA Datacom/AD and CA Common Services load libraries in the following order:

              STEPLIB=$STEPLIB:CAI.DATACOM.CUSLIB
              STEPLIB=$STEPLIB:CAI.DATACOM.SMPE.CAAXLOAD
              STEPLIB=$STEPLIB:CAI.CAW0LOAD
              STEPLIB=$STEPLIB:CAI.CNSMLOAD  
        

        CA_DBHLQ must reference your CA Datacom/AD high-level qualifier. The value is the custom data set prefix. The value for CA_DBHLQ does not have the trailing dot. This high-level qualifier is the same one used in the STEPLIB for CUSLIB.

        If you are not going to use the Calendars or Message Actions option, delete the CA Datacom/AD references.

        If you are not going to use the Calendars or Message Actions option, STEPLIB references your CA Common Services load libraries only. Delete the STEPLIB statements that reference the CA Datacom/AD data sets. The CA Common Services load libraries are:

              STEPLIB=$STEPLIB:CAI.CAW0LOAD
              STEPLIB=$STEPLIB:CAI.CNSMLOAD
        

        Also delete the CA_DBHLQ statement.

      • CA_OPR_ZOSDB indicates whether the CA Datacom/AD database is used. The default value is N (no). If you are going to use Calendars or Message Actions, change the value of this environment variable to Y(yes).
      • INSTALLSAF indicates whether to activate Store and Forward. The default is Y (yes).
      • UPDATE_ETC indicates whether to update /etc/profile to set the environment variables that are required to run Event Management commands. The default is N (no).

        If you select Y (yes) and Event Management was previously installed on this system, then /etc/profile is not updated. Review the contents of /etc/profile to decide whether the current CAIGLBL0000 value defined is correct and preferable for all users.

        If you select N (no), the tngprofile file in the CAIGLBL0000 directory is updated with the appropriate profile settings used later at logon.

  3. Create the links for Event Management.

    CNSMJCL member D5II0065 creates the required links for Event Management and runs the Event Management component installation scripts. This job is long-running.

    Check the results of this job by reviewing the STDOUT and STDERR zFS files that are referenced in the EXPAND step. Do not rely on return codes for evidence of successful completion.

    Important! JAVA_HOME must be initialized first, or this step does not complete properly.