Steps to verify or assign a new Server ID (also known as a SID or ParityCenterSIDHash) to an App Control Server.
use das; SELECT name, value FROM dbo.shepherd_configs WHERE name in ('ParityServerVersion', 'ActivationState', 'ActivationVerified', 'ActivationKey', 'ParityCenterSIDHash', 'ReporterConnectivityError');
name value
ParityCenterSIDHash abc123...
ActivationVerified true
ActivationState 1
ParityServerVersion 8.11.0.237
ActivationKey XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
NOTE: The following steps should only be done if recommended by the Carbon Black Support team. |
use das; SELECT name, value FROM dbo.shepherd_configs WHERE name in ('ParityServerVersion', 'ActivationState', 'ActivationVerified', 'ActivationKey', 'ParityCenterSIDHash', 'ReporterConnectivityError');
use das; exec dbo.RegenerateParityCenterKey;
iisreset