This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
virtualization:xenserver:xenserver_networking [2014/06/09 12:03] gcooper |
virtualization:xenserver:xenserver_networking [2019/10/30 12:19] (current) gcooper |
||
---|---|---|---|
Line 2: | Line 2: | ||
See also **[[virtualization: | See also **[[virtualization: | ||
+ | |||
+ | See also **[[networking: | ||
http:// | http:// | ||
+ | |||
+ | ===== Management Network ===== | ||
+ | |||
+ | * No Jumbo Frames | ||
+ | * No VLANs | ||
+ | |||
+ | ===== Storage Networks ===== | ||
+ | |||
+ | Jumbo Frames are enabled by setting MTU to 9000 on all Storage network interfaces: | ||
+ | |||
+ | * ZFS Storage Server | ||
+ | * Virtualization Hosts | ||
+ | |||
+ | Something like: | ||
+ | |||
+ | - Shutdown all VM's | ||
+ | - Remove the bond | ||
+ | - Set the MTU to 9000 on the NIC's | ||
+ | - Re-create the bond with MTU 9000 | ||
+ | - Start the VM's back up making sure the new bond is listed under the VM's networking | ||
===== Helpful Commands ===== | ===== Helpful Commands ===== | ||
Line 18: | Line 40: | ||
^XenServer “xe” Command | ^XenServer “xe” Command | ||
- | |xe network-list | + | |'' |
- | |xe pif-list | + | |'' |
- | |xe vif-list | + | |'' |
- | |xe pif-forget uuid= |Forgetting an interface means the Xen host no longer has control. Configure through Linux. | | + | |'' |
- | |xe pif introduce hostuuid= mac= device= | + | |'' |
- | |xe pif-reconfigure-ip ip=xx.xx.xx.xx uuid= |Change the IP attributes of management interface. | | + | |'' |
- | |xe pif-uuid= | + | |'' |
- | |xe vif-uuid= | + | |'' |
- | |xe pif-param-set other-config: | + | |'' |
- | |xe host-set-hostname-live host-name=< | + | |'' |
- | |xe vm-list params=name-label, | + | |'' |
===== VLANs ===== | ===== VLANs ===== | ||
Line 62: | Line 84: | ||
If you are not using XenCenter for NIC bonding, the quickest way to create pool-wide NIC bonds is to create the bond on the master, and then restart the other pool members. Alternatively, | If you are not using XenCenter for NIC bonding, the quickest way to create pool-wide NIC bonds is to create the bond on the master, and then restart the other pool members. Alternatively, | ||
+ | |||
+ | ==== XenCenter ==== | ||
+ | |||
+ | **Select Host -> NICs (tab) -> Create Bond** | ||
+ | |||
+ | ==== CLI ==== | ||
< | < |