Home »
Archive by category Virtualization (Page 2)
This tutorial will describe how to create virtual machine on XenServer (6.2.0) Virtual machine based on template. #xe template-list After selecting template, create VM: #xe vm-install template=”CentOS 6.0 (64-bit) (prod)” new-name-label=”webserverVM” Template Name= CentOS 6.0 (64-bit) (prod) VM name=webserVM Disable boot from VM hard disk: #xe vbd-list vm-uuid=a1e91ab3-964a-0426-9667-5c6c36b35431...
Continue reading
August 21, 2014 Admin
Virtualization
No Comment
This tutorial will guide to Add and Delete Template on Xenserver To attach templates for CentOS 6.5 you can use the RHEL 6.5 templates: For CentOS 32 bit run: #xe vm-clone uuid=`xe template-list name-label=Red\ Hat\ Enterprise\ Linux\ 6\ \(32-bit\) –minimal` new-name-label=”CentOS 6.5 (32-bit)” For CentOS 64 bit run:...
Continue reading
August 20, 2014 Admin
Virtualization
No Comment
If you want to setup private network on xenserver and you only have one public IP that is set on interface xenbr0 interface (bridged from eth0) in sequence to make VMs to access the Internet we had to add an alias interface, as below : #ifconfig xenbr0:0 172.0.0.1...
Continue reading
August 20, 2014 Admin
Virtualization
No Comment
First of all install the Parrallels Cloud Server 6.0 followed by below steps. To start the installation, do the following: 1. Configure the server to boot from the chosen media (either a DVD disc, USB drive or ISO file). 2. Insert installation media into dvd disc deive and...
Continue reading
August 16, 2014 Admin
Virtualization
No Comment
KVM (Kernel-based Virtual Machine) is a virtualization infrastructure for the Linux kernel which turns it into a hypervisor. KVM requires a processor with hardware virtualization extension. This article explains you that how to configure KVM virtual server for creating and running virtual machines on a CentOS server. Check...
Continue reading
May 12, 2014 Admin
Virtualization
No Comment