AIX命令参考大全,卷 1,a - c - chque 命令

[ 页的底部 | 上一页 | 下一页 | 目录 | 索引 | 法律条款 ]

AIX命令参考大全,卷 1,a - c

chque 命令

用途

更改队列名。

语法

chque -q Name [ -a 'Attribute=Value' ... ]

描述

chque 命令通过更改 -q 标志指定的 qconfig 文件中的节来更改队列名。在该节内,每个匹配命令行上给出的 Attribute=Value 对之一的属性都将由该命令行上的一个对替换。如果没有找到匹配,则将 Attribute=Value 对添加到节的末尾。不能更改设备属性。

可以在 基于 Web 的系统管理器(wsm)中使用 打印机队列 应用程序来改变打印机队列特征。也可以使用系统管理界面程序(SMIT)smit chque 快速路径运行该命令。

注:当在任何队列中有活动的作业时,不要编辑 qconfig 文件。编辑包括手工编辑和使用 chquemkquermquemkquedevrmquedevchquedev 命令。建议对 qconfig 文件的所有更改都使用这些命令。然而,如果期望手工编辑,请首先发出 enq -G 命令以使队列系统和 qdaemon 在所有作业都处理完后停止。 然后编辑 qconfig 文件并使用新配置重新启动 qdaemon

标志

-a 'Attribute = Value' 指定命令行中输入的要添加或替换的 'Attribute=Value'。有关有效属性的列表,请参考 /etc/qconfig 文件。
-q Name 指定队列和要更改的 qconfig 文件中的节的当前 Name

示例

要为队列 lp0 将主机的名称更改为 fred,请输入:

chque  -qlp0  -a 'host = fred'

文件

/usr/bin/chque 包含 chque 命令。
/etc/qconfig 包含配置文件。

相关信息

chquedev 命令、lsque 命令、mkque 命令和 rmque 命令。

qconfig 文件。

关于安装基于 Web 的系统管理器的信息,参阅 《AIX 5L V5.2 基于 Web 的系统管理器管理指南》 中的 Chapter 2: Installation and System Requirements

AIX 5L Version 5.2 Guide to Printers and Printing 中的 Changing / Showing Queue Characteristics

AIX 5L Version 5.2 Guide to Printers and Printing 中的 Printer Overview for System Management

AIX 5L Version 5.2 Guide to Printers and Printing 中的 Printer-Specific Information

AIX 5L Version 5.2 Guide to Printers and Printing 中的 Printer Support

AIX 5L Version 5.2 Guide to Printers and Printing 中的 Spooler Overview for System Management

AIX 5L Version 5.2 Guide to Printers and Printing 中的 Virtual Printer Definitions and Attribute

AIX 5L Version 5.2 Guide to Printers and Printing 中的 Printer Colon File Conventions

[ 页的顶部 | 上一页 | 下一页 | 目录 | 索引 | 法律条款 ]