Hi all,
Libvirt is the tools which is used for interacting with hypervisor like XEN, KVM. By using the libvirt, we can pass our configuration in the form of XML format.
And this will be very useful when you are interacting the hypervisor with Web services.
Libvirt is the redhat product and it is giving support for XEN hypervisor also.
Then, How i can compile libvirt for xen.?
./configure with --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib64 --with-xen=yes --with-libvirt=yes
make
make install
and its finished.
If you want to check the libvirt in your system; it have the tool as "virsh".
In your command prompt; type virsh -c xen:///
then it will enter into the special terminal. then type: version
virsh # version
Compiled against library: libvirt 1.2.0
Using library: libvirt 1.2.0
Using API: Xen 1.2.0
Running hypervisor: Xen 4.4.0
Libvirt is the tools which is used for interacting with hypervisor like XEN, KVM. By using the libvirt, we can pass our configuration in the form of XML format.
And this will be very useful when you are interacting the hypervisor with Web services.
Libvirt is the redhat product and it is giving support for XEN hypervisor also.
Then, How i can compile libvirt for xen.?
./configure with --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib64 --with-xen=yes --with-libvirt=yes
make
make install
and its finished.
If you want to check the libvirt in your system; it have the tool as "virsh".
In your command prompt; type virsh -c xen:///
then it will enter into the special terminal. then type: version
virsh # version
Compiled against library: libvirt 1.2.0
Using library: libvirt 1.2.0
Using API: Xen 1.2.0
Running hypervisor: Xen 4.4.0
You will get like this. It means it successfully installed and also able to communicate with your hypervisor also. In my case, hte hypervisor is XEN. And, finally you did it.
Enjoy and Be CooL... :)
regards,
cooldharma06.. :)