Commands may take a long time to complete depending on the number and size of the database tables. 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 copied.
- From bcmadmin, run the following command to activate a new system without activating its tables:bcmadmin> system activate system2 NO TABLES;
- Run the following command to mark all the tables in the specified database as available on the standby system:bcmadmin> database manage dbtest on system1, system2;The tables start in an Unrecoverable state on the new system.
- Run the following command to synchronize and activate all the tables in the specified database:bcmadmin> database resync dbtest from system1 to system2;