Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Building a Test Citrix Environment

Our customers occasionally ask whether our software would run in a "Citrix environment". Which Citrix products make a typical Citrix environment?

How in general does one build a typical Citrix environment for test purposes?

like image 551
Ra. Avatar asked Jul 15 '11 09:07

Ra.


People also ask

What is Citrix testing?

Citrix Testing Using TestCompleteCitrix Virtual Apps and Desktops provides remote access to Windows applications and desktops to users on-demand. Citrix provides a vital service given the prevalence of distributed workforces and remote work around the world.

What is a Citrix environment?

Citrix Virtual Apps and Desktops allow: End users to run applications and desktops independently of the device's operating system and interface. Administrators to manage the network and control access from selected devices or from all devices. Administrators to manage an entire network from a single data center.


1 Answers

When people talk about "Citrix" they typically mean Citrix's oldest and most widely used product XenApp (older names include Presentation Server and Metaframe). XenApp is installed on a Windows server OS and needs the server role Remote Desktop Services (in earlier versions of Windows called Terminal Services).

To build a test environment:

  • Designate two physical or virtual machines (VMware Workstation can be used just fine)
  • On the first machine, create a domain (if you don't have one already) by installing a Windows server OS and running "dcpromo"
  • Install the role service Remote Desktop Licensing and activate it (you do not need any licenses)
  • On the second machine, install a Windows Server 2008 R2 and enable the Remote Desktop Services role. Point it to your DC for licensing. Make sure you set the licensing mode to "user".
  • Now you can install XenApp. You also need a Citrix license service on one of the two machines.

Note: For this scenario you need Windows OS licenses and Citrix XenApp licenses (at least for one concurrent user)

When you have installed all this you can install the Citrix client (called Online Plug-in) on any computer and connect to applications you have published on the XenApp server.

like image 189
Helge Klein Avatar answered Sep 27 '22 21:09

Helge Klein