Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

ACFS-05207

A request to initialize replication failed because the primary replication file system is enabled for ACFS Security and standby site is not initialized for ACFS Security.

Cause

A request to initialize replication failed because the primary replication file system was enabled for ACFS Security and standby site was not initialized for ACFS Security.


Action

There are two possible options based on user's preference.

  1. If ACFS Security is desired on primary and standby file systems, follow the below mentioned steps in sequence:
  2. Terminate replication on standby file system by executing 'acfsutil repl terminate' command.
  3. Initialize ACFS Security on standby site by executing 'acfsutil sec init' command.
  4. Reinitialize replication on standby file system by executing 'acfsutil repl init' command.
  5. Retry 'acfsutil repl init' command on the primary file system.
  6. If ACFS Security is not desired on primary and standby file systems, follow below mentioned steps in sequence:
  7. Terminate replication on standby file system by executing 'acfsutil repl terminate' command.
  8. Remove ACFS Security on primary file system by using 'acfsutil sec prepare' command.
  9. Reinitialize replication on standby file system by executing 'acfsutil repl init' command.
  10. Retry 'acfsutil repl init' command on the primary file system.