Skip to main content

Citrix Xen Server Review

Citrix Xen Server The Fantastic Virtualisation Platform At No Cost

Friends the IT infrastructure around the world have evolved to Virtualisation because of its flexibility and scalability. There are some big players in the virtualisation segment like VMWARE, Microsoft Hyper-V, and Citrix Xen Servers, etc. All these platforms have free and licensed software to create virtualised data center. All have their pros and cons. But I am writing this post only for Citrix Xen Server which I have been using since last 8 years, and it has given our data center tremendous flexibility, scalability, performance and durability at zero software licensing cost. I think it may be beneficial to other people to share my experience so that they can take a better decision to choose a virtualisation software for their IT infrastructure.

Back in 2010 my company had purchased IBM blade servers and SAN based storage to upgrade its data center but without proper planning and after purchasing our company found that they have bought servers and storage bigger than there requirement. After deploying the required servers like oracle database, application server, and domain server most of the blade server resources were unused. And at that time I was a new System Administrator who had very basic knowledge of virtualisation like of using vmware on PC. Then I had found Citrix Xen Server a new virtualisation platform with open license and I gave it a try and deployed it in IBM blade servers.Believe me it was a great decision ever taken by me.

Data Center Infratructure

IBM Blade Center H Chasis
3 HS22 and 2 HX5 blades
IBM V7000 SAN Storage

I have deployed Xen server in 3 blades two HS22 and one HX5 with 12 virtual machines running. Server configurations are given below:

HX5( 1 x Intel Xeon 1.8 GHz 8 cores, 32 GB RAM, SAN BOOTING)
HS22 (2 x Intel Xeon 2.4 GHz, 4 cores 32 GB RAM, SAN Booting)
HS22 (1 x Intel Xeon 2.4 GHz, 4 cores 20 GB RAM, SAN Booting)

Citrix Xen Server versions running 6.5 and 6.2

Xen Center Management Console

I have deployed Linux base domain server, antivirus server, development oracle database servers, Microsoft Terminal servers, Squid proxy server, bind dns server, postix mail server, IIS web aap server, oracle forms server, etc. all of these are mission critical servers of our company. And all are running superb on Citrix Xen Server free version from the 8 years and we are very much satisfied. We are very much grateful to Citrix for creating such a great virtualisation platform and for providing a free version. I will share Citrix Xen Server installation and configuration guide in my next post.



Comments

Popular posts from this blog

"samba-tool" to Manage a Linux based Active Directory

A linux based Active Directory server can be managed from a Windows client using the Remote System Administration Tool very easily, and it is the convenient way for system administrators with only Microsoft Windows background. But for administrators who love to use the command line,  "samba-tool" is a great command line tool to manage Active Directory configured on a Linux Box. Throughout this post and on my future posts I will be showing hands-on examples about using the  "samba-tool"  command. User Management using samba-tool Create a new user using samba-tool Syntax: samba-tool user create <username> [<password>] [options] samba-tool user create user1 password --given-name=firstname --surname=surname The above command will create a new user with the name as user1 and password will be password, you can type your desired password. The options --given-name and --surname are to assign user first name and surname. To make the user change ...

Managing a Linux based Domain Controller from a Windows Machine

On my last post I had demonstrated how to setup a Linux machine as Active Directory Domain Controller. On this post I will help you managing a Linux based domain controller from a Windows client machine. Most of the Active Directory administration tasks such as user & group creation, dns management cab be done using Samba server provided tool "samba-tool" , but for system administrators who has no experience working in a linux environment it can be a difficult task, even for experienced linux administrators it can be a bit time consuming to use "samba-tool" command for managing every active directory task. The Microsoft Remote System Administration Tool is a very nice software to manage a Linux based domain controller. Next I will help you downloading, installing and managing a Linux based domain controller from Windows client machine. I will be using a 64 bit Windows 7 pc for this example. RSAT Download Link: https://www.microsoft.com/en-in/download/det...