Control-M/Server PACTV.9.0.20.212
This Technical Bulletin is withdrawn and the patch is no longer available. BMC recommends that you install patch PACTV.9.0.20.215, which includes PACTV.9.0.20.212, as described in Control-M/Server PACTV.9.0.20.215.
BMC Software is releasing patch PACTV.9.0.20.212 to correct several problems.
Corrected Problems
The following table describes the corrected problems that are fixed in PACTV.9.0.20.212:
Tracking number | Description |
---|---|
CTM-6883 | An SQL Injection vulnerability occurs in Control-M/Server. |
CTM-7388 | The Control-M/Server utility ctmorder crashes when it contains 78 characters or more in the var value field. |
Installing the Patch on UNIX
This procedure describes how to install PACTV.9.0.20.212 on UNIX.
Before You Begin
- Obtain the installation package via EPD, as described in Obtaining-Control-M-Installation-Files-via-EPD.
Begin
- Extract the patch installation file that you obtained into a temporary directory. Use one of the following commands:
- Linux: zcat PACTV.9.0.20.212.tar.gz | tar -xvf -
- AIX: gunzip PACTV.9.0.20.212.tar.gz -dc | 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.
/tmp/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.20.212 on Windows.
Before You Begin
- Obtain the installation package via EPD, as described in Obtaining-Control-M-Installation-Files-via-EPD.
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.20.212 - 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>\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
This procedure describes how to uninstall PACTV.9.0.20.212 from UNIX.
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.20.212/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.20.212 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.20.212\uninstall_patch.bat" - Restart both the Control-M/Server and the Control-M/Server Configuration Agent with the following commands:
- start_ctm
- start_ca