HPlogo System Startup, Configuration, and Shutdown Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 7 Modifying Miscellaneous Configuration Elements

Configuring Job-Related Limits

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Glossary

 » Index

The JOB command (abbreviated JO) configures job-related limits and default operating modes. JOB has the following parameters:

   JOB (JO)   [CPUTIME   = secondcount ] 

              [MAXLIMIT  = maximumjoblimit ]

              [POOL      = poolsize ] 

CPUTIME sets the default CPU time limit for batch jobs.

MAXLIMIT sets the maximum job limit that may be set through the LIMIT command.

POOL is the number of precreated JSMAIN processes ready to be used when someone logs on.

Table 7-1 shows the minimum and maximum numbers for the JOB command parameters:

Table 7-1 Minimum and Maximum Values for JOB Command Parameters

ParameterMinimumMaximum
CPUTIME032767
MAXLIMIT02700
POOL1200

 

To change a job-related parameter value, enter the JOB command and at least one parameter to change:

   misc>JOB CPUTIME=500  ** Using Keyword Parameter   ** 



   misc>JOB 5 8 150      ** Using Position Parameters ** 

In the preceding example, the first command sets the CPU execution time to 500 seconds. The second command sets the CPU execution time to 5 seconds, the maximum job limit to 8, and the pool size to 150.

Feedback to webmaster