Specifications

5-9
Using LAN board in UNIX/Linux Environment
SATO Users Manual
Solaris 2.3x-2.5x
This section explains how to print from Solaris 2.5 or below.
Command absolute path and configuration method may vary depending on OS version.
Refer to your workstation manual for more details.
-Remoter printer can not be used with LAN board.
1. Prepare the print queue.
1-1 Log in to the UNIX machine by “root”.
# login root
1-2 Cancel the print scheduler.
# /usr/sbin/lpshut
1-3 Register the print server.
Example: Register the host name “pbox”:
# /usr/sbin/lpsystem -R0 -t bsd pbox
1-4 Configure the print queue.
Example: Register the print queue name “pboxlp”:
#/usr/sbin/lpadmin -p pboxlp -s pbox!lp
When using csh, replace “/!” or “\!” with “!”.
The “lp” following “!” represents the name of the LAN board logical printer.
EUC kanji text data can be directly printed as it is by the following setup.
#/usr/sbin/lpadmin -p pboxeuc -s pbox!euc
1-5 Activate the print scheduler.
#/usr/bin/sh /etc/init.d/lp start
1-6 Enable the print queue.
#/usr/sbin/accept pboxlp
#/usr/bin/enable pboxlp
(Name of print queue) (Name of the host) ( Name of logical printer)
(Specify euc port)
NOTE
TIP