This section describes the command to list a Dollar Universe node audit trail. The default Environment can be changed.
The command uxlst AUDIT lists the node audit trail. Its syntax is as follows:
uxlst AUDIT [OBJTYPE=type] [SINCE=(date,hhmm)] [BEFORE=(date,hhmm)] [SEP=c] [OUTPUT=filename]
The command output displays the following columns:
DATE TIME
Date and time (system) of the action
OBJTYPE
Object type which was affected by the action (see below)
OBJID
Object identification, several components can be specified between [ ], depending on the object type. The maximum lenght of the column can be set in the
ACTION
Action which has been performed on an object. The actions per object type are described in the Univiewer User Guide, section Audit Trail.
USERTYPE
The user type can be one of the following:
USER
User name
GROUP LOGIN
User group (on UNIX / Linux et OpenVMS)
HOSTNAME ORIGIN
Host name of the Dollar Universe node
OBJTYPE=
Filter the list with the object type. The authorized values are the following:
SINCE=
(Optional) Start of selection window. Will select all events whose execution date and time intersects the specified selection window.
Format: (date,hhmm). The format of the date is indicated by the value of the variable U_FMT_DATE, hours and minutes on four characters. The number of characters must be respected exactly.
BEFORE=
(Optional) End of selection window. Use the filter BEFORE=(99/99/9999,9999) to filter on jobs with no end dates.
Format: (date,hhmm). The format of the date is indicated by the value of the variable U_FMT_DATE, hours and minutes on four characters. The number of characters must be respected exactly.
SEP=
(Optional) Enter the character that will be used to separate output data in columns. Unnecessary space characters are removed. The output will be in CSV format.
OUTPUT=
(Optional) Storage file for uxlst command output. If the item is not supplied, the output is sent to screen.
Lists to the screen the Uprocs audit trail from the current environment for the specified time range:
uxlst audit OBJTYPE=UPR SINCE="(12/04/2018,1200)" BEFORE="(12/05/2018,1700)" sep=;
Command : uxlst audit objtype=UPR since=(12/04/2018,1200) before=(12/05/2018,1700) sep=;
DATE TIME;OBJTYPE;OBJID;ACTION;USERTYPE;USER;GROUP LOGIN;HOSTNAME ORIGIN
12/05/2018 154238;UPROC;[TEST][000];CREATE;LOGIN_UVMS;admin;;SATURN
12/05/2018 162012;UPROC;[TEST][000];DELETE;SYSTEM_USER;;saturn;SATURN
The TEST Uproc has been created using UVC by the admin user, and removed in command mode. The date format is MM/DD/YYYY.
As of version 6.10.41, documentation new updates are posted on the Broadcom Techdocs Portal.
Look for Dollar Universe.