The Steps portlet shows the steps that you must manually run to perform a planned failover for 3-node non-clustered broadcast replication groups.
-
Select Run on the Action toolbar on the Steps portlet.
Table 8 on page 295 shows the commands that are run on the servers, while you execute the procedure steps with the Assure UI portal.
|
Sequence Number |
Step |
Dialog for this step |
Command for this step |
|---|---|---|---|
|
10 |
Unmount the file systems on the current production server; Note: You can select the failover recovery server on this dialog. |
rtumnt -R -C <Primary Context id> |
|
|
20 |
Stop replication on the current production server |
rtstop -S -F -C <Primary Context id> |
|
|
30 |
Prepare current recovery server for failover |
rtdr -q -C <Primary Context id> -F <Failover Context ID> -t <new production server> setup |
|
|
40 |
Prepare current production server for failover |
rtdr -q -C <Primary Context id> -F <Failover Context ID> -t <new production server> setup |
|
|
50 |
Failover the replication group. Server roles change |
rtdr -q -C <Primary Context id> -F <Failover Context ID> -t <new production server> setup |
|
|
60 |
Start replication on the new recovery server |
rtdr -q -C <Failover Context ID> resync |
|
|
70 |
Start replication on the new recovery server |
rtdr -q -C <Primary Context id> resync |
|
|
80 |
Start replication on the new production server |
rtdr -q -C <Failover Context ID> resync |