Events_vw1 field definitions – HP Neoview Release 2.5 Software User Manual

Page 46

Advertising
background image

Table 3-7 EVENTS_VW1 Field Definitions

Description

Data Type

Field Name

Primary Key

Timestamp, in Local Civil Time,
indicating when the event was
placed in the EMS log.

TIMESTAMP(6)

LOG_TIMESTAMP_LCT

Primary Key

Name of the segment where
this event was logged. This
column always uses the
ISO88591 character set.

CHAR(8)

SEGMENT

Primary Key

The name of the EMS collector
that logged this event. This
column always uses the
ISO88591 character set.

CHAR(8)

COLLECTOR

Primary Key

Timestamp, in Coordinated
Universal Time, indicating
when the event was generated.

TIMESTAMP(6)

GENERATED_TIMESTAMP_UTC

Primary Key

A sequence number used to
differentiate between two
events that have identical LOG
and GENERATED timestamps.

INTEGER UNSIGNED

SEQ_NUMBER

Timestamp, in Coordinated
Universal Time, indicating
when the event was recorded
in the EMS log.

TIMESTAMP(6)

LOG_TIMESTAMP_UTC

Timestamp, in Local Civil Time,
indicating when the event was
generated.

TIMESTAMP(6)

GENERATED_TIMESTAMP_LCT

Number assigned to the event
by the subsystem that logged it
to EMS. NOTE: A different
subsystem can use the same
number for an event that occurs
within that subsystem.

INTEGER

EVENT_NUMBER

Subsystem ID of the subsystem
that generated the event. This
column always uses the
ISO88591 character set.

CHAR(20)

SSID

segment_name

of the process

that generated the event. This
column always uses the
ISO88591 character set.

TIP:

Use this column to select

or group events by segment.

CHAR(8)

PROCESS_SEGMENT

segment_name,process_name
of the process that generated
the event. This column always
uses the ISO88591 character set.

CHAR(20)

PROCESS_ID

46

Repository Views

Advertising