search for: node1_ib0

Displaying 1 result from an estimated 1 matches for "node1_ib0".

2010 Apr 07
6
using ipoib with xcp
...ms getting this to work properly within XCP virtual machines. This is what happens: Starting out I have 2 nodes in a pool; both are clean with only lo, eth0/xenbr0 and eth1/xenbr1 configured. I run the following commands to add the IB NICs to the pool: xe pif-scan host-uuid=NODE1 xe pif-plug uuid=NODE1_IB0 xe pif-scan host-uuid=NODE2 xe pif-plug uuid=NODE2_IB0 As expected this adds ib0/brib0 on both nodes and a single pool-wide network, but there is no connectivity between the hosts after I give brib0 an IP: xe pif-reconfigure-ip uuid=NODE1_IB0 IP=10.1.2.2 netmask=255.255.255.0 mode=static xe pif-r...