Advertisement
Guest User

Untitled

a guest
Jun 24th, 2021
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.08 KB | None | 0 0
  1. root@testserver:~# ibstat
  2. CA 'mlx4_0'
  3. CA type: MT4099
  4. Number of ports: 1
  5. Firmware version: 2.33.5000
  6. Hardware version: 1
  7. Node GUID: 0x0002c903001c99e0
  8. System image GUID: 0x0002c903001c99e3
  9. Port 1:
  10. State: Down
  11. Physical state: Disabled
  12. Rate: 40
  13. Base lid: 0
  14. LMC: 0
  15. SM lid: 0
  16. Capability mask: 0x00010000
  17. Port GUID: 0x0202c9fffe1c99e0
  18. Link layer: Ethernet
  19.  
  20. root@testserver:~# mst cable add
  21. -I- Added 0 cable devices ..
  22. root@testserver:~# mlxcables
  23. -E- No cables were found, run: mst cable add [--with_ib] to get connected cables
  24.  
  25. root@testserver:~# mst status
  26. MST modules:
  27. ------------
  28. MST PCI module loaded
  29. MST PCI configuration module loaded
  30.  
  31. MST devices:
  32. ------------
  33. /dev/mst/mt4099_pciconf0 - PCI configuration cycles access.
  34. domain:bus:dev.fn=0000:01:00.0 addr.reg=88 data.reg=92 cr_bar.gw_offset=-1
  35. Chip revision is: 01
  36. /dev/mst/mt4099_pci_cr0 - PCI direct access.
  37. domain:bus:dev.fn=0000:01:00.0 bar=0xfcf00000 size=0x100000
  38. Chip revision is: 01
  39.  
  40. root@testserver:~# ibv_devinfo
  41. hca_id: mlx4_0
  42. transport: InfiniBand (0)
  43. fw_ver: 2.33.5000
  44. node_guid: 0002:c903:001c:99e0
  45. sys_image_guid: 0002:c903:001c:99e3
  46. vendor_id: 0x02c9
  47. vendor_part_id: 4099
  48. hw_ver: 0x1
  49. board_id: IBM1100110019
  50. phys_port_cnt: 1
  51. Device ports:
  52. port: 1
  53. state: PORT_DOWN (1)
  54. max_mtu: 4096 (5)
  55. active_mtu: 1024 (3)
  56. sm_lid: 0
  57. port_lid: 0
  58. port_lmc: 0x00
  59. link_layer: Ethernet
  60.  
  61. root@testserver:~# ibdiagnet
  62. Running: ibdiagnet
  63. ----------
  64. Load Plugins from:
  65. /usr/share/ibdiagnet2.1.1/plugins/
  66. (You can specify more paths to be looked in with "IBDIAGNET_PLUGINS_PATH" env variable)
  67.  
  68. Plugin Name Result Comment
  69. libibdiagnet_cable_diag_plugin-2.1.1 Succeeded Plugin loaded
  70. libibdiagnet_phy_diag_plugin-2.1.1 Succeeded Plugin loaded
  71.  
  72. ---------------------------------------------
  73. Discovery
  74. -E- Failed to initialize
  75.  
  76. -E- Fabric Discover failed, err=IBDiag initialize wasn't done
  77. -E- Fabric Discover failed, MAD err=Failed to umad_open_port
  78.  
  79. ---------------------------------------------
  80. Summary
  81. -I- Stage Warnings Errors Comment
  82. -I- Discovery NA
  83. -I- Lids Check NA
  84. -I- Links Check NA
  85. -I- Subnet Manager NA
  86. -I- Port Counters NA
  87. -I- Nodes Information NA
  88. -I- Speed / Width checks NA
  89. -I- Alias GUIDs NA
  90. -I- Virtualization NA
  91. -I- Partition Keys NA
  92. -I- Temperature Sensing NA
  93.  
  94. -I- You can find detailed errors/warnings in: /var/tmp/ibdiagnet2//ibdiagnet2.log #< Shows what's here
  95. -E- A fatal error occurred, exiting...
  96.  
  97. root@testserver:~# ibstatus
  98. Infiniband device 'mlx4_0' port 1 status:
  99. default gid: fe80:0000:0000:0000:0202:c9ff:fe1c:99e0
  100. base lid: 0x0
  101. sm lid: 0x0
  102. state: 1: DOWN
  103. phys state: 3: Disabled
  104. rate: 40 Gb/sec (4X QDR)
  105. link_layer: Ethernet
  106.  
  107.  
  108.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement