This procedure is relevant only to CTERA Portal servers acting as replicated CTERA CloudFS storage nodes.
To perform failover of a storage node server to a storage node warm standby:
Stop CTERA Portal on the failed storage node server (which we will call server1), by running the following command:
ctera-portal-manage.sh stop
On the storage node warm standby (which we will call server2), run the following command:
ctera-failover.sh failover
If the failed storage node server (server1) is repaired and you want it to become a warm standby of the new storage node server (server2) (switch their roles), run the following command on the repaired old storage node server (server1):
ctera-failover.sh become_replica
Restart all the servers, by running the following command on each server:
ctera-portal-manage.sh start
Update the storage node IP address in the CTERA Portal web interface. For a CTERA Cloud FS storage node:
In the navigation pane of the Global Administration View, click Main > Storage Nodes.
The Storage Nodes page appears.
Select the storage node and click Edit. The Storage Node Wizard appears.
Click Next.
In the Host Address field, change the IP address to the IP address of the new storage node server (server2).