Applications and resources configured by the RMS Wizard Tools produce log messages in the following format:
resource_name: state: timestamp: msg_type: msg_text: msg_end
There is a colon followed by a space (:) between each field of the message. The fields are as follows:
resource_name is the name of the particular resource node in the RMS graph whose script is running. This field may be empty if no resource is associated with the message.
state is an indication of the type of action that is being performed, and is the value as set by RMS in the environment variable HV_SCRIPT_TYPE. The field typically contains the values online or offline. The RMS configuration tools also set the field with the value PreCheck, when a PreCheck script is being run. This field will be empty for messages of type DEBUG being printed.
timestamp contains the date and time when the message was generated. It appears in the format yyyy-mm-dd hh:mm:ss.xxx.
msg_type is one of the following:
DEBUG
NOTICE
WARNING
ERROR
FATAL ERROR
msg_text contains the text generated by the RMS Wizard product. This text may consist of more than one line, i.e., it may have embedded newline characters. In general, it is not terminated with a newline character.
msg_end is a series of four equal signs (====). Since msg_text is not usually terminated with a newline, msg_end appears on the same line.