Demote and promote storage zones controllers
In a high availability deployment the secondary servers are independent, fully functioning storage zones controllers. To maintain or replace a primary storage zones controller, demote it first and then promote a secondary controller. If the primary server goes offline, you can promote a secondary server to primary.
-
To demote a primary storage zones controller:
-
Open
C:\ProgramData\ShareFile\StorageCenter\configs\storage-center.settings.json
-
Set storage-center:isPrimaryConfigServer to false.
-
Set storage-center:PrimaryConfigServiceUrl to the URL of the server that will be the new primary storage zones controller, using the form
https://IPaddress
orhttps://hostname/ConfigService/
. -
Restart the IIS server of all zone members.
-
-
To promote a secondary storage zones controller:
-
Locate the Registry key:
C:\ProgramData\ShareFile\StorageCenter\configs\storage-center.settings.json
-
Set storage-center:isPrimaryConfigServer to true.
-
Set storage-center:isPrimaryConfigServer to
http://localhost/ConfigService/
. -
Restart the IIS server of all zone members.
-
-
Modify all additional secondary storage zones controllers:
-
Open
C:\ProgramData\ShareFile\StorageCenter\configs\storage-center.settings.json
-
Set storage-center:PrimaryConfigServiceUrl to the URL of the server that will be the new primary storage zones controller using the form
https://IPaddress/
orhttps://hostname/ConfigService/
. -
Restart the IIS server of all zone members.
-