HP 3000 Manuals

Preventing New System Activity [ STORE and TurboSTORE/iX Manual ] MPE/iX 5.0 Documentation


STORE and TurboSTORE/iX Manual

Preventing New System Activity 

You control the number of executing jobs and sessions with two commands,
LIMIT and JOBFENCE. The LIMIT command controls the number of jobs or
sessions that execute concurrently.  (The limits you set with the LIMIT
command cannot exceed the maximum job/session limit determined by your
system configuration.)

The JOBFENCE command lets you choose the priority jobfence--a number
between 0 and 14 (inclusive).  Each session and job logs on to the system
with an input priority between 1 and 13 (inclusive); the default input
priority for standard MPE users is 8.  In order for a session or job to
execute, its input priority must exceed the current jobfence.

When you set the jobfence high, jobs with an input priority less than or
equal to the jobfence enter the WAIT state.  MPE XL refuses attempts to
initiate a session with an input priority that does not exceed the
current job fence.  Users see the following message:

     CAN'T INITIATE NEW SESSIONS NOW.

If you set the jobfence to its highest possible value, 14, only users
assigned system manager (SM) or system supervisor (OP) capability are
able to log on.  (System managers and system supervisors are the only
users allowed to log on with the HIPRI parameter of the HELLO and JOB
commands.)  Setting the jobfence to 14 prevents all other users from
gaining access to the system during a system backup.  Enter: 

     :LIMIT 0,0 
     :JOBFENCE 14 

To check the new job/sessions limits and the system jobfence, enter:

     :SHOWJOB STATUS 

The last line of the message on your console should now exactly match the
example shown below:

     JOBFENCE= 14; JLIMIT= 0; SLIMIT= 0

If you see anything else, you made a mistake entering the LIMIT and
JOBFENCE commands.  Follow the instructions again.



MPE/iX 5.0 Documentation