These commands may take a long time to complete depending on the number and size of the tables within the database. While an individual system is being synchronized, a table-level read lock is placed on the table of the source system. This prevents any writes to the table while the table is being copied.
-
From unityadmin, run the following command to activate a new system without activating its tables:
unityadmin> system activate system2 NO TABLES;
-
Run the following command to mark all the tables in the specified database as being available on the second system:
unityadmin> database manage dbtest on system1, system2;Those tables start in the unrecoverable state on the new system.
-
Run the following command to synchronize and activate all the tables in the specified database:
unityadmin> database resync dbtest from system1 to system2;