Adapter status events

When an adapter instance experiences a change in status, the instance sends a status report to the cell, formatted as an event. You can view these events in the adapters collector in the operator console events view. The following table describes the status events:

IP Adapter status events

Status event

Slots

Description

MC_ADAPTER_START

  • msg = "Incoming connection from ipaddress: port (host )"
  • mc_object = "ipaddress:port "
  • mc_object_class = "CLIENT"

Sent when a command from mcxactrl.pl starts an adapter instance

MC_ADAPTER_STOP

  • msg = "Removing connection from ipaddress: port (host )"
  • mc_object = "ipaddress:port "
  • mc_object_class = "CLIENT"

Sent when a command from mcxactrl.pl stops an adapter instance

MC_ADAPTER_STOP

  • msg = "Client hungup: destroying connection from ipaddress:port (host )"
  • mc_object = "ipaddress:port"
  • mc_object_class = "CLIENT"

Sent when mcxactrl.pl terminates a control connection

MC_ADAPTER_START

  • msg = "Adapter ' Adapter ' (Engine: ' engine ') started by ' module'"
  • mc_origin = "Adapter "
  • mc_origin_class = "engine "
  • mc_object = "Adapter "
  • mc_object_class = "engine "
  • mc_parameter = "STATUS"
  • mc_parameter_value = "STARTED"

Sent when an adapter instance starts

MC_ADAPTER_STOP

  • msg = "Adapter 'Adapter' (Engine: 'engine') stopped by ' module'"
  • mc_origin = "Adapter"
  • mc_origin_class = "engine"
  • mc_object = "Adapter"
  • mc_object_class = "engine"
  • mc_parameter = "STATUS"
  • mc_parameter_value = "STOPPED"

Sent when an adapter instance stops

MC_ADAPTER_ERROR

  • msg = "last_error_discovered "
  • severity = "CRITICAL"
  • mc_origin = "origin"
  • mc_origin_class = "origin_class"
  • mc_object = "object"
  • mc_object_class = "object_class"
  • mc_parameter = "STATUS"
  • mc_parameter_value = "ERROR"

Sent when an IP Adapter experiences a critical error

MC_ADAPTER_START

msg = "BMC Impact Event Adapter started"

Sent when an engine manager is initialized

MC_ADAPTER_STOP

msg = "BMC Impact Event Adapter stopped"

Sent when an engine manager exits


Was this page helpful? Yes No Submitting... Thank you

Comments