Saturday, January 30, 2010

Citrix Edgesight 5 quick installation Windows 2003


Here is a short video of my experience to install Citrix Edgesight tool. This is a very simple way to install Citrix Edegesight 5.01 on a Windows 2003 server.

What you need to set up before is IIS role install on the server and a SQL database/SQl Express.

Sunday, January 3, 2010

Install XenDesktop on Windows 2003

What if you have to install XenDesktop in a short duration to check it's usability or for testing a software on Citrix XenDesktop platform or to give a proof of concept to management. Citrix XenDesktop could be an important factor in saving costs for the company and can bring efficiency to your current IT infrastructure management if used intelligently.

There are not many documents that can succintly describe in layman's language how to install Citrix XenDesktop. Below are the steps I followed to install Citrix XenDesktop 3.0 . Hope this would be useful.

Step 1: Install Xen Server

- Download Xen Server software from Citrix website. Xen Server is an open source software based on linux.

- This server cannot be installed on a VMWare virtual workstation because VMWare virtual worstation does not support host OS virtualization enabling feature in the bios. Hence it can be installed only on a standalone machine.

- It can only be installed on a 64 bit machine.

- Make sure to enable virtualization in bios of the system where you are installing Xen Server.

- It is a linux based server.

- On completing the installation on the command line of Xen Server type cat /proc/cpuinfo to see if "vmx" key word is present under processors. This indicates virtualization is enabled.

- This Server will host the vitual machines whose desktops will be retrived by users at run time.

- Try this link if you get stuck in the steps above http://www.citrix.com/tv/#videos/104

Step 2: Install Xen Center

- Xen Center is a tool to connect to the Xen Server. It's latest version is 5.5, it is free to download.

- It can create VMs to reside on the Xen Server.

- If virtualization is not enabled in the Xen Server bios, this returns an error "HVM operation not found" when we try to create a new VM.

Step 3: Install Windows XP or Windows 7 VM on the Xen Server

- Open the Xen Center, select "New VM" option in the tools menu,

- Insert CD of the OS to be installed on the VM.

- Select the "Console" option to check progress of installation.

- Then install OS(XP or Windows7).

- Install the XenDesktop Virtual Desktop Agent

- Re-sizing a partition is a painful process, better assign large amounts of hard disk space initially.

- If the network does not connect go to Network tab in the VM and add network interface.

- Remember to install the Virtual Desktop Agent on the desktop virtual machine.

Step 4: Install Desktop Delivery Controller
- This module at run time re-configures the Virtual Machine Desktops to be trasmitted to the endpoints. In short it is responsible to connect Desktop to VMs.

- Remember to assign lot of memory(atleast 768 MB and lot of disk space atleast 30GB), else the installation for DDC will fail.

- Remember to provide a static ip address.

- The VM name where this component is installed is xen-desktop1 ping to see if it is alive, else turn it on from the Xen-Center host.

- Open the management console and assign users to VM's. Using this login the users can log into the VM's through a remote Citrix Xendesktop client. The image above depicts the Management console.

Step 6: Install Desktop receiver

- This is the software to be installed on the desktops which want to connect to the VMs on The Xen-Server. Just search for Citrix XenDesktop client and install the same.

- This client will be installed on the Endpoint where the VM from Xen Server will be streamed. You can create logins on the Desktop Delivery Controller and use these logins to log through the Xen Desktop client.

What is Citrix??? Do I need to know?

Citrix has a Virtualization environment, which can virtualize applications(Xenapp) and Desktops(XenDesktop).

In the Citrix virtualization solution all applications run on the server and the endpoints view the window for this application running on the server. Think about this as streaming live video from the Citrix Server (where the application runs) to the endpoint (where the user "views" the running application through this streaming video concept.

The user is also allowed to interact with the application. For example, using our concept of streaming video, clicking on a specific portion of this streaming video causes the Citrix Endpoint Client to send the click to the server (where the application is running). The client sends the X and Y location of the click. When the server receives the click coordinates, it generates a click within the application on that X and Y coordinate. This will invoke the appropriate action on the server and the user will instantly see the change because constantly streaming the video content of this application.

The same happens for keyboard input as well. When the user presses a key on the keyboard, the key scan code is send to the server. The server presses that key in the running application which shows up in the server and in turn is displayed to the users on the endpoint.

In the Citrix virtualization environment the applications/Desktops are streamed/accessed from the a centralized server.

The centralized server is easy to maintain, apply patches, efficiently use hardware etc.