I need some help getting Infiniband to work on Solaris 10. I would like to be able to use IPoIB for ssh communications between nodes of a cluster. IB is new to me, all I have used before for clustering is ethernet connections. I don't really know where to begin and can't really seem to find any clear documentation online that talks about how to do it. So far I have installed:
Sun Studio 12.1
Sun ClusterTools 8.2.1
IB Updates 3.1 (so that I could update the firmware on the ConnectX cards)
cfgadm shows this:
Code:
# cfgadm
Ap_Id Type Receptacle Occupant Condition
hca:3BA00010068A8 IB-HCA connected configured ok
ib IB-Fabric connected configured ok
If I do an ifconfig -a plumb and then ifconfig -a, all I see is my ethernet ports and loopback.
dladm also just shows my two ethernet ports.
I don't really know where to go from here.
Tron