Control-M/Server PACTV.9.0.21.101
BMC Software is releasing patch PACTV.9.0.21.101 to correct several problems in Control-M/Server 9.0.21 for UNIX and Windows.
Corrected Problems
The following table describes the corrected problems that are fixed in PACTV.9.0.21.101:
Tracking Number | Description |
---|---|
CTM-8321 | Jobs are not submitted or are submitted late. This occurs when all the following conditions are met:
|
CTM-8227 | Control-M/Server fails to handle MFT updates sent from the Control-M/Agent, and the following error is issued to the stack trace in the CE log: Upon receiving the error, Control-M MFT resends the update, so no data is lost. |
Installing the Patch on UNIX/Linux
This procedure describes how to install PACTV.9.0.21.101 on UNIX/Linux.
Before You Begin
- Verify that Control-M/Server 9.0.21.100 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.101.tar.gz | tar -xvf -
- AIX: gunzip -c PACTV.9.0.21.101.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.101/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.101 on Windows.
Before You Begin
- Verify that Control-M/Server 9.0.21.100 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.101 - 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.101\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.101 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.101/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.101 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.101\uninstall_patch.bat" - Restart both the Control-M/Server and the Control-M/Server Configuration Agent with the following commands:
- start_ctm
- start_ca