When trying to add Storefront server to existing group, getting error:
When checking event viewer logs on Storefront server, we see:
An error occurred running the command: 'Start-DSClusterJoinService'
Exception of type 'Citrix.DeliveryServices.Framework.Deployment.Utilities.Exceptions.ServiceAlreadyInstalledException' was thrown.
At C:\Program Files\Citrix\Receiver StoreFront\Management\Cmdlets\ClusterConfigurationModule.psm1:1116 char:21
+ $instance = Add-DSClusterService -Folder $instanceFolder `
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Exception of type 'Citrix.DeliveryServices.Framework.Deployment.Utilities.Exceptions.ServiceAlreadyInstalledException' was thrown.
Citrix.DeliveryServices.PowerShell.Command.RunnerInterfaces.Exceptions.PowerShellExecutionException, Citrix.DeliveryServices.PowerShell.Command.RunnerInterfaces, Version=3.23.0.0, Culture=neutral, PublicKeyToken=e8b77d454fa2a856
An error occurred running the command: 'Start-DSClusterJoinService'
Exception of type 'Citrix.DeliveryServices.Framework.Deployment.Utilities.Exceptions.ServiceAlreadyInstalledException' was thrown.
At C:\Program Files\Citrix\Receiver StoreFront\Management\Cmdlets\ClusterConfigurationModule.psm1:1116 char:21
+ $instance = Add-DSClusterService -Folder $instanceFolder `
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
System.Management.Automation.ActionPreferenceStopException, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
The running command stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop: Exception of type 'Citrix.DeliveryServices.Framework.Deployment.Utilities.Exceptions.ServiceAlreadyInstalledException' was thrown.
System.Management.Automation.Interpreter.InterpretedFrameInfo: System.Management.Automation.Interpreter.InterpretedFrameInfo[]
at System.Management.Automation.Runspaces.PipelineBase.Invoke(IEnumerable input)
at Citrix.DeliveryServices.PowerShell.Command.Runner.PowerShellCommandRunner.InvokeCommand(IPowerShellCommand command, Command powerShellCommand)
at Citrix.DeliveryServices.PowerShell.Command.Runner.PowerShellCommandRunner.RunCommand(IPowerShellCommand command)