linkedCl

The linkedCl event producer is generated when a cluster is linked or unlinked with another cluster.

Overview
The linkedCl event producer resides under the cluster directory and monitors for link status changes. This event producer is available only when the system is part of a cluster. This event is generated when a cluster is linked or unlinked with another cluster.
Capabilities
AHAFS_THRESHOLD_STATE
AHAFS_REMOTE_EVENT_ENABLED
AHAFS_CALLBACK_INTRCNTX
Return codes
The linkedCl returns 0 as the return code. Only if the cluster is removed AHAFS_CLUSTER_REMOVE (-1) is returned.
Event producer message
This event producer passes LINK_UP or LINK_DOWN messages as part of its event data. It will pass the LINK_ID information. Also, as it is a cluster event producer it will additionally pass NODE_NUMBER, NODE_ID and CLUSTER_ID information.
Acceptable monitor files
To monitor for changes in the list of nodes, a monitor file should be created under the linkedCl.monFactory directory. The monitor file name
/aha/cluster/linkedCl.monFactory/linkedClEvent.mon
has to be used. No other monitor files may be created in this directory.
Example event data

The following is event data from a linkedCl event with the default INFO_LVL.

BEGIN_EVENT_INFO
TIME_tvsec=1271224025
TIME_tvnsec=795042625
SEQUENCE_NUM=0
RC_FROM_EVPROD=0
BEGIN_EVPROD_INFO
EVENT_TYPE=LINK_DOWN
LINK_ID=0x7BE9C1BD
NODE_NUMBER=1
NODE_ID=0xF079E8C801C11DF
CLUSTER_ID=0x6EA7B08888D811DFB918BEB25635B404
END_EVPROD_INFO
END_EVENT_INFO