Primary-Standby Configuration Issues
Review these troubleshooting tips for commonly encountered primary-standby configuration related issues when working with Oracle Key Vault.
- Write Operations Fail in Restricted Mode
When the primary or standby server is in read-only restricted mode, write operations like creation of key fails. - Fast-Start Failover Suspended
Oracle Key Vault displays a Fast-Start Failover suspended error. - How to Verify Primary-Standby Status
After the Primary-Standby nodes pairing, verify the status of the primary-standby nodes.
Parent topic: Troubleshooting Oracle Key Vault
Write Operations Fail in Restricted Mode
When the primary or standby server is in read-only restricted mode, write operations like creation of key fails.
In Primary-Standby configuration, the status of the node on the Oracle Key Vault management console is, Read-Only Restricted.
Probable Cause
The recommended ports are not open between the primary and standby servers.
Solution
- Verify the alerts on the Oracle Key Vault management console home page.
- Log in to the Oracle Key Vault server through SSH as the support user. Switch to the
root
user and verify if the network connectivity between the primary and standby servers is successful or not. -
Verify ports 1521, 1522, 7443, and 5696.
curl -v telnet://ipaddress:port
- If the command fails, fix the port issue and ensure that the ports are available and open.
- Reboot the Oracle Key Vault server.
- Verify if the issue is resolved.
Parent topic: Primary-Standby Configuration Issues
Fast-Start Failover Suspended
Oracle Key Vault displays a Fast-Start Failover suspended error.
Example
On Oracle Key Vault Server, you may see the error in
/var/log/messages
or when you run the
show_configuration
command from dgmgrl
.
ORA-16818: Fast-Start Failover suspended
Probable Cause
An ORA-16818: Fast-Start Failover suspended appears because of a fast start fail over operation failure.
Solution
- Gracefully shut down the primary server in a controlled manner using the Power Off option instead of manually turning off the computer. When you power off the Primary Server, you cannot perform a fast start failover function, resulting in an ORA-16818 error.
-
In a graceful shutdown operation, the primary server's failover status goes into a suspended state with the standby waiting indefinitely for the primary server to be available. This is the expected behavior for a Fast-Start Failover (FSFO) operation.
Note:
Avoid a split-brain scenario, as defined by Oracle Data Guard. - By design, an FSFO operation error occurs only when the primary server shuts down unexpectedly.
- If you perform a
SHUTDOWN IMMEDIATE
orSHUTDOWN NORMAL
command inSQL*Plus
, then the FSFO does not occur because the database shuts down gracefully.
Parent topic: Primary-Standby Configuration Issues
How to Verify Primary-Standby Status
After the Primary-Standby nodes pairing, verify the status of the primary-standby nodes.
- Check the Primary-Standby nodes status from the Oracle Key Vault management
console.
- Log in to the Oracle Key Vault management console.
- On the Primary-Standby page, go to System, Settings.
- Check the nodes status.
- Check the status from Primary-Standby nodes.
Parent topic: Primary-Standby Configuration Issues