Citrix X1 StoreFront High Availability

8 Shares

In my latest posts I’ve shown you how to secure and customize your CItrix X1 StoreFront solution.

Now let’s take a look at how you can remove single point of failure by configuring a multiple-server deployment. Did you know it doesn’t work as expected?

I’m deploying all my servers with my Automation Framework, let’s take a look at the Task Sequence.

Citrix X1 StoreFront High Availability 017

So the Task Sequence will install Citrix X1 StoreFront unattended and also Import and Bind the SSL Certificate because the Task Sequence variable is set to True in CustomSettings.ini. Read more about it in my post Securing Citrix X1 StoreFront with Powershell.

Citrix X1 StoreFront High Availability 018

Let’s start the Citrix X1 StoreFront console for the first time on SF-02.

Citrix X1 StoreFront High Availability 003

To get High Availability you need to click on Join existing server group. This will ask for the Authorizing server and code.

Citrix X1 StoreFront High Availability 004

To get this Code you need to head over to your Primary X1 StoreFront server, in my case SF-01.

Select Server Group – Add Server. This will give you the code.

Citrix X1 StoreFront High Availability 005

Head back to your Secondary X1 StoreFront Server and type in the information above.

Citrix X1 StoreFront High Availability 006

Citrix X1 StoreFront High Availability 007

Citrix X1 StoreFront High Availability 008

Now let’s test the new site on SF-02.

Citrix X1 StoreFront High Availability 009

Citrix X1 StoreFront High Availability 010

Citrix X1 StoreFront High Availability 011

Hey, Wait a Minute Citrix! Where’s my customization that I made according to the post Citrix Netscaler Gateway and X1 StoreFront Customization?

So the built in Synchronization takes care of my Application Subscriptions, Trusted Domains and Feature App Groups, but why not Customize Website Appearance?

Citrix X1 StoreFront High Availability 012

Citrix wants us to leverage Netscaler Gateway for Load Balancing, but what help does that do if StoreFront can’t replicate my Customizations!

Well, fix it yourself. Run the following script to replicate the Customization:

PowerShell Customization Replication

Let’s check Customize Website Appearance once more.

Citrix X1 StoreFront High Availability 016

I’ve recently found the class for the Login Page Logo and added that to my \StoreWeb\custom\style.css file which at the moment look like this:

Citrix X1 StoreFront High Availability 014

Citrix X1 StoreFront High Availability 013

I tried a couple of hours to replace the background image in the Body, but it didn’t work out to good. Probably because the body is calling another CSS file. If anyone have solved this issue, please share in the comment below.

I want to specify location and e.g. Custom_BG.jpg in Style.css instead of using the ridiculous long name ReceiverFullScreenBackground_46E559C0E6B5A27B.jpg.

8 Shares

Automation Framework Community Edition

The fastest way to build your lab environment.

Virtual Expo

Friday 30th of September 2022

2 thoughts on “Citrix X1 StoreFront High Availability”

  1. After you have made any changes such as customization, you need to replicate them to the other servers. Your manual script is one way, but it is much easier to hit the “Propagate Changes” button in the admin console (under server group).

    To be honest I’m not entirely sure whether this button actually works for X1 customiztions in the Tech Preview (but it certainly propagates any changes made to the previous UI).

    It will certainly be fully working by GA!

    Rich.

    Reply
    • Hi Richard, thanks for stopping by. That’s actually the problem, the “Propagate Changes” which also runs when you add a new StoreFront server to a Server Group doesn’t work for Customize WebSite Appearance. For Manage Future Apps Groups, Subscribe Applications etc everything is working. So yes, I think it’s a bug in TP that should be fixed in GA. X1 StoreFront is awesome, but add Custom Login Page Logo and Login Page Background Branding THEN it will ROCK! Talk soon at the CTP meeting in Orlando.

      Reply

Leave a Comment