DEVICE=ib0 BOOTPROTO=static DHCPCLASS= ONBOOT=yes IPADDR=<IP Address> NETMASK=255.255.0.0
alias ib0 ib_ipoib alias ib0 ib_umad alias net-pf-27 ib_sdp # your TCP routes will change according to your setup; this is a sample from naasc-oss-4 options lnet networks="o2ib0(ib0)" routes="tcp 10.7.17.[11-12]@o2ib0; tcp2 10.7.17.[11-12]@o2ib0" live_router_check_interval=60 dead_router_check_interval=60
ifup ib0
ibstat | grep "Port GUID"Should return something like:
ibping -S
ibping -G <Dst GUID> e.g. ibping -G 0x0002c903000cc98fShould see something similar to ping output
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.