Xerox M118i System Administration Guide - Page 45

is the error log file name., is the path of the queue for the machine.

Page 45 highlights

UNIX TCP/IP Installation 3. Edit the /etc/printcap file to contain an entry for the machine queue using the following example: PrinterName:\ :lp=:\ :rm=PrinterName:\ :mx#0:\ :sd=/var/spool/lpd/PrinterName:\ :lf=/var/spool/lpd/PrinterName/log: 1) PrinterName is the local client name of the machine. 2) lp= is the local device name for the printer output. For remote printers, this parameter must be set to nothing. NOTE: The recommended remote queue name is lp. That queue name will work with the machine. 3) rm= is the remote device. This is the IP hostname for the machine in the local client. The remote printer name defaults to lp, the default printer. 4) mx#0 is the indicator that there is no limit on the document size. 5) sd= is the path of the queue for the machine. 6) lf= is the error log file name. 4. The machine can be designated as the location of the default print queue. It will then be unnecessary to include the PrinterName in the lpr command line. 1) To designate the machine for the default print queue, add the following to the /etc/printcap file. This is in addition to the information entered in the previous step: lp PrinterName:\ :lp=:\ :rm=PrinterName:\ :mx#0:\ :sd-/var/spool/lpd/PrinterName: 5. Create the spool directory identified in the printcap file and set the access attributes, as shown in the example below. The spool directory should be located on a disk partition large enough to hold copies of documents that will be submitted. cd /var / spool / lpd mkdir PrinterName chmod 744 PrinterName Xerox CopyCentre/WorkCentre 118 System Administration Guide 45

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134

UNIX TCP/IP Installation
Xerox CopyCentre/WorkCentre 118 System Administration Guide
45
3.
Edit the /etc/printcap file to contain an entry for the machine queue using the
following example:
PrinterName:\
:lp=:\
:rm=PrinterName:\
:mx#0:\
:sd=/var/spool/lpd/PrinterName:\
:lf=/var/spool/lpd/PrinterName/log:
1)
PrinterName
is the local client name of the machine.
2)
lp=
is the local device name for the printer output. For remote printers, this
parameter must be set to nothing.
NOTE:
The recommended remote queue name is lp. That queue name will work with
the machine.
3)
rm=
is the remote device. This is the IP hostname for the machine in the local
client. The remote printer name defaults to lp, the default printer.
4)
mx#0
is the indicator that there is no limit on the document size.
5)
sd=
is the path of the queue for the machine.
6)
lf=
is the error log file name.
4.
The machine can be designated as the location of the default print queue. It will
then be unnecessary to include the PrinterName in the lpr command line.
1)
To designate the machine for the default print queue, add the following to the
/etc/printcap file. This is in addition to the information entered in the previous
step:
lp PrinterName:\
:lp=:\
:rm=PrinterName:\
:mx#0:\
:sd-/var/spool/lpd/PrinterName:
5.
Create the spool directory identified in the printcap file and set the access
attributes, as shown in the example below. The spool directory should be located
on a disk partition large enough to hold copies of documents that will be
submitted.
cd /var / spool / lpd
mkdir PrinterName
chmod 744 PrinterName