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 ...

How to setup Active Directory in Linux using Samba4

Samba version 4 can work as a domain controller which is compatible with Microsoft Active Directory, companies can save licensing cost by switching to Samba4 for Active Directory. I will put below the complete steps. Software Requirements: 1. A latest linux based operating system, I will be using Centos 7 for this example, you can use any flavor of linux  2. We will be using Sernet Samba version 4.2, because the samba package provided in Centos 7 DVD uses MIT Kerberos which does not support Active Directory. Hardware Requirements: 1. A system with at least 1 GB RAM for better performance, at least 10 GB of disk space and a decent processor 2. You can use a desktop class or server class system depending on choice Download Links for required softwares: 1. Download Centos 7 DVD from the below link      CentOS 7 DVD 2. Download Sernet Samba & other required rpm packages      Sernet Samba 4.2 and other dependent packages for...

Recover Files

How to recover deleted files you though its lost forever You accidentally or mistakenly  deleted one of your Important file and now your are sure that its not available in backup then what you will do???. You've searched your hard drive. You've scoured the Recycle Bin. No sign of it? Don't panic. As long as you act quickly, you can usually bring that file back to life. And to accomplish that feat, you'll want to turn to a recovery program to help you undelete it. Three such applications: Recuva, EaseUS Data Recovery and Active Uneraser. With these programs, you can run a quick search for recently deleted files and conduct a more time-consuming but thorough scan to dig up older ones. You can scan external media, such as USB drives and SD cards, as well as your computer's internal disk. If you want to revive a deleted file, an old adage applies: the sooner the better. When you delete a file in Windows, that file first bounces to the Recycle Bin. You c...