Hitachi

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


jajs_config

Organization of this page

Format

jajs_config
     -k definition-key-name
     environment-setting-parameter-name=definition ...

Description

The jajs_config command changes the JP1/AJS3 environment settings.

Execution privileges

In Windows: Administrators privileges

In UNIX: Superuser privileges

Arguments

-k definition-key-name

Specify the name of the definition key under which you set an environment setting parameter.

Make sure that the definition key name is enclosed in square brackets ([]).

You cannot specify multiple definition key names. You can only specify the environment setting parameter or environment setting parameters that correspond to one definition key name at each command execution.

If the specified definition key name is incorrect, this command terminates abnormally. For details, see 20. Environment Setting Parameters in the JP1/Automatic Job Management System 3 Configuration Guide.

environment-setting-parameter-name=definition ...

Specify one or more pairs of environment setting parameter name and value you want to set.

If the specification contains an error, this command terminates abnormally. For details, see 20. Environment Setting Parameters in the JP1/Automatic Job Management System 3 Configuration Guide.

If you specify a numeric value, use dword:hexadecimal-number format. If you specify multiple values for an environment setting parameter, separate the values by using a colon (:).

If you specify multiple pairs of environment setting parameter name and value, separate the pairs by using a space character.

Notes

Return values

0 to 9

Normal end

10 to 49

End with warning. The command terminated but requires manual operations.

50 or greater

Abnormal end

Example

In this example, the command changes the settings of scheduler service AJSROOT1 on physical host JP1_DEFAULT as follows:

For Windows
jajs_config -k [JP1_DEFAULT\JP1AJSMANAGER\AJSROOT1] "LOGSIZE"=dword:00002800 "AJSLOG"="all"
For UNIX
jajs_config -k "[JP1_DEFAULT\JP1AJSMANAGER\AJSROOT1]" "LOGSIZE"=dword:00002800 "AJSLOG"="all"
Note

The value specified for the -k option or on the command line might contain a backslash (\) or space character. If a backslash (\) or space character is contained, you must, for example, enclose the option or parameter value in double quotation marks (") or single quotation marks ('), or replace a backslash (\) with two backslashes (\\). For details, see the OS documentation or other applicable reference.