39.2.1 Explanation of the specification format and options
- Organization of this subsection
(1) Specification format
adbstart [{--normal|--quiescence|--offline|--maintenance}]
(2) Explanation of options
Specifies the HADB server operation mode.
If the HADB server is started with no option specified, the previous HADB server operation mode in effect when the HADB server last terminated (normal, quiescence, offline, or maintenance) is inherited. For example, if the HADB server operation mode was quiescence the last time the HADB server terminated, the HADB server operation mode will also be quiescence the next time the HADB server is started. Note that if the HADB server is started for the first time with this option omitted, normal mode is assumed to be the HADB server operation mode.
When the multi-node function is being used, the specified HADB server operation mode takes effect when the HADB server on the master node is started. However, whenever the HADB server on a slave node is started, that HADB server is started in the quiescence mode and the specified HADB server operation mode is ignored.
- • --normal
-
The HADB server is to be started with the HADB server operation mode in the normal mode.
- • --quiescence
-
The HADB server is to be started with the HADB server operation mode in the quiescence mode.
- • --offline
-
The HADB server is to be started with the HADB server operation mode in the offline mode.
- • --maintenance
-
The HADB server is to be started with the HADB server operation mode in the maintenance mode.