User manual

User’s Manual InterCon-PrintServer
80
7.7.7 UnixWare (Version 4.2 - 1.1.2)
Installation of a remote printer under UnixWare:
Inform the UnixWare system that the spooler on the remote system (print server) belongs to a BSD
system.
# lpsystem -t bsd <Hostname>
In our example the entries would be:
# lpsystem -t bsd IC0001FF
Install the print server as a remote printer in the UnixWare spooler.
# lpadmin -p <Printername> -s <Hostname>!<Logical Printer> -I ""
(Data will not be changed / for Binary files)
# lpadmin -p <Printername> -s <Hostname>!<Logical Printer> -I pcl
(transforms LF to CR+LF )
In our example the entries would be:
# lpadmin -p printer -s IC0001FF!lp1 -I pcl
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.