D.60. tarantella print cancel

取消当前处于假脱机状态的 SGD 打印作业。

您可以在阵列中的任何 SGD 服务器上运行此命令。

语法

tarantella print cancel { 
                          --all | --person pobj... [--server serv]
                        | --server serv }

描述

下表显示了此命令的可用选项。

选项

描述

--all

取消阵列中处于假脱机状态的所有打印作业。

--jobid

取消具有指定作业 ID 的作业。

--person

取消属于每个指定的用户配置文件(必须是名称)的作业。

如果此选项没有与 --server 一起使用,则 SGD 将为每个指定的用户配置文件取消所有打印作业。

--server

取消列出的每台 SGD 服务器上的作业。 请使用每个服务器的对等 DNS 名称。

如果此选项与 --person 选项一起使用,SGD 将只取消与每个指定服务器上的每个指定用户配置文件对应的打印作业。

示例

以下示例取消 Bill Orange 的打印作业。

$ tarantella print cancel \
--person "o=示例/ou=IT/cn=Bill Orange"

以下示例取消 SGD 服务器 detroit 上的所有打印作业。

$ tarantella print cancel --server "detroit.example.com"