Control-M/Server PACTV.9.0.21.003
BMC Software is releasing patch PACTV.9.0.21.003 to correct several problems in Control-M/Server 9.0.21.000 and 9.0.21.002 for UNIX and Windows.
This patch includes all content from the previously released patch PACTV.9.0.21.002.
Corrected Problems
The following table describes the corrected problems that are fixed in PACTV.9.0.21.003:
Tracking Number | Description | Patch |
---|---|---|
CTM-7300 | Control-M/Server on Windows fails to connect to the Control-M/Agents through a TCP connection after an upgrade to version 9.0.21.000 that was performed from a network drive without write permissions. This occurs due to a problem in the SSL upgrade step during the product upgrade. An error message regarding the failed connection notifies you that the system cannot find the ess_key.txt file. | |
CTM-7398 | A search in Control-M Workload Archiving 9.0.21.000 does not return all rows of job logs for cyclic jobs with a rerun count greater than 5. | |
CTM-7487 | Jobs fail to run when Control-M/Server is hosted on a Linux machine and the /tmp directory is mounted with the noexec property. | |
CTM-7496 | The CVE-2015-7501 vulnerability was detected in the commons-collections library used by various Control-M installer JAR files. | |
CTM-7500 | The bmcryptpw utility for password encryption fails after an upgrade to version 9.0.21.000. | |
CTM-7515 | A cyclic job stops cycling. The job remains in a Wait Time state and is not submitted, even though all its perquisites are met. For more information see Knowledge Article 000403662. | |
CTM-7759 | There are missing job updates because notifications between Control-M/Server processes are not sent. | PACTV.9.0.21.003 |
CTM-7760 | Job orders made with the ctmudchk utility are very slow when you upgrade to Control-M/Server 9.0.21. | PACTV.9.0.21.003 |
Installing the Patch on UNIX/Linux
This procedure describes how to install PACTV.9.0.21.003 on UNIX/Linux.
Before You Begin
- Verify that Control-M/Server 9.0.21.000 or 9.021.002 is installed.
- Obtain the installation package via EPD, as described in Obtaining-Control-M-Installation-Files.
Begin
- Extract the patch installation file that you obtained into a temporary directory, using one of the following commands:
- Linux: zcat PACTV.9.0.21.003.tar.gz | tar -xvf -
- AIX: gunzip -c PACTV.9.0.21.003.tar.gz | tar xvf -
- Log in as the Control-M/Server user and navigate to the $HOME directory.
- Shut down both the Control-M/Server and the Control-M/Server Configuration Agent with the following commands:
- shut_ca
- shut_ctm
- Run the following command:
<temporary directory>/PACTV.9.0.21.003/install_patch.sh - Restart both the Control-M/Server and the Control-M/Server Configuration Agent with the following commands:
- start_ctm
- start_ca
Installing the Patch on Windows
This procedure describes how to install PACTV.9.0.21.003 on Windows.
Before You Begin
- Verify that Control-M/Server 9.0.21.000 or 9.021.002 is installed.
- Obtain the installation package via EPD, as described in Obtaining-Control-M-Installation-Files.
Begin
- Log in as a Control-M/Server administrator.
- Create a temporary directory on your local hard drive (not a network drive).
Example: C:\PACTV.9.0.21.003 - Extract the patch installation file that you obtained into the temporary directory.
- Open a Windows command prompt and navigate to the Control-M/Server home directory.
- Shut down both the Control-M/Server and the Control-M/Server Configuration Agent with the following commands:
- shut_ca
- shut_ctm
- Run the following command:
<temporary directory>\PACTV.9.0.21.003\install_patch.bat - Restart both the Control-M/Server and the Control-M/Server Configuration Agent with the following commands:
- start_ctm
- start_ca
Uninstalling the Patch from UNIX/Linux
This procedure describes how to uninstall PACTV.9.0.21.003 from UNIX/Linux.
Begin
- Log in as the Control-M/Server user and navigate to the Control-M/Server home directory.
- Shut down both the Control-M/Server and the Control-M/Server Configuration Agent with the following commands:
- shut_ca
- shut_ctm
Run the following command:
${HOME}/patches/PACTV.9.0.21.003/uninstall_patch.sh
- Restart both the Control-M/Server and the Control-M/Server Configuration Agent with the following commands:
- start_ctm
- start_ca
Uninstalling the Patch from Windows
This procedure describes how to uninstall PACTV.9.0.21.003 from Windows.
Begin
- From a command line, navigate to the Control-M/Server home directory.
- Shut down both the Control-M/Server and the Control-M/Server Configuration Agent with the following commands:
- shut_ca
- shut_ctm
- Run the following command:
"%ALLUSERSPROFILE%\Application Data\BMC Software\PACTV.9.0.21.003\uninstall_patch.bat" - Restart both the Control-M/Server and the Control-M/Server Configuration Agent with the following commands:
- start_ctm
- start_ca