Configuration initialization progress (Change Configuration) - assure_mimix - 6.0

Assure MIMIX for AIX Guide

Product type
Software
Portfolio
Integrate
Product family
Assure
Product
Assure MIMIX™ Software for AIX
Version
6.0
ft:locale
en-US
Product name
Assure MIMIX for AIX
ft:title
Assure MIMIX for AIX Guide
Copyright
2025
First publish date
2003
ft:lastEdition
2025-03-12
ft:lastPublication
2025-03-12T05:07:12.494000

When a configuration has been changed, the Configuration Summary area lists the steps required to initialize the configuration and shows which steps have been completed or are in progress. When the initialization is successfully completed, the summary area displays the normal Configuration Summary content. Configuration initialization cannot be stopped once it is started.

When the configuration is saved and validated, you can view the progress of the configuration initialization in the Configuration Initialization Progress section in the Configuration Window. As each step is successfully completed, a checkmark appears next to the step. When you change an existing configuration, Assure MIMIX for AIX runs commands for each step.

The step and command sequence can change depending upon the configuration changes that you make. The table below describes steps and commands that are run when you change a configuration:

Order

Step

Command

1.

Save configuration.

This was done when you clicked Finish in the Change Replication Group wizard on the Summary panel.

2.

Copy configuration to S (S is production server, recovery server, recovery server 1, or recovery server 2). You will see a row for each server in the configuration.

sccfgd_putcfg

3.

Delete internal logical volumes.

scsetup -R -t smbitmap

4.

Delete replication container logical volumes on S (S is production server, recovery server, recovery server 1, or recovery server 2). You will see a row for each server in the configuration.

scsetup -R -t lfc
or
scsetup -R -t lfc -t smfc

5.

Delete log record file container and snapshot logical volumes on S (S is recovery server, recovery server 1, or recovery server 2). You will see a row for each server in the configuration.

scsetup -R -t lrfc -t pool
 

6.

Delete replication container and snapshot logical volumes on S (S is recovery server, recovery server 1, or recovery server 2). You will see a row for each server in the configuration.

scsetup -R -t lfc -t pool
or
scsetup -R -t lfc -t smfc -t lrfc -t lifc -t pool

7.

Delete all containers and logical volumes on S (S is recovery server, recovery server 1, or recovery server 2). You will see a row for each server in the configuration.

scsetup -R 

8.

Delete snapshot logical volumes on S (S is recovery server, recovery server 1, or recovery server 2). You will see a row for each server in the configuration.

scsetup -R -t pool

9.

Delete snapshot container logical volumes on S (S is recovery server, recovery server 1, or recovery server 2). You will see a row for each server in the configuration.

scsetup -R -t jcontainer

10.

Delete replication container, snapshot, and log record file container logical volumes.

scsetup -R -t lfc -t lrfc -t pool

11.

Create containers and logical volumes on S (S is production server or recovery server). You will see a row for each server in the configuration.

scsetup -M

12.

Set all logical volumes as replicated.

scconfig -W 

13.

Set new logical volume X

as requiring replication (X is a device such as /dev/

rLV_p520-95_0001).

scconfig -M -L

14.

Reset Send process (LCA)

scrt_lca -fr 

15.

Reset Apply process (ABA) on S. (S is recovery server, recovery server 1, or recovery server 2)

scrt_aba -fr 

16.

Load drivers on S (S is production server or recovery server). You will see a row for each server in the configuration.

scconfig -l

17.

Delete logical volume device special files on S. (S is production server, recovery server, recovery server 1, or recovery server 2). You will see a row for each server in the configuration.

scsetup -X 

18.

Delete failover context on S. (S is production server, recovery server, recovery server 1, or recovery server 2) You will see a row for each server in the configuration.

rtdr setup

19.

Delete failover context on S (S is production server or recovery server). You will see a row for each server in the configuration.

sccfgd_delcfg

20.

Verify configuration on S. (S is production server, recovery server, recovery server 1, or recovery server 2)

sccfgchk
Note: The steps that are run depend on what is changed in the configuration.

Related Topic:

Configuration initialization progress (new configuration)