cyflexlogevent

Purpose:

Provide and use a command line interface to add entries to the CyFlex system status log.

Enter:

cyflexlogevent <-t type> <-m msgpayload>

Where:

-t type Specify the type of log message to send. Type options are: coredump, reboot, watchdog, joinlayer, specfile, sysload, machineconfig, generic
-m msgpayload Specify the type of key entry.

Example:

To send status data to cyflex_system_log, add the following line to the top of a /specs/cmd script:  

cyflexlogevent -t generic -m 1 -m “$0” -m “$0”

$0 is the name of the script.

If the above is added to cyflex/cmd/start_composite_loading script, a generic record is created in the cyflex_syssstatus_log with key = “script” and a
value = “cyflex/cmds/start_composite_loading”.

Notes:

See Also: