Command Execution Log List Display command

The Command Execution Log can be displayed in a list format. The contents displayed are output to the standard output. You can output the contents to a file or to a printer by using the redirection symbol (greater than, >) or pipe (vertical bar, |).

= Remarks =

The Command Execution Log files backed up by automatic or manual rotation become the target of this command as well.

Format of command

utlopllist -cl 
        [-list|-csv] [-h hostname] [-usr userID|-admusr userID] 
        [-op operation] [-prcid processingID] 
        [-from Date1 [-ftime hhmmss1]] [-to Date2 [-ttime hhmmss2]]

Explanation of the parameters

-cl

Specification of the Command Execution Log (Mandatory)

-list|-csv

Output format (Optional)

-list:

Main fields are output in fixed length format. For the fields to be output, refer to Table 7.2 Command Execution Log Fields Displayed in List.

-csv:

All fields are output in CSV format. For the format of the operation logs, refer to the following:

HULFT10 for Windows Administration Manual : File format of operation logs

If omitted, the contents of the log are rearranged to be output single content per line.

-h hostname

Names of the starting hosts targeted for display of log records in a list format (Optional)

Specify the host name as an alphanumeric character string within 68 bytes.

When omitted, all the host names become the targets of this command.

-usr userID

User ID (OS) on the starting host which is targeted for display of log records in a list format (Optional)

When omitted, all user IDs become the target of this command.

You cannot specify this parameter and -admusr at the same time.

= Remarks =

User ID (OS) is subject to the conventions of the operating system on the starting host. For details, refer to the following:

HULFT10 for Windows Administration Manual : Overview of operation logs

-admusr userID

User ID of the Management Screen Security on the target starting host to be displayed in a list format (Optional)

Specify the ID as an alphanumeric character string within 32 bytes.

When omitted, all user IDs become the target of this command.

You cannot specify this parameter and -usr at the same time.

= Remarks =

For details on the user IDs of the Management Screen Security of each host type, refer to the following:

HULFT10 for Windows Administration Manual : Overview of operation logs

-op operation

Target request, command, or command execution key whose log records are to be displayed in a list format (Optional)

If omitted, all the requests, commands, or command execution keys become the targets of this command.

= Remarks =

For details on the requests, commands, and command execution keys that you can specify, refer to the following:

HULFT10 for Windows Administration Manual : Command execution keys and search keys

-prcid processingID

Target latest identifier to be displayed in a list format (Optional)

Specify this parameter as an alphanumeric character string in 34 bytes.

When omitted, all the latest identifiers become the targets of this command.

= Remarks =

For details on the identifier, refer to the following:

HULFT10 for Windows Administration Manual : Identifier

-from Date1 [-ftime hhmmss1] -to Date2 [-ttime hhmmss2]

Target start date (time) and end date (time) to be displayed in a list format (Optional)

Specify this parameter in a numeric string within 8 bytes.

Specify the date in the format that is specified for Date Format (datefmt) in the System Environment Settings.

It is necessary to specify the date in the range of Date1<=Date2. The specified Date1 and Date2 will also be included in the list display.

Specify the time in the format of hhmmss. When Date1 and Date2 are the same date, it is necessary to specify the time in the range of hhmmss1<=hhmmss2. The specified hhmmss1 and hhmmss2 will also be included in the list display.

When you specify time by using one or both of '-ftime' and '-ttime,' the dates '-from' and '-to' are mandatory.

When both '-from' and '-to' are omitted, all the dates become the target of this command.

When you omit "-ftime", the log records at and after 00:00 on the date you specify for "-from" become the target of this command.

When you omit "-ttime", the log records up to 23:59 on the date you specify for "-to" become the target of this command.

When '-from' is omitted, all the dates up to the date specified in '-to' will be displayed.

When '-to' is omitted, all the dates from the date that is specified in '-from' will be displayed.

When the entire period is specified, HULFT targets all the data within the range of Date1 and hhmmss1 to Date2 and hhmmss2.

Table 7.2 Command Execution Log Fields Displayed in List

Field Name

Field Explanation

Display Size

When Output Format is
Omitted

When -list is Specified

DATE

Execution date and time
(in the form of YYYY/MM/DD HH:MM:SS.mmm)

23 bytes

23 bytes

PROC-ID

Latest identifier

34 bytes

34 bytes

OS-USERID

User ID (OS)

Variable

32 bytes

ADM-USERID

User ID (Management Console)

Variable

32 bytes

HOSTNAME

Starting host name

Variable

68 bytes

OPERATION

Command execution key

Variable

36 bytes

OPERATION-DETAIL

File key information

Variable

40 bytes

= Remarks =
  • If the field string is less than the display size, the sting is displayed with left alignment.

  • When the size of a field to be displayed is larger than that of the display size, the part that exceeded the display size is cut off.

Note

  • When you specify -from, the system searches for log records with date and time from the top of the Command Execution Log file, and it displays the first log record and onward, of which the execution time or the execution date exceeds the specification of -from.

  • When you specify -to, the system searches for log records from the top of the Command Execution Log file, or from the date or time that is specified with -from, and it displays the log records up to but excluding the first one that exceeds the execution time or execution date specified by -to.

  • Records that may corrupt the format of the output log are skipped.

Figure 7.2 Display Range of Operation Log