Jump to content

Jitendra Kumar

Legacy Group
  • Posts

    29
  • Joined

  • Last visited

Posts posted by Jitendra Kumar

  1. Hi,

     

    I am too facing the same issue , after I added the above settings under HTTP response Header , the citrix webpage show same error as mention above and not opening, But when I delete those setting the citrix page started working. Please can anyone help here how we can fix this issue as we need to do hardening of the storefront server

  2. Hi All,

     

    I need to remove multiple desktops from Delivery Groups and Machine catalogs. I am trying to prepare a code below and try to run it but its giving me some error.

     

    Please can someone help me how to correct this code and what is missing pls.

     

    asnp Citrix*
    $vms = import-csv D:\Remove-VM\VMName.csv
    $vms | foreach {

    Remove-BrokerMachine -MachineName $_.Name -DesktopGroup $_.GroupName
    }

     

    Input file....

     

    image.thumb.png.7999d8dee8318b58cd26fa6a64f25121.png

  3. So here I want to decomission the old Netscaler later on and do not want to keep the old VPN. The network team might take the old VIP back which is used by old Netscaler VPN.

     

    Are you talking similar to this article below pls ? from the article what I can understand is to create a responder Action and policy under the "AppExpert"  in Netscaler and put the redirect URL Name as instructed in this article. And after that go to Gateway>>>then Virtual Server and then edit your VPN, IN VPN under Policy click on + icon to add policy and select Responder as Policy and Create as type and then bind the policy .

     

    Will this article talk on the same pls.

    https://support.citrix.com/article/CTX221243

  4. Hi Rhonda,

     

    In my environment I have done loading balancing using this article https://www.carlstalhood.com/storefront-load-balancing-citrix-adc/ . I did created a monitor and then added the SF servers and then created a Services group and added the SF  Servers members into the service group and added the monitor into the monitors under the service group config. And then after that I created a Load balancing vserver and bind with  service group.

     

    So you mean to say that while adding the servers member into the service group I need to add all 4 server one by one not to select them all and I need to define the Weight their as 1 or 10 or 5 ?

    And in this way the server which has weight 5, only 5 connections will redirect to there but is this something it will not redirect more then 5/10/15 connections to that particular server which has weight 5 or 10 or 15?

    image.thumb.png.e8b64f7881b617795c8a1c3f5837d1d0.pngimage.thumb.png.544de362ec99d4817fb298840118c45e.png

     

     

    My second query was related to Netscaler Gateway URL not Storefront, sorry for the confusion. So do I need to create a policy under the Gateway vServer as a responder and then need to define the settings there to redirect the old Gateway URL to new Gateway URL pls ?

     

     

  5. HI All,

     

    I have setup a Netscaler in HA and configured the Gateway along with Storefront loadbalancing. I am having 4 Storefront server and have added into the storefront loadbalancing and a vServer with a VIP. Now I want to distribute the connection among the 4 storefront server I added in Server under Load Balancing. Please can someone help me what setting I need to do in vserver configuration so that it can distribute the session among all the storefront server. like 10 session from SF01, 5 from SF02, 15 from SF03 10 from SF04.

     

    Also I have configure a new External URL on Netscaler and the users are not aware of this New URL, users are still using old URL and I do not want to tell all users to do the configuration of new URL.  so I want  to redirect the OLD URL to new URL . Means when the users put their old URL on web browser its automatically redirect that OLD URL to new URL which is on Net Netscaler. Please help me.

  6. Getting this error when I use as per your suggestion

     

    PS C:\Windows\system32> foreach ($DesktopGroup in $DesktopGroups) {Set-BrokerDesktopGroup -Name $DesktopGroup -InMaintenanceMode $true}
    Set-BrokerDesktopGroup : No items match the supplied pattern
    At line:1 char:44
    + ... topGroups) {Set-BrokerDesktopGroup -Name $DesktopGroup -InMaintenance ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidArgument: (:) [Set-BrokerDesktopGroup], SdkOperationException
        + FullyQualifiedErrorId : Citrix.XDPowerShell.Broker.NoMatchingItems,Citrix.Broker.Admin.SDK.SetBrokerDesktopGroupCommand
     
    Set-BrokerDesktopGroup : No items match the supplied pattern
    At line:1 char:44
    + ... topGroups) {Set-BrokerDesktopGroup -Name $DesktopGroup -InMaintenance ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidArgument: (:) [Set-BrokerDesktopGroup], SdkOperationException
        + FullyQualifiedErrorId : Citrix.XDPowerShell.Broker.NoMatchingItems,Citrix.Broker.Admin.SDK.SetBrokerDesktopGroupCommand
     
    Set-BrokerDesktopGroup : No items match the supplied pattern
    At line:1 char:44
    + ... topGroups) {Set-BrokerDesktopGroup -Name $DesktopGroup -InMaintenance ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidArgument: (:) [Set-BrokerDesktopGroup], SdkOperationException
        + FullyQualifiedErrorId : Citrix.XDPowerShell.Broker.NoMatchingItems,Citrix.Broker.Admin.SDK.SetBrokerDesktopGroupCommand

  7. Hi All,

     

    I have a requirement to put multiple desktop delivery group in maintenance mode. I am using the command  Set-BrokerDesktopGroup "Desktop Group1" -InMaintenanceMode $true , and its works fine. Now I wanted to achieve to put multiple Desktop delivery groups in maintenance mode so I try to use the below command but its not working. I have Desktop deliver groups name in .txt file but its through error. Can someone please help me to achieve this.

     

    $DesktopGroups = Get-Content C:\Temp\Group_Name.txt

    foreach ($DesktopGroup in $DesktopGroups) {Set-BrokerDesktopGroup -InMaintenanceMode -InputObject $DesktopGroup $true}

  8. Hi,

     

    I am having some maintenance with vcenter sever and will shutdown it for 3 to 4 hrs. I know when there is no connectivity with DDC and vcenter server then the desktops will show in unknown state and I will not be able to administrator them. But what will be the impact to existing users session, whether existing users session still remain connected? Also whether new users can connect the desktops ?

  9. HI Arnaud,

     

    So after creating the LBVS of storefront servers.

    1. Do I need to create a DNS record to point storefront.testlab.com with LBVS VIP ? if so then do I need to change the base URL in storefront console to https://storefront.testlab.com which is pointing to LBVS VIP ?

    2. After creating the LBVS, where I need to define that LBVS VIP or FQDN ? is it in published application under Session profile? If yes can the LBVS VIP retrieve the store information i.e. /Citrix/Store? because I am confuse as /Citrix/Store information resides on storefront server and that has a different IP what LBVS has.

     

    Sorry I am new to Netscaler so confuse

  10. So I have SF1 and SF2 with IP (192.168.0.20 and 192.168.0.21).  I have a DNS record for base URL storefront.testlab.com which is pointing to both SF IPs. In the session profile I can see https://storefront.testlab.com/citrix/store defined under Published application. but when I ping the base URL its pointing SF2 and if I shutdown the SF2 the access gateway URL not go further after login. So wanted to know how to load balance the SF with Access gateway (Netscaler gateway)

×
×
  • Create New...