Top
Systemwalker Operation Manager  Reference Guide
FUJITSU Software

7.5 qalter Queue Attribute Alter Command

Synopsis

qalter [-sys subsystem-number](*1) queue-name parameter
*1:

[-sys subsystem-number] is an option of Systemwalker Operation Manager EE.

Description

The qalter command alters the queue attributes.

The following attributes can be altered:

Option

Enterprise Edition-sys subsystem-number

In the system with multiple subsystems, this option is used to specify the subsystem that you want to operate. Specify the target subsystem number using a range of 0 to 9. If omitted, the default is subsystem 0.

Operands

queue-name

Specifies the name of the queue whose attributes are to be altered.

parameter

Specifies the attribute and its value to be altered.

This operand can be specified more than one at the same time.

The attributes and values that can be altered are:

maxjob

Max submit jobs

The range of possible values: 1-999

maxexec

Max execution jobs (number of simultaneously executable jobs)

The range of possible values: 1-99 [Windows], 1-999 [UNIX]

elapse

Time lapse limit

The range of possible values: 1-99999999

qprty

Execution priority

The range of possible values: 0-63

dprty

Dispatch priority

The range of possible values: 0-4 [Windows], -20-19 [UNIX]

To specify those parameters, use the same format as for the Job Execution Control initialization parameters.

The following is an example where to specify "Max submit jobs" as five.

maxjob=5

Return Values

Return Value

Meaning

0

The command processing has terminated normally.

Other than 0

The command processing has failed. An error message is output.

Command Location

Windows

<Systemwalker Operation Manager installation directory>\MpWalker.JM\bin

Solaris
HP-UX
AIX
Linux

/usr/lib/mjes

Privilege Required

System administrator (user belonging to the Administrator group or superuser) privileges are required.

Cautions