1-2. Using an Ethernet Connection
PER-PRT-0004
1-10
9/98
Westinghouse Proprietary Class 2C
1-2.4. Configure Printer as a Screencopy Printer at Printer Manager
Drop
Note
Do NOT use the Solaris admintool to
configure the printer.
3. Become Superuser and enter the following to set up a UNIX printer queue
named teksc:
su
<applicable password>
lpsystem -t bsd teksc
lpadmin -p teksc -s teksc!PS -I postscript
lpshut
/usr/lib/lpsched
enable teksc
accept teksc
4. Only send PostScript files to this printer. The “postprint” command can be used
to create a PostScript file from a text file. Use the following command to test the
printer by creating a PostScript file and sending it to the printer:
/usr/lib/lp/postscript/postprint <filename> |
lp -onobanner -dteksc
For example, enter the following to print the “/etc/hosts” file:
/usr/lib/lp/postscript/postprint /etc/hosts |
lp -onobanner -dteksc
If the file is already a PostScript file, use the following command to send it to
the printer:
lp -onobanner -dteksc <filename>