Users Manual SX
Using PRICOM in BSD UNIX Environment
This section explains how to print from BSD UNIX.
Command absolute path and setting method may vary depending on OS version. Refer to your workstation manual for more details.
1. Prepare the print queue.
# login root
Example: To register a print queue by the name “pboxlp”.
pboxlp:\ | |
:lp=:rm=pbox:rp=lp:\ | |
:sd=/usr/spool/pboxlp:\ | |
:lf=/usr/spool/pboxlp/pboxlp_errs: |
<Description of parameters>
(1)Describes the printer name.
(2)lp: Device file name to connect printer.
No name designation required on the network. rm: remote printer host name.
Type the host name registered to /etc/hosts file. rp: Remote printer name.
PRICOM remote printer name; select lp.
(3)sd: Spool directory name. Must be the absolute path.
(4)lf: Error log file name. Must be the absolute path.
# mkdir /usr/spool/pboxlp | Create the spool directory |
# touch /usr/spool/pboxlp/pboxlp_errs | Create the error log file |
# chown | Change the owner to daemon |
# chgrp | Change the group to daemon |
|
|
Using PRICOM in UNIX/Linux Environment |