Job Management Partner 1/Automatic Job Management System 3 System Design (Configuration) Guide
The table below describes the environment settings for executing QUEUE jobs and submit jobs.
Enter these settings in the job execution environment settings file (Queue.conf).
For the setting procedure, see 4.2 Environment setting parameter settings in the Job Management Partner 1/Automatic Job Management System 3 Configuration Guide 1 (for Windows systems) or 13.2 Environment setting parameter settings in the Job Management Partner 1/Automatic Job Management System 3 Configuration Guide 1 (for UNIX systems).
For details about the environment setting parameters, see 2.3 Setting up the job execution environment in the Job Management Partner 1/Automatic Job Management System 3 Configuration Guide 2.
Table 7-4 List of execution environment settings for QUEUE jobs and submit jobs
Setting description and parameter Criterion for changing the setting Recommended value When the setting takes effect Relevant product Name of the work directory for the manager process
- Environment setting parameter:
- WorkPath
If there is insufficient space on the disk containing the default directory, specify a directory on a disk that has enough free space. Use the default. When JP1/AJS3 is restarted M Name of the work directory for the agent process
- Environment setting parameter:
- WorkPath
If there is insufficient space on the disk containing the default directory, specify a directory on a disk that has enough free space. Use the default. When JP1/AJS3 is restarted M, A Name of the database directory
- Environment setting parameter:
- DatabasePath
If there is insufficient space on the disk containing the default directory, specify a directory on a disk that has enough free space. Use the default. When JP1/AJS3 is restarted M Data file update mode
- Environment setting parameter:
- FlashOption
Set the value to 0 if job execution performance takes precedence over the greater reliability of using OS buffering to write to the database. Due to its lower reliability, the 0 setting is not suitable for a cluster configuration. Use the default. When JP1/AJS3 is restarted M Maximum number of jobs in the system
- Environment setting parameter:
- MaximumContentJob
Change the setting as needed if a large number of jobs will be registered or executed in a short period. 2,000 When JP1/AJS3 is restarted M Number of warning jobs in the system
- Environment setting parameter:
- AlartContentJob
Change the setting as needed if you changed MaximumContentJob. 1,600 When JP1/AJS3 is restarted M Maximum number of queues
- Environment setting parameter:
- MaximumQueue
Change the setting as needed if the recommended maximum setting will not provide enough queues in the manager.
Note that the value you need to specify differs for Windows hosts and UNIX hosts: For a UNIX host, include the number of default queues (maximum number of queues at an agent) in the maximum number of queues.100
(Windows)
150
(UNIX)When JP1/AJS3 is restarted M Maximum number of agents
- Environment setting parameter:
- MaximumAgent
Change the setting as needed if the recommended maximum setting will not provide enough agents in a manager. 50 When JP1/AJS3 is restarted M Agent monitoring interval
- Environment setting parameter:
- ObserveInterval
If you adjusted the interval for monitoring errors in an agent, change this value as needed. 300 When JP1/AJS3 is restarted M Maximum number of execution-locked resources
- Environment setting parameter:
- MaximumResource
Change the setting as needed if the maximum number of execution-locked resources that can be added by the jpqresadd command will be insufficient. 50 When JP1/AJS3 is restarted M Number of days to retain job information
- Environment setting parameter:
- PreserveTerm
Change the setting as needed if more than 200,000 jobs will be executed during the number of days to retain job information. 1 When JP1/AJS3 is restarted M Standard time for deleting job information
- Environment setting parameter:
- StandardTime
Change to a base time when fewer jobs are executed if job execution performance is affected when a large number of jobs are executed during deletion of job information. 0:00 When JP1/AJS3 is restarted M Control flag for automatically defining the agent when a job is submitted
- Environment setting parameter:
- AutoCreate
Enable the setting if you want to use the function for automatically defining the execution agent when a job is submitted. 0 When JP1/AJS3 is restarted M Initialize the database on a cold start
- Environment setting parameter:
- ColdStartMode
Change the setting to noclear if you need to continue referencing the existing job information, without initializing the database for the job execution environment. clear When JP1/AJS3 is restarted M Limit flag for maximum core file size per process (UNIX only)
- Environment setting parameter:
- IsLimitCoreSize
Change the setting to 1 if you need to adjust resource usage by limiting the maximum core file size per job execution process. 0 When JP1/AJS3 is restarted M, A Maximum core size per process (UNIX only)
- Environment setting parameter:
- LimitCoreSize
If you changed IsLimitCoreSize to 1, change this value as needed. Dependent on the user's environment. When JP1/AJS3 is restarted M, A Limit flag for the maximum data segment size per process (UNIX only)
- Environment setting parameter:
- IsLimitDataSize
Change the setting to 1 if you need to adjust resource usage by limiting the maximum data segment size per job execution process. 0 When JP1/AJS3 is restarted M, A Maximum data segment size per process (UNIX only)
- Environment setting parameter:
- LimitDataSize
If you changed IsLimitDataSize to 1, change this value as needed. Dependent on the user's environment. When JP1/AJS3 is restarted M, A Limit flag for the maximum permanent file size per process (UNIX only)
- Environment setting parameter:
- IsLimitFileSize
Change the setting to 1 if you need to adjust resource usage by limiting the maximum permanent file size per job execution process. 0 When JP1/AJS3 is restarted M, A Maximum permanent file size per process (UNIX only)
- Environment setting parameter:
- LimitFileSize
If you changed IsLimitFileSize to 1, change this value as needed. Dependent on the user's environment. When JP1/AJS3 is restarted M, A Limit flag for the maximum memory size per process (UNIX only)
- Environment setting parameter:
- IsLimitMemorySize
Change the setting to 1 if you need to adjust resource usage by limiting the maximum memory size per job execution process. 0 When JP1/AJS3 is restarted M, A Maximum memory size per process (UNIX only)
- Environment setting parameter:
- LimitMemorySize
If you changed IsLimitMemorySize to 1, change this value as needed. Dependent on the user's environment. When JP1/AJS3 is restarted M, A Limit flag for the maximum stack segment size per process (UNIX only)
- Environment setting parameter:
- IsLimitStackSize
Change the setting to 1 if you need to adjust resource usage by limiting the maximum stack segment size per job execution process. 0 When JP1/AJS3 is restarted M, A Maximum stack segment size per process (UNIX only)
- Environment setting parameter:
- LimitStackSize
If you changed IsLimitStackSize to 1, change this value as needed. Dependent on the user's environment. When JP1/AJS3 is restarted M, A Limit flag for the maximum CPU time per process (UNIX only)
- Environment setting parameter:
- IsLimitCpuTime
Change the setting to 1 if you need to adjust resource usage by limiting the maximum CPU time per job execution process. 0 When JP1/AJS3 is restarted M, A Maximum CPU time per process (UNIX only)
- Environment setting parameter:
- LimitCpuTime
If you changed IsLimitCpuTime to 1, change this value as needed. Dependent on the user's environment. When JP1/AJS3 is restarted M, A Limit flag for the maximum working set size per process (UNIX only)
- Environment setting parameter:
- IsLimitWorkSize
Change the setting to 1 if you need to adjust resource usage by limiting the working set size per job execution process. 0 When JP1/AJS3 is restarted M, A Maximum working set size per process (UNIX only)
- Environment setting parameter:
- LimitWorkSize
If you changed IsLimitWorkSize to 1, change this value as needed. Dependent on the user's environment. When JP1/AJS3 is restarted M, A Limit flag for the maximum number of file descriptors per process (UNIX only)
- Environment setting parameter:
- IsLimitNoFile
Change the setting to 1 if you need to adjust the number of open files by limiting the number of file descriptors per job execution process. 0 When JP1/AJS3 is restarted M, A Maximum number of file descriptors per process (UNIX only)
- Environment setting parameter:
- LimitNoFile
If you changed IsLimitNoFile to 1, change this value as needed. Dependent on the user's environment. When JP1/AJS3 is restarted M, A Caching the command search path (UNIX only)
- Environment setting parameter:
- IsCacheCmdSearchPath
Change the setting to 0 in an environment where the value of the environment variable PATH for the job-execution OS user is frequently changed and you want the new value, not the cached value, to take effect immediately. Note that job execution performance declines when 0 is set. 1 When JP1/AJS3 is restarted M, A
- Legend:
- M: JP1/AJS3 - Manager
- A: JP1/AJS3 - Agent
Copyright (C) 2009, 2010, Hitachi, Ltd.
Copyright (C) 2009, 2010, Hitachi Solutions, Ltd.