Switch Between Live and DR storefront

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #104789
    caditc
    Participant
    • Total Post: 1
    • Newbie

    I recently had to set up a mass of Dell-Wyse terminals that could present the WTOS logon screen and let the user determine if they went to the live storefront/citrix site or alternatively, go to the DR site and then launch the central desktop of each site. I looked through all of these forums, and whilst I found some very helpful parts of the puzzle, not everything was in one place. I was also using WMS so I used this as the global ini to assist me in achieving my goal. I hope this is useful for someone.

    ;*************************************************************
    ;* Custom .ini for switching between *
    ;* primary/ DR sites *
    ;* *
    ;*
    ;* 14/01/2021 *
    ;* *
    ;*************************************************************

    EnableLocal=no HideDefault=yes

    ;*************************************************************
    ;* General 2 *
    ;*************************************************************

    Locale=English

    ;*************************************************************
    ;* General 3 *
    ;*************************************************************

    ManualOverride=no
    SysMode=Classic toolbardisable=yes toolbardisablemouse=yes toolbar_no_conmgr=yes EnableLogonMainMenu=no DisableAddConnection=yes
    ZeroTheme=Classic
    ; ZeroTheme={Classic,VDI,Citrix,VMware}

    ;*************************************************************
    ;* Privilege *
    ;*************************************************************

    Privilege=Low HidePPP=yes HidePN=yes HideConnectionManager=yes SuppressTaskbar=yes EnableSystemPreferences=No EnableNewConnection=No
    ; Set Privilege=HIGH to see system tools for debugging ini files

    ;*************************************************************
    ;* Peripherals *
    ;*************************************************************

    Language=Us

    ;*************************************************************
    ;* Network *
    ;*************************************************************

    SignOn=Yes ConnectionManager=Hide DisableGuest=yes SaveLastDomainUser=No DisableEditDomain=yes ClearUser=yes SFZeroButtons=no
    ; set domain list for other domains
    ; DomainList=”DOM1,DOM2,DOM3,DOM4″
    DomainList=”DOM2″

    ; if you want to be able to VNC to the terminal
    ; MaxVNCD=1
    ; VncPassword=”Yobjl#@O%QAP@k^9d&k”
    ; VncPrompt=No Accept=10 ActiveVisible=no

    ;*************************************************************
    ;* Services *
    ;*************************************************************

    Service=ThinPrint disable=yes
    Service=WDM disable=yes

    ;*************************************************************
    ;* ICA *
    ;*************************************************************

    ;ensure multilogon is set to no to make sure multiple PN servers aren’t logged into at once
    MultiFarm=no
    MultiLogon=no

    ;allow autoconnect to apps on logon
    autoconnect=1

    PnliteServer=https://storefront.bob.com, http://dr.storefront.bob.com storefront=yes
    AutoConnectList=”Employee Desktop”,”DR Employee Desktop”
    SessionConfig=ICA DesktopMode=Fullscreen OnDesktop=Desktops

    storefront=yes

    ; designed for toggle environment – Remove or comment out when toggle no longer required.
    SelectServerList=PNA \
    Default=”Employee Desktop” \
    Description=”Employee Desktop” Host=https://storefront.bob.com AutoConnectList=”Employee Desktop” Storefront=yes\
    Description=”DR Employee Desktop Host=http://dr.storefront.bob.com AutoConnectList=”DR Employee Desktop” Storefront=yes

     

     

     

    #104903
    ConfGen
    Keymaster
    • Total Post: 10696
    • Jedi Master
    • ★★★★★★★

    If you are using an INI file to configure the units then “SelectServerList” is the way to go.
    You should remove this whole part:

    ;ensure multilogon is set to no to make sure multiple PN servers aren’t logged into at once
    MultiFarm=no
    MultiLogon=no
    
    ;allow autoconnect to apps on logon
    autoconnect=1
    
    PnliteServer=https://storefront.bob.com, http://dr.storefront.bob.com storefront=yes
    AutoConnectList=”Employee Desktop”,”DR Employee Desktop”
    SessionConfig=ICA DesktopMode=Fullscreen OnDesktop=Desktops
    
    storefront=yes
    

    If you are using WMS, you have to create a new Parent Select group right under the Default Policy Group. Underneath this Parent Group you have to create your Live and DR group with the corresponding policy settings.

    CG

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