Chapter 6 Web Interface

To configure a Web interface site for LAN users using HTTP by using the command line

1.Add a Web interface site. Set Direct or Alternate or Translated for the defaultAccessMethod parameter. At the NetScaler command prompt, type:

add wi site <sitePath> -siteType ( XenAppWeb XenAppServices ) - publishedResourceType ( Online Offline DualMode ) -kioskMode ( ON OFF)

Example

add wi site WINS1 -siteType XenAppWeb -publishedResourceType Online -kioskMode ON

2.Bind XenApp or XenDesktop farms to the Web interface site. At the NetScaler command prompt, type:

bind wi site <sitePath> <farmName> <xmlServerAddresses> -xmlPort <value> - transport ( HTTP HTTPS) -loadBalance ( ON OFF )

Example

bind wi site WINS1 XA1 10.102.46.6 -xmlPort 80 -transport HTTP -LoadBalance OFF

bind wi site WINS1 XD1 10.102.46.50 -xmlPort 80 -transport HTTP -LoadBalance OFF

3.Create a service that is a logical representation of the Web interface service running on the NetScaler appliance. At the NetScaler command prompt, type: add service <name> <IP address> <serviceType> <port>

Example

add service WI_Loopback_Service 127.0.0.1 HTTP 8080

For more information, see the “Load Balancing” chapter of the Citrix NetScaler Traffic Management Guide at http://support.citrix.com/article/CTX128670.

4.Add an HTTP vserver. At the NetScaler command prompt, type: add lb vserver <virtualServerName> <protocol> <IPAddress> <port>

Example

add lb vserver HTTP_WI HTTP 10.102.29.5 80

For more information, see the “Load Balancing” chapter of the Citrix NetScaler Traffic Management Guide at http://support.citrix.com/article/CTX128670.

5.Bind the Web interface service to the HTTP vserver. At the NetScaler command prompt, type:

bind lb vserver <virtualServerName> <serviceName>

Example

bind lb vserver HTTP_WI WI_Loopback_Service

For more information, see the “Load Balancing” chapter of the Citrix NetScaler Traffic Management Guide at http://support.citrix.com/article/CTX128670.

158

Page 158
Image 158
Citrix Systems CITRIX NETSCALER 9.3 manual Add service WILoopbackService 127.0.0.1 Http