IBM

event_types

define statements used by lsb_geteventrec. More...


Defines

#define EVENT_JOB_NEW   1
#define EVENT_JOB_START   2
#define EVENT_JOB_STATUS   3
#define EVENT_JOB_SWITCH   4
#define EVENT_JOB_MOVE   5
#define EVENT_QUEUE_CTRL   6
#define EVENT_HOST_CTRL   7
#define EVENT_MBD_DIE   8
#define EVENT_MBD_UNFULFILL   9
#define EVENT_JOB_FINISH   10
#define EVENT_LOAD_INDEX   11
#define EVENT_CHKPNT   12
#define EVENT_MIG   13
#define EVENT_PRE_EXEC_START   14
#define EVENT_MBD_START   15
#define EVENT_JOB_ROUTE   16
#define EVENT_JOB_MODIFY   17
#define EVENT_JOB_SIGNAL   18
#define EVENT_CAL_NEW   19
#define EVENT_CAL_MODIFY   20
#define EVENT_CAL_DELETE   21
#define EVENT_JOB_FORWARD   22
#define EVENT_JOB_ACCEPT   23
#define EVENT_STATUS_ACK   24
#define EVENT_JOB_EXECUTE   25
#define EVENT_JOB_MSG   26
#define EVENT_JOB_MSG_ACK   27
#define EVENT_JOB_REQUEUE   28
#define EVENT_JOB_OCCUPY_REQ   29
#define EVENT_JOB_VACATED   30
#define EVENT_JOB_SIGACT   32
#define EVENT_SBD_JOB_STATUS   34
#define EVENT_JOB_START_ACCEPT   35
#define EVENT_CAL_UNDELETE   36
#define EVENT_JOB_CLEAN   37
#define EVENT_JOB_EXCEPTION   38
#define EVENT_JGRP_ADD   39
#define EVENT_JGRP_MOD   40
#define EVENT_JGRP_CTRL   41
#define EVENT_JOB_FORCE   42
#define EVENT_LOG_SWITCH   43
#define EVENT_JOB_MODIFY2   44
#define EVENT_JGRP_STATUS   45
#define EVENT_JOB_ATTR_SET   46
#define EVENT_JOB_EXT_MSG   47
#define EVENT_JOB_ATTA_DATA   48
#define EVENT_JOB_CHUNK   49
#define EVENT_SBD_UNREPORTED_STATUS   50
#define EVENT_ADRSV_FINISH   51
#define EVENT_HGHOST_CTRL   52
#define EVENT_CPUPROFILE_STATUS   53
#define EVENT_DATA_LOGGING   54
#define EVENT_JOB_RUN_RUSAGE   55
#define EVENT_END_OF_STREAM   56
#define EVENT_SLA_RECOMPUTE   57
#define EVENT_METRIC_LOG   58
#define EVENT_TASK_FINISH   59
#define EVENT_JOB_RESIZE_NOTIFY_START   60
#define EVENT_JOB_RESIZE_NOTIFY_ACCEPT   61
#define EVENT_JOB_RESIZE_NOTIFY_DONE   62
#define EVENT_JOB_RESIZE_RELEASE   63
#define EVENT_JOB_RESIZE_CANCEL   64
#define EVENT_JOB_RESIZE   65
#define EVENT_JOB_ARRAY_ELEMENT   66
#define EVENT_MBD_SIM_STATUS   67
#define EVENT_JOB_FINISH2   68
#define EVENT_JOB_STARTLIMIT   69
#define EVENT_JOB_STATUS2   70
#define EVENT_JOB_PENDING_REASONS   71
#define EVENT_JOB_SWITCH2   72
#define EVENT_JOB_PROVISION_START   74
#define EVENT_JOB_PROVISION_END   75
#define EVENT_JOB_FANOUT_INFO   76
#define EVENT_HOST_POWER_STATUS   77
#define EVENT_JOB_PROV_HOST   78
#define EVENT_JOB_MIG_TIMEOUT   79
#define NUM_EVENT_TYPES   79
#define EVENT_JOB_RELATED   1
#define EVENT_NON_JOB_RELATED   0

Detailed Description

define statements used by lsb_geteventrec.

Events logged in lsb.events file


Define Documentation

#define EVENT_JOB_NEW   1

Submit a new job.

#define EVENT_JOB_START   2

mbatchd is trying to start a job

#define EVENT_JOB_STATUS   3

Job's status change event.

#define EVENT_JOB_SWITCH   4

Job switched to another queue.

#define EVENT_JOB_MOVE   5

Move a pending job's position within a queue.

#define EVENT_QUEUE_CTRL   6

Queue's status changed by IBM Platform LSF administrator (bhc operation).

#define EVENT_HOST_CTRL   7

Host status changed by IBM Platform LSF administrator (bhc operation).

#define EVENT_MBD_DIE   8

Log parameters before mbatchd died.

#define EVENT_MBD_UNFULFILL   9

Action that was not taken because the mbatchd was unable to contact the sbatchd on the job's execution host.

#define EVENT_JOB_FINISH   10

Job finished (Logged in lsb.acct).

#define EVENT_LOAD_INDEX   11

The complete list of load indices, including external load indices.

#define EVENT_CHKPNT   12

Job checkpointed.

#define EVENT_MIG   13

Job migrated.

#define EVENT_PRE_EXEC_START   14

The pre-execution command started.

#define EVENT_MBD_START   15

New mbatchd start event.

#define EVENT_JOB_ROUTE   16

