HPlogo MPE/iX Commands Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 5 Command Definitions L-O

LISTLOG

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

Lists currently active logging identifiers on the system and whether automatic log file changing has been enabled.

Syntax

LISTLOG [logid [;PASS]]

Parameters

logid

The specific logging identifier to be verified. Default is to list all currently active logging identifiers on the system.

PASS

Causes the password associated with the logging identifier to be displayed. This option can be used only by the creator of the logging identifier.

Operation Notes

This command lists the logging identifier specified with its associated creator and log file. The column labeled CHANGE indicates whether the CHANGELOG command is permitted; that is, whether the name of the first logging file ends in 001 and thus follows the naming convention required by the CHANGELOG command. The column labeled AUTO indicates whether an automatic CHANGELOG is permitted; that is, whether the AUTO parameter has been specified with a GETLOG or ALTLOG command.

If the logid parameter is not entered, all logging identifiers on the system are displayed with their creators and log files. The PASS parameter, which can be used only by the creator of the logging identifier specified, causes the password associated with the logging identifier to be listed.

Use

This command may be issued from a session, job, program, or in BREAK. Pressing Break has no effect on this command. System supervisor (OP) or user logging (LG) capability is required to use this command.

Example

To list all logging identifiers on the system, enter:

 LISTLOG

LOGID CREATOR CHANGE AUTO CURRENT LOGFILE

TESTLOG LALITHA.MPEM YES YES LAL001.PEJ
TEST1 MARK.MPEM YES NO M001.KSAM3
TEST2 PAT.MPEM NO NO TEST.ALVAR

Related Information

Commands

ALTLOG, CHANGELOG, GETLOG, LOG, OPENLOG, SHOWLOGSTATUS, RELLOG

Manuals

User Logging Programmer's Guide (32650-60012)

Feedback to webmaster