Hi.
Im having some problems getting my gateways to connect to multiple management servers.
Everything is running SCOM 2012 R2
I have 2 management servers (serverA + ServerB in AD xx.local)
I have some different gateways in different domains which connecting to one (ServerA) of the management server through certificates. (this is working fine)
I now want to make redundancy so my gateways can connect to both management servers.
When I try to run the following command
$failoverMS = Get-SCOMManagementServer Name <serverB>
$gatewayMS = Get-SCOMGatewayManagementServer Name <ServerGW>
Set-SCOMParentManagementServer Gateway $gatewayMS FailoverServer $failoverMS
I get the following error:
Set-SCOMParentManagementServer : Agent <Gateway> is currently managed through Active Directory. To change the agent assignment, update the Active Directory integration configuration.
Im not sure how to move on from here and i do not want to use AD integration if possible.
Thanks.
Tommy