The job has been routed to NQS.

#define EVENT_JOB_MODIFY   17

Job modification request.

#define EVENT_JOB_SIGNAL   18

Signal/delete a job.

#define EVENT_CAL_NEW   19

Add new calendar to the system.

#define EVENT_CAL_MODIFY   20

Calendar modified.

#define EVENT_CAL_DELETE   21

Delete a calendar in the system.

#define EVENT_JOB_FORWARD   22

Job forwarded to another cluster.

#define EVENT_JOB_ACCEPT   23

Job from a remote cluster dispatched.

#define EVENT_STATUS_ACK   24

Job status successfully sent to submission cluster.

#define EVENT_JOB_EXECUTE   25

Job started successfully on the execution host.

#define EVENT_JOB_MSG   26

Send a message to a job.

#define EVENT_JOB_MSG_ACK   27

The message has been delivered.

#define EVENT_JOB_REQUEUE   28

Job is requeued.

#define EVENT_JOB_OCCUPY_REQ   29

Submission mbatchd logs this after sending an occupy request to execution mbatchd.

#define EVENT_JOB_VACATED   30

Submission mbatchd logs this event after all execution mbatchds have vacated the occupied hosts for the job.

#define EVENT_JOB_SIGACT   32

A signal action on a job has been initiated or finished.

#define EVENT_SBD_JOB_STATUS   34

sbatchd's new job status

#define EVENT_JOB_START_ACCEPT   35

sbatchd accepts job start

#define EVENT_CAL_UNDELETE   36

Undelete a calendar in the system.

#define EVENT_JOB_CLEAN   37

Job is cleaned out of the core.

#define EVENT_JOB_EXCEPTION   38

Job exception was detected.

#define EVENT_JGRP_ADD   39

Adding a new job group.

#define EVENT_JGRP_MOD   40

Modifying a job group.

#define EVENT_JGRP_CTRL   41

Controlling a job group.

#define EVENT_JOB_FORCE   42

Forcing a job to start on specified hosts (brun operation).

#define EVENT_LOG_SWITCH   43

Switching the event file lsb.events.

#define EVENT_JOB_MODIFY2   44

Job modification request.

#define EVENT_JGRP_STATUS   45

Log job group status.

#define EVENT_JOB_ATTR_SET   46

Job attributes have been set.

#define EVENT_JOB_EXT_MSG   47

Send an external message to a job.

#define EVENT_JOB_ATTA_DATA   48

Update data status of a message for a job.

#define EVENT_JOB_CHUNK   49

Insert one job to a chunk.

#define EVENT_SBD_UNREPORTED_STATUS   50

Save unreported sbatchd status.

#define EVENT_ADRSV_FINISH   51

Reservation finished.

#define EVENT_HGHOST_CTRL   52

Dynamic host group control.

#define EVENT_CPUPROFILE_STATUS   53

Saved current CPU allocation on service partition.

#define EVENT_DATA_LOGGING   54

Write out data logging file.

#define EVENT_JOB_RUN_RUSAGE   55

Write job rusage in lsb.stream.

#define EVENT_END_OF_STREAM   56

Stream closed and new stream opened.

#define EVENT_SLA_RECOMPUTE   57

SLA goal is reavaluated.

#define EVENT_METRIC_LOG   58

Write performance metrics to lsb.stream.

#define EVENT_TASK_FINISH   59

Write task finish log to ssched.acct.

#define EVENT_JOB_RESIZE_NOTIFY_START   60

Resize allocation is made.

#define EVENT_JOB_RESIZE_NOTIFY_ACCEPT   61

Resize notification action initialized.

#define EVENT_JOB_RESIZE_NOTIFY_DONE   62

Resize notification action completed.

#define EVENT_JOB_RESIZE_RELEASE   63

Job resize release request is received.

#define EVENT_JOB_RESIZE_CANCEL   64

Job resize cancel request is received.

#define EVENT_JOB_RESIZE   65

Job resize event for lsb.acct.

#define EVENT_JOB_ARRAY_ELEMENT   66

Saved array element's resource consumption for LSF simulator.

#define EVENT_MBD_SIM_STATUS   67

Saved LSF simulator status.

#define EVENT_JOB_FINISH2   68

Extended stream event than JOB_FINISH.

#define EVENT_JOB_STARTLIMIT   69

Stream event for job start limits.

#define EVENT_JOB_STATUS2   70

Job status log to lsb.status file.

#define EVENT_JOB_PENDING_REASONS   71

Pending reasons in pendingreason.dump file.

#define EVENT_JOB_SWITCH2   72

Job array switched to another queue.

#define EVENT_JOB_PROVISION_START   74

Dynamic Cluster provisioning requested.

#define EVENT_JOB_PROVISION_END   75

Dynamic Cluster provisioning finished.

#define EVENT_JOB_FANOUT_INFO   76

Job fan-out information is received.

#define EVENT_HOST_POWER_STATUS   77

Host status changed by IBM Platform LSF.

#define EVENT_JOB_PROV_HOST   78

Job prov host info.

#define EVENT_JOB_MIG_TIMEOUT   79

Job migration timeout.

#define NUM_EVENT_TYPES   79

Number of different event types.

#define EVENT_JOB_RELATED   1

it is a job related event

#define EVENT_NON_JOB_RELATED   0

it is a non job related event



     
Date Modified: 16 Jul 2014

Terms of Use
Copyright © 1994-2014 International Business Machines Corp.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.