Installing Control-M on Windows
This procedure describes how to install the Control-M suite with all Control-M components including
Before You Begin
Ensure that you have met the following requirements:
-
Verify that your operating system and database software is compatible with the current version of Control-M, as described in Control-M Full Installation System Requirements.
-
Verify that you have met Java requirements, as described in Control-M External Java Installation.
-
Verify that the target computer is clean and does not have any previous Control-M version installed.
-
Verify that you have downloaded the correct installation files, as described in Obtaining Control-M Installation Files.
-
If you are installing Control-M in a cluster environment, see Control-M Cluster Configuration.
Begin
-
Log in to the computer with a user ID that has Administrator permissions.
-
From a command prompt window, run the following command:
<source_path>\Setup.exe
-
Do one of the following:
-
Interactive Install: Select the Control-M 9.0.21.100- Full Installation option and continue with the on-screen instructions until the installation is complete.
-
Automatic Install: Create a parameter file and then run the automatic install in a non-interactive mode, as follows:
-
Select the Control-M 9.0.21.100- Full Installation option and continue with the on-screen instructions until the Summary window.
-
Click Generate and select the location to create the XML parameter file.
-
Click Yes to quit the installation.
A confirmation message appears.
-
Click Yes.
-
The automatic installation XML parameters file that is created (<filename>.xml) is relevant only for computers with the same Agent instance name. Otherwise, a separate <filename>.xml file must be created for each computer, or modified manually for each computer.
-
Copy the automatic installation parameters file to a network location that is accessible to all computers where you want to perform an automatic installation. Log in using a user ID with Administrator permissions on the current computer.
-
Run the following installation script:
<source_path>\Setup.exe -silent <xml_path>\<filename.xml>
If you want to encrypt a password in the installation, run the following command:
<source_path>\Setup.exe -encrypt <password>
The installation logs can be found at the following location:
<installFolder>\BMCINSTALL\log\BMC_Control-M_Install_<date-time>.log
-
By default, Control-M/EM and Control-M clients are configured to work with HTTP. To secure your environment, BMC recommends to change your configuration to HTTPS, as described in Zone 1 SSL Configuration.
-
If you use Application Integrator, you must upgrade it to the latest version by deploying the Application Pack to your Agents, as described in Application Pack Deployment.
-
-