LIST OF EVENTS ============== This section describes the events that are thrown by the FTB IB Component. (1) FTB_IB_ADAPTER_AVAILABLE (INFO) This event is thrown when one or more InfiniBand HCAs are found on the system. Payload - "NUM_ADAPTERS:" N - Number of HCAs found on the system (2) FTB_IB_ADAPTER_UNAVAILABLE (WARNING) This event is thrown when no InfiniBand HCA is found on the system. Payload - "" (3) FTB_IB_ADAPTER_INFO (INFO) This event throws information about each HCA found on the system. Payload - "ADAPTER:::NAME:::PORTS:

" i - Index of the Adapter, ranging from 0 to (N-1) name - Name of the HCA P - Number of Ports on the Adapter (4) FTB_IB_PORT_INFO (INFO) This event throws information about the state of each port on the HCA. Payload - "ADAPTER:::PORT:::STATE:" i - Index of the Adapter, ranging from 0 to (N-1) j - Port of the Adapter, ranging from 1 to P S - State of the Port [DOWN | INIT | ARMED | ACTIVE] (5) FTB_IB_EVENT_PORT_ERR (ERROR) This event is thrown when a port becomes unavailable on an Adapter. Payload - "ADAPTER:::PORT:" i - Index of the Adapter, ranging from 0 to (N-1) j - Port of the Adapter, ranging from 1 to P (6) FTB_IB_EVENT_PORT_ACTIVE (INFO) This event is thrown when a port becomes available on an Adapter. Payload - "ADAPTER:::PORT:" i - Index of the Adapter, ranging from 0 to (N-1) j - Port of the Adapter, ranging from 1 to P (7) FTB_IB_EVENT_LID_CHANGE (INFO) This event is thrown when the LID is changed on a Port. Payload - "ADAPTER:::PORT:" i - Index of the Adapter, ranging from 0 to (N-1) j - Port of the Adapter, ranging from 1 to P (8) FTB_IB_EVENT_PKEY_CHANGE (INFO) This event is thrown when a Protection Key is changed on a Port. Payload - "ADAPTER:::PORT:" i - Index of the Adapter, ranging from 0 to (N-1) j - Port of the Adapter, ranging from 1 to P (9) FTB_IB_EVENT_SM_CHANGE (INFO) This event is thrown when the Subnet Manager is changed on a Port. Payload - "ADAPTER:::PORT:" i - Index of the Adapter, ranging from 0 to (N-1) j - Port of the Adapter, ranging from 1 to P (10) FTB_IB_EVENT_CLIENT_REREGISTER (INFO) This event is thrown when the Subnet Manager sends a CLIENT_REREGISTER request to a port. Payload - "ADAPTER:::PORT:" i - Index of the Adapter, ranging from 0 to (N-1) j - Port of the Adapter, ranging from 1 to P (11) FTB_IB_EVENT_DEVICE_FATAL (INFO) This event is thrown when a HCA's state transitions to FATAL. Payload - "ADAPTER:" i - Index of the Adapter, ranging from 0 to (N-1)