skip book previous and next navigation links
go up to top of book: HP OpenVMS System Manager's Manual, Volume 1:... HP OpenVMS System Manager's Manual, Volume 1:...
go to beginning of chapter: Setting Up and Maintaining Queues Setting Up and Maintaining Queues
 
go to next page: Designing Queue EnvironmentsDesigning Queue Environments
end of book navigation links

Understanding Queuing  



A batch or print job submitted either by entering the DCL command SUBMIT or PRINT or through an application is sent to a queue for processing. Information about the user's queue request, including the type of job, the file name or names, the name of the queue, and any special options, is sent to the queue manager. The queue manager stores and retrieves appropriate information from the queue database to print or execute the job.

The queue manager places the job in the appropriate queue to await its turn for processing. Only one print job can be printed on a printer at a single time. However, more than one batch job can execute simultaneously in a batch queue.

For more information about the queue manager and queue database, and the operation of batch and print queues, including print symbionts, see Managing the Queue Manager and Queue Database.

Managing Queues on Small Systems  

Many features available for queues are not required on small systems with minimal queuing needs (for example, on workstations). If you are managing a small system, you probably need only the information in the following sections:

Topic Section
Simple batch queue configuration
Using a Simple Batch Queue Configuration
Simple output queue configuration
Using a Simple Output Queue Configuration
Setting up and starting queues
Planning Your Queue Setup
Choosing and specifying queue options
Using Queue Options
Managing queues
Using Queue Management Commands
Managing jobs in queues
Managing Jobs in Queues

Understanding Classes and Types of Queues  

In general, queues can be divided into two classes:

Class Description
Execution queues
Queues that accept batch or print jobs for processing.
Generic queues
Queues that hold jobs until an appropriate execution queue becomes available. The queue manager then requeues the job to the available execution queue.

The following sections provide more details about execution and generic queues.

Execution Queues  

Descriptions of types of execution queues follow:

Generic Queues  

Descriptions of types of generic queues follow:

Understanding Autostart Queues 

HP recommends that you use autostart queues whenever possible for a variety of reasons. Autostart queues simplify startup and ensure high availability of execution queues, allowing you to perform the following tasks:

To use autostart queues, you must perform the following three steps:

Task Description
1
Create the queue as an autostart queue and, optionally, specify a failover list.
2
Activate the queue for autostart. You can do this either when you create a queue, or after you create one.
3
Enable autostart on a node. You can do this before or after you create a queue.

When you enable autostart on a node, the queue manager automatically starts all stopped, active autostart queues capable of running on the node. Any autostart queue that fails over to the node is also automatically started.

Planning Your Queue Setup explains these steps in detail.


 
go to next page: Designing Queue EnvironmentsDesigning Queue Environments