Xerox Fiery EXP6000, Fiery EXP5000 Printing from UNIX

Fiery
SERVER & CONTROLLER SOLUTIONS
®
EXP6000/EXP5000 Color Server
© 2005 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product.
45049039 15 March 2005
:
RINTING
P
FROM
PRINTING FROM UNIX
UNIX
From UNIX workstations, you can print directly to the Fiery EXP6000/EXP5000. Jobs printed to the Fiery EXP6000/EXP5000 are sent to the Print or Hold queue. You can use Command WorkStation to modify and monitor them.
N
OTE
If you print to the Hold queue, jobs are spooled to disk and held. An operator must
intervene from Command WorkStation to print the job.
For more information about using Command WorkStation, see Utilities .
The queue name and Fiery EXP6000/EXP5000 printer name are determined by your system administrator. For the names of your queues, contact your system administrator.
For information about setting up printing from TCP/IP, see the documentation that accompanies your UNIX system.
2

Terminology and conventions

This manual uses the following terminology and conventions.
Term or convention Refers to
Fiery EXP6000/EXP5000 Fiery EXP6000/EXP5000 Color Server
Titles in italics
Other books in this documentation set
PRINTING FROM UNIX
Printing to the Fiery EXP6000/EXP5000
Use UNIX commands to print PostScript and text files to the Fiery EXP6000/EXP5000. In general, use basic print commands (lpr, lpq, lprm) to send print jobs to the Fiery EXP6000/EXP5000. For information about UNIX commands, see the UNIX manual pages or other documentation that accompanies your UNIX system.
T
O
PRINT
UNIX
FROM
• On a system running a BSD-based variant, use the lpr command to send a job to the Fiery EXP6000/EXP5000, as follows:
lpr <-Pprinter> <-#copies> <filename>
For example, if the Print queue of your Fiery EXP6000/EXP5000 is named file is named
lpr -Pprint_Server -#2 Sample
• On a system running Solaris 9 or any System V implementation of UNIX, use the lp command to send a job to the Fiery EXP6000/EXP5000, as follows:
Sample
, and you want to print two copies, type:
print_Server
3
, your
lp -d <printername> -n <copies> <filename>
For example, if the Print queue of your Fiery EXP6000/EXP5000 is named file is named
lp -d print_Server -n 2 Sample
T
O
DISPLAY
A
LIST
• On a system running a BSD-based variant, use the lpq command to see printer jobs in the queue, as follows:
lpq <-Pprinter>
Sample
, and you want to print two copies, type:
OF
JOBS
IN
THE
QUEUE
print_Server
For example, if the Print queue of your Fiery EXP6000/EXP5000 is named type:
lpq -Pprint_Server
Your workstation displays the contents of the queue.
• On a system running Solaris 9 or any System V implementation of UNIX, use the lpstat command to see printer jobs in the queue, as follows:
lpstat -o <printername>
For example, if the Print queue of your Fiery EXP6000/EXP5000 is named type:
lpstat -o print_Server
print_Server
print_Server
, your
,
,
Your workstation displays the contents of the queue.
:
:
PRINTING FROM UNIX
T
O
REMOVE
JOBS
FROM
N
OTE
Unless you log on as the
• On a system running a BSD-based variant, use the lprm command to remove jobs from the queue, as follows:
lprm <-Pprinter> <job #…>
N
OTE
Use the lpq command to check the job number.
For example, to remove job number EXP5000 named
lprm -Pprint_Server 123
The lprm command reports the names of any files it removes.
• On a system running Solaris 9 or any System V implementation of UNIX, use the cancel command to remove jobs from the queue.
cancel <printername> <job ID>
THE
QUEUE
print_Server
root
user, you can remove only your own jobs.
123
from the Print queue of your Fiery EXP6000/
, type:
4
For example, to remove job number EXP5000 named
print_Server
, type:
cancel print_Server 123
123
from the Print queue of your Fiery EXP6000/
Loading...