Use the following guidelines and suggested steps to help resolve UCP Advisor installation issues when multiple NIC adapters are configured.
- Condition:
- UCP Advisor installation fails when multiple NIC adapters are configured. The following error message is displayed:
Node master_node has two or more Network Interface Cards. Please configure 'apiserver_advertise_address' with correct IP address in config.toml, then run again.
- What it Means:
- UCP Advisor installation could not be completed.
- Corrective Action:
-
- Log on to the Master Node VM.
- Navigate to the /installer folder.
- Open the config.toml file in Edit mode. Enter:
vi config.toml
- Add the Master Node VM IP address to the apiserver_advertise_address parameter. Enter:
apiserver_advertise_address='Master_Node_IP Address"
- Exit Edit mode. Press the Esc key.
- Save the changes: Enter:
:wq
- Rerun the installer script to install UCP Advisor. See Installing the UCP Advisor software on a virtual machine.