Observe Log List command

You can display the Observe Log in a list format.

The displayed content is output to the standard output. You can write the content to a file and output it to a printer by using the symbols for redirection (greater than, >) and pipe (vertical bar, |).

Format of command

utlobslist [-s service] [-h hostname] [-from Date1] [-to Date2] [-l]

Explanation of the parameters

-s service

Service name to be displayed in a list format (Optional)

Specify the name as an alphanumeric character string within 8 bytes.

If omitted, all the services will be targets.

= Remarks =

For details on service names, refer to the following:

HULFT10 for Linux/AIX Administration Manual : Observe definition settings

-h hostname

Host name to be displayed in a list format (Optional)

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

If omitted, all the host names are targeted.

-from Date1 -to Date2

Date range of records to be displayed in a list format (Optional)

Specify a numeric string within 8 bytes.

The date should be specified in the date 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.

When '-from' is omitted, all the dates up to the date specified in '-to' become targets.

When '-to' is omitted, all the dates on and after the date that is specified in '-from' become targets.

When both are omitted, all the dates become targets.

-l

Parameter to display host name in 68 bytes (Optional)

If omitted, HULFT displays only the first 8 bytes of the host name.

Display Example

  • Case where parameter -l is specified

    SERVICE   HOSTNAME     DATE          TIME        STATUS 
    HULADMIN  SUN01.HONSYA.CO 
                           2014/12/25    10:15:10    0000-0000 
    HULSNDRC  SUN01.HONSYA.CO 
                           2014/12/25    11:25:00    0000-0000
    

  • Case where specification of parameter -l is omitted

    SERVICE   HOSTNAME     DATE          TIME        STATUS 
    HULADMIN  SUN01.HO     2014/12/25    10:15:10    0000-0000 
    HULSNDRC  SUN01.HO     2014/12/25    11:25:00    0000-0000