ONDBSPACEDOWN configuration parameter
Use the ONDBSPACEDOWN configuration parameter to define the action that the database server takes when any disabling event occurs on a primary chunk within a noncritical dbspace.
- onconfig.std value
- ONDBSPACEDOWN 2
- values
- 0 = The database server marks the dbspace as
offline and continues.
1 = The database server aborts.
2 = The database server writes the status of the chunk to the logs and waits for user input. If you set this option, but you want the database server to mark a disabled dbspace as down and continue processing, use onmode -O to override this ONDBSPACEDOWN setting.
- takes effect
- After you edit your onconfig file and restart the database server.
- When you reset the value dynamically in your onconfig file by running the onmode -wf command.
- When you reset the value in memory by running the onmode -wm command.