Operation in HULFT for UNIX/Linux or HULFT for NSK

(1) HULFT Management Console (Status Inquiry)

Output destination file name

Send Log file (hulsndlog.dat)

This is where logs of sending-side transferring are stored.

Receive Log file (hulrcvlog.dat)

This is where logs of receiving-side transferring are stored.

Post-Send Job Execution Log file (hulexeclogs.dat)

This is where logs of post-send job executions are stored.

Post-Receive Job Execution Log file (hulexeclogr.dat)

This is where logs of post-receive job executions are stored.

Observe Log file (hulaccreqlog.dat)

This is where logs of operations by the Observe system is stored.

Send control file (sddsendlist.dat)

This is where the status of resending is stored.

Method of deletion

Log record deletion (by manual operation)

It is possible to delete log records using the log record delete utilities (utllog, utlobsrm, and utlresendrm) or from the HULFT Management Console.

Refer to Operation Manual for the details of the deletion method.

Log record deletion (Automatic execution)

Log records can be deleted automatically by setting the following parameter in the System Environment Settings.

logdelcount= log switchover record count

Example:

The following setting renames the current log file and creates a fresh log file when the number of log records in the log file exceeds 1000. Further, when the number of log records in the new log file exceeds another 1000, HULFT deletes the renamed old log file and renames the new log file again. (When the total number of log records reaches 2000, records are deleted to keep the number of log records down to 1000 and new records are appended to them. )

logdelcount=1000

Note

For a send control file, Log record deletion (Automatic execution) is not carried out.

(2) Trace log

Output destination file name

File arbitrarily specified by user

Messages are output to the specified file when the following parameters are specified in the System Environment Settings.

HULFT for UNIX/Linux

tracelog= value for Output to Trace Logs
tlogfile= trace output file name
tlogsize= trace output file size

HULFT for NSK

tlogmode= value for Trace Output Mode
tlogfile= trace output file name
tlogsize= trace output file size

Method of deletion

There are settings for the maximum size of log file and the backup method on the System Environment Settings screen. In accordance with these settings, HULFT carries out deletion automatically.

(3) syslog

Output destination file name

HULFT for UNIX/Linux

syslog

Messages are output to syslog when the following parameter is specified in the System Environment Settings.

syslog= value for Output to System Logs

HULFT for NSK

EMS log

Messages are output to the EMS log when -s is specified as a startup parameter for the following programs:

  • Send daemon

  • Receive daemon

  • Observe daemon

  • Service programs that respond when a request is accepted

Method of deletion

The method applied in syslog management is applied.