Event Types


Overview

Each Universal Agent event is categorized by event type. Each event type uniquely identifies a specific class of events.

Each event type has a unique three-digit number. This number is identified in the eventType field of an Event Header.

Each Universal Agent component is assigned a range of numbers for its event types:
 

Universal Agent Component

Event Type Range

Universal Agent (all)

100-199

Universal Command

200-299

Universal Broker

300-399

Universal Data Mover

400-499

Universal Enterprise Controller

700-799

Universal Control

800-899


For detailed information on a specific event type, as identified in one of the following tables, click its Event Type Name.

Universal Agent

Universal Agent event types represent events that apply generically to all Universal Agent components. The header source fields identify the component that generated the event.

Universal Agent event types are in the range of 100-199.

Event Type Name

Number

Category

Description

USER_AUTHENTICATION

100

Security

Authentication of a user identifier failed.

UACL_AUTHORIZATION

101

Security

A client request was denied access to a Universal Access Control List protected resource.

RESOURCE_AUTHORIZATION

102

Security

Authorization was denied to a general resource. The resource is a non-UACL protected resource.

Universal Command

Universal Command (UCMD) event types represent events that are generated by Universal Command Managers and Servers.

Universal Command event types are in the range of 200-299.

Event Type Name

Number

Category

Description

UCMSRV_JOB_START

200

Start

A UCMD Server starts a job process at the request of a UCMD Manager.

UCMSRV_JOB_STOP

201

Stop

A UCMD Server detects the job process stopped.

UCM_WORK

204

Status

UCMD Manager logs the work it has performed.

UCMSRV_WORK

205

Status

UCMD Server logs the work it has performed.

Universal Broker

Universal Broker event types represent events that are generated by Universal Brokers.

Universal Broker event types are in the range of 300-399.

Event Type Name

Number

Category

Description

UBR_START

300

Start

Universal Broker has started and completed its stage 1 initialization steps. Stage 1 initialization steps include all steps required to initialize the event subsystem.

UBR_STOP

301

Stop

Universal Broker has stopped.

UBR_SRV_COMP_START

302

Start

Universal Broker started a Server component at the request of a client.

UBR_SRV_COMP_STOP

303

Stop

Server component that the Universal Broker started has stopped.

UBR_COMP_COMM_STATE

304

Status

Component's communication state changed.

UBR_MGR_COMP_START

305

Start

Universal Broker detected the start of a Manager component.

UBR_MGR_COMP_STOP

306

Stop

Universal Broker detected the stop of a Manager component.

UBR_COMP_STOP_REQUEST

307

Log

Universal Broker receives and processes a request to stop a component.

UBR_MGR_RESTART

308

Start

Universal Broker has been notified by a Universal Command Manager that it has successfully restarted with a Universal Command Server.

Universal Data Mover

Universal Data Mover (UDM) event types represent events that are generated by Universal Data Mover Managers and Servers.

Universal Data Mover event types are in the range of 400-499.

Event Type Name

Number

Category

Description

Command-Related Events

UDM_OPEN_COMMAND_START

400

Start

UDM opens a session.

UDM_COPY_COMMAND_START

401

Start

UDM starts a copy operation.

UDM_COPYDIR_COMMAND_START

402

Start

UDM starts a directory copy operation.

UDM_DELETE_COMMAND_START

403

Start

UDM starts a delete operation.

UDM_RENAME_COMMAND_START

404

Start

UDM starts a rename operation.

UDM_OPEN_COMMAND_STOP

405

Stop

UDM session has stopped.

UDM_COPY_COMMAND_STOP

406

Stop

UDM copy operation has stopped.

UDM_COPYDIR_COMMAND_STOP

407

Stop

UDM directory copy operation has stopped.

UDM_DELETE_COMMAND_STOP

408

Stop

UDM delete operation has stopped.

UDM_RENAME_COMMAND_STOP

409

Stop

UDM rename operation has stopped.

UDM_MKDIR_COMMAND_START

410

Start

UDM mkdir operation has started.

UDM_MKDIR_COMMAND_STOP

411

Stop

UDM mkdir operation has stopped.

UDM_RMDIR_COMMAND_START

412

Start

UDM rmdir operation has started.

UDM_RMDIR_COMMAND_STOP

413

Stop

UDM rmdir operation has stopped.

File-Related Events

UDM_FILE_DELETE

450

Status

UDM file or directory is deleted.

UDM_FILE_RENAME

451

Status

UDM file is renamed.

UDM_FILE_XFER_START

452

Start

UDM starts a transfer operation for an individual file or directory.

UDM_FILE_XFER_STOP

453

Stop

UDM transfer operation for an individual file or directory has stopped.

UDM_DIR_CREATE

454

Status

UDM directory is created.

Execution Events

UDM_EXEC_OPERATION_START

470

Start

UDM starts an EXEC operation.

UDM_EXEC_OPERATION_END

471

Stop

UDM EXEC operation ends.

UDM_EXECSAP_OPERATION_START

472

Start

UDM starts an EXECSAP operation.

UDM_EXECSAP_OPERATION_END

473

Stop

UDM EXECSAP operation ends.

UDM Sessions

In most operations, UDM is session oriented. A UDM session is a connection between a UDM Manager and one or more UDM servers through which commands are executed. There is no limit to the number of commands that can be executed (sequentially) in a given session. Sessions are identified by a session UUID that is created when an open command is issued in UDM.

It is also important to keep in mind that a single UDM Manager instance may establish and close (sequentially) more than one session during its lifetime.

Events are not issued for every UDM command, but some commands (file operation and the open command) will have events that are issued by the UDM manager. The body of command events will have a session UUID (if applicable) and a transaction ID. The transaction ID is an identifier used by UDM that uniquely identifies a given command within the context the UDM Manager instance. This identifier cannot be assumed to be unique outside of the manager instance in which it was generated.

Universal Enterprise Controller

Universal Enterprise Controller (UEC) event types represent events that are generated by Universal Enterprise Controller.

Universal Enterprise Controller event types are in the range of 700-799.

Event Type Name

Number

Category

Description

INDESCA_JOB

700

Status

This is a consolidated event generated by UEC. The contents of the event are consolidated from multiple related events received by UEC.

INFITRAN_JOB

701

Status

This is a consolidated event generated by UEC. The contents of the event are consolidated from multiple related events received by UEC.

FILE_TRANSFER

702

Status

This is a consolidated event generated by UEC. The contents of the event are consolidated from multiple related events received by UEC.

Universal Control

Universal Control event types represent events that are generated by Universal Control Managers and Servers.

Universal Control event types are in the range of 800-899.

Event Type Name

Number

Category

Description

UCTSRV_CMD_START

800

Start

Universal Control Server initiates a request for a control command to be executed by the local Universal Broker on behalf of a Universal Control Manager client.

UCTSRV_CMD_STOP

801

Stop

A control command initiated by a Universal Control Server has stopped.

UCT_CMD_REQUEST

802

Log

Universal Control Manager requests the execution of a control command by a Universal Control Server.