Reversing Replication for Offline Replication (CLI)
5.
After the replication update is complete, navigate to the newly reversed package
on the new target. The state description should be Idle (awaiting import), as
shown in the example:
new_target:configuration services replication sources> ls
Sources:
source-000 <unknown>
PROJECT STATE LAST UPDATE
package-000 proj1 idle unknown
new_target:configuration services replication sources> select source-000 select package-
000
new_target:configuration services replication source-000 package-000> ls
Properties:
id = 6a10ce61-cc87-4850-89dd-8673f7734d03
enabled = true
state = idle
state_description = Idle (awaiting import)
offline = true
import_path =
last_sync = unknown
last_try = unknown
last_result = unknown
Projects:
proj1
new_target:configuration services replication source-000 package-000> set
import_path=nfs://nfs_server/export/init_repl
import_path = nfs://nfs_server/export/init_repl (uncommitted)
6.
Import the update from the NFS server.
new_target:configuration services replication source-000 package-000> set
import_path=nfs://nfs_server/export/init_repl
import_path = nfs://nfs_server/export/init_repl (uncommitted)
7.
Enter commit and list the package properties to confirm the update has
completed.
new_target:configuration services replication source-000 package-000> commit
new_target:configuration services replication source-000 package-000> ls
Properties:
id = 6a10ce61-cc87-4850-89dd-8673f7734d03
enabled = true
state = idle
state_description = Idle (no update in progress)
offline = false
Remote Replication 497