[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 Commands Reference, Volume 3

lsallqdev Command

Purpose

Lists all configured printer and plotter queue device names within a specified queue.

Syntax

lsallqdev -c ] -q Name

Description

The lsallqdev command lists all configured device names within a specified queue in the /etc/qconfig file.

You can use a Web-based System Manager Printer Queues application (wsm printers fast path) to run this command. You could also use the System Management Interface Tool (SMIT) smit lsallqdev fast path to run this command.

Flags

-q Name Specifies the queue name.
-c Causes colon format output for use by SMIT.

Examples

  1. To list the names all of the configured queue devices within the lp0 queue in the /etc/qconfig file, enter:
    lsallqdev -q lp0
    A listing similar to the following is displayed:
    lpd0
    lpd1
    lpd2
  2. To list the names of all of the configured queue device within the lp0 queue in the /etc/qconfig file in colon format, enter:
    lsallqdev -q lp0 -c
    A listing similar to the following is displayed:
    lp0:lpd1
    lp0:lpd2

Files

/usr/bin/lsallqdev Contains the lsallqdev command.
/etc/qconfig Configuration file.

Related Information

The chquedev command, lsquedev command, lsallq command, mkquedev command, rmquedev command.

The qconfig file.

Setting up and running Web-based System Management in AIX Version 4.3 System Management Guide: Operating System and Devices.

Listing Print Queues and Print Queue Devices in the AIX Version 4.3 Guide to Printers and Printing.


[ Previous | Next | Contents | Glossary | Home | Search ]