Crash Recovery Status (-crStatus)
- Last Updated: September 5, 2023
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Use Crash Recovery Status (-crStatus) to specify how often a crash recovery progress message is generated during crash recovery.
| Operating system and syntax | UNIX / Windows |
|
||
|---|---|---|---|---|
| Use with | Maximum value | Minimum value | Single-user default | Multi-user default |
| Database Server, PROUTIL | 1800 | 0 | 30 | 30 |
- n
- The time, in seconds, between crash recovery progress
messages.
Specify 0 to turn off crash recovery progress messages.
Each crash recovery progress message contains the following details:
- The current crash recovery phase
- An estimate of the progress of the current crash recovery phase, expressed as the percent complete
- The current block being processed
- The total number of elapsed seconds for the current phase
- Optionally, if
-crTXDisplayis also specified, the counter of the BI cluster. For more information, see Crash Recovery Transaction Display (-crTXDisplay)
For more information about crash recovery, see Manage the OpenEdge Database.
Notes
-crStatusoutputs tostderr.- A script or process that starts the database or uses PROUTIL to open the database in
single-user mode may redirect
stderrto a separate file orstdout.