The CIA real-time feature uses a dedicated z/OS system logger logstream to record update requests made to any security product information that is replicated in the CIA repository. The CIA real-time component reads this logstream and communicates the update requests to the CIA repository.
Note: A separate and unique logstream is required for each z/OS image.
The CIALOGST job defines the logstream as DASDONLY(YES), AUTODELETE(NO), and RETPD(0). This is intended to keep the offloaded data maintained by z/OS system logger to a minimum. The z/OS system logger is prevented from deleting any event records that it has offloaded that the CIA real-time component has not marked as deleted. These values can be changed per your installations requirements.
The size required for the logstream depends on a number of factors. Under normal processing, the life of any given record in the logstream is measured in seconds or less. The record is marked deleted as soon as the CIA database update has been completed. A minimal number of active records is present in the logstream, and any offloaded data is marked deleted by the CIA real-time process. However, two situations exist where this does not occur.
We recommend that you evaluate your network and system stability and the effort involved to reload the CIA repository information. If the time involved in the situations described is greater than the size of the logstream allows, the logstream fills up and update requests are lost. In this case, the security information in the CIA repository for this system must be deleted and repopulated. If this occurrence is likely and the effort involved is great, increase the size of the logstream accordingly.
Each block on the logstream contains a single event record and is 4096 bytes long. The number of records which the logstream can hold has an initial value of 1000 (‘(STG_SIZE(1000)’). Increasing this number increases DASD space requirements and reduces the number of offloads performed by the z/OS system logger. Decreasing the number has the opposite effect. Because each system is different, it is important to monitor the number and frequency of offloads and balance it with the performance impact an offload can cause.
The definition of the parameters discussed and the various options and considerations for allocating and managing z/OS system logger logstreams can be found in the IBM Redbook System Programmer’s Guide to: z/OS System Logger (SG24-6898-01).
Follow these steps:
Modify the job to conform to your installation standards. Follow the instructions in the Notes and the Customization sections of the job to customize the job for your environment.
The job runs and completes.
The CIA logstream is successfully defined.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|