What can I help you with?
NVIDIA UFM XDR Enterprise Appliance Software User Manual v2.1.0

Configuring the Appliance for the First Time

The diagram below describes the connectivity scheme of the UFM High-Availability cluster.

image-2025-3-18_15-43-49-version-1-modificationdate-1746454418520-api-v2.png

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.

Warning

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:

Copy
Copied!
            

interface enp99s0f1 ip address 11.0.0.11 /24

Note

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:

Copy
Copied!
            

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:

Copy
Copied!
            

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.

© Copyright 2025, NVIDIA. Last updated on May 5, 2025.