Troubleshooting UCP Advisor installation issues when multiple NIC adapters are configured

Unified Compute Platform (UCP) Advisor Software Installation Guide

Version
4.5.x
Audience
anonymous
Part Number
MK-92UCP120-13

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:
  1. Log on to the Master Node VM.
  2. Navigate to the /installer folder.
  3. Open the config.toml file in Edit mode. Enter:
    vi config.toml
  4. Add the Master Node VM IP address to the apiserver_advertise_address parameter. Enter:
    apiserver_advertise_address='Master_Node_IP Address"
  5. Exit Edit mode. Press the Esc key.
  6. Save the changes: Enter:
    :wq
  7. Rerun the installer script to install UCP Advisor. See Installing the UCP Advisor software on a virtual machine.