Installing Control-M on UNIX
This procedure describes how to install the Control-M suite with all Control-M components including Application Plug-ins, add-ons, and the Control-M Conversion tool on UNIX. 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 using the same configuration, use the automatic installation, as described in this procedure.
-
The default installation is interactive and uses a GUI display. XServer must be running and configured using the DISPLAY environment variable. If you do not have XServer available, BMC recommends that you continue with the console installation or perform an automatic installation.
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 the target computer is clean and does not have any previous Control-M version installed.
-
Successful completion of Control-M Pre-Installation Procedures.
-
Define the external Java location, as described in Setting the Java Environment Variable.
-
If you are installing Control-M in a cluster environment, see Control-M Cluster Configuration.
-
If you are using Red Hat Linux 6, BMC recommends that you define maxproc parameter to at least 4096 before installing.
Begin
-
Copy the installation files from the temporary directory that you created in Obtaining Control-M installation files, to the home directory.
-
Set your DISPLAY environment variable, as described in Setting Environment Variables in UNIX.
-
From your home directory, type the following command:
<source_path>/setup.sh
-
Do one of the following:
-
Interactive install: Select the Control-M 9.0.21- 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- 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.
-
Copy the automatic installation parameters file to a network location that is accessible to all computers where you want to perform an automatic installation.
-
To run the installation script, type the following command:
<source_path>/setup.sh -silent <xml_path>/<filename.xml>
If you want to encrypt a password in the installation, run the following command:
<source_path>/setup.sh -encrypt <password>
The installation logs can be found at the following location:
<$HOME>/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 Control-M/Agents, as described in Application Pack deployment.
-
-