The RACF exits add information about events to an in-storage cross memory queue as they occur. The Change Log Started Task moves events from this queue to the Change Log data set, where they await processing by the driver.
Start the Change Log Started Task during your IPL procedure before user processing begins. Any RACF events of interest that occur are stored in the cross memory queue until the Change Log Started Task has initialized.
You can briefly stop the Change Log Started Task if necessary. Any RACF events of interest that occur while the Change Log Started Task is not running remain in the cross memory queue, and are written to the Change Log data set when the Change Log Started Task is restarted.
Stop the Change Log Started Task during your system shutdown procedure after all user processing has ended. Any RACF events of interest that occur after the Change Log Started Task shuts down remain in the cross memory queue and are lost when the system is shut down.
To start the Change Log Started Task, use the z/OS START command.
START LDXLOGRP
If you have used a different name for the Change Log Started Task cataloged procedure, substitute the name that you used into the preceding command.
To stop the Change Log Started Task, use the z/OS STOP command.
STOP LDXLOGRP
If you have used a different name for the Change Log Started Task cataloged procedure, substitute the name that you used into the preceding command.
You can choose from two methods to run the Java Remote Loader on z/OS:
from the command line
as a started task
To run from the command line:
Change to the installation directory. For example:
cd /usr/dirxml
Enter the command to run the Remote Loader:
./dirxml_jremote -config zos_config.txt&
To run as a started task, use the z/OS START command:
START LDXDRVRP
You can choose from two methods to stop the Java Remote Loader on z/OS:
from the command line
as a started task
To stop from the command line:
Change to the installation directory. For example:
cd /usr/dirxml
Enter the command to stop the Remote Loader:
./dirxml_jremote -config zos_config.txt -u -p loaderpassword
To stop as a started task, use the z/OS START command:
START LDXDRVRP,OPTION=STOP