Purpose
Stops all replication activity on the Oracle ACFS file system at the site where it is run.
Syntax and Description
acfsutil repl terminate -h acfsutil repl terminate primary mount_point acfsutil repl terminate standby [immediate] mount_point
acfsutil
repl
terminate
-h
displays help text and exits.
Table 16-37 contains the options available with the acfsutil
repl
terminate
command.
Table 16-37 Options for the acfsutil repl terminate command
Option | Description |
---|---|
|
Stops replication on the primary file system. |
|
Stops replication on the standby file system. |
|
Stops replication processing immediately on the standby file system. |
|
Specifies the directory where the file system is mounted. |
The acfsutil
repl
terminate
command stops all replication processing. When terminating replication, you should terminate replication for the primary file system first, and then the standby file system. If you want to ensure all changes are sent to the standby file system before terminating the primary site, ensure that all applications are quiesced and run the acfsutil
repl
sync
command. The terminate command must be run on both sites if both sites hosting the file systems are available.
After acfsutil
repl
terminate
standby
has been run, you can use the standby file system in read-write mode. After acfsutil
repl
terminate
has been run on either the primary file system or standby file system, you must start replication from the beginning with the acfsutil
repl
init
command.
The repl
terminate
standby
command waits until replication data at the standby file system has been applied. If you want to terminate replication immediately without applying all the replication data, use the immediate
option. However, this option can leave some files at the standby file system in an indeterminate state.
To momentarily stop Oracle ACFS replication, you can use the acfsutil
repl
pause
command, followed soon after by the acfsutil
repl
resume
command.
You must have system administrator privileges to run this command.
Examples
Example 16-31 shows the use of the acfsutil
repl
terminate
command.