User Guide

LPR Printing TCP/IP Configuration
4-8
2 Add the host print queue to the /etc/printcap file. The punctuation shown in Figure
4-7 is required, and no extra spaces should be added.
Figure 4-7: Adding /etc/printcap Entry
This will create a host queue named eps_prt. The rm parameter is the name of the
EPS in the host’s address file, the rp parameter is the name of the service as it exists
on the EPS, and the sd parameter specifies the name of a directory used to hold tem-
porary spooling files.
3 Create a world-writable spooling directory using the mkdir command.
Figure 4-8: Creating Spooling Directory
4 If desired, use the mx option to allow unlimited size files to be printed and the sh
option to prevent header pages from being generated. See the host’s documentation
or man pages for more information on the format of the printcap file and how to cre-
ate the spool directory.
5 Print to the queue using normal lpr commands:
Figure 4-9: Printing to Queue
4.2.4 LPR on AIX Hosts
The System Management Interface Tool (SMIT) allows you to enable LPD printing and
create print queues. LPR has only been tested on AIX versions 3.2 and higher.
To create a print queue:
1 At the host prompt, type smit.
2 Choose Print Spooling.
3 Choose Manage Print Server and Start the Print Server Subsystem (lpd dae-
mon).
4 In the Start the Print Server Subsystem dialog box, type both in the first field.
5 The message “The lpd subsystem has been started” will appear. Click Done.
eps_prt|Printer on LAB EPS:\
:rm=EPS_xxxxxx:\
:rp=EPS_xxxxxx_TEXT:\
:sd=/usr/spool/lpd/eps_prt:
# mkdir /usr/spool/lpd/eps_prt
# chmod 777 /usr/spool/lpd/eps_prt
% lpr -Peps_prt /etc/hosts