Blog

How to setup and configure Citrix Licensing Server 11.12.1

Table of Contents

Reading Time: 4 minutes

Adding a Citrix License Server to your environment is important if you are going to setup and use Citrix products and solutions. So let me show you how to:

  • install the license server
  • configure the license server
  • add a license file to the license server

My environment for the installation:

  • downloaded the Citrix License Server 11.12.1 (Build 14100) for Windows (www.citrix.com)
  • Windows 2012 R2
  • domain name: VIKASH (vikash.nl)
  • account for setup: Administrator (VIKASH\Administrator)

Installing Citrix License Server 11.12.1

Unpack the .zip file and start the installer. You will be presented with the next screen. Accept the license agreement and click on Next:

license_server_11.2-01

Accept (or change) the installation location and click on Next:

license_server_11.2-02

Accept the defaults for the port configuration. If you change the port numbers here, make sure you enter them correctly in other Citrix product which will make use of this License Server (e.g. XenDesktop). Also note that the domain account which I am using for this setup is automatically added to manage the License Server. Click on Install:

license_server_11.2-03

Wait for the installation to finish. I selected the option to send License Server Usage information. Citrix uses it to optimize Citrix License Server, so we all benefit from this. Of course you can opt-out if you wish. Click then in Finish:

license_server_11.2-05

 

Configure Citrix License Server

If you search in the start menu you will notice 2 Citrix programs. The Citrix Simple License Service and the Citrix License Administration Console. The Simple console gives you a fast overview of you license status. You will need to enter your License Access Code. Obtain that from the Citrix License Portal using your MyCitrix account.

I use the Citrix License Administration Console:

license_server_11.2-06

The Citrix License Administration console is a web-gui. When started you will be shown the Dashboard page, which gives you an overview of the License Server. Click on Administration on the top-right corner:

license_server_11.2-10

You will be prompted to login. Use the same credentials used during setup (in my case Domain Administrator) to login:

license_server_11.2-11

After successful login you will be presented with the System Information page:

license_server_11.2-12

Let’s add the Domain Admins group for management. Click on User Configuration and then on New User:

license_server_11.2-13

Select Domain Administrator Group in the drop-down menu. The fields will change automatically to accommodate this option. Then type in the Active Directory group name. The format is <DOMAIN>\GroupName. In my case it is VIKASH\Domain Admins. Click on Save:

license_server_11.2-18

Check that the Domain Admins group is now added:

license_server_11.2-19

Next I configure the default behavior of the license models displayed on the Dashboard page upon login. Click on Server Configuration and then User Interface. Select Both and then click on Save:

license_server_11.2-14

 

Adding a license file

Obtain a Citrix License File using your MyCitrix account (www.citrix.com/account).

Click on Vendor Deamon Configuration and then on Import License:

license_server_11.2-20

Browse to the license file and click on Import License:

license_server_11.2-21

After the license file is successfully imported click on OK:

license_server_11.2-22

Now at this point you can restart your server so the Citrix License Server reads the newly uploaded license file. In my case I am running the License Server on my domain controller, so I don’t want any downtime. So to get the license file active just restart the Citrix License Service using Windows Service Console:

license_server_11.2-25

Now re-open the Citrix License Administration Console to check that the license file is being read correctly:

license_server_11.2-26

That’s it. Citrix products can now use the License Server to allocate licenses.

You can also follow me on twitter or add the rss feed from the blog and you will be notified when I add new posts. If you have any questions feel free to contact me.

How to setup and configure Citrix Licensing Server 11.12.1 Read More

How to update XenServer 6.5 host with SP1

Table of Contents

Reading Time: 3 minutes

With Citrix XenServer Supplemental Pack 1 (SP1) just released by Citrix I thought it would be nice to have a little tutorial on how to update your Citrix XenServer 6.5 hosts with SP1 using Citrix XenCenter.

What’s new in SP1:

  • more vm’s per host
  • Intel GVT-d GPU pass-through for Windows virtual machines
  • nVIDIA GPU pass-through for Linux virtual machines
  • support for new guest OS (Windows 10 and CoreOs)
  • improved performance for nVIDIA GRID

Requirements for the update:

  • Citrix XenCenter 6.5 (minimum)
  • Host running Citrix XenServer 6.5
  • Download SP1 for Citrix XenServer 6.5 from www.citrix.com

Homelab setup

My homelab setup is not that complex. I have just one host running Citrix XenServer 6.5, so let’s get to it. The hostname is:

  • xs01.vikash.nl

Installing SP1

Start up Citrix XenCenter and connect to the host. Check Citrix XenServer version in General -> Version Details:

update XenServer 6.5 host with SP1

In XenCenter click on Tools -> Install Update:

update XenServer 6.5 host with SP1

 

The Install Update wizard starts. Click on Next:

update XenServer 6.5 host with SP1

Remember to unpack the SP1 update. Then click on Add and browse to the update file (XS65ESP1.xsupdate). In the status column you will see Not. This means that this update is not yet applied to the selected host. Then click on Next:

update-xenserver65-sp1-05

Select the server on which this update will be applied. Then click on Next:

update-xenserver65-sp1-06

Citrix XenCenter will then start uploading the update file to the host. Wait for the upload to finish. Then click Next:

update-xenserver65-sp1-08

Citrix XenCenter will run prechecks on the host before applying the update. Wait for it to finish. Then click Next:

update-xenserver65-sp1-09

In the Update Mode screen leave the defaults. Then click on Install Update:

update-xenserver65-sp1-10

The installation process will start. When it is finished it will reboot your host.  At this time you don’t have to do anything but wait patiently.

update-xenserver65-sp1-12

Citrix XenCenter will monitor when the host is online again. It will run some checks. Then click on Finish:

update-xenserver65-sp1-13

Check that SP1 is now in the list of applied updates.

update-xenserver65-sp1-14

 

That’s it, you’re done. Feel free to contact me if you have any questions.

 

How to update XenServer 6.5 host with SP1 Read More