Skip to main content
BeeGFS on NetApp with E-Series Storage

Hardware configuration

Contributors mcwhiteside netapp-jolieg netapp-jsnyder

The hardware configuration for BeeGFS on NetApp includes file nodes and network cabling.

File node configuration

File nodes have two CPU sockets configured as separate NUMA zones, which include local access to an equal number of PCIe slots and memory.

InfiniBand adapters must be populated in the appropriate PCI risers or slots, so the workload is balanced over the available PCIe lanes and memory channels. You balance the workload by fully isolating work for individual BeeGFS services to a particular NUMA node. The goal is to achieve similar performance from each file node as if it were two independent single socket servers.

The following figure shows the file node NUMA configuration.

NUMA configuration

The BeeGFS processes are pinned to a particular NUMA zone to ensure that the interfaces used are in the same zone. This configuration avoids the need for remote access over the inter-socket connection. The inter-socket connection is sometimes known as the QPI or GMI2 link; even in modern processor architectures, they can be a bottleneck when using high-speed networking like HDR InfiniBand.

Network cabling configuration

Within a building block, each file node is connected to two block nodes using a total of four redundant InfiniBand connections. In addition, each file node has four redundant connections to the InfiniBand storage network.

In the following figure, notice that:

  • All file node ports outlined in green are used to connect to the storage fabric; all other file node ports are the direct connects to the block nodes.

  • Two InfiniBand ports in a specific NUMA zone connect to the A and B controllers of the same block node.

  • Ports in NUMA node 0 always connect to the first block node.

  • Ports in NUMA node 1 connect to the second block node.

Network cabling

Note When using splitter cables to connect the storage switch to file nodes, one cable should branch out and connect to the ports outlined in light green. Another cable should branch out and connect to the ports outlined in dark green.
Additionally, for storage networks with redundant switches, ports outlined in light green should connect to one switch, while ports in dark green should connect to another switch.

The cabling configuration depicted in the figure allows each BeeGFS service to:

  • Run in the same NUMA zone regardless of which file node is running the BeeGFS service.

  • Have secondary optimal paths to the front-end storage network and to the back-end block nodes regardless of where a failure occurs.

  • Minimize performance effects if a file node or controller in a block node requires maintenance.

Cabling to leverage bandwidth

To leverage the full PCIe bidirectional bandwidth, make sure one port on each InfiniBand adapter connects to the storage fabric, and the other port connects to a block node.

The following figure shows the cabling design used to leverage the full PCIe bidirectional bandwidth.

HCA bidirectional bandwidth

For each BeeGFS service, use the same adapter to connect the preferred port used for client traffic with the path to the block nodes controller that is the primary owner of that services volumes. For more information, see Software configuration.