Issue:
Trying to stop the CA Cross-Enterprise APM Agent address space on the mainframe using this command:
START WILYZOS,ACTION=STOP
This starts another CA Cross-Enterprise APM Agent address space which fails, while failing to stop the
active CA Cross-Enterprise APM Agent address space.
08:25:26.65 O8LA 00000290 START CACEAPM,ACTION=STOP
08:25:27.48 STC22032 00000294 $HASP100 CACEAPM ON STCINRDR
08:25:27.50 STC22032 00000290 IEF695I START CACEAPM WITH JOBNAME CACEAPWA IS
CACEAPW , GROUP CACEAGRP
08:25:27.50 STC22032 00000294 $HASP373 CACEAPWA STARTED
Cause:
When the command syntax to stop the CA Cross-Enterprise APM Agent address space is entered, it is invoking the startup proc
which is defined out of the box to start the CA Cross-Enterprise APM Agent address space via the following definition:
//WILYZOS PROC ACTION='START'
Resolution:
To stop the CA Cross-Enterprise APM Agent on the mainframe, a copy of the startup Proc should be created and tailored to reflect
the following in order to stop the CA Cross-Enterprise APM Agent:
//WILYZOS PROC ACTION='STOP'