Printer User Manual
Table Of Contents
- 6020e_4.pdf
- In This Section
- Chapter 1Introduction
- Overview
- Software Requirements
- Network Preparation
- Before You Start
- Overview of TCP/IP Configuration
- Chapter 2 Configuring the OkiLAN 6020e
- Choosing an IP Address
- Configuring the OkiLAN 6020e
- Assigning the IP Address
- Other Utilities
- Verifying Access to the OkiLAN 6020e
- Chapter 3 TCP/IP Configuration and Printing
- Overview
- Configuring for TCP/IP Network Printing
- Remote Print Queue Name
- Configuring a BSD-Style Print Queue
- Remote LPD Printing
- FTP Printing
- Timeout Checking
- Raw Port Printing
- Chapter 4 OkiNet for TCP/IP
- Overview
- System Requirements
- Running OkiNet for TCP/IP
- Configuring the OkiLAN 6020e Using OkiNet for TCP/IP
- Configuring TCP/IP Options
- EtherTalk Configuration Options
- Output Port Configuration Options
- SNMP Configuration Options
- Enabling/Disabling Protocols
- SNMP Trap Configuration
- Saving the Configuration
- Displaying OkiLAN 6020e Diagnostic Information
- Printing a Configuration Sheet
- Resetting the OkiLAN 6020e
- Restoring Factory Default Settings
- Creating Customized Views
- Modifying View Settings
- Permanently Defining SNMP Access Information
- Configuring the Discovery UDP Port Number
- Starting a Telnet Session
- Starting the BOOTP Server
- Chapter 5 Web Configuration
- Chapter 6 Telnet Configuration
- Overview
- Running a Telnet Session
- Appendix A Troubleshooting
- Main Status Indicator
- Restoring the OkiLAN 6020e to Factory Defaults
- Unable to Assign IP Address
- Hardware Error Messages
- Printing a Configuration Page
- Unable to Print
- Appendix B Application Considerations
- Overview
- Assigning the OkiLAN 6020e IP Address with BOOTP
- Configuring the OkiLAN 6020e IP Address with RARP
- Configuring HP-UX v8.07 for Printing with the OkiLAN 6020e
- Configuring HP-UX v9.xx for Printing with the OkiLAN 6020e
- Configuring HP-UX v10.xx for Printing with the OkiLAN 6020e
- Configuring SCO UNIX for Printing with the OkiLAN 6020e
- IBM's AIX ver. 3.x for Printing with the OkiLAN 6020e
- Configuring Solaris 2.x for Printing with the OkiLAN 6020e
- Configuring Sun-OS v4.1.x or Ultrix v4.2 for Printing with the OkiLAN 6020e
- Appendix C Internet Printing Protocol (IPP)

IV - 80
Section 4 - Appendix B - Application Considerations
OKI OkiLAN 6020e User’s Guide
If the LPD daemon is running, you should see output
similar to:
root 135 0.0 0.0 52 0 ? IW May 24 0:01
/usr/lib/lpd
If the LPD daemon is not running, start the daemon
by logging into the Sun-OS or Ultrix machine as root
and issuing the following command at the UNIX
prompt:
/usr/lib/lpd
Verify that the daemon is running by using the ps
command described previously.
To start the LPD daemon automatically when the
system boots, make sure that lines similar to the
following exist in the “/etc/rc” file:
if [ -f /usr/lib/lpd ] ; then
rm -f /dev/printer/var/spool/lpd.lock
/usr/lib/lpd; echo -n ‘ printer’
fi
Procedure
To configure the Sun-OS or Ultrix machine so that
users can spool print jobs to the pcl print queue on the
OkiLAN 6020e named OKIPRINTER, do the
following:
1. Login to the Sun-OS or Ultrix machine as root.
2. Using a text editor (such as vi), add this entry to the
“/etc/printcap” file:
lj4:\
:lp=:rm=OKIPRINTER:rp=yourqueuename:\
:sd=/usr/spool/lj4:\
:lf=/usr/spool/lj4/lj4.log
3. At the UNIX prompt, type: mkdir /usr/spool/lj4.
4. Type: touch /usr/spool/lj4/lj4.log.
5. Try printing by issuing the following command:
lpr -Plj4 filename










