To configure the serverHost parameter, you must also configure the broker_address parameter in the broker agent configuration file, following the steps below:
- Open the C:\ProgramData\VMware\vRealize Operations for Horizon\Broker Agent\conf\v4v-brokeragent.config file.
- Under <broker_agent_config>, add the <broker_address> parameter and set its value to the same address as the serverHost parameter.
For example, if serverHost is set to 192.0.2.1, modify the broker agent configuration as follows:
<?xml version="1.0" encoding="UTF-8"?>
<broker_agent_config>
<broker_address>192.0.2.1</broker_address>
</broker_agent_config>