Add primary IP address for cluster

If your Control Room server has multiple IP addresses or network interface cards (NICs), you can manually update the cluster.properties file to include the primary IP address.

Prerequisites

To perform the task, you must have a Control Room administrator account with the required rights and permissions.

  • Ensure you have the view and manage settings permission.
  • Complete the Control Room installation.
  • Updating the cluster.properties file requires a downtime, so ensure a maintenance window for the following:
    • All the user devices will be disconnected.
    • No schedules will run during maintenance.
    • Bot Agent and Automation Anywhere Control Room will not be accessible.

Update the cluster.properties file to ensure the caching service requirement to define a single IP address for the primary NIC of the Control Room.

Ensure that you complete these tasks on all the Control Room nodes in a high availability cluster.

Procedure

  1. Locate the cluster.properties file in your Control Room directory.
    For example, the default location is: C:\Program Files\Automation Anywhere\Enterprise\config\

    If the file does not exist in your Control Room directory, create the file.

  2. Add the following property option to the cluster.properties file: ignite.local.static.ip=<nic_ip_address>
    For example, ignite.local.static.ip=172.16.20.168
    Note: The ignite.local.static.ip property is configured with a single IP address of the primary NIC of the Control Room with which the communication between the Control Room nodes is expected. You can manually reconfigure the property when more than one IP address is available.
  3. Save the cluster.properties file.
  4. Restart the following Automation Anywhere Windows services:
    1. Automation Anywhere Control Room Caching
    2. Automation Anywhere Control Room Messaging
    3. Automation Anywhere Control Room Service
  5. To ensure all the cache is in sync, restart the rest of the Automation Anywhere Windows services.