- Navigate to https://vrli_primary_fqdn_ip/internal/config page.
Note: Replace vrli_primary_fqdn_ip with the FQDN or IP address of the vRealize Log Insight Primary node.
- In the following section, update the daemon host value to the FQDN of the Primary node:
<distributed overwrite-children="true">
<daemon host="primary_node_FQDN" port="16520" token="<UUID_1>">
<service-group name="standalone" />
....
</daemon>
</distributed>
Note: Replace primary_node_fqdn with the FQDN of the Primary node.
Example: <distributed overwrite-children="true">
<daemon host="######.######.######" port="16520" token="<UUID_1>">
<service-group name="standalone" />
....
</daemon>
</distributed>
- Click Save.
Navigate back to the integration. If the FQDN still doesn't show up, restart loginsight service on each node.
- Log into the Primary node as root via SSH or Console, pressing ALT+F1 in a Console to log in.
- Run the following command to restart the vRLI service:
systemctl restart loginsight
- Repeat steps 1-2 on all other node in the vRealize Log Insight cluster.