ThinOS 8.4 and Multiple Storefronts

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #45900
    wingman
    Participant
    • Total Post: 3
    • Newbie

    Hi All, and first of all thank you to Thomas and all of the members who have made this portal its an interesting read and very useful.

    The company I work for have recently introduced ThinOS, we have purchased another company and have two domains.

    We simply need two Storefronts to be made available I have all the code I need to point PNLiteServers however When I login as the first domain I get the apps from the other store even though I have MultiDomains Listed and Multiple Farm option switched on.

    Has anyone configured this before and can they offer some assistance as I am struggling to work out the correct commands to use even when referring to the Dell Thin OS 8.4 Ini Guide.

    #45901
    wingman
    Participant
    • Total Post: 3
    • Newbie

    **Sorry if this has already been answered.

    An Extract from our Ini Config (Servers Starred out)

    DomainList=”Domain1,Domain2″
    MultiFarm=yes
    MultiLogon=yes
    SequentialDomain=yes
    PnliteServer=https://*******.domain1.local/PNAgent/Config.xml DomainList=Domain1 storefront=yes SessionConfig=ICA DesktopMode=Fullscreen SessionReliability=Yes OnDesktop=Desktops SysMode=VdI MapDisksUnderZ=yes
    PnliteServer=https://*******.domian2.local/Config.xml storefront=yes SessionConfig=ICA DomainList=Domain2 DesktopMode=Fullscreen SessionReliability=Yes OnDesktop=Desktops SysMode=VdI MapDisksUnderZ=yes

     

     

     

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

    Try this:

    DomainList=”Domain1,Domain2″
    MultiFarm=yes
    MultiLogon=yes
    SequentialDomain=yes
    PnliteServer=https://*******.domain1.local/PNAgent/Config.xml,https://*******.domain2.local/Config.xml storefront=yes
    SessionConfig=ICA DesktopMode=Fullscreen SessionReliability=Yes OnDesktop=Desktops SysMode=VdI MapDisksUnderZ=yes
    SysMode=VdI MapDisksUnderZ=yes

    Or even more correct, as you are using Storefront:

    DomainList=”Domain1,Domain2″
    MultiFarm=yes
    MultiLogon=yes
    SequentialDomain=yes
    PnliteServer=https://*******.domain1.local,https://*******.domain2.local storefront=yes
    SessionConfig=ICA DesktopMode=Fullscreen SessionReliability=Yes OnDesktop=Desktops SysMode=VdI MapDisksUnderZ=yes
    SysMode=VdI MapDisksUnderZ=yes

    CG

    #45916
    wingman
    Participant
    • Total Post: 3
    • Newbie

    Thanks for coming back to me.

    I have tested this but on logon, your prompted for credentials twice, 1 to login to the domain1 storefront and then 2 to login to the domain2 storefront, it then combines both desktops and apps from both storefronts into one view

    Our users don’t have access to each domain so will either need to select domain 1 to login or domain 2 and then go to the storefront for that domain.

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

    So your users should select between these two stores?
    Try

    SelectServerList=PNA \
    Description=”Store1″ Host=”x.domain1.local” \
    Description=”Store2″ Host=”x.domain2.local”

    CG

    #50443
    dougblack3684
    Participant
    • Total Post: 34
    • Frequent Flyer
    • ★★★

    So I’m trying similar but using WMS, I’ve dropped the URLS in the storefront, but I’d like to be able to choose which storefront to log in to.

    At the moment when a user puts in username, password domain, it authenticates against the first listed storefront, then fails (as expected), and successfully authenticates and logs in the second. (We have 2 Citrix enviroments we want one terminal to be able to communicate with, one is our internal, one is an external via netscaler).

    Is there any simple way to do this via WMS?

     

     

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

    What about the SelectServerList mentioned above?

    CG

    #50474
    dougblack3684
    Participant
    • Total Post: 34
    • Frequent Flyer
    • ★★★

    I did drop that in the advanced section of WMS, but didn’t seem to behave any differently, whats the best way of entering it?

    #50477
    brian1020
    Participant
    • Total Post: 259
    • Jacked into The Matrix
    • ★★★★★★

    dougblack3684 – Maybe try using the Group INI file in WMS for the command.  I find not everything works as an Advanced Line Config entry in WMS Cloud (which I use). You will need to be on firmware 8.5+ for this to work though…

    GroupINI

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

    Could you post a screenshot of your Advanced section?

    CD

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