-
Understanding the Citrix Virtual Apps and Desktops Administration Model
-
-
-
-
-
about_Broker_Concepts
-
-
-
-
-
-
-
-
-
-
-
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!
about_Broker_Concepts
Topic
Citrix Broker - Concepts
Short Description
Overview of the Citrix Broker.
Long Description
The Citrix Broker is a Microsoft Windows service running on a delivery controller that responds to desktop/application launch requests from users through StoreFront by selecting a suitable machine, powering it up if necessary, and then returning the address of the selected machine to the user’s endpoint system so that a session connection can be made. If required for resilience or scale, additional instances of the Broker may be installed to run on additional delivery controllers in the same delivery site.
In addition to handling launch requests, the Broker also has background responsibilities in the delivery site; these include: maintaining appropriate numbers of unused, powered-up machines to avoid unnecessary delays to users launching desktops/applications; maintaining periodic contact with powered-up machines; and monitoring the state of machines and user sessions.
The Citrix.Broker.Admin PowerShell snap-in provides the cmdlets needed to administer and monitor the behaviour of the Broker service, either on the local system (by default) or on another system (by use of the -AdminAddress command-line parameter).
The cmdlets in the broker SDK manage objects in the following broad functional areas:
Provisioning Configuration
The Broker must be informed of the machines which are at its disposal. In order to do this, machines are organized in catalogs, created with the New-BrokerCatalog cmdlet; machines are introduced into the system through the use of the New-BrokerMachine cmdlet.
Catalogs define the nature of the machines contained within them, such as the allocation type (that is, static or random), how the machines are actually provisioned (that is, by MCS, PVS or manually), whether they are physical or virtual machines, whether they are single-session or multi-session, etc.
Typically, machines configured from a provisioning standpoint are not associated with specific users (though they may need to be, for example if the machine’s disk image was captured from a specific user’s physical desktop using a P2V tool); this is normally done when configuring how resources are brokered to users, below.
It is also possible for a catalog to be configured to be populated automatically with end users’ existing physical machines using the RemotePC feature. The about_Broker_RemotePC topic gives more detail.
Provisioning configuration involves the following SDK objects:
- BrokerHypervisorConnection
- BrokerCatalog
- BrokerMachine
- BrokerRemotePCAccount
- BrokerUser
For more information, see:
about_Broker_Machines about_Broker_RemotePC Get-BrokerHypervisorConnection Get-BrokerCatalog Get-BrokerMachine Get-BrokerUser
Brokering Configuration
In order that resources (that is, desktops and applications) can be used in user sessions, the Broker must be configured to connect incoming user launch requests through StoreFront with the correct machine. This is achieved by adding machines to desktop groups. The grouping of machines in desktop groups need not necessarily match the grouping of the machines within the catalogs that were used for the configuration of provisioning. It is through the desktop group that the configuration of which users can use which machine resources is achieved.
Configuration of the mapping between resources and end users is achieved through a combination of machine assignment and entitlement rules. In addition, access to those resources must also be configured (for example, some resources could be configured only to be accessible to users when they are not connecting remotely through Access Gateway.) The about_Broker_Policies topic gives more detail of the rich configuration options available.
It is also possible for a desktop group to be configured to be populated automatically with end users� existing physical machines using the RemotePC feature. The about_Broker_RemotePC topic gives more detail.
When machines are virtual, the broker can be configured to minimize power usage by switching them off when they are not expected to be in use while still maintaining good response times for end-user launch requests. This is achieved through power policy for desktop groups. This allows separate configuration for peak compared to off-peak times of the week of the number of machines nominally to be powered up, the number of machines to be powered up and idling, in addition to those in use to be used as a “buffer” to ensure prompt servicing of user launch requests, and the behavior required for virtual machines when users disconnect from their sessions for extended periods of time.
It is also possible to issue explicit power commands to machines. The about_Broker_PowerManagement topic gives more detail.
Configuration of Brokering involves the following SDK objects:
- BrokerDesktopGroup
- BrokerPrivateDesktop
- BrokerSharedDesktop
- BrokerRemotePCAccount
- BrokerPowerTimeScheme
- BrokerUser
- BrokerTag
- BrokerAccessPolicyRule
- BrokerAssignmentPolicyRule
- BrokerEntitlementPolicyRule
- BrokerApplication
- BrokerApplicationGroup
- BrokerApplicationInstance
- BrokerAppAssignmentPolicyRule
- BrokerAppEntitlementPolicyRule
- BrokerConfiguredFTA
- BrokerImportedFTA
For more information, see:
about_Broker_Desktops about_Broker_Policies about_Broker_Applications about_Broker_RemotePC Get-BrokerPrivateDesktop Get-BrokerSharedDesktop Get-BrokerPowerTimeScheme Get-BrokerUser Get-BrokerTag Get-BrokerAccessPolicyRule Get-BrokerAssignmentPolicyRule Get-BrokerEntitlementPolicyRule
Monitoring And Administration
After you have provisioned and configured machines for brokering, use the broker SDK to monitor and administer user sessions and other aspects of the delivery site.
Monitoring and administration involve the following SDK objects:
- BrokerServiceStatus
- BrokerHypervisorAlert
- BrokerDesktop
- BrokerDesktopUsage
- BrokerHostingPowerAction
- BrokerSession
- BrokerSessionMessage
For more information, see:
about_Broker_Desktops Get-BrokerServiceStatus Get-BrokerHypervisorAlert Get-BrokerDesktop Get-BrokerDesktopUsage Get-BrokerHostingPowerAction Get-BrokerSession Send-BrokerSessionMessage
Site Management
The broker must be configured after installation; this is normally performed automatically by the Citrix Studio console. Configuration tasks include selecting the database (and obtaining the SQL scripting to initialize it), selecting the Citrix Configuration Service that holds the site configuration.
Note that some aspects of broker configuration (such as the port number on which the broker listens for SDK connections) cannot be configured with PowerShell cmdlets. These are configured through the use of the Broker Service executable. For more information, see about_Broker_PostInstallPreConfiguration.
A further important aspect of site management concerns the way in which machines providing resources identify the delivery controllers to which they belong. For more information, see about_Broker_ControllerDiscovery.
Managing XenDesktop sites involves the following SDK objects:
- BrokerSite
- BrokerController
- BrokerDBConnection
- BrokerDBSchema
- BrokerDBVersionChangeScript
- BrokerInstalledDbVersion
- BrokerServiceInstance
- BrokerServiceGroupMembership
- BrokerNameCache
For more information, see:
about_Broker_PostInstallPreConfiguration about_Broker_ControllerDiscovery Get-BrokerSite Get-BrokerController Get-BrokerDBConnection Get-BrokerDBSchema Get-BrokerDBVersionChangeScript Get-BrokerInstalledDbVersion Get-BrokerServiceInstance Reset-BrokerServiceGroupMembership Update-BrokerNameCache
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.