17.4.2 How to terminate the cold standby configuration
- Organization of this subsection
(1) Procedures for terminating the cold standby configuration
(a) Terminating the cold standby configuration normally
This subsection explains how to terminate the cold standby configuration normally.
Procedure:
-
Execute the adbstop command in the active system.
-
Execute HA Monitor's monend command in the active system.
(b) Terminating the cold standby configuration forcibly
Execute HA Monitor's monend command in the active system.
(2) Termination modes for the cold standby configuration
The following table lists and describes the termination modes supported for the cold standby configuration.
No. |
Termination mode |
Command and option to be executed |
Explanation |
Termination mode for cold standby configuration |
|
---|---|---|---|---|---|
1 |
Termination of cold standby configuration |
Normal termination of cold standby configuration |
adbstop and monend |
This is the normal termination mode. When HA Monitor's monend command is executed after the adbstop command has terminated normally in the active system, the HADB server terminates normally, and then the cold standby configuration terminates normally. |
Normal termination |
2 |
Forced termination of cold standby configuration |
monend |
When only HA Monitor's monend command is executed in the active system, the HADB server is terminated forcibly, and then the cold standby configuration is terminated forcibly. |
Forced termination |
|
3 |
Abnormal termination of cold standby configuration |
-- |
When operations cannot be continued due to an error, the HADB server is terminated immediately without waiting for completion of the current transaction. If there is no standby system, the cold standby configuration is terminated abnormally. |
Abnormal termination |
|
4 |
Occurrence of hot standby |
Normal termination of HADB server in the active system |
adbstop and monswap |
When there is a standby system and HA Monitor's monswap command is executed after the adbstop command has terminated normally in the active system, the HADB server terminates normally in the active system, and then the operation is switched over to the standby system. |
-- |
5 |
Forced termination of HADB server in the active system |
monswap |
When there is a standby system and only HA Monitor's monswap command is executed in the active system, the HADB server is terminated forcibly in the active system, and then the operation is switched over to the standby system. |
-- |
|
6 |
Abnormal termination of HADB server in the active system |
-- |
When operations cannot be continued due to an error, the HADB server is terminated immediately without waiting for completion of the current transaction. If there is a standby system and the active system is terminated abnormally, operations are switched over to the standby system. Transaction recovery processing is performed during the hot standby processing. |
-- |
- Legend:
-
--: Not applicable.