Installing Control-M on Windows

This procedure describes how to install the Control-M suite with all Control-M components including Application Plug-ins, add-ons, and Control-M Conversion tool on Windows. You can install with the default settings, or choose the custom installation to select the database server, database names, usernames, hostnames, and port settings.

If you want to install multiple instances of Control-M on several computers with the same configuration, use Automatic Install, as described in this procedure.

Before You Begin

Ensure that you have met the following requirements:

Begin

  1. Log in to the computer with a user ID that has Administrator permissions.

  2. From a command prompt window, run the following command:

    source_path>\Setup.exe

  3. 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:

      1. Select the Control-M 9.0.21.100- Full Installation option and continue with the on-screen instructions until the Summary window.

      2. Click Generate and select the location to create the XML parameter file.

      3. Click Yes to quit the installation.

        A confirmation message appears.

      4. Click Yes.

      5. 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.

      6. 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.

      7. 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

        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.