The messages that are output by Mirroring Controller are output to the system log. If the automatic switch fails, for example, an important message related to the continuation of the operation may be output, so ensure that the system log messages are monitored.
Point
To monitor message types considered to be important, a setting must be configured in the system log beforehand.
Refer to the operating system manuals, check if the message is of a message type that is monitored to be output to the system log, and configure the setting if required.
Display format
programName[processId]: messageType:messageText (messageNumber)
Specify the program name in the syslog_ident parameter of the serverIdentifier.conf file.
The message types output by Mirroring Controller, their severity, and their corresponding value in the system log are shown in the table below.
Message type | Severity | Meaning | System log |
---|---|---|---|
INFO | Information | Provides information that does not fall under LOG or NOTICE. | INFO |
LOG | Provides information recognized as a particularly important event in tracing the operation history. (Example: Automatic switch is complete) | ||
NOTICE | Notice | Outputs information that takes into account the user instructions within the program in response to an executed or automatically executed process. | NOTICE |
WARNING | Warning | Provides a warning, for example it will soon be impossible to maintain the multiplexing state. | WARNING |
ERROR | Error | Reports that an error other than FATAL or PANIC has occurred. | ERROR |
FATAL | Reports that an abnormality was detected in one of the multiplexed database systems requiring recovery of this system, and also the content and cause of the abnormality. | CRIT | |
PANIC | Reports that an abnormality was detected in all multiplexed database systems requiring immediate recovery of this system, and also the content and cause of the abnormality. | ALERT |
The message severity has the following meanings:
Information
Informational status. A message that was reported by the system is displayed. No action is required.
Notice
Informational status, but a message that should be noted is displayed. If necessary, take the actions described in the "Action" section of the message.
Warning
No error has occurred, but the user is requested to check, and take action. Take the actions described in the "Action" section of the message.
Error
An error has occurred. Take the actions described in the "Action" section of the message.