Hitachi

JP1 Version 12 JP1/Automatic Job Management System 3 Command Reference


ajsqltrsetsz

Organization of this page

Format

ajsqltrsetsz
     [-s size]

Description

The ajsqltrsetsz command changes the size of the queueless trace log file or outputs the file size that is currently set.

Execution privileges

In Windows: Administrators privileges

In UNIX: Superuser privileges

Storage directory

In Windows:

JP1/AJS3 - Manager-installation-folder\bin\

JP1/AJS3 - Agent-installation-folder\bin\

In UNIX:

/opt/jp1ajs2/bin/

Arguments

-s size

If you want to use the command to change the size of the queueless trace log file, specify the new file size in kilobytes.

You can specify 64 to 2,097,151.

Notes

  1. Before executing this command, you must set up a queueless job execution environment. If the queueless job execution environment has not yet been set up, execute the ajsqlsetup command to set up the queueless job execution environment. If you execute this command in a cluster environment, set up the queueless job execution environment for the relevant logical host.

    For details on the ajsqlsetup command, see ajsqlsetup in 4. Commands Used for Special Operation.

  2. If you use this command to decrease the size of the queueless trace log file, the contents of the file are cleared.

  3. Always separate an option and its value by at least one space character.

Return values

0

Normal end

Value other than 0

Abnormal end

Example

The following command expands the size of the queueless trace log file to 16 megabytes (16,384 kilobytes).

ajsqltrsetsz -s 16384