Configuring the Appliance for the First Time
The diagram below describes the connectivity scheme of the UFM High-Availability cluster.

The following are instructions on how to configure the management and fabric (InfiniBand) interfaces in the UFM cluster.
The NVIDIA UFM Enterprise Appliance has multiple Ethernet management interfaces. The primary management interface isenp99s0f0. The MAC address for enp99s0f0 is available on the pull tab and can be configured in the DHCP server. To use the remote management controller with DHCP, the free-range IP allocation must be enabled on the DHCP server.
The appliance supports a direct connection via a serial port.
For instructions on how to configure the management interface, please refer to Configuring the Appliance.
This interface should be used as the primary interface when configuring HA.
When operating in HA configuration, directly connect (back-to-back - without a management switch in the middle) the Master node to the Standby node. To do so, utilize the Ethernet management interface enp99s0f1, as shown in the above diagram.
For your convenience, you may use the CLI command Interface to set a static IP address for enp99s0f1.
Example:
interface
enp99s0f1 ip address 11.0
.0.11
/24
Configuring the fabric interface is optional.
The UFM XDR Enterprise Appliance has multiple InfiniBand interfaces. The primary interface is ib0.
Configure a static IPoIB with Network service (create the file /etc/network/interfaces.d/ifcfg-ib0
and run ifup ib0
).
Example of the ifcfg-ib0
file definition:
auto ib0
iface ib0 inet static
address 10.0
.0.12
netmask 255.255
.255.0
broadcast 10.0
.0.255
For your convenience, you may use the CLI command Interface to set a static IP address for ib0.
Example:
interface
ib0 ip address 192.168
.1.11
/24
For more details on how to configure the UFM Enterprise, please refer to UFM Enterprise Initial Configuration.