XACI Command Reference Manual

is the level of messages sent to EMS. There are three levels of messages.
ERROR_LVL = 01.
INFO_LVL = 12.
DEBUG_LVL = 23.
0 ------- ERROR messages sent to $0
1 ------- ERROR + INFO
2 ------- ERROR + INFO + DEBUG
active
is the flag to identify which configuration/row from the table is active to start the broker. Only one row can
have active set to ON and the default is OFF.
Example:
The following example will alter one row in XABroker configuration table:
XACI> ALTER XADef 12222, Process XABR, Program XABR, Path /G/data01/XABR, DM
BRK_sys.$XABR,
Trans 1000, Conn 100, MsgLVL 2, active 0;
-- ALTER is XADEF.12222 Successful
DELETE XADEF
This command will delete one row/XABroker configuration from the table. This is a sensitive command (the user needs
super privilege to execute this command) and it does not support the “*” wildcard.
DELETE XADEF obj-name;
The obj-name can be:
[[\system-name.]XA_IND]
XA_IND
is the index (sequential number) of the user-defined entry (row) in the XACONFIG table.
Example:
The following example will delete one row with specified index from the XACONFIG table:
XACI>>Delete XADef 1222;
-- ALTER is XADEF.12222 Successful
Commands for the XATrans Object
This object represents XA transactions, provides support to get the information, and resolves XA transactions. Each
transaction has global transaction ID (XID) and local transaction ID (TID). XID is mapped by the XABroker to TID (TID
is created by the NonStop TMF system). The server takes the XID from the client, passes it to the broker, and gets back
the TID. Then, uses on calls to resource manager (RM).
INFO XATRANS
This command will display information about XA transaction. Each XID will have a unique handle (XAID_HANDLE) to