Previous Topic: Enable SSL for Web Console and Automation Web ServicesNext Topic: Multi-Language Installation


(Optional) Modify Automation Service Configuration File

The automation service configuration file contains configuration parameters that automated migration uses for various tasks. In most cases, the default settings help automated migration to work with optimized performance. However, you can modify certain settings to improve the job performance depending on your environment, the load that your servers can handle, and so on.

To modify the automation service configuration file

  1. Open the C:\Program Files\CA\DSM\Automation Service\bin folder or %autohome%\bin folder.
  2. Edit the automation.config file in a text editor.
  3. Change the value of the required parameters. For more information about each parameter, see Automation Service Configuration File.

    Note: An integer value in the automation.config file must not contain or be surrounded by spaces. When you specify an integer value in the automation.config file, verify that there is no space, within and around the value. Any space in the integer value can result in the malfunctioning of the automation service.

  4. Save the file and restart tomcat using the following commands:
    caf stop tomcat
    caf start tomcat
    

    The changes to the configuration file take effect.