Printing via the LPD Protocol
Print Server Installation Manual 4-21
4.4.7. UNIXWare (Version 4.2 - 1.1.2)
When installing the print server in UNIXWare systems, you must
install the print server as a remote printer and then enable it.
Requirements Before installation, make sure that:
! The IP address has been saved in the print server.
! The host name has been assigned to the IP address.
! The print server is connected, and the printer has been turned
on.
Procedure Proceed as follows:
1. Enter the print server into the spooler as a remote printer:
Syntax: lpsystem -t bsd <host name>
Example lpsystem -t bsd SB0001FF
2. Install a remote printer:
Syntax: lpadmin -p <printer name> -s <host
name>!<logical printer>
Example: lpadmin -p my_printer -s SB0001FF!lp1 -I pcl
The -I pcl parameter indicates that LF (Line Feed) is converted
into CR+LF (Carriage Return + Line Feed). The -I '' '' parameter
indicates that binary data is not changed.
3. Enable the printer:
Syntax: accept <printer name>
enable <printer name>
Example: accept my_printer
enable my_printer