1 first install the driver
MLNX_OFED_LINUX-2.2-1.0.1-ubuntu14.04-x86_64.iso
2 ibhosts
can see
Ca | : 0x002590ffff17b868 ports 1 "node03 HCA-1" |
Ca | : 0x002590ffff17bd40 ports 1 "node02 HCA-1" |
Ca | : 0x002590ffff17b998 ports 1 "node05 HCA-1" |
3 ibping one of them
have problems:
ibping -G 0x002590ffff90579c
ibwarn: [4132] sa_rpc_call: only lid routes are supported
ibwarn: [4132] ib_path_query_via: sa call path_query failed
ibping: iberror: failed: can't resolve destination port 0x002590ffff90579c
4 how to test this nodes can communicate with each other
set each with /etc/network/interfaces like
auto ib0
iface ib0 inet static
address 192.168.2.10-80 #from node01 to node08
netmask 255.255.255.0
post-up echo connected > /sys/class/net/ib0/mode
post-up /sbin/ifconfig $IFACE mtu 65520
gateway 192.168.2.215
5 i don't know how to do .look up for help sincerely . Thank you