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: Managing the Queue Manager and Queue Database Managing the Queue Manager and Queue Database
go to previous page: Specifying the Location of the Queue Database Specifying the Location of the Queue Database
go to next page: Starting the Queue Manager and Creating a Queue DatabaseStarting the Queue Manager and Creating a Queue Database
end of book navigation links

Displaying Information About Queue Managers  



To obtain information about one or more queue managers, enter the SHOW QUEUE/MANAGERS command.

Examples

  1. The following example displays default (/BRIEF) information about two queue managers, PRINT_MANAGER and SYS$QUEUE_MANAGER.
    $ SHOW QUEUE/MANAGERS
    Queue manager PRINT_MANAGER, running, on NODEA::
     
    Queue manager SYS$QUEUE_MANAGER, running, on NODED::
  2. Use the /FULL qualifier to display complete information about queue managers on the system or cluster.

    In the following example, the master file is in one location, while the queue and journal files belonging to two queue managers are in a different location.
    $ SHOW QUEUE/MANAGERS/FULL
    Master file:  SYS$SPECIFIC:[SYSEXE]QMAN$MASTER.DAT;
     
    Queue manager PRINT_MANAGER, running, on NODEA::
      /ON=(NODEA,NODEB,*)
      Database location:  DUA2:[SYSQUE]
     
    Queue manager BATCH_MANAGER, running, on NODED::
      /ON=(NODEC,NODED,NODEE,*)
      Database location:  SYS$SYSROOT:[SYSEXE]

Locations of Queue Database Files shows the locations of the queue database files shown in the second example. 

Figure 3  Locations of Queue Database Files  
Locations of Queue Database Files


go to previous page: Specifying the Location of the Queue Database Specifying the Location of the Queue Database
go to next page: Starting the Queue Manager and Creating a Queue DatabaseStarting the Queue Manager and Creating a Queue Database