Networking NVIDIA UFM Cable Validation Tool

Check if Cable Agent is Running

On InfiniBand

Check if cable agent is running on the switch:

  1. Run: 

    ssh admin@<switch-ip-or-name>
    
  2. Enable

  3. Show docker images

  4. Exit

If cables agent is running on the switch, the following output is prompted.

----------------------------------------------------------------------------
Image                                 Version      Created            Size
----------------------------------------------------------------------------
cables_agent                          latest       13 hours ago       788MB


On Ethernet and NVOS

Check if cable agent is running on the switch:

  1. Run: 

    ssh admin@<switch-ip-or-name>
    
  2. docker ps

If cables agent is running on the switch, the following output is prompted.

----------------------------------------------------------------------------
Image                                 Version      Created            Size
----------------------------------------------------------------------------
cables_agent                          latest       13 hours ago       788MB

Last updated: