Stopping replication on an auxiliary-far site for maintenance
Before you can complete maintenance on a system at the auxiliary-far site in a 3-site configuration, you must stop replication. After the maintenance tasks are complete, you can restart replication in the 3-site configuration.
When you are completing system maintenance, such as replacing hardware, you can use the management GUI or the command-line interface to stop and restart replication.
Using the management GUI
- In the management GUI, select .
- On the 3-Site Partnership page, select a 3-site consistency group to open the details page for the group.
- Select .
- Click Confirm.
- When the process completes, verify that graphic for the overall 3-site consistency group shows that asynchronous copy as stopped.
- Repeat these steps for all of the 3-site consistency groups in the 3-site partnership.
After you verify that all the 3-site consistency groups are stopped, complete the system maintenance tasks on the system. When the system maintenance tasks are complete, use the management GUI to restart replication on the 3-site consistency groups.
- In the management GUI, select .
- On the details page for the 3-site partnership, select a 3-site consistency group to open the details page for the group.
- Select .
- Click Start.
Using the command-line interface
To complete system maintenance on a system on the auxiliary-far site in the command-line interface, complete these steps:
- Enter the stop3sitercconsistgrp command to stop
replication.
[root@ORCH-HOST cli]# stop3sitercconsistgrp CG0 [root@ORCH-HOST cli]# ls3sitercconsistgrp name state primary periodic_copy_source sync_copy_state periodic_copy_state freeze_time cycle_period status CG0 stopped AuXNear AuXNear consistent_synchronized idling 0 350 online
- Complete the maintenance operations on the auxiliary-far site.
- Enter the start3sitercconsistgrp command after maintenance of the
auxiliary-far site is complete.
[root@ORCH-HOST cli]# start3sitercconsistgrp CG0 [root@ORCH-HOST cli]# ls3sitercconsistgrp name state primary periodic_copy_source sync_copy_state periodic_copy_state freeze_time cycle_period status CG0 3site_consistent AuXNear AuXNear consistent_synchronized stopped 0 350 online