Top
Systemwalker Operation Manager Troubleshooting Guide
FUJITSU Software

4.3.12 The Job does not Operate Normally [UNIX Versions]

Applicable versions and levels

Action 1

Points to check

Was the LANG environment variable set in the startup shell?

Cause

The Jobscheduler daemon runs with C set as the LANG environment variable. For this reason, if the LANG environment variable is not set in the startup shell of the effective user of the job, the job will run with C set as the LANG environment variable. Accordingly, the execution result of the job may be abnormal.

Action method

Set the LANG environment variable and that value in the startup shell (for example, .login, .cshrc, or .profile) of the effective user of the job.

Example of the settings when the login shell is csh (Solaris)

Set the following for .login or .cshrc:

If the character set is EUC: setenv LANG ja

If the character set is SJIS: setenv LANG ja_JP.PCK

Example of the settings when the login shell is sh or ksh (Solaris)

Set the following for .profile:

If the character set is EUC: LANG=ja;export LANG

If the character set is SJIS: LANG=ja_JP.PCK;export LANG

Action 2

Points to check

Was the LC_MESSAGES environment variable set in the startup shell?

Cause

Because the LC_MESSAGES environment variable is not set, the job may run abnormally.

Action method

Set the LC_MESSAGES environment variable and that value in the startup shell (for example, .login, .cshrc, or .profile) of the effective user of the job.

Action 3

Points to check

Was the LC_TIME environment variable set in the startup shell?

Cause

Because the LC_TIME environment variable is not set, the job may run abnormally.

Action method

Set the LC_TIME environment variable and that value in the startup shell (for example, .login, .cshrc, or .profile) of the effective user of the job.

Action 4

Points to check

Was the environment variable that is required for the job to run set in the startup shell?

Cause

Because the environment variable is not set, the job may run abnormally.

Action method

Set the environment variable that is required for the job to run and that value in the startup shell (for example, .login, .cshrc, or .profile) of the effective user of the job.