• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How to create network interface bond in XenServer 6.5

{{postValue.id}}

To create network interface bond in XenServer 6.5

Network interface bond
NIC bonding is a technique where two or more network cards (NICs) are configured together in order to logically function as one. Network bond have two mode.

  • Active/active : in this mode it shares network traffics.
  • Active/passive : in case of link failure all traffic should get shifted seamlessly to the remaining NIC(s).

In this article we going to see how to create network bond using command line mode and GUI xencenter.

Command line mode

Select “ local command shell” option in xenserver menu page.
local command shell
And enter username and password.
login page
Next create network bond interface.

[root@xenSR-linuxhelp / ]# xe network-create name-label=” bond1” 

network bond interface
It generates UUID for network bond interface. Next list the all physical network interface.

[root@xenSR-linuxhelp / ]# xe pif-list

physical network interface list
It shows UUID of all the interfaces and this UUID is used to make bond.

Create bond using UUID physical interface. Here, we have selected eth0, eth2 for bonding. Follow the command to create bond between two interfaces.

[root@xenSR-linuxhelp / ]# xe bond-create network-uuid=<  uuid bond >  pif-uuids=<  uuid of physical interfaces > 

UUID physical interface
Next check the bonds by using the following command.

[root@xenSR-linuxhelp / ]# xe bond-list

Bond list
Bond created successfully, by using command line mode.

GUI XenCenter

Open your XenCenter tool and connect your XenServer.
Xencenter tool
Select NICs in xencenter server menu option. It displays all the available NICs.
Available NICs
Next click “ create bond” .
Bond creation
NIC0 and NIC2 is not selected, because we have already used this NICs to create bond in command line mode.
Select NICs “ checkbox” to create bond and select “ Bond mode” . Then press “ create” .
manage NIC
Now the bond will be created in GUI Xencenter.
created bond
Select “ networking” tab in xencenter server menu to view the network bonds.
network bonds

Tags:
grayson
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

How to install Open Xen manager for Ubuntu?

A

Use the following link to get tutorial for the installation of "Open Xen Manager" on Ubuntu, "https://www.linuxhelp.com/how-to-install-open-xen-manager-on-ubuntu-16-04/"

Q

How to add local storage for Xen, how to add it?

A

You can refer the link for additional local storage for "Open xen", "https://www.linuxhelp.com/add-remove-local-storage-repository-xenserver/"

Q

How to configure network bonding on ubuntu?

A

You can refer this link to get procedure to configure network bonding on ubuntu , "https://www.linuxhelp.com/to-configure-network-nic-bondingteaming/"

Q

What is the Control Domain (Dom0) in "XenServer"?

A

The Control Domain, also called Domain 0 or Dom0, is a secure, privileged VM that runs the "XenServer" management toolstack known as xapi. Besides providing XenServer management functions, Dom0 also runs the physical device drivers for networking, storage etc.

Q

What are the minimum system requirements for running XenServer?

A

Use the following link to get information about the minimum system requirements for running XenServer, "https://docs.citrix.com/en-us/xenserver/7-0/downloads/config-limits.pdf".

Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Isaac ?
How to run windows application in linux

I need to run the windows application in my Linux machine, instead of installing from yum repo or any other repos. How to do that..??

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.