Database Error Messages

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

ACFS-05208

A request to initialize replication failed because the primary replication file system is enabled for ACFS Encryption and standby site has PKCS wallet.

Cause

Replication initialization failed because the use of PKCS wallet for an ACFS Replication standby site is not supported.


Action

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

  1. If ACFS Encryption is desired on primary and standby file systems
  2. Terminate replication on standby file system by executing 'acfsutil repl terminate' command.
  3. Convert the PKCS wallet to SSO wallet on standby by executing 'acfsutil keystore migrate' 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 Encryption is not desired on primary and standby file systems
  7. Terminate replication on stanby filesystem by executing 'acfsutil repl terminate' command.
  8. Remove ACFS Encryption on primary filesystem by using 'acfsutil encr set' 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.