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 - 67
Section 4 - Appendix B - Application Considerations
OKI OkiLAN 6020e User’s Guide
TCP/IP
Prerequisites
Before you proceed, the following prerequisites must
be met. Most of the time steps 2 through 5 are already
configured since the HP-UX system is on a TCP/IP
network. Do not perform steps 2 through 5 unless
the installation procedure fails!
1. The name OKIPRINTER and the IP address
assigned to the OkiLAN 6020e are in the
“/etc/hosts” file on the HP-UX system.
2. Make sure the rlp process is not running by typing at
the UNIX prompt:
ps -e | grep rlp
If rlp is not running, you will not see any output after
executing this command.
If rlp is running (that is, if you see output after
executing this command), kill the process with the
command:
kill -15 process_number.
3. Make sure the following entry is in the
“/etc/inetd.conf” file:
printer stream tcp nowait root “/usr/lib/
rlpdaemon” rlpdaemon -i
If the rlp daemon is not running when a print request
is made, this entry in “/etc/inetd.conf” will tell inetd
to auto-start the rlp daemon and service the pending
print request. This is helpful if the daemon died or
was terminated for some reason. For more
information on inetd or “/etc/inetd.conf”, type man
inetd or man inetd.conf.
4. Make sure the following entry is in the
“/etc/services” file:
printer 515/tcp spooler
5. Start inetd by typing the following at the UNIX
prompt:
/etc/inetd -c










