In this article, you will learn how to test the physical state of the InfiniBand™ connection. The guides below will help you to check that InfiniBand connections are established between GPUs in a GPU cluster.Documentation Index
Fetch the complete documentation index at: https://docs.nebius.com/llms.txt
Use this file to discover all available pages before exploring further.
Testing the port state
- Connect to the VM using SSH.
-
In the VM’s shell, run
ibstatuscommand that displays operational information about InfiniBand network devices. Result: -
For each device in the result, check the physical state (
phys state): it should beLinkUp.
Testing network performance
You can also emulate the network activity by sending some data from GPUs on one VM to GPUs on another:-
Install the perftest package on each one of the test VMs:
- Connect to the first VM using SSH.
-
Run
ib_send_bw --report_gbits. - Copy the first VM’s private IP address.
- Connect to the second VM using SSH.
-
Run
ib_send_bw <first_VM_IP_address> --report_gbits.
See also
- InfiniBand™ networking for Compute virtual machines with GPUs
- How to create a virtual machine in Nebius AI Cloud
InfiniBand and InfiniBand Trade Association are registered trademarks of the InfiniBand Trade Association.