Secure Global Desktop Administration Guide > Commands > The tarantella print list command

The tarantella print list command

Syntax

tarantella print list { --jobid id...
                      | [ --person pobj... ] [ --server serv... ]}
                      [ --format text|brief ]

Description

Lists print jobs currently spooled.

If you omit --jobid, --person or --server are used, all print jobs across the array are listed.

You can run this command on any array member.

Argument Description
--jobid id... Lists jobs with the specified ids.
--person pobj... Lists jobs belonging to each pobj, which must be a TFN name.
--server serv... Lists jobs on each Secure Global Desktop server listed. Use the peer DNS name for each serv.

If this is used with --person, Secure Global Desktop only lists the spooled print jobs for that pobj on that serv.

--format text | brief Specifies the output format.
  • The "text" format displays a block of text for each print job, showing each print job attribute (for example, the job ID and job owner) on a new line. A blank line separates each job. This is the default.
  • The "brief" format shows print job attributes on one line.

Examples

tarantella print list --person ".../_ens/o=Indigo Insurance/ou=IT/cn=Bill Orange"

Lists print jobs for Bill Orange, in "text" format.

tarantella print list --person ".../_ens/o=Indigo Insurance/ou=IT/cn=Bill Orange" \
".../_ens/o=Indigo Insurance/ou=IT/cn=Rusty Spanner" \
--server "detroit.indigo-insurance.com" "chicago.indigo-insurance.com"

Lists print jobs in "text" format for Bill Orange and Rusty Spanner on the Secure Global Desktop servers detroit and chicago.

Related topics