Manage connections
You can view, remove, or edit the connections on the Connect Citrix Components page.
View connections
You can view details of all the connected and disconnected components available in this view. The following table describes the different columns of the Create connection page:
Column | Description |
---|---|
Host name | The name of the server. |
Type | The type of the connection. This can be Delivery Controller, Provisioning Service, and StoreFront. |
Version | The version of the CitrixInfraMonitor.msi installed on the component. This field isn’t applicable to Delivery Controller. |
Created by | The name of the person who created the connection. |
Creation date | The date on which the connection is established. |
Last updated | The date on which the connection was last updated. |
State
|
The different states are Connecting, Connected, and Disconnected. |
Connecting: This state indicates that it can take approximately five minutes for data to appear for the new component and approximately 10 minutes for the resource utilization data to be available. | |
Connected: This state indicates that the connection between the components and the site is up and running. | |
Disconnected: This state indicates that the connection between the components and the site is disconnected. Possible reasons for the Disconnected state include server downtime or the site being unable to connect to Citrix Infrastructure Monitor. |
Note:
The Delivery Controller connections are automatically populated in this view when connected to on-premises Citrix Virtual Apps and Desktops sites.
Edit the connection
Editing the connection might be required to update the administrator credentials used to establish the Provisioning Service or StoreFront connection.
To edit an existing connection, do the following:
- Navigate to the Connect Citrix Components page from the Settings or Infrastructure tab.
- On the list of connections table, click the three dots at the end of the row on the component of interest.
- Click Edit and update the details as required.
Remove a component
You can remove a component from the Director UI or using the PowerShell command.
Using Director UI
Removing a component is a process of deregistering a Provisioning Service or StoreFront connection from Director. Once the deregistration process is complete, new data collection is stopped for the selected component. To remove an existing connection:
- Navigate to the Connect Citrix Components page from the Settings or Infrastructure tab.
- On the list of connections table, click the three dots at the end of the row on the component of interest.
- Click Remove. The connection is deregistered and removed from Director.
Using PowerShell SDK
In the event you need to deregister a given component, run the following PowerShell command on the Delivery Controller:
Remove-MonitorDirectorAgent -Fqdn <FQDN of component> -Component <component>
<!--NeedCopy-->
A sample command to remove registration of the Citrix Infrastructure Monitor is as follows:
Note:
Deregistering a component only stops the data flow from the specific component to Director. If you need to uninstall Citrix Infrastructure Monitor, uninstall it from the Control Panel.