XenServer Administrator's Guide 4.1.0

Networking
41
xe pif-reconfigure-ip uuid=<old mgmt PIF UUID> mode=None
5. For each member server, join it to the pool and repeat 3 and 4 to move the management interface on
the member server to enable the bond.
4.3.2.2. Adding NIC bonds to an existing pool
When adding a NIC bond to an existing pool, the bond must be manually created on each host in the pool.
The steps below can be used to add NIC bonds on both the pool master and member servers with the
following requirements:
1. All VMs in the pool must be shut down
2. Add the bond to the pool master first, and then to member hosts.
3. The bond-create, host-management-reconfigure and host-management-disable commands affect
the host on which they are run and so are not suitable for use on one host in a pool to change the
configuration of another. Run these commands directly on the console of the host to be affected.
Procedure 4.7. To add NIC bonds to existing pool master and member hosts
1. Use the network-create command to create a new pool-wide network for use with the bonded NICs.
This step should only be performed once per pool. The UUID of the new network is returned.
xe network-create name-label=bond0
2. Use XenCenter or the vm-shutdown command to shut down all VMs in the host pool to force all existing
VIFs to be unplugged from their current networks. The existing VIFs will be invalid after the bond is
enabled.
xe vm-shutdown uuid=<VM UUID>
3. Use the host-list command to find the UUID of the host being configured:
xe host-list
4. Use the pif-list command to determine the UUIDs of the PIFs to use in the bond. Include the host-
uuid parameter to list only the PIFs on the host being configured:
xe pif-list host-uuid=<host UUID>
5. Use the bond-create command to create the bond, specifying the network UUID created in step 1 and
the UUIDs of the PIFs to be bonded, separated by commas. The UUID for the bond is returned.