Load Balancing ICA

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #571
    jchittick
    Member
    • Total Post: 33
    • Frequent Flyer
    • ★★★

    I am having a problems with the V10L’s in a remote location. We have 2 Desktops used in our company. One is used for Administrators hosted on .111. The other is for regular employees and is load balanced over the other 4. The names are “Admin Desktop” and “User Desktop”. Even though the User desktop is not hosted on .111, if i don’t include it, it times out trying to connect. Also, when I mouse over the icon on the WTOS desktop, it gives the .111 IP address. Do I have to do something different in the ini file if they are on another subnet?

    The same thin client works here at our HQ fine.

    CONNECT=ICA
    Host=xxx.xxx.xxx.111, xxx.xxx.xxx.112, xxx.xxx.xxx.113, xxx.xxx.xxx.119, xxx.xxx.xxx.120
    Application=”User Desktop”
    Description=”Desktop”
    Icon=default
    AutoConnect=yes
    Fullscreen=yes
    LocalCopy=no

    #10048
    thinkthin
    Member
    • Total Post: 1649
    • Jacked into The Matrix
    • ★★★★★★

    Hi,

    When you use the Host= you are telling the ICA connection to go to a specific server. Having others in the host= will not load balance it will always try the first in the list.

    Try this:

    Remove the host= from the ini file and use the BrowserIP= command

    The browserIP command should have your “most preferred” Citrix Data Collector first and a back up Data Collector second. This is in case the first is unavailable, there is no need to list every Citrix server as the DC holds the local host cache it will direct the connection to the least loaded server with the application published.

    I like to use CNAME’s recolds for this so its easy to change Data Collectors:

    CONNECT=ICA
    BrowserIP=CTXDC1,CTXDC2
    Application=”User Desktop”
    Description=”Desktop”
    Icon=default
    AutoConnect=yes
    Fullscreen=yes
    HttpBrowsing=yes
    LocalCopy=no

    CONNECT=ICA
    BrowserIP=CTXDC1,CTXDC2
    Application=”Admin Desktop”
    Description=”Admin Desktop”
    Icon=default
    AutoConnect=yes
    Fullscreen=yes
    HttpBrowsing=yes
    LocalCopy=no

    If your Citrix XML port is not on port 80 include the port in the command:

    BrowserIP=CTXDC1:8080,CTXDC2:8080

    Notice also I used the HttpBrowser= command to tell the connection to use the XML port – only do this if you have a Citrix XP FR2 farm or newer

    Cheers,
    -TT

    #10050
    jchittick
    Member
    • Total Post: 33
    • Frequent Flyer
    • ★★★

    That Worked!!! Thanks once again, this website is quicker than Wyse’s customer support!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.