Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Implementing NetScaler VPX??? - Second Edition

You're reading from   Implementing NetScaler VPX??? - Second Edition Implement the new features of Citrix NetScaler 11 to optimize and deploy secure web services on multiple virtualization platforms

Arrow left icon
Product type Paperback
Published in Oct 2015
Publisher
ISBN-13 9781785288982
Length 202 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Marius Sandbu Marius Sandbu
Author Profile Icon Marius Sandbu
Marius Sandbu
Arrow right icon
View More author details
Toc

Table of Contents (10) Chapters Close

Preface 1. NetScaler VPX™ 11 – Basics and Setup FREE CHAPTER 2. NetScaler Gateway™ 3. Load Balancing 4. Mobilestream 5. Optimizing NetScaler Traffic 6. High Availability 7. Security and Troubleshooting 8. AAA Application Traffic Index

Licensing

When we want to set up or deploy NetScaler, we need a license in place in order to access the features we want to use. An important point to note here is that three types of licenses are available for NetScaler:

  • Platform license: This license is used for NetScaler to enable its different features, such as load balancing, content switching, and so on. It also defines the bandwidth.
  • Universal license: This license is used for NetScaler Gateway features such as SSL VPN, CVPN, SmartAccess, and Endpoint analysis.
  • Feature license: This license is used for features such as clustering, caching, compression, and so on. The specific features that can be bought as add-ons to an existing platform can be found in the datasheet.

    Note

    If you do not have access to a regular license, you can download a trial version of the latest NetScaler VPX Platinum edition from Citrix, available at http://www.citrix.com/products/netscaler-application-delivery-controller/try.html.

If you want to download a platform license for NetScaler from https://www.citrix.com/, you need to enter the MAC address of the first NIC on your appliance in the Host ID field on the website.

Note

If you are deploying a NetScaler Gateway VPX, and you want to download a platform license for it or generate universal licenses, both of these should be created with the hostname of the appliance instead of the MAC address. These licenses can be generated from the same website.

The MAC address can be found either via the CLI of the appliance or by using a hypervisor. We will look at CLI in detail in this chapter. To get hardware information from the CLI of the appliance, we have to first log in to the NetScaler System CLI, and then switch to the FreeBSD shell by typing shell and running the following command:

lmutil lmhostid

When using a hypervisor, such as the virtual machine manager PowerShell, run the following command:

Get-VM | Where { $_Name -match "VM" } | Get-SCNetworkAdapter | Select MACAddress

If you are using VMware and have PowerCLI available, you can use a similar command as follows to get the same result:

Get-NetworkAdapter -VM NameofVM

This will give you the host ID/MAC address of the appliance, which needs to be entered on https://www.citrix.com/ to generate a platform license. We will cover installing the license a little later.

You have been reading a chapter from
Implementing NetScaler VPX??? - Second Edition
Published in: Oct 2015
Publisher:
ISBN-13: 9781785288982
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image