Post installation configuration
Prerequisites
Installation verification
- Complete the steps in Install Open Horizon
Post installation configuration
At the end of a successful installation, credentials and secrets will be shown once on the screen. Administrators, please capture this information and save it for future use. There is no way to recover this.
For future users, prepare a file named agent-install.cfg
and populate it with the following contents, substituting ${HZN_LISTEN_IP}
and ${HZN_TRANSPORT}
with their values. This further assumes you are using the default port numbers.
HZN_EXCHANGE_URL=${HZN_TRANSPORT}://${HZN_LISTEN_IP}:3090/v1
HZN_FSS_CSSURL=${HZN_TRANSPORT}://${HZN_LISTEN_IP}:9443/
HZN_AGBOT_URL=${HZN_TRANSPORT}://${HZN_LISTEN_IP}:3111
HZN_SDO_SVC_URL=${HZN_TRANSPORT}://${HZN_LISTEN_IP}:9008/api
HZN_FDO_SVC_URL=${HZN_TRANSPORT}://${HZN_LISTEN_IP}:9008/api
Whatβs Next
Follow the process on the Gather edge node files page to prepare installation media for your edge nodes.