This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
New-STFEquivalentFarmset
Create a new EquivalentFarmSet for a UserFarmMapping.
Syntax
New-STFEquivalentFarmset [-Name] <String> [-AggregationGroupName] <String> [-PrimaryFarms] <String[]> [[-BackupFarms] <String[]>] [-LoadBalanceMode] <Failover | LoadBalanced> [[-FarmsAreIdentical] <Boolean>] [<CommonParameters>]
<!--NeedCopy-->
Detailed Description
An EquivalentFarmSet is a set of PrimaryFarms that provide applications and desktops. When the applications and desktops available from each farm are identical, the experience of using any of them would be equivalent to an end user, so the EquivalentFarmSet should be marked as identical. If any of the farms are not identical the applications and desktops available during enumeration and launch would vary, so the EquivalentFarmSet should be marked as not identical. During enumeration, where the farms are not marked as identical, each is queried in parallel, whereas for farms that are marked as identical, only one is queried. The enumerated resources are de-duplicated according to the AggregationGroupName setting of this and other EquivalentFarmSets available to the same user. During launch, the farms to use are selected by UserFarmMapping, EquivalentFarmSet and AggregationGroupName. Once selected they are ordered and requests are load balanced or failed over between them. EquivalentFarmSets also define BackupFarms, they will only be used should all PrimaryFarms and EquivalentFarmSets with identical AggregationGroupName become unavailable.
Related Commands
- New-STFEquivalentFarmset
- Get-STFUserFarmMapping
- Clear-STFUserFarmMappings
- New-STFUserFarmMappingGroup
- Set-STFUserFarmMapping
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
Name | The unique Name used to identify the EquivalentFarmSet. | true | false | |
AggregationGroupName | The AggregationGroupName used to de-duplicate applications and desktops that are available on multiple EquivalentFarmSets. Where multiple EquivalentFarmSets are defined the AggregationGroup will prevent the user seeing the application multiple times if it exists in both places. | true | false | |
PrimaryFarms | The PrimaryFarms. The farm names should match those defined in the Store service. | true | false | |
BackupFarms | The BackupFarms. The farm names should match those defined in the Store Service. | false | false | |
LoadBalanceMode | The load balance mode either Failover or LoadBalanced. | true | false | |
FarmsAreIdentical | Whether the PrimaryFarms in the EquivalentFarmSet all publish identical resources. Set to true if all resources are identical on all primary farms. Set to false if the deployment has some unique resources per farm. | false | false |
Input Type
System.String
Parameter Name: The .NET System.String
reference type
System.String
Parameter AggregationGroupName: The .NET System.String
reference type
System.String[]
Parameter PrimaryFarms: The .NET System.String
reference type
System.String[]
Parameter BackupFarms: The .NET System.String
reference type
Citrix.StoreFront.Model.Store.LoadBalanceMode
Parameter LoadBalanceMode: The .NET Citrix.StoreFront.Model.Store.LoadBalanceMode
value type
System.Boolean
Parameter FarmsAreIdentical: The .NET System.Boolean
value type
Return Values
EquivalentFarmSet
The .NET Citrix.StoreFront.Model.Store.EquivalentFarmSet
reference type
Notes
Must be added to a UserFarmMapping via the Set-STFUserFarmMapping cmdlet before it can be used.
Examples
EXAMPLE 1 Create a new EquivalentFarmSet
$eu1Farmset = New-STFEquivalentFarmset -Name "EU1" -AggregationGroupName "EUUsers" -PrimaryFarms XenApp1, XenApp2 -BackupFarms XenAppBackup -LoadBalanceMode LoadBalanced -FarmsAreIdentical $true
<!--NeedCopy-->
REMARKS
Creates a new EquivalentFarmSet with two servers XenApp1 and XenApp2 that are
identical and will be load balanced. Should the primary server fail
XenAppBackup will be used.
Share
Share
In this article
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.