Previous Topic: Implement Your Third-Party Trusted SSL CertificateNext Topic: Syntax for DNS Host Names


Maintain the DNS Host Name

You can modify the host name for an Orchestrator. For example, if the host name does not conform to the supported syntax, you can update it. If you installed CA Process Automation using an invalid DNS host name containing restricted characters such as underscores, create an alias that conforms to DNS standards. Then, manually replace the invalid host name with this alias in your OasisConfig.properties file.

Follow these steps:

  1. Create an alias. See Enable DNS to resolve an invalid host name.
  2. Log in as an administrator to the server where the Domain Orchestrator is installed.
  3. Navigate to the following folder, where install_dir refers to the path where the Domain Orchestrator is installed:
    install_dir/server/c2o/.config
    
  4. Open the OasisConfig.properties file with an editor.
  5. Use Find to locate the following property:
    oasis.local.hostname
    
  6. Change the value for the property oasis.local.hostname=.
  7. Save the file and exit.
  8. Restart the Orchestrator service.
    1. Stop the Orchestrator.
    2. Start the Orchestrator.

More information:

Oasis Configuration Properties File