Oki C9500 V2 Printer User Manual


 
UNIX 85
a. Stop the printer spooler.
# /usr/sbin/lpshut
b. Add the following line to the /etc/inetd.conf file and register
the remote spooler.
printer stream tcp nowait root /usr/sbin/rlpdameon –I
c. Restart inetd
# /etc/inetd –c
6. Register the remote printer
Example: setting up a queue called c7300v2_lp to print to host
c7300v2
d. Register the remote printer.
# /usr/sbin/lpadmin -pc7300v2_lp -v /dev/null
-mrmodel \-ormc7300v2 -orplp -ocmrcmodel
-osmrsmodel -ob3
e. Activate the print queue.
# /usr/sbin/accept c7300v2_lp
f. Enable the print queue.
# /bin/enable c7300v2_lp
g. Enable the printer spooler.
# /usr/sbin/lpsched
To customise output, for example, to add additional commands at the
start of each print job, you can edit a copy of the /usr/spool/lp/model/
rmodel model file then add it using the lpadmin command.
Example: for printer c7300v2_lp, with model file called
c7300v2_model
# /usr/sbin/lpshut
# /usr/sbin/lpadmin –pc7300v2_lp –mc7300v2_model
# /usr/sbin/lpsched