User manual

User’s Manual InterCon-PrintServer
81
7.7.8 System V (General)
To install the print server as a remote printer please log in as a privileged user. Then follow the
steps shown to install the print server for the print spooler lpsched (System V).
Enter the print server as a remote host. This enables your UNIX system’s local print spooler to send
print jobs to the print server.
# lpsystem -t bsd <Hostname>
In our example the entry would be:
# lpsystem -t bsd IC0001FF
Install the local printer. The print jobs of the local printer will be sent to the specified printer port of
the print server.
# lpadmin -p <Printername> -s <Hostname>!<Logical Printer>
In our example the entries would be:
# lpadmin -p printer -s IC0001FF!lp1
Enable the printer by typing in the following commands:
# accept <Printername>
# enable <Printername>
In our example the entries would be:
# accept printer
# enable printer
The installation of the print server as a BSD remote printer is complete.