Configuring Control-M Web Server access with FQDN

This procedure describes how to configure Control-M Web Server access with a fully qualified domain name (FQDN). You need to perform this procedure when the host computer, where Control-M Web Server is installed, can only be accessed via FQDN. This enables you to view the Control-M Online Help, and to use Application Integrator and Client Distribution.

To configure Control-M Web Server access with FQDN:

  1. Run the following command:

    em restore_host_config -interface_name -name <FQDN>

    NOTE: If you are working in a high availability environment or with a Distributed environment, run the command on both the primary and secondary hosts.For distributed environments, this utility must be executed on the current active host with the FQDN value.

  2. Navigate to the following directory:

    <Control-M/EM_home_dir>/Client_Updates/conf/

  3. Open web_server_params.xml and apply the following changes:
    1. Change <ALLOW_MODIFICATION>true</ALLOW_MODIFICATION> to <ALLOW_MODIFICATION>false</ALLOW_MODIFICATION>.
    2. Change <WEB_SRV_HOST><value></WEB_SRV_HOST> to <WEB_SRV_HOST><FQDN></WEB_SRV_HOST>.
  4. Save the file.
  5. Restart the Control-M client and the Control-M Web Server.

Parent Topic

Client Distribution