To get maximum versatility from this machine all operators should carefully read and follow the instructions in this manual. Please keep this manual in a handy place near the machine.
Please read the Safety Information before using this machine. It contains important information related
to USER SAFETY and PREVENTING EQUIPMENT PROBLEMS.
Important
Contents of this manual are subject to change without prior notice. In no event will the company be liable for direct, indirect, special, incidental, or consequential damages as a result of handling or operating the machine.
PostScript is a registered trademark of Adobe Systems, Incorporated.
Sun, SunOS and Solaris are trademarks or registered trademarks of Sun Microsystems, Inc. in the
United States and other countries.
HP-UX is a registered trademark of Hewlett-Packard Company.
LINUX is a trademark of Linus Torvalds.
RED HAT is a registered trademark of Red Hat, Inc.
Other product names used herein are for identification purposes only and might be trademarks of their
respective companies. We disclaim any and all rights in those marks.
TABLE OF CONTENTS
How to Read This Manual .....................................................................................1
1. UNIX Configuration
Before Setup...........................................................................................................3
Using the lp/lpr commands.........................................................................................3
Using the rsh/rcp/ftp commands ................................................................................ 3
Using the Installation Shell Script........................................................................4
Assigning the IP Address ........................................................................................... 4
Executing the Installation Shell Script ........................................................................ 5
After Executing Installation Shell Script ..................................................................... 9
This symbol indicates a potentially hazardous situation which, if instructions
are not followed, could result in death or serious injury.
CAUTION:
This symbol indicates a potentially hazardous situation which, if instructions
are not followed, may result in minor or moderate injury or damage to property.
* The statements above are notes for your safety.
Important
If this instruction is not followed, paper might be misfeed, originals might be
damaged, or data might be lost. Be sure to read this.
Preparation
This symbol indicates the prior knowledge or preparations required before operating.
Note
This symbol indicates precautions for operation, or actions to take after misoperation.
Limitation
This symbol indicates numerical limits, functions that cannot be used together,
or conditions in which a particular function cannot be used.
Reference
This symbol indicates a reference.
[]
Keys that appear on the machine's panel display.
Keys and buttons that appear on the computer's display.
{}
Keys built into the machine's control panel.
Keys on the computer's keyboard.
1
2
1. UNIX Configuration
This section explains how to setup a network printer and check the print status
using UNIX.
Limitation
❒ To print from a UNIX workstation, use the file that the printer supports.
Before Setup
Setting up can vary depending on the printing commands. Make sure to make
the settings accordingly.
Using the lp/lpr commands
Use the installation shell script to register the device option, as well as the
AAAA
printer host name and the IP address.
⇒ p.4 “Using the Installation Shell Script”
Start printing.
BBBB
⇒ p.14 “Printing Method”
Using the rsh/rcp/ftp commands
Edit the host file to register the printer host name and the IP address.
AAAA
Start printing.
BBBB
⇒ p.14 “Printing Method”
Reference
See p.9 “After Executing Installation Shell Script” for host file editing.
Note
❒ If you cannot edit the host file, use the install shell script to register the host
name.
3
1
UNIX Configuration
Using the Installation Shell Script
The installation shell script helps with the setup process. The installation shell
script automates some of the tasks in configuring /etc/hosts, /etc/printcap, and
in creating the spool directory for BSD UNIX, and in running the lpadmin command for System V UNIX.
Preparation
The installation shell script can be used on the following three kinds of workstations. This installation shell script cannot be used with other types of workstations.
• Solaris 2.5.1, 2.6, 7, 8
• HP-UX 8.x, 9.x, 10.x, 11.0
• Red Hat Linux 6.x, 7, 7.1, 7.2
Depending on the security setting when installed, rsh/rcp/% telnet may not
be usable with RedHat 7.1 or later. Change the security level to the level that
allows use of rsh/rcp/% telnet. For more information about how to change
the setting, see the operating instructions for RedHat.
When you use NIS (Network Information Service) or DNS, you should configure the server before running this installation shell script.
For more information about the configuration utility of your OS, see the manual that comes with the utility.
Assigning the IP Address
Preparation
Configure the machine to use the TCP/IP protocol.
• Make sure that the TCP/IP protocol on the machine is set to active. (The
default is active.)
• Assign an IP address to the machine and configure the other settings required for using the TCP/IP protocol.
Reference
For more information about how to make the above settings, see the Printer
Reference.
4
Using the Installation Shell Script
Checking the IP address configuration
Follow the procedure below to make sure that the IP address has been configured correctly.
• The following procedure uses the sample IP address: 192.168.15.16.
Enter the following:
AAAA
# ping 192.168.15.16
If the address has been configured correctly, the following message appears.
192.168.15.16 is alive
If the address has been configured incorrectly, the following message appears.
no answer from 192.168.15.16
Note
❒ When you use NIS, the IP address and host name are written to /etc/hosts
on the master server. When you use DNS, the information is written to a
data file on the name server. After writing the host name and IP address to
the file, make sure that the configuration is correct by pinging the host
name.
1
# ping host_name
❒ If the host name is registered with an IP address, the server can access the
printer using its host name instead of its IP address.
Executing the Installation Shell Script
After having configured the printer IP address, follow the procedure below to
execute the installation shell script and setup the workstation printing environment.
Preparation
Before executing the installation shell script, the IP address, the host name
and the printer name are required.
The following procedures use sample IP address: 192.168.15.16, sample host
name: nphost and sample printer name: np.
Note
❒ Use ftp to get the installation shell script from the printer.
Log on to the workstation as root.
AAAA
Note
❒ If you do not log on as root, the installation shell script will not run.
5
1
UNIX Configuration
Get the installation shell script from the printer.
BBBB
A Move to the directory you want to copy the installation shell script to.
B Use ftp to connect to the printer with the IP address that you just config-
ured.
# ftp 192.168.15.16
Connected to 192.168.15.16
220 printer FTP server ready.
name (192.168.15.16:root:)
C When a user name is requested, leave blank and press the {{{{RETURN}}}} key.
331 Password required for root.
Password:
D When a password is requested, leave blank and press the {{{{RETURN}}}} key.
230 User root logged in.
ftp>
E Type the following to get the installation shell script.
ftp> get install
F Close the ftp session.
ftp> bye
221 Goodbye.
#
Run the installation shell script.
CCCC
# sh ./install
Note
❒ Insert a period and slash before the current directory.
Enter a number to select the workstation OS that you are using.
DDDD
Network printer install shell
Copyright RICOH CO.,LTD. 1994-2001
Select your workstation OS type.
1. SunOS 4.x.x
2. Solaris 2.x, Solaris 7-8 (SunOS5.x)
3. HP-UX 8.x,9.x,10.x,11.x
4. UnixWare
5. Linux
6. OpenServer
7. Quit
Enter <1-7>:
2
Note
❒ SunOS, UnixWare and OpenServer appear on the screen, but they are not
supported. Use Solaris, HP-UX or Linux.
❒ If you select “7”, the installation shell script exits.
6
Using the Installation Shell Script
Enter the IP address of the printer.
EEEE
Enter Printer host IP address <xxx.xxx.xxx.xxx> [return=skip]:
192.168.15.16
Note
❒ The IP address will be added to the /etc/hosts file.
❒ If the host name of the printer has already been configured, press the {{{{RE-
TURN}}}} key. Nothing will be added to the /etc/hosts file.
Enter the host name of the printer.
FFFF
Enter Printer host name : nphost
Note
❒ The host name will be added to the /etc/hosts file.
1
❒ If no IP address was entered in step
file.
Configure the printer name.
GGGG
Enter logical printer name [default nphost_prn]
If you want to use the default name, press the {{{{RETURN}}}} key. Enter a new
name, if you want to use a different one.
Note
❒ The host name entered in step
Set the print option.
HHHH
Enter remote printer name [default lp]:
• Press the {{{{RETURN}}}} key, and print with PCL or PostScript is enabled.
• If you want to set the device option, enter the option parameter.
Enter remote printer name [default lp]:tray=tray1
For more information about the device option, see p.19 “Specifying the Device Option”.
• If you enter “text”, text printing is enabled.
If you enter “text”, printing with PCL and PostScript is disabled.
followed by “_prn” appears in “default”.
F
, nothing is added to the /etc/hosts
E
Enter remote printer name [default lp]:text
Limitation
❒ You can enter up to 14 characters for HP-UX 11.0, 256 for Solaris 8 and Red
Hat Linux 7.0, and 51 for Red Hat Linux 6.2.
❒ When printing with the lp command, use ( _ ) instead of ( = ) and ( ; ) in-
stead of ( , ) for operating systems that cannot use ( = ) and ( , ) such as Solaris 2.5 or later.
After the installation shell script setup is complete, and if you enter the IP address in step
hosts file is modified
, the following message appears.
E
7
UNIX Configuration
Perform a test print to make sure that the settings are correct.
IIII
# lpr -Pnp file_name
# lp -d np file_name
1
For more information about lpr and lp, see p.14 “Printing Method”.
Deleting the printer
To print using the lp or lpr command, the option specified when the installation
shell script is executed is used. Change the option in accordance with the workstation you are using.
❖❖❖❖ BSD UNIX workstation, Linux
Delete the printer entry from /etc/printcap, and then execute the installation
shell script again. Select options during the setup process.
Or, search the printer entry from /etc/printcap, and change its rp capability
to option setting.
❖❖❖❖ Solaris, HP-UX
Delete the printer entry, and then execute the installation shell script again.
Select options during the setup process. To delete the printer entry, follow the
procedure below.
Stop the scheduler.
A
# /usr/sbin/lpshut
Delete the printer.
B
# /usr/sbin/lpadmin -x printer_name
Restart the scheduler.
C
# /usr/lib/lpsched
8
Using the Installation Shell Script
After Executing Installation Shell Script
The printing environment is setup automatically when the installation shell
script is executed.
This section describes the setup contents when the installation shell script is executed under Red Hat Linux, Solaris and HP-UX.
Linux
❖❖❖❖ Adding the IP address and host name to the /etc/hosts file
The following line is added to the /etc/hosts file. The IP address and printer
host name which you previously entered in the installation script will be
used.
192.168.15.16 nphost # Network Printer
• 192.168.15.16 is the IP address, nphost is the host name, from # to the end
of the line is a comment.
1
Note
❒ The /etc/hosts file contains a list of the IP addresses and host names of all
of the hosts communicating on the network. Each entry is delimited with
a space or a tab, and each line is separated with a return.
❒ If you do not use NIS or DNS, you must manually enter the IP address and
host name of each workstation using the network printer in the /etc/hosts
file.
❖❖❖❖ Adding an entry to the /etc/printcap file
The following entry is added to the /etc/printcap file, which is the configuration for printing with the lpr command. In order to use the lpr command to
print, you need to edit the /etc/hosts file, add an entry for the network printer to the /etc/printcap file and create a spool directory.
❒ The /etc/printcap file is used to register the name and attributes of a print-
er. You must make an entry for the network printer in the /etc/printcap
file of all workstations using the network printer.
❒ Each entry is separated with colons into several fields. The syntax is to be-
gin each entry with a colon, followed by the entry, and then end with a colon, a back slash, and then a return.
❒ The first line of the field is the name of the printer. You use this name when
logging on to a network printer from a workstation. You can define several
different names by separating each name with the “|” character.
❒ The second and following lines contain the printer's attributes. Attributes
of the printer are represented by two character names referred to as capabilities. For more information about capabilities, see the following table.
CapabilityExplanationValue Required for the Network
Printer.
rmHost name of the printerThe host name that was registered
with the /etc/hosts file
rpOptional specification
“lp” will be assigned, if the option
is not used.
sdPath name of the spool directoryPath name of the spool directory
lfPath name of the log filePath name of the log file.
mxMaximum file size which the di-
rectory can copy. When the size is
set to 0, the size is unlimited. If
nothing is entered, the size is set to
1024 k.
Select options for printing. For
more information about available
options, see p.19 “Specifying the
Device Option”.
that is to be created
For example /var/log/lpd-errs
None or something suitable
❖❖❖❖ Making the spool directory
Create a spool directory under /var/spool/lpd. The name of the spool directory should be the name of the printer followed by a “d”.
Note
❒ The spool directory is used to control the data used for a print job. For ex-
ample, when a print job is created, a temporary copy of the file data used
for printing is created in the spool directory. All workstations accessing the
network printer require a spool directory for the network printer.
❒ A spool directory should be made for every network printer entry listed in
the /etc/printcap file.
10
Using the Installation Shell Script
❒ The spool directory should normally be made under /var/spool/lpd and
the name should match that listed under the sd capability in /etc/printcap. Change the owner and group of the directory to root and lp. The following examples show how to make a /var/spool/lpd/npd spool
directory.
Error messages are logged to a file created in the /var/log directory. The log
file name is the printer name followed by “d-errs”.
Note
❒ The log file is used for logging some errors or warning messages by the
UNIX workstation.
❒ The log file should be made for every network printer entry listed in the
/etc/printcap file.
1
❒ The log file should normally be made under /var/log directory and the
name should match that listed under the lf capability in /etc/printcap.
Change the owner and group of the log file to root and lp. The following
examples show how to make a /var/log/npd-errs file.
❖❖❖❖ Adding the IP address and host name to the /etc/hosts file
The following line is added to the /etc/hosts file. The IP address and printer
host name which you previously entered in the installation script will be
used.
192.168.15.16 nphost # Network Printer
• 192.168.15.16 is the IP address, nphost is the host name, from # to the end
of the line is a comment.
Note
❒ The /etc/hosts file contains a list of the IP addresses and their host names
of all of the hosts communicating on the network. Each entry is delimited
with a space or a tab, and each line is separated with a return.
❒ If you do not use NIS or DNS, you must manually enter the IP address and
host name of each workstation using the network printer in the /etc/hosts
file.
11
UNIX Configuration
❖❖❖❖ Registering the printer
The installation shell script registers the printer as a remote printer.
If your workstation is Solaris 2.5.1, register the print server and print client
• np is the printer name, nphost is the host name. For more information
about “option”, see p.19 “Specifying the Device Option”. “lp” will be assigned, if the option is not used.
When printing with the lp command, use ( _ ) instead of ( = ) and ( ; )
instead of ( , ) for operating systems that cannot use ( = ) and ( , ) such as
Solaris 2.5 or later.
If your workstation is Solaris 2.5.1, set the print job to active so that it can
C
be accepted by the print queue.
/usr/lib/accept np
If your workstation is Solaris 2.5.1, set the print job to active to print.
D
/usr/lib/enable np
HP-UX
❖❖❖❖ Adding the IP address and host name to the /etc/hosts file
The following line is added to the /etc/hosts file. The IP address and printer
host name which you previously entered in the installation script will be
used.
192.168.15.16 np # Network Printer
• 192.168.15.16 is the IP address, np is the host name, from # to the end of the
line is a comment.
Note
❒ The /etc/hosts file contains a list of the IP addresses and their host names
of all of the hosts communicating on the network. Each entry is delimited
with a space or a tab, and each line is separated with a return.
❒ If you do not use NIS or DNS, you must manually enter the IP address and
host name of each workstation using the network printer in the /etc/hosts
file.
12
Using the Installation Shell Script
❖❖❖❖ Registering the printer
The installation shell script registers the printer as a remote printer by following the procedure below.
Stop the scheduler.
A
/usr/lib/lpshut
Register the printer.
B
/usr/lib/lpadmin -Pnp -v/dev/null -mrmodel
-ormnphost -orp"option" -ob3
• np is the printer name, nphost is the host name.
For more information about “option”, see p.19 “Specifying the Device
Option”.
“lp” will be assigned, if the option is not used.
Set the printer so that the print job is listed in the print queue.
C
/usr/lib/accept np
Set the printer to perform the print job.
D
/usr/lib/enable np
Restart the scheduler.
E
/usr/lib/lpsched
1
13
UNIX Configuration
Printing Method
1
Printing with lpr, lp
Execute one of the following commands according to the type of workstation being used:
❖❖❖❖ BSD UNIX workstation, Linux
% lpr -Pprinter_name file_name [file_name...]
For example:
printer name is np, file names are file1 and file2
% lpr -Pnp file1 file2
❖❖❖❖ Solaris, HP-UX
% lp -d printer_name file_name [file_name...]
For example:
printer name is np, file names are file1 and file2
% lp -d np file1 file2
Note
❒ “printer_name” is the name that was entered when executing the installation
shell script.
❒ You can use wild cards ( * or ? ) for the file name.
❒ The message “print session full” appears when the maximum number of
print requests has been reached (max. 5 sessions/ 10 sessions (Job Spool setting available)). You should try to print again when the number of requests is
less than five. You can check the number of print requests using % telnet. For
more information about using % telnet, see the Printer Reference.
Printing with rsh, rcp, ftp
You can also print using the rsh, rcp and ftp commands.
Note
❒ Print using the format that the printer can support.
❒ The message "print session full" appears when the maximum number of print
requests has been reached.
*1
The maximum number of print session differs depending on printer's total memory size. When the printer has standard memory (32MB), one print session is
available. When the printer has optional memory (total 96MB or larger), the maximum number of print sessions available is five (ftp:three).
*1
14
Printing Method
rsh
% rsh host_name print < file_name
For example:
host name is nphost, file name is file1
% rsh nphost print < file1
Note
❒ “host_name” is the name entered when executing the installation shell script.
❒ If you use a HP-UX, use the remsh command instead of rsh.
rcp
❖❖❖❖ To specify and print the file
% rcp file_name [file_name...] host_name:
For example:
host name is nphost, file names are file1 and file2
% rcp file1 file2 nphost:
1
❖❖❖❖ To print all of the files in a directory
% rcp -r directory_name host_name:
For example:
host name is nphost, directory name is directory1
% rcp -r directory1 nphost:
Note
❒ “host_name” is the name entered when executing the installation shell script.
❒ You can use wild cards ( * or ? ) for the file name.
ftp
Depending on the number of files to be printed, use the put or mput commands.
Limitation
❒ File names cannot contain “=” or “,”.
❖❖❖❖ To print one file
ftp> put file_name
❖❖❖❖ To print several files
ftp> mput file_name [file_name...]
Note
❒ You can use wild cards ( * or ? ) for the file name with the mput command.
15
UNIX Configuration
The following procedure shows an example of how to print a file using ftp.
It is not possible to set options with the mput command.
Start ftp using the IP address or host name of the printer.
AAAA
1
% ftp IP_address
Enter the user name. Skip the password, and then press the {{{{RETURN}}}} key.
BBBB
Name:
Password:
Set the file transfer mode to binary.
CCCC
ftp> bin
Note
❒ If the file transfer mode is not set to binary, the image might not be printed
correctly.
Print the file.
DDDD
Note
❒ For example, to print one file named file1:
ftp> put file1
❒ For example, to print two files named file1 and file2:
ftp> mput file1 file2
Exit ftp.
EEEE
ftp> bye
16
Printer Status
Printer Status
You can use the following commands to have information and the printer status
displayed or copied to a file.
Use the lpq or lpstat command to display the status of the printer or information
about print jobs.
Use the rsh, rcp or ftp commands to get more detailed information from the
printer.
Viewing the Print Job Status with lpq and lpstat
❖❖❖❖ BSD UNIX workstation, Linux
% lpq -Pprinter_name
For example: Printer name is np
% lpq -Pnp
1
❖❖❖❖ System V UNIX, Solaris, HP-UX
% lpstat -o printer_name
For example: Printer name is np
% lpstat -o np
Note
❒ In case of HP-UX, do not put a space between “-o” and “printer name”.
Viewing the Printer Status with rsh and ftp
Use the rsh or ftp command to display the status of the printer or information
about print jobs using specified parameters.
You can use these command for BSD and System V UNIX.
Note
❒ If your workstation is HP-UX, use the remsh command instead of the rsh
command.
% rsh host_name parameter
% ftp host_name
User user_name
password:
ftp> get parameter -
17
1
UNIX Configuration
Note
❒ Leave the user name and password blank, and then press the {{{{RETURN}}}} key.
❒ “-” indicates the standard output. It will be displayed on screen if the stand-
ard output has not been specified.
Parameters that can be used with rsh, rcp and ftp:
ParameterInformation returned
stat
infoInformation about the paper tray, output tray and printer language
prnlogRecord of the last 16 jobs printed
syslogRecord of messages about the Network Interface Board
Status of the printer
Information about print jobs
Copying Information to a File
Use the rcp or ftp command to copy information about the specified parameters
to a file.
You can use these commands for BSD and System V UNIX.
Note
❒ The same parameters are used as those above.
% rcp host_name:parameter file_name
% ftp host_name
User: user_name
password:
ftp> get parameter file_name
Note
❒ Leave the user name and password blank, and then press the {{{{RETURN}}}} key.
18
Specifying the Device Option
Specifying the Device Option
With the following options, you can print with specific printer functions.
Configuring the Device Option
The configuration of the print option can vary depending on the printing commands.
Host_name is the printer host name. File_name is the file name you want to print.
The device option is specified with the form of “option=value”. For more information about the types of device options and values, see the following explanations.
1
For example, the following settings are for printing with rsh, rcp, and ftp: switch
to PostScript, feed paper from paper feed tray 1, set the printing amount to 3 sets,
and print with the resolution set to 600 dpi (host_name : nphost, file_name :
file1).
ftp> put file1 filetype=postscript,tray=tray1,copies=3,resolution=600
Limitation
❒ The optional character strings that the printer can recognize are maximum
512 bytes.
❒ The number of available characters used as options are limited, depending on
their operating systems.
19
1
UNIX Configuration
Note
❒ Multiple options must be separated by commas (,). Do not use spaces.
❒ When the printing file contains the PCL, PJL, PostScript commands to control
the option, the command takes priority.
❒ Enter the option using the lp or lpr command, when the shell script is imple-
mented. The option settings you made here have been configured as a default
setting. You must create the other printer if you want to change the printer
option settings. For more information about changing the configured option,
see p.8 “Deleting the printer”.
❒ When printing with the lp command, use ( _ ) instead of ( = ) and ( ; ) instead
of ( , ) for operating systems that cannot use ( = ) and ( , ) such as Solaris 2.5 or
later.
----Using the cd command with ftp
For printing with ftp, if the option is specified using the cd command, the option
is available whenever the put or mput command is used.
ftp> cd option
Note
❒ The pwd command shows the current option settings.
ftp> pwd
20
Specifying the Device Option
List of the device options
Device OptionValueFunction Summary
filetypePCL, postscript (rps)Specifies the printer language
for printing
filtertextSpecifies the text printing
traytray1~tray3, bypass, allSpecifies the input tray