54hum 1.3 PDF
54hum 1.3 PDF
54hum 1.3 PDF
File to
Print
Print
Spooler
Filter/
Model
Parallel Port
printer
Printer
Named Pipe
PROS print
daemon
Devices
DI RECT
FTP
RTELNET
LPD FTP
RTELNET PROS B
PROS A
Axis Network Print Server
Interface
Directly
connected
U
N
I
X
Section 8: Setting Up - UNIX AXIS 5400 Users Manual
86
Limitations:
Spooler features, and printcap or lpr options (BSD) such as
multiple copies, are not available.
FTP The File Transfer Protocol is used for transferring files between hosts.
Advantages:
Uses industry standard network software on the host.
Limitations:
No printer status logging. In the case of BSD it may conflict with
other input or output filters and does not allow both input and
output filters. In System V no filters or interface programs can be
used.
PROS A protocol developed at Axis. Comes in two versions;
named pipe(PROS A) and filter (PROS B).
PROS A PROS A - Advantages:
The AXIS 5400 appears as a device to the system. This makes all
filter and model options available. It provides accounting and
status logging. Supports bi-directional printing. The printer
information read back can be viewed in a log file.
PROS A - Limitations:
A C compiler is required to build the PROS A drivers.
Note: You can download a C compiler from http://www.gnu.org/.
U
N
I
X
AXIS 5400 Users Manual Section 8: Setting Up - UNIX
87
PROS B PROS B - Advantages:
It provides accounting and status logging. Supports bi-directional
printing. The printer information read back can be viewed in a
log file.
PROS B - Limitations:
A C compiler is required to build the PROS B drivers and in the
case of BSD, it may conflict with other input or output filters. It
does not allow both input and output filters. Interface programs
can not be used in System V.
Note: You can download a C compiler from http://www.gnu.org/.
Reverse Telnet Often used for printing via a terminal server printer port. Only
recommended if you already have a Reverse Telnet driver installed.
Advantages:
Easy to set up with previously installed Reverse Telnet drivers.
Limitations:
No status logging. Drivers are not supplied with the AXIS 5400.
Existing drivers may be slow.
Other UNIX Systems Most UNIX systems resemble either BSD or System V and so with
some ingenuity, a solution can also be devised for other variants.
If the system has BSD socket type networking support, then prosbsd
(in the bsd directory of the AXIS 5400) can be used as a starting
point. It receives print data from stdin, and writes a log file to
stderr. Nothing is written to stdout.
Alternatively, FTP may be used. It is a good idea to use bsd/ftp_bsd
or sysv/ftp_sysv as a starting point.
IBM MVS Systems A sample JCL script, jclex, is available in the mvs directory of the
AXIS 5400. It gives an example of how to print a file from an MVS
mainframe to an AXIS 5400 using FTP.
U
N
I
X
Section 8: Setting Up - UNIX AXIS 5400 Users Manual
88
Using Logical Printers to Customize your Printing
The AXIS 5400 has a powerful facility for altering the print data. This
means that your desired print format can be realized on any type of
printer. The following actions can be invoked from the AXIS 5400:
The character set can be changed to suit the printer
Strings can be added before and after the print data
Strings within the print data can be substituted
ASCII to PostScript conversion
Hex Dump mode to assist with printing problems
If any of these actions are required, a Logical Printer is used to change
the print data before being sent to the printer port. There are eight
logical printers (PR1-PR8) that can be set up to filter the print data.
The default logical printers settings are such that PR1-PR4 cause no
change to the flow of print data, while PR5-PR8 add CR to LF
control characters:
Each logical printer can be set up using any Java enabled Web browser
or by directly editing the configfile.
Logical Printer Changes to data
PR1 no change
PR2 no change
PR3 no change
PR4 no change
PR5 add CR to LF
PR6 add CR to LF
PR7 add CR to LF
PR8 add CR to LF
U
N
I
X
AXIS 5400 Users Manual Section 8: Setting Up - UNIX
89
Notes: The examples in this section describes how you can configure the
available logical printers using a standard Web browser. If you
want to set them directly by editing the configfile, just enter the
values for the corresponding parameters.
The examples should only be viewed as suggestions how to
configure the logical printers. You should, off course, configure
them according to the needs of your network.
In B - TheParameter List, on page 139, you can find a complete
list of the AXIS 5400 parameters.
Refer to Section 9 Management & Configuration, on page 97, for
more information about the available management tools.
U
N
I
X
Section 8: Setting Up - UNIX AXIS 5400 Users Manual
90
Character Set
Conversion
A common problem in a multiple host environment is that different
hosts use different ASCII character sets. As a result of this, language
specific characters (such as ) are sometimes printed incorrectly.
The AXIS 5400 solution to this problem is to assign a character set
conversion filter to a logical printer, and then link that logical printer
to the host causing the problem.
You select your desired conversion filter by setting the Character Set
Conversion (PRx_CSET) parameter. The output from the conversion
filter is always IBM PC Set 2 (Code Page 437), and this is the
character set the printer must be set up for.
Example: Your network contains a host using the character set ISO 8859-2. In
order to direct its print jobs to the printer connected to the AXIS
5400, you should assign the host to a separate logical printer, and
install a character set conversion filter.
Follow the instructions below to change the conversion filter:
1. Select the Printer1 Web page.
2. Set the parameter Character Set Conversion to ISO>IBM.
3. Click the Submit Printer1 settings button.
The ISO 8859-2 printer data that is sent to logical printer PR1
converts to IBM PC Set 2.
U
N
I
X
AXIS 5400 Users Manual Section 8: Setting Up - UNIX
91
Adding Strings Before
and After Print Jobs
These string functions provide a way to send printer control
commands before and after each print job. They may be specified
individually for each logical printer.
All strings are entered as hexadecimal byte values.
Example: Assume that the logical printer PR5 is configured as a PostScript
printer and that you want to append the PostScript End of File
character (hex 04) after each print job.
Follow the instructions below to add a string after the print job:
1. Select the Printer5 Web page.
2. Enter the string 04 in the String After Print Job text field.
3. Click the Submit Printer5 settings button.
Example: You have an HP LaserJet printer with dual input bins, and want to
print on pre-printed forms when using the logical printer PR4. The
standard forms are taken from bin 1, and the pre-printed forms are
taken from bin 2. The string before print job should contain the
command to select bin 2,
E
C
l4H (hex 1B 26 6C 34 48), and the string
after print job should contain the command to select bin 1,
E
C
l1H
(hex 1B 26 6C 31 48).
Follow the instructions below to add strings before and after the print
job:
1. Select the Printer4 Web page.
2. Enter the string 1B 26 6C 34 48 in the String Before Print Job
text field.
3. Enter the string 1B 26 6C 31 48 in the String After Print Job
text field.
4. Click the Submit Printer4 settings button.
U
N
I
X
Section 8: Setting Up - UNIX AXIS 5400 Users Manual
92
String Substitutions The string substitution function performs search and replace
operations on the print data. The primary application is to replace
printer control commands. Up to twenty string substitutions may be
specified individually for each logical printer.
All strings must be entered as hexadecimal byte values, and each match
and substitute string must be preceded by a count byte.
You substitute command strings by editing the String Substitutions
(PRx_STR) parameter.
Example: Assume that you want to replace the UNIX New Line (hex 0A) with
an ASCII NewLine (hex 0D 0A) for logical printer PR1.
Follow the instructions below to substitute command strings:
1. Select the Printer1 Web page.
2. Enter the string 01 0A 02 0D 0A in the String Substitutions text
field.
3. Click the Submit Printer1 settings button.
This is the default setting for logical printers PR5 through PR8.
Hex Code Explanation
01 length of the string you want to replace
0A the string you want to replace
02 length of the substitute string
0D 0A the substitute string
U
N
I
X
AXIS 5400 Users Manual Section 8: Setting Up - UNIX
93
Example: Assume that you want to replace the UNIX New Line (hex 0A) with
an ASCII NewLine (hex 0D 0A), and the printer command
E
C
G1
(hex 1B 47 31) with
E
C
Y (hex 1B 59) for logical printer PR2.
Follow the instructions below to substitute command strings:
1. Select the Printer2 Web page.
2. Enter the string 01 0A 02 0D 0A 03 1B 47 31 02 1B 59 in the
String Substitutions text field.
3. Click the Submit Printer2 settings button.
Note: Extensive use of string substitutions will naturally decrease the
throughput rate of the AXIS 5400.
Hex code Explanation
01 length of the UNIX New Line command
0A the UNIX New Line command
02 length of the ASCII New Line command
0D 0A the ASCII New Line command
03 length of the replaced printer command
1B 47 31 the replaced printer command
02 length of the new printer command
1B 59 the new printer command
U
N
I
X
Section 8: Setting Up - UNIX AXIS 5400 Users Manual
94
ASCII to Postscript
Conversion
The AXIS 5400 logical printers can translate ASCII print data into
PostScript format. This makes it possible to print with a PostScript
printer from a host that does not support PostScript. The conversion
is selected by activating a filter that converts ASCII data into
Postscript. This filter can be activated individually for each logical
printer.
Activate your desired filter by setting the Printing Language
Translation (PRx_FILT) parameter.
Example: Follow the instructions below to convert ASCII print data to
PostScript for logical printer PR2:
1. Select the Printer2 Web page.
2. Set the Printer Language Translation parameter to POSTSCR.
3. Click the Submit Printer2 settings button.
If you select the parameter value AUTO_PS, the print data for every
print job is searched and if any ASCII data is found, it is translated
into PostScript. This setting is recommended if you are not sure if the
print data is ASCII or PostScript.
PostScript Settings When a logical printer is set for PostScript conversion, you must
specify the following:
page size
page orientation
page formats
which font is to be used
U
N
I
X
AXIS 5400 Users Manual Section 8: Setting Up - UNIX
95
The default page size is A4 and the default page orientation is Portrait,
while the page format parameters are:
The PostScript font can be any font that is installed in the printer; if
no font is specified, Courier will be used.
Example: Follow the instructions below to set the PostScript parameters for
logical printer PR2:
1. Select the Printer2 Web page.
2. Set the Printer Language Translation parameter to POSTSCR.
3. Set the PostScript Page Size parameter to LETTER.
4. Set the PostScript Page Orientation parameter to LANDS.
5. Enter the string 48 0 120 60 30 50 in the PostScript Page
Format text field.
6. Enter the string Helvetica in the PostScript Font text field.
7. Click the Submit Printer2 settings button.
Page Format Parameter Default Value
Lines per page 66
Characters per line 0 0=disable line wrap
Characters per inch 10.0
Lines per inch 60 60 = 60 lines per inch
Left margin 30 30 = 3.0 mm
Top margin 50 50 = 5.0 mm
Hex code Explanation
48 48 lines per page
0 disable line wrap
120 12 characters per inch
60 6 lines per inch
30 3 mm left margin
50 5 mm top margin
U
N
I
X
Section 8: Setting Up - UNIX AXIS 5400 Users Manual
96
Read-back of
information
The AXIS 5400 supports bi-directional printing. The information
from the printer is read back on the parallel port when the parameter
Read Back Port (PRx_IN) has the default setting of AUTO. However,
it is required that the printer also supports bi-directional printing.
Please refer to your printer documentation for further details regarding
bi-directional printing support.
Example: Follow the instructions below to disable the bi-directional
communication for logical printer PR1:
1. Select the Printer1 Web page.
2. Set the Read Back Port parameter to NONE.
3. Click the Submit Printer1 settings button.
Debugging using the
Hex Dump Mode
When hex dump mode is activated, the print data is printed as
hexadecimal byte values rather than characters; printer control
commands are also printed as hex values. This allows you to inspect
what control and print characters are being sent to the printer, which
is a useful debugging facility for the more difficult printing problems.
Example: Follow the instructions below to activate the hex dump mode for PR3:
1. Select the Printer3 Web page.
2. Set the Hex Dump Mode Enabled radio button to YES.
3. Click the Submit Printer3 settings button.
Note: The page length for hex dump printouts is determined by the
lines per page value of the PostScript page format parameter.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
AXIS 5400 Users Manual Section 9: Management & Configuration
97
Section 9 Management & Configuration
The management and configuration tools that are supported by the
AXIS 5400 allows you to:
Change the print server parameters, i.e. editing the configfile
Receive extended information about the print jobs
Receive printer port status
Monitor your printers
Reset the AXIS 5400
Upgrade the AXIS 5400 firmware (Refer to Section 11 Upgrading
theSoftware, on page 133)
Configuration
Overview
The method you should use to manage and configure your AXIS 5400
is depending on the operating system protocols of your network. The
table below displays which method to use for each supported
environment.
Operating System Protocols Configuration/Management methods
IPX/SPX
(NetWare)
AXIS NetPilot - See page 107
HP JetAdmin - See page 123
Novell Utilities - See page 124
TCP/IP
(UNIX,
Windows 95/98/NT/2000,
Windows 3.1/WfW,
NetWare Pure IP, OS/2)
Web Browser - See page 98
AXIS ThinWizard - See page 103
FTP - See page 115
telnet - See page 118
SNMP - See page 121
HP Web JetAdmin - See page 123
NetBIOS/NetBEUI
(Windows 95/98/NT/2000,
Windows 3.1/WfW, OS/2)
AXIS NetPilot - See page 107
AppleTalk Web browser - See page 98
Mac-FTP - See page 115
AXIS NetPilot via a PC platform in the
same network - See page 107
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
Section 9: Management & Configuration AXIS 5400 Users Manual
98
Using a Web browser
Once you have established the AXIS 5400 in the TCP/IP
environment, as described in Assigningan IP addresson page 25, you
are free to access the AXIS 5400 Web pages from any Java enabled
Web browser.
The Web interface of the AXIS 5400 is divided into two modes of
operation, User mode and Admin mode.
User In User mode, you have no rights to change any parameter settings.
However, if you have access rights to the Admin mode, you can
change some of the basic parameters from User mode via the
Configuration Wizard. This mode is intended for regular users who
are only interested in using the print server's interface for checking
print jobs or viewing printer properties. If you want to change any
other of the print server's settings, you must enter the Admin mode.
Admin When in Admin mode, you have access to all the print server's
parameters and you can change them to your liking. This mode is
intended for network administrators and is password protected to
prevent unauthorized changing of the print server parameters.
Note: If the ROOT_PWD parameter is set to pass, which is the default
value, you have access to the User mode as well as the Admin
mode.
Accessing the
Web Pages
Follow the steps below to access the internal home page of the AXIS
5400. The browser used in the following example is Netscape
Navigator 4.3.
1. Start your Web browser.
2. From the File menu, select Open Page...
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
AXIS 5400 Users Manual Section 9: Management & Configuration
99
3. Type the host name or the IP address of your AXIS 5400 in the
Open Page dialog, as detailed below:
You can alternatively type the host name or the IP address directly
into the Web browsers Location text field.
The User Mode home page of your AXIS 5400 appears in the browser
window.
The AXIS 5400 User Home Page
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
Section 9: Management & Configuration AXIS 5400 Users Manual
100
Click the Admin button to enter the Admin mode. If the management
password is set to anything but pass, you must enter root as the user
and the password. The password pass is the default password of the
AXIS 5400.
The AXIS 5400 Administrator Home Page
Available Services
from the User Mode
The following services are available from the User mode. An
additional link to the Axis home page is available from this mode.
The Printer Overview page contains a section that allows you to view
the general parameter setting of the AXIS 5400, including the print
server name and the location of the print server in your organization, if
defined.
If you have admin access rights you can use the Configuration Wizard
to perform basic configuration of the AXIS 5400.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
AXIS 5400 Users Manual Section 9: Management & Configuration
101
By clicking on the printer icon, a printer page opens, allowing you to
view the status and the supported capabilities of the connected printer.
The extent of this information is depending on the printer model.
From the printer page, you can also print a test page to the printer.
From the Print Jobs page you can view the status of the current print
jobs, including the number of printed bytes and the origin of the print
job. You can also view a log of the 20 latest print jobs that includes the
user, the printing protocol and the file size. A log that displays the
accumulated usage of the connected printer allows you to control the
usage of the connected printers.
The General Help page presents you with basic information about the
AXIS 5400 and the Web user interface. A short description of the Axis
installation tools, you should use when installing a printer on your PC,
is also included.
Available Services
from the Admin Mode
The following services are available from the Admin mode. An
additional link to the Axis home page is available from this mode
The This Print Server page contains a section that allows you to view
and modify the general parameter setting of the AXIS 5400, including
the print server name, the node address, the password and the base
URL. You can also configure any of the eight available logical printers
of the AXIS 5400. Management operations, like restarting the AXIS
5400 and resetting its parameters to the factory default settings, are
also available.
By clicking on the printer icon, a printer page opens, allowing you to
view the status and the supported capabilities of the connected printer.
The extent of this information is depending on the printer model.
From the printer page, you can also print a test page to the printer.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
Section 9: Management & Configuration AXIS 5400 Users Manual
102
From the Print Jobs page you can view the status of the current print
jobs, including the number of printed bytes and the origin of the print
job. You can also view a log of the 20 latest print jobs that includes the
user, the printing protocol and the file size. A log that displays the
accumulated usage of the connected printer allows you to control the
usage of the connected printers. If you want to delete an ongoing print
job, a delete button is available on this page.
From the Network Settings page you can set all parameters that
control the network traffic to and from the AXIS 5400. You can
enable or disable any of the supported network protocols and fine-
tune the parameter settings.
Caution! Any network configuration should involve the Network
Administrator.
From the Support page you can receive help to resolve any installation
or print problems that might occur. If your problems persist, the
Support page allows you to produce a Server Report. The Server
Report includes the settings of the AXIS 5400, information about
your connected printers as well as the current network settings. The
Server Report is of great value for support assistance, so please mail,
email or fax it to your support channel together with a detailed
problem description.
The Statistics page displays information about the network traffic to
and from the AXIS 5400 as well as information about servers and
services that are connected or associated with the AXIS 5400.
The Help Contents displays a comprehensive description of the
configuration and management activities that can be performed from
the internal Web pages of the AXIS 5400. Theses activities include
instructions on how to install the AXIS 5400 in various environments
and how to upgrade it with new firmware. A detailed index is also
available.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
AXIS 5400 Users Manual Section 9: Management & Configuration
103
Using AXIS ThinWizard
AXIS ThinWizard is a management tool that allows you to manage
and upgrade ThinServer products. You can find, monitor and upgrade
your Axis print servers remotely in any TCP/IP network using a
standard Web browser.
The internal Web pages of Axis ThinServer products integrate directly
into AXIS ThinWizard, giving you access to the services described in
Usinga Web browser on page 98.
Once you have established the AXIS 5400 in the TCP/IP
environment, as described in Assigningan IP addresson page 25, you
are free to access the AXIS 5400 from AXIS ThinWizard.
Installing AXIS
ThinWizard
You should only install AXIS ThinWizard on a designated server on
your network. When you want to use the AXIS ThinWizard for
management purposes, you just access the server via any standard Web
browser.
The AXIS ThinWizard software is available on the AXIS Online CD
and can also be downloaded from the Axis WWW home page at
http://www.axis.com/.
Note: You cannot install the AXIS ThinWizard server software on a
Windows 3.1 or a Windows for Workgroups server. However,
you can access AXIS ThinWizards Web interface from any
TCP/IP client in your network
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
Section 9: Management & Configuration AXIS 5400 Users Manual
104
Starting AXIS
ThinWizard
Follow the instructions below to start the AXIS ThinWizard:
1. Make sure that the computer where you installed the AXIS
ThinWizard is up and running on your network.
2. Start a Web browser from a client in your network.
3. Enter the IP address or the host name of the server where you
installed AXIS ThinWizard. If the server is installed on another
port than 80, you must enter the port name after the host name or
the IP address.
4. The AXIS ThinWizard start page appears in the Web browser.
Enter your user name and the password and click the Log in
button.
5. The AXIS ThinWizard interface appears. Select a network group
from the list. If the list is empty, you must first create a group.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
AXIS 5400 Users Manual Section 9: Management & Configuration
105
Creating a
Network Group
The network group concept is the corner stone of AXIS ThinWizard.
By dividing your network into network groups, you can monitor your
print servers more efficiently. The scope of each network group is
determined by the Axis server types and IP address ranges that are
included. You can create as many network groups as you want.
Follow the instructions below to create a network group:
1. Click the Network Groups button in the AXIS ThinWizard main
menu.
2. Click the Create button.
3. The Create Network Group page opens. Type the name of the
network group, enter the IP address ranges and Axis server types
that should be included. If you are only interested in managing
print servers, deselect all options but the Print Servers option.
4. Click OK to create the network group.
You can edit the properties of each network group from the Network
Groups page. Simply select the network group from the list and use
one of the Edit, Copy or Remove commands.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
Section 9: Management & Configuration AXIS 5400 Users Manual
106
Managing the
print servers
Follow the instructions below to access the AXIS 5400 using AXIS
ThinWizard:
1. Click the Manage Network button in the main menu.
2. Select the network group, including the AXIS 5400, from the
drop-down list. All AXIS servers included in the network group
appear in the window.
3. Click the link of the AXIS 5400 to access its internal Web page.
4. The Srv and Dev columns show the status of your print servers
and printers.
You are now free to manage and configure the AXIS 5400 as described
in AvailableServicesfrom theUser Modeon page 100.
Upgrading
Axis Servers
Refer to UpgradingusingAXIS ThinWizard on page 134, for more
information about upgrading Axis Servers using AXIS ThinWizard.
Additional
Information
If you need more information, please refer to the AXIS ThinWizard
on-line help.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
AXIS 5400 Users Manual Section 9: Management & Configuration
107
Using AXIS NetPilot
AXIS NetPilot is the recommended tool to use for configuring the
AXIS 5400 in networks that support communication via the IPX/SPX
or the NetBIOS/NetBEUI protocols.
AXIS NetPilot allows you to:
Change the AXIS 5400 parameter values
Modify network environment settings
Monitor your printers on the network
Create logical groups of print servers to simplify administration
Upgrade the AXIS 5400
Starting AXIS
NetPilot
Start AXIS NetPilot by clicking the AXIS NetPilot icon, which resides
in the folder where you installed AXIS NetPilot.
The main window of AXIS NetPilot
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
Section 9: Management & Configuration AXIS 5400 Users Manual
108
Changing the
parameter values
AXIS NetPilot provides you with two useful tools for changing
parameter values:
Property pages: Use the Property pages if you have little
experience in editing configfiles and need
a user-friendly interface.
Parameter List Editor: Use this fast and efficient tool if you have
considerable experience in editing config
files.
The Property Pages The Property pages provide an easy way to view and change the
parameters. Each property page comprises a set of selection tabs that
are appropriate to your operating environments. Each parameter can
be edited by selecting the relevant box.
Follow the instructions below to open and edit an arbitrary Property
Page:
1. Select the AXIS 5400 from the Network Print Servers folder.
2. Click the Properties button on the AXIS NetPilot toolbar or
choose Properties from the Setup menu.
3. Select the tab that includes the parameter you want to change.
4. Change the value.
5. Click Apply to save the change to the print server. (If you select
OK instead, the Property pages closes automatically after the
change has been saved).
The Parameter
List Editor
The Parameter List Editor is a simple editor that enables you to:
Edit the AXIS 5400 configfile.
Save customized configfiles to your hard disk.
configure several network print servers simultaneously.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
AXIS 5400 Users Manual Section 9: Management & Configuration
109
Follow the instructions below to use the Parameter List Editor:
1. Choose Edit Parameter List from the Setup menu.
2. Download a configfile from a print server or from your hard disk
by selecting from File or from Print Server.
3. Click the Load button and the configfile opens in the editor.
4. Edit the configfile.
5. Select the appropriate radio button, To File or To Print Server.
6. Click Save after you have made your choice, to save the modified
configfile.
Important: When saving the configfile to multiple print servers, make sure
that you do not assign the same IP address to different print
servers.
Modifying the
network
environments
From the Network Environment window you can modify the network
settings for each supported network environment.
To gain access to the Network Environment window, follow the
instructions below:
1. Select the AXIS 5400 from the Network Print Servers folder.
2. Click on the Network button on the toolbar or select Network
from the Setup menu.
3. Select the tab corresponding to the environment that you want to
modify.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
Section 9: Management & Configuration AXIS 5400 Users Manual
110
Monitoring Printers To simplify printer monitoring, you can create logical groups of
printers. The printer status of each printer is displayed in the AXIS
NetPilot window.
AXIS NetPilots Monitoring Window
Creating a
printer group
Follow the instructions below to create a printer group:
1. Select the Monitoring Printers folder.
2. Click on the New Group button on the toolbar or select New
Printer Group from the File menu.
3. Type a printer group name in the text field and click OK.
You can create as many printer groups as you want.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
AXIS 5400 Users Manual Section 9: Management & Configuration
111
Adding a printer
to a printer group
Follow the instructions below to add a printer to a printer group:
1. Select the printer group folder, located in the Monitoring
Printers folder.
2. Click on the Add Printer button on the toolbar or select Add
Printer from the File menu.
3. The Add Printer window appears. Double-click the print server,
to which the desired printer is connected and select the printer
port. Click OK.
Examining printers Follow the instructions below to monitor the printers:
1. Select the printer group folder, located in the Monitoring
Printers folder. The printer status appear in the right-hand frame
of AXIS NetPilot.
2. If you want the status to appear in a new window, click the
Monitoring button on the AXIS NetPilot toolbar.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
Section 9: Management & Configuration AXIS 5400 Users Manual
112
Grouping logically
connected
Print Servers together
AXIS NetPilot allows you to create logical groups of print servers in
order to simplify administration. Installed print servers are displayed
in the Network Print Servers folder and shortcuts to these print
servers can be added to the print server groups. Management
operations performed on the shortcuts affects the functionality of the
print servers.
Creating a
Print Server Group
Follow the instructions below to create a print server group:
1. Select the AXIS Units folder.
2. Click on the New Group button on the toolbar or select New
Print Server Group from the File menu.
3. Type a print server group name in the text field and click OK.
You can create as many print server groups as you want, but you
cannot include a print server in more than one group.
Adding a
Print Server to
a Print Server Group
Follow the instructions below to add a print server to a print server
group:
1. Select the print server group folder, located in the AXIS Units
folder.
2. Click on the Add PS button on the toolbar or select Add Print
Server from the File menu.
3. The Add Network Print Server window appears. Select the print
server and click OK.
Examining
Print Servers
Follow the instructions below to monitor the print servers:
1. Select the print server group folder, located in the AXIS Units
folder.
2. Select the print server.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
AXIS 5400 Users Manual Section 9: Management & Configuration
113
Printer Information Follow the instructions below to obtain detailed printer information
from printers appearing in the monitoring window:
Note: The extent of the detailed printer information is depending on
your printer model.
1. Select the desired printer folder, located in the Monitoring
Printers folder.
2. Click the desired printer icon and choose Printer Information
from the File menu.
AXIS NetPilot Printer Information window
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
Section 9: Management & Configuration AXIS 5400 Users Manual
114
You can also view the detailed printer information in the Summary
window.
AXIS NetPilot Summary window
Upgrading the Print
Server
You can use the AXIS NetPilot Upgrade Wizard to upgrade the AXIS
5400 software. Please refer to Section 11 UpgradingtheSoftware, on
page 133, for details.
Additional
information
Refer to the AXIS NetPilot on-line help for further information about
this tool.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
AXIS 5400 Users Manual Section 9: Management & Configuration
115
Using FTP
Having assigned an IP address to your AXIS 5400, as described in
Assigningan IP addresson page 25, you can change the AXIS 5400
parameter settings using the File Transport Protocol (FTP).
Editing the config file Follow the instructions below to edit the configfile using FTP:
1. Log in to the AXIS 5400 by typing:
ftp <host name> or ftp <IP address> in a DOS window
(Windows and OS/2) or in a UNIX shell window.
2. Enter the user id and the password. (The default entries are root
and pass.)
3. Download the configfile to your host by typing:
get config
4. Edit the file using your preferred text editor.
5. Save the configfile to the AXIS 5400 by typing:
put config CONFIG
Notes: It is important that the destination file is specified in capital
letters. Otherwise the edits are temporary and will be lost once the
AXIS 5400 has been powered down.
To edit the configfile from a Macintosh you will need FTP
support such as MacTCP, Fetch or Anarchie. The procedure for
editing the file is the same as described above.
The example on the next page shows how to edit the configfile using
FTP from a DOS window.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
Section 9: Management & Configuration AXIS 5400 Users Manual
116
Example:
> ftp npserver
connected to npserver.
220 AXIS 5400 FTP Print Server v6.00 Jun 17 1999
ready.
Name (npserver:thomas): root
331 User name ok, need password
Password: pass (not visible)
230 User logged in
ftp> get config
200 PORT command successful.
150 Opening data connection for config
(192,36,253,4,13,223), (mode ascii).
226 Transfer complete.
8588 bytes received in 0.24 seconds (35.63 kbytes/s)
ftp> put config CONFIG
200 PORT command successful.
150 Opening data connection for CONFIG
(192,36,253,4,13,223), (mode ascii).
226 Transfer complete.
8588 bytes received in 0.45 seconds (19.04 kbytes/s)
ftp> bye
221 Goodbye.
>
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
AXIS 5400 Users Manual Section 9: Management & Configuration
117
Viewing
the Status File
The status command shows which printer port the logical printers are
assigned to, and their current status.
Follow the instructions below to view the statusfile using FTP:
1. Log in to the AXIS 5400 by typing:
ftp <host name> or ftp <IP address> in a DOS windows
(Windows and OS/2) or in a UNIX shell window.
2. Enter the user id and the password. (The default entries are root
and pass.)
3. Download the statusfile to your host by typing:
get status
4. View the status file using your preferred text editor.
Viewing
the Account File
The account file contains data concerning the 20 last print jobs. It
specifies an internal job number, the user that initiated the job, the
protocol and logical printer that was used, current status (Completed,
Off-line, or Printing), number of bytes printed, elapsed time and off-
line time.
Follow the instructions below to view the account file using FTP:
1. Log in to the AXIS 5400 by typing:
ftp <host name> or ftp <IP address> in a DOS windows
(Windows and OS/2) or in a UNIX shell window.
2. Enter the user id and the password. (The default entries are root
and pass.)
3. Download the account file to your host by typing:
get account
4. View the account file using your preferred text editor.
FTP Help By typing help in step 3 in the FTP instruction sets above, a list of all
available files and commands will be displayed.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
Section 9: Management & Configuration AXIS 5400 Users Manual
118
Using Telnet
Having assigned an IP address to your AXIS 5400, as described in
Assigningan IP addresson page 25, you can manage your AXIS 5400
using the telnet protocol.
Viewing
the Account File
The account file contains data concerning the last 20 print jobs. It
specifies an internal job number, the user that initiated the job, the
protocol and logical printer that was used, current status (Completed,
Off-line, or Printing), number of bytes printed, elapsed time and off-
line time.
Follow the instructions below to view the account file using telnet:
1. Log in to the AXIS 5400 by typing:
telnet <host name> or telnet <IP address> in a DOS
window (Windows and OS/2) or in a UNIX shell window.
2. Enter the user id and the password. (The default entries are root
and pass.)
3. View the account file by typing:
account
The example on the next page shows how to view the account file using
Telnet from a UNIX window.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
AXIS 5400 Users Manual Section 9: Management & Configuration
119
Example:
Typical Telnet session to view the Account File
> telnet npserver
Trying 192.36.253.96...
Connected to npserver.
Escape character is ^].
AXIS 5400 TELNET Print Server v6.00 Jun 17 1999
AXIS 5400 network login: root
Password: pass (not visible)
AXIS 5400 TELNET Print Server v6.00 Jun 17 1999
Root> account
Current account file:
JOB USER PROT LPR S BYTES ETIMEOTIME
1 Thomas FTP pr2 C 1885 2 0
2 Joe LPT pr1 C 23074 4 0
3 RICHARD PSERVER pr2 C 43044 5 0
4 MacUser APPLE pr1 C 6717 2 0
5 LSLM_userNetBIOS pr2 C 36995 3 0
6 patrick PROS pr5 P 83208 9 0
Root>
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
Section 9: Management & Configuration AXIS 5400 Users Manual
120
Viewing
the Status file
The status command shows which printer port the logical printers are
assigned to, and their current status.
Follow the instructions below to view the statusfile using telnet:
1. Log in to the AXIS 5400 by typing:
telnet <host name> or telnet <IP address> in a DOS
windows (Windows and OS/2) or in a UNIX shell window.
2. Enter the user id and the password. (The default entries are root
and pass.)
3. View the statusfile by typing:
status
Performing resets Three types of reset commands allow you to perform soft resets, to
perform hard resets, and to reset the print servers parameters to its
factory default settings.
Follow the instructions below to perform a soft reset using telnet:
1. Log in to the AXIS 5400 by typing:
telnet <host name> or telnet <IP address> in a DOS
windows (Windows and OS/2) or in a UNIX shell window.
2. Enter the user id and the password. (The default entries are root
and pass.)
3. Restart the print servers protocols by typing:
softreset
Replace the command in step 3 above with hardreset or default to
perform the other two reset operations.
Telnet Help By typing help in step 3 in any of the Telnet instruction sets above, a
list of all available commands will be displayed.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
AXIS 5400 Users Manual Section 9: Management & Configuration
121
Using SNMP
You can use SNMP (Simple Network Management Protocol) for
remotely monitoring and configuring of the AXIS 5400. All major
functions for print servers are supported.
General Information SNMP refers to a set of standards for network management, including
a protocol, a database structure specification, and a set of data objects.
The AXIS 5400 SNMP implementation runs in TCP/IP and
NetWare (IPX) networks.
The management is handled by NMS (Network Management System)
software running on a host on your network. The NMS software
communicates with network devices by the means of messages, which
are references to one or more objects.
A message can be a question or an instruction to a device, or an alarm
triggered by a specific event in a device. Objects are contained in data
bases called MIBs (Management Information Base), where MIB-II is a
standard database.
The AXIS 5400 supports all relevant parts of MIB-II and of the host
resources MIB. The AXIS 5400 also includes a private enterprise MIB,
the AXIS MIB.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
Section 9: Management & Configuration AXIS 5400 Users Manual
122
The AXIS MIB In order to make full use of the AXIS 5400 SNMP support, you are
required to use NMS software that allows you to install private
enterprise MIBs, like the AXIS MIB.
The AXIS MIB contains a large number of objects which may be
categorized as follows:
Menu objects - used for viewing and changing the AXIS 5400
configuration from the NMS program. Refer to B - TheParameter
List, on page 139.
Printer status and unit administration objects - used for
monitoring AXIS 5400 print jobs and storing parameter changes
permanently.
Trap objects - used for alarms at various error conditions.
For technical details, you can view the MIB file (axis.mib) with any
text editor.
The AXIS MIB is resident on the AXIS 5400 and can be downloaded
directly from the print server to your NMS software using FTP.
Follow these steps to add the AXIS MIB to your NMS software:
1. Log in to the AXIS 5400 using FTP.
2. Download the MIB file /snmp/axis.mib to the NMS host.
3. Install the AXIS MIB according to instructions in your NMS
software documentation.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
AXIS 5400 Users Manual Section 9: Management & Configuration
123
Using HP Administration Tools
The AXIS 5400 is fully compatible with the HP JetAdmin and the HP
Web JetAdmin printer management software. You can use either tool
to install and configure your printer devices, and to monitor the
current status of your AXIS 5400 and the connected printers.
Please refer to the appropriate Hewlett Packard documentation for
further details about these tools.
Notes: To enable support for the HP JetAdmin and the HP Web
JetAdmin management software, you must set the
HP_JETADMIN parameter to YES.
It is not possible to upgrade the AXIS 5400 Flash Memory from
the HP JetAdmin.
If the AXIS 5400 has been configured with HP JetAdmin or HP
Web JetAdmin, you cannot configure it with AXIS NetPilot
unless you first reset it to the factory default settings.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
Section 9: Management & Configuration AXIS 5400 Users Manual
124
Using Novell Utilities
After installing the AXIS 5400 into the NetWare environment, you
can manage your AXIS 5400, using either Novells NetWare
Administrator, or PCONSOLE.
NetWare
Administration
Some useful features provided by the NetWare Administrator are
described in more detail below:
Printer Status The Printer Status menu, detailed below, shows the status of an active
print job serviced by an AXIS 5400 network print server. It displays
detailed information concerning the active job including, Print
Queue, print job description, size of print file, percentage of job
completed, etc. You can also abort or pause the print job from this
menu.
NetWare Administrator Printer Status Menu
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
AXIS 5400 Users Manual Section 9: Management & Configuration
125
Notification You can use the NetWare Administrator to enable or disable status
notification messages for printers connected to the AXIS 5400, e.g.
Busy, Off-line, Out of paper, Paper jam, etc. You can also add or
remove print job owners and administrators from the list of persons to
be notified.
Print Layout You can view installed AXIS 5400 Network Print Servers and their
relative print queues for any NetWare Organizational Unit. You can
also display summary information by right-clicking on the printer
object you want to examine.
NetWare Print Layout with corresponding information summary
Section 10: IPP AXIS 5400 Users Manual
126
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
Section 10 IPP
Overview
IPP (Internet Printing Protocol) is a TCP/IP based client-server
protocol. IPP enables printing over any LAN or WAN supporting
TCP/IP. The most prevalent example of this is IPP printing over the
Internet, which is illustrated below.
Figure: The path of a print job from LAN to LAN over the Internet
In practical terms this means that you can send documents to a remote
printer as an addition to or replacement of fax and e-mail, with the
same quality and color options of traditional network printing.
AXIS 5400 Users Manual Section 10: IPP
127
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
N
e
t
W
a
r
e
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
User Requirements
The IPP protocol does not require any special configuration of the
print server, the IPP function is automatically activated when you
install your AXIS 5400 Print Server.
IPP is platform independant and functional in Windows (NT, 95, 98
and 2000), Macintosh, OS/2, NetWare and UNIX environments.
Currently available IPP clients include:
the Internet Printer Connection software from Hewlett Packard
for WindowsNT,
the Microsoft IPP Client delivered with Windows 2000,
IPP clients for Windows 95 and 98 that can be downloaded
from the Microsoft web site.
the Common Unix Printing System for Unix/Linux
environments.
Firewall
Considerations
If there are one or more firewalls between the IPP Client and the
server, you may have to make some changes to the firewall
configuration. IPP uses TCP port 631 for printing, so any firewalls
between client and server must be configured to allow bi-directional
traffic on that port. Please consult your network administrator if you
think any configuration changes are neccesary.
IPP Compliance The Axis print server with integrated IPP is compatible with any 1.0
and 1.1 - compliant IPP client. The AXIS 5400 Print Server presents
IPP Printer objects to the client, one for each printer port.
Note: Axis firmware including IPP can be down-loaded free of charge
from the Axis website http://www.axis.com.
The details on how to print will vary between different IPP
clients. Please refer to your client documentation for more specific
information.
Section 10: IPP AXIS 5400 Users Manual
128
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
Address Schemes
When using IPP printing, you need to know the IP address or host
name of your IPP-enabled Axis print server. The AXIS 5400 Print
Server supports the http: address scheme (which is used in the IPP 1.0
standard), and the ipp: adress scheme (used in the IPP 1.1 standard).
The examples given below assume that the host name of the Axis print
server is axisps and that the corresponding IP adress is 12.100.110.2.
Example http: address schemes.
Note that the IPP port number (631) should be specified in the http:
address scheme.
Example ipp: address schemes.
IPP address using host name IPP address using IP address Corresponding printer
http://axisps:631/LPT1 http://12.100.110.2:631/LPT1 Printer attached to the LPT1
parallel port
http://axisps:631/LPT2 http://12.100.110.2:631/LPT2 Printer attached to the LPT2
parallel port
http://axisps:631/COM1 http://12.100.110.2:631/COM1 Printer attached to the COM1
serial port
IPP address using host name IPP address using IP address Corresponding printer
ipp://axisps/LPT1 ipp://12.100.110.2/LPT1 Printer attached to the LPT1
parallel port
ipp://axisps/LPT2 ipp://12.100.110.2/LPT2 Printer attached to the LPT2
parallel port
ipp://axisps/COM1 ipp://12.100.110.2/COM1 Printer attached to the COM1
serial port
AXIS 5400 Users Manual Section 10: IPP
129
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
N
e
t
W
a
r
e
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
How It Works
In order to print using IPP, you need to be able to access a printer
which is connected to the AXIS 5400, which has integrated IPP. Once
you have access to the destination printer, you are ready to print to the
printer of your choice via, for example, the Internet.
The URL for the destination printer is defined in the print server host
name, the port number and the local printer name, in that order.
When using IPP printing over the Internet with the AXIS 5400, the
host name used for the Axis print server could be axisps, for
example. The port number used is 631, followed by the local printer
name (Ex. LPT1).
A walk-through example of the IPP printing process is perhaps the
best way to describe the IPP functionality:
1. As a LAN-user in a Windows environment, you wish to print a
document on a color printer which is integrated in another LAN
and located in another city.
2. Proceed with selecting the IPP printer to which you want to send
your document from your Printer Name list (In File | Print). The
name structure of the printer begins with http://axisps:631/....
3. If your destination printer URL does not exist in your Printer
Name list, you need to add it. (See the examples below for
Windows environments).
4. When you press Print, the print job is sent over the Internet to
the AXIS 5400 print server which sends the job to the destination
printer.
Section 10: IPP AXIS 5400 Users Manual
130
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
Example Adding an IPP printer in Windows 95 for printing with the
Microsoft IPP Client:
In this example we will assume the printers http: address is
http://axisps:631/LPT1:
To add a destination printer for IPP printing in Windows 95:
1. Open Start | Settings | Printers.
2. Choose Add Printer. The Add Printer Wizard will start.
Follow the instructions on the screen.
3. When prompted, choose Network Printer.
4. In the Network Path or Queue name field, write the
http: address of the destination printer, for example:
http://axisps:631/LPT1.
5. Select the appropriate printer driver corresponding to the
destination printer.
6. Specify a name for the printer you wish to add to your
printer list. Click Finish. The destination printer will be
added to your printer list.
You are now ready to print using IPP.
For information on how to use IPP in other environments,
please refer to the documentation supplied with your IPP
client.
AXIS 5400 Users Manual Section 10: IPP
131
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
N
e
t
W
a
r
e
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
Example Adding an IPP printer in Windows 98 for printing with the
Microsoft IPP Client:
In this example we will assume the printers http: address is
http://axisps:631/LPT1:
To add a destination printer for IPP printing in Windows 98:
1. Open Start | Settings | Printers.
2. Choose Add Printer. The Add Printer Wizard will start.
Follow the instructions on the screen.
3. When prompted, choose Network Printer.
4. In the Network Path or Queue name field, write the
http: address of the destination printer, for example:
http://axisps:631/LPT1.
5. Select the appropriate printer driver corresponding to the
destination printer.
6. Specify a name for the printer you wish to add to your
printer list. Click Finish. The destination printer will be
added to your printer list.
You are now ready to print using IPP.
For information on how to use IPP in other environments,
please refer to the documentation supplied with your IPP
client.
Section 10: IPP AXIS 5400 Users Manual
132
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
Example Adding an IPP printer in Windows 2000 for printing with the
Microsoft IPP Client:
In this example we will assume the printers http: address is
http://axisps:631/LPT1.
If you want to print via IPP from Windows 2000:
1. Choose File | Print.
2. If you need to enter a new destination printer, click Find
Printer in the Select Printer frame.
3. Enter the printer http: address in the Printer field, for
example http://axisps:631/LPT1. Click OK.
4. The Installation Wizard will ask you if you want to install
the appropriate printer driver on your computer. Click
OK. Select the printer driver corresponding to your
destination printer. Click OK.
5. Specify your printer from the printer list. Click Print.
You are now ready to print using IPP.
For information on how to use IPP in other environments,
please refer to the documentation supplied with your IPP
client.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
AXIS 5400 Users Manual Section 11: Upgrading the Software
133
Section 11 Upgrading the Software
The following software can be upgraded free of charge:
AXIS NetPilot configuration software
AXIS ThinWizard
AXIS Print System
AXIS Print Utility for Windows
AXIS Print Utility for OS/2
The AXIS 5400 print server software held in Flash Memory
The axinstall script
The AXIS MIB file
Obtaining the Updated Software
You can obtain all the print server software as well as the latest utility
software from the following locations:
AXIS Online CD
Over the Internet, by accessing the AXIS home page at
http://www.axis.com
Anonymous ftp, by logging in to ftp.axis.com and accessing the
folder /pub/axis/
your local dealer
Note: If you are upgrading your print servers using AXIS ThinWizard,
you do not need to obtain the firmware file prior to the upgrading
process, provided that you are connected to the Internet.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
Section 11: Upgrading the Software AXIS 5400 Users Manual
134
Upgrading the Firmware Software
You can upgrade the AXIS 5400 Flash memory using one of the
following methods:
AXIS ThinWizard (TCP/IP)
FTP (TCP/IP)
AXIS NetPilot Upgrade Wizard (IPX/SPX)
Note: Updating instructions are also supplied with the software update.
Upgrading using
AXIS ThinWizard
AXIS ThinWizard is a tool that enables batch upgrading of several
print servers and should be used for upgrading the flash memory in
TCP/IP networks.
You must assign the AXIS 5400 with an IP address, as described in
Assigningan IP address, on page 25, before you can use this upgrading
method.
Follow the instructions below to upgrade your print servers using
AXIS ThinWizard:
1. Click the Manage Network button in the AXIS ThinWizard
main menu.
2. Select a network group from the drop-down list. You can only
update the servers that are included in the selected network group.
3. All AXIS servers included in the network group appear. Click the
Firmware button to start the Upgrade Wizard.
4. Follow the instructions that are presented to you to complete the
installation.
Refer to UsingAXIS ThinWizard, on page 103, for more information
about AXIS ThinWizard.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
AXIS 5400 Users Manual Section 11: Upgrading the Software
135
Upgrading over the
Network using FTP
To upgrade over the network using FTP you will need the file with the
new print server software. The name of this file is in the form
product_version.bin, e.g. 5400_600.bin for software release 6.00.
You can use any of the previously mentioned methods to obtain the
new file.
You must assign the AXIS 5400 with an IP address, as described in
Assigningan IP address, on page 25, before you can use this upgrading
method.
Follow the procedures below to upgrade the AXIS 5400:
Caution! Be careful not to interrupt the file transfer. If the transfer is
interrupted the AXIS 5400 may have to be re-initialized by your
dealer.
1. Log in to the AXIS 5400 with the command:
ftp <host name>, or ftp <IP address>
2. You will be prompted for user id and password. Use the user id
root, which has the default password pass.
3. Type the command:
binary
to change to binary transfer mode.
4. Type the command:
put <software name> FLASH
where <software name> is the name of the new print server
software, e.g. 5400_600.bin
5. Wait for the Flash loading operation to finish. This normally
takes 1 to 4 minutes. The unit automatically restarts with the new
print server software.
6. Log out using the command:
quit, bye or exit
depending on your FTP version.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
Section 11: Upgrading the Software AXIS 5400 Users Manual
136
Note: Should you encounter any problem that prevents a successful
upgrade over your network, it may become necessary to perform
the flash loading operation via the parallel port, LPT1. In this
case, you are advised to contact your dealer.
Upgrading using
AXIS NetPilot
This method is recommended for upgrading the flash memory in
NetWare networks. An Upgrade Wizard is available to guide you
through the necessary procedures.
Follow the instructions below to upgrade your print servers:
1. Obtain the firmware file, using one of the methods presented on
page 133.
2. Put the file in the AXIS NetPilot Upgrade folder. This folder
resides in the same folder as the AXIS NetPilot program and was
created when AXIS NetPilot was installed on your client.
3. Start the Upgrade Wizard by clicking on the Upgrade icon on the
AXIS NetPilot toolbar.
4. Proceed the installation by following the instructions that are
presented to you in the Upgrade Wizard.
If you need more information, please refer to AXIS NetPilot on-line
help.
N
e
t
W
a
r
e
U
N
I
X
O
S
/
2
M
a
c
i
n
t
o
s
h
AXIS 5400 Users Manual Appendix A: Test Button
137
W
i
n
d
o
w
s
Appendix A Test Button
The test button is located on the front right hand side of the AXIS
5400 and is used for:
Printing a test page, checking the connection to the printer.
Printing a parameter list, showing the AXIS 5400 current settings.
Resetting the AXIS 5400 parameters to the factory default
settings.
The Test Page Press the test button once to print a test page. If the test page prints,
the parallel interface is functioning correctly. The printed Test Page
contains basic information about the AXIS 5400. It is recommended
that you print a test page every time you have connected the AXIS
5400 to a printer.
The Parameter List Press the test button twice to print a parameter list showing the
current AXIS 5400 settings. This list provides comprehensive details
of all the parameters and their current status. Refer to
B - TheParameter List, on page 139.
If you want to change any of the parameters, use one of the methods
that are described in
Section 9 Management & Configuration, on page 97.
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
Appendix A: Test Button AXIS 5400 Users Manual
138
N
e
t
W
a
r
e
Factory Default
Settings
Follow the instructions below to reset the AXIS 5400 to the factory
default settings:
1. Remove the external power supply to switch off the AXIS 5400.
2. Press and hold down the test button, while you plug the external
power supply back in. Continue to hold down the test button,
until the network indicator begins to flash at one second intervals.
This should take at least 5 seconds.
3. Release the test button and wait until the network indicator
flashes at least five times.
4. Press and hold the test button again until the network indicator
remains constantly lit.
5. Restart the AXIS 5400 by disconnecting and reconnecting the
external power supply.
The AXIS 5400 is now reset to factory default settings.
Note: All parameters except Node Address (NODE_ADDR), Internet
Address (IP_ADDR) and DHCP enabled or disabled
(DHCP_ENABLE.) are reset. If you want to change the these
parameters, use either AXIS NetPilot or any standard Web
browser. Please refer to Section 9 Management & Configuration,
on page 97.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
AXIS 5400 Users Manual Appendix B: The Parameter List
139
Appendix B The Parameter List
This appendix provides an overview of the AXIS 5400 parameters.
Please refer to the AXIS Network Print Server Technical Reference for
a complete description of the parameters. Alternatively, you can access
the Axis WWW Home Page at http://www.axis.com/, where you can
download the latest technical information.
The Config File The left-hand column shows the parameters and their default values as
they appear in the configfile and the right-hand column shows the
name of the parameters as they appear in the internal Web pages.
After you have changed them, most parameters take effect for the next
print job. If RequiresRestart appears in a parameter description, you
must restart the AXIS 5400, before the new setting for that parameter
takes effect.
Please refer to Section 9 Management & Configuration, on page 97, for
more information about how to change the parameters.
Note: The password parameters, ROOT_PWD and PROS_PWD only
appear when you are logged in to the AXIS 5400 using root. The
password parameters will not be printed when you are printing
the parameter list using the test button.
--- GENERAL MENU
NODE_ADDR. : 00 40 8C 10 00 86 Node Address
PS_NAME. : AXIS100086 Print Server Name (100086 arethelast six digitsof theserial number)
ROOT_PWD. : pass Root Password
USERS. : User and Printer AccessList
BASE_URL. : www.axis.com Base URL
AXIS_PRINT_SYSTEM.: YES (YES, NO) Enable compatibility with AXISPrint System
HP_JETADMIN. : NO (YES, NO) HP JetAdmin Support
DEF_OUT. : PR1 (PR1, PR2, PR3, PR4,
PR5, PR6, PR7, PR8, LPT1)
Internal Printout Destination
SYS_LOC. : System Location
SYS_CONT. : System Contact
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
Appendix B: The Parameter List AXIS 5400 Users Manual
140
--- TCP/IP MENU
TCP_ENB. : YES TCP/IP Enabled
INT_ADDR. : 0 0 0 0 Internet Address
DEF_ROUT. : 0 0 0 0 Default Router Address
(0.0.0.0 for no router)
NET_MASK. : 0 0 0 0 Net Mask
(e.g. 255.255.255.0 for classC, 0.0.0.0 for auto-sense)
PROS_PWD. : netprinter PROSPassword
PROS_PRT. : 35 PROSTCP Port Number
LPD_BANN. : OFF (OFF, AUTO, LAST) LPD Banner Page Mode
DHCP_ENB. : YES DHCP Enabled
BOOTP_ENB. : YES BOOTP Enabled
RARP_ENB. : YES RARP Enabled
WINS_ENB. : YES WINSEnabled
WINS_ADDR1. : 0 0 0 0 Primary WINSServer Address
WINS_ADDR2. : 0 0 0 0 Secondary WINSServer Address
NBT_SCOPE_ID. : NBT Scope ID
(Definesthe NetBIOSscope to be used with WINSname registration)
DNS_ENB. : YES DNSEnabled
DNS_ADDR1. : 0 0 0 0 Primary DNSServer Address
DNS_ADDR2. : 0 0 0 0 Secondary DNSServer Address
DOMAIN_NAME. : Domain Name (Definesthe domain to which the AXIS5400 belongs)
SLP_SCOPE_LIST.: DEFAULT Definesthe SLP scope to which the AXIS5400 belongs.
RTN_OPT. : NO Reverse Telnet OptionsEnabled
RTEL_PR1. : 0 PR1 Reverse Telnet Port Number
RTEL_PR2. : 0 PR2 Reverse Telnet Port Number
RTEL_PR3. : 0 PR3 Reverse Telnet Port Number
RTEL_PR4. : 0 PR4 Reverse Telnet Port Number
RTEL_PR5. : 0 PR5 Reverse Telnet Port Number
RTEL_PR6. : 0 PR6 Reverse Telnet Port Number
RTEL_PR7. : 0 PR7 Reverse Telnet Port Number
RTEL_PR8. : 0 PR8 Reverse Telnet Port Number
--- SNMP MENU
READ_COM. : public Read Community
WRT_COM. : pass Read/Write Community
TRAPADDR. : 0 0 0 0 Trap Address
TRAP_COM. : public Trap Community
SYS_NAME. : System Name
SNMP_AUT. : DISABLE (DISABLE, ENABLE) Authentication Failure Trap
TRAP_PRT. : DISABLE (DISABLE, ENABLE) Printer Failure Trap
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
AXIS 5400 Users Manual Appendix B: The Parameter List
141
--- NETWARE MENU
NETW_ENB. : YES NetWare Enabled
NETW_TRANSPORT_PROTOCOL. : DUAL_STACK (IPX_ONLY,
IP_ONLY, DUAL_STACK)
NetWare Transport protocolsEnabled
JOB_CHECK_DELAY. : 5 Job Check Delay
(Print Server queue polling interval)
CONF_CHECK_DELAY. : 300 Configuration Check Delay
(Interval between automatic configuration checks)
FR_802_3. : YES IEEE 802.3 Frame Type Enabled
FR_ETH_2. : YES Ethernet II Frame Type Enabled
FR_802_2. : YES IEEE 802.2 Frame Type Enabled
FR_SNAP. : YES SNAP Frame Type Enabled
NCP_BURST_MODE. : YES NCP Burst Mode Enabled (RequiresRestart)
PSERVER_NDS. : PSERVER NDS
(NDStree & Name of print server, including context. You can also replace
the NDStree with a specific file server name, file server IP addressor file
server host name.)
Example (tree): TREE:NW5_TREE DevDept.acme
Example (file server): Specific_file_server DevDept.acme
PSERVER_BINDERY1. : PSERVER Bindery 1 (Bindery file server name)
PSERVER_BINDERY2. : PSERVER Bindery 2 (Bindery file server name)
PSERVER_BINDERY3. : PSERVER Bindery 3 (Bindery file server name)
PSERVER_BINDERY4. : PSERVER Bindery 4 (Bindery file server name)
PSERVER_BINDERY5. : PSERVER Bindery 5 (Bindery file server name)
PSERVER_BINDERY6. : PSERVER Bindery 6 (Bindery file server name)
PSERVER_BINDERY7. : PSERVER Bindery 7 (Bindery file server name)
PSERVER_BINDERY8. : PSERVER Bindery 8 (Bindery file server name)
PSERVER_BINDERY9. : PSERVER Bindery 9 (Bindery file server name)
PSERVER_BINDERY10. : PSERVER Bindery 10 (Bindery file server name)
PSERVER_BINDERY11. : PSERVER Bindery 11 (Bindery file server name)
PSERVER_BINDERY12. : PSERVER Bindery 12 (Bindery file server name)
PSERVER_BINDERY13. : PSERVER Bindery 13 (Bindery file server name)
PSERVER_BINDERY14. : PSERVER Bindery 14 (Bindery file server name)
PSERVER_BINDERY15. : PSERVER Bindery 15 (Bindery file server name)
PSERVER_BINDERY16. : PSERVER Bindery 16 (Bindery file server name)
NPRINTER1. : NPRINTER/RPRINTER 1 (Print Server name and slot number)
NPRINTER2. : NPRINTER/RPRINTER 2 (Print Server name and slot number)
NPRINTER3. : NPRINTER/RPRINTER 3 (Print Server name and slot number)
NPRINTER4. : NPRINTER/RPRINTER 4 (Print Server name and slot number)
NPRINTER5. : NPRINTER/RPRINTER 5 (Print Server name and slot number)
NPRINTER6. : NPRINTER/RPRINTER 6 (Print Server name and slot number)
NPRINTER7. : NPRINTER/RPRINTER 7 (Print Server name and slot number)
NPRINTER8. : NPRINTER/RPRINTER 8 (Print Server name and slot number)
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
Appendix B: The Parameter List AXIS 5400 Users Manual
142
--- NetBIOS/NetBEUI MENU
LSLM_ENB. : YES NetBIOS/NetBEUI Enabled
NB_FR_TYPE. : FR_AUTO (FR_AUTO, FR_802_2, FR_DIX) NetBIOSFrame Type (RequiresRestart)
LPRINT_1. : AX100086.LP1 Name Printer 1 (100086 arethelast six charactersof theserial number)
LLOGIC_1. : PR1 (PR1, PR2, PR3, PR4, PR5, PR6, PR7,
PR8, LPT1)
Logical Printer for Printer 1
LPRINT_2. : Name Printer 2 (100086 arethelast six charactersof theserial number)
LLOGIC_2. : PR2 (PR1, PR2, PR3, PR4, PR5, PR6, PR7,
PR8, LPT1)
Logical Printer for Printer 2
LPRINT_3. : Name Printer 3 (100086 arethelast six charactersof theserial number)
LLOGIC_3. : PR3 (PR1, PR2, PR3, PR4, PR5, PR6, PR7,
PR8, LPT1)
Logical Printer for Printer 3
LPRINT_4. : Name Printer 4 Name
LLOGIC_4. : PR4 (PR1, PR2, PR3, PR4, PR5, PR6, PR7,
PR8, LPT1)
Logical Printer for Printer 4
LPRINT_5. : Name Printer 5
LLOGIC_5. : PR5 (PR1, PR2, PR3, PR4, PR5, PR6, PR7,
PR8, LPT1)
Logical Printer for Printer 5
LPRINT_6. : Name Printer 6
LLOGIC_6. : PR6 (PR1, PR2, PR3, PR4, PR5, PR6, PR7,
PR8, LPT1)
Logical Printer for Printer 6
LPRINT_7. : Name Printer 7
LLOGIC_7. : PR7 (PR1, PR2, PR3, PR4, PR5, PR6, PR7,
PR8, LPT1)
Logical Printer for Printer 7
LPRINT_8. : Name Printer 8
LLOGIC_8. : PR8 (PR1, PR2, PR3, PR4, PR5, PR6, PR7,
PR8, LPT1)
Logical Printer for Printer 8
--- APPLETALK MENU
ATLK_ENB. : YES AppleTalk Enabled
ATK_ZONE. : AppleTalk Zone
ZONER_EN. : YES HP Zoner Enabled
ATK_FONT. : DEFAULT (DEFAULT, 35N, ALL) Font
(PostScript Font Set)
APRINT_1. : AXIS100086_LPT1 Name Printer 1 (100086 arethelast six digitsof theserial number)
ATYPE_1. : LaserWriter Type Printer 1
ALOGIC_1. : PR1 (PR1, PR2, PR3, PR4,
PR5, PR6, PR7, PR8, LPT1)
Logical Printer for Printer
BINARY_TYPE_1.: TBCP (TBCP, BCP, NONE) Binary Protocol for APRINT_1
APRINT_2. : AXIS100086_2 Name Printer 2
ATYPE_2. : Type Printer 2
ALOGIC_2. : PR2 (PR1, PR2, PR3, PR4,
PR5, PR6, PR7, PR8, LPT1)
Logical Printer for Printer 2
BINARY_TYPE_2.: TBCP (TBCP, BCP, NONE) Binary Protocol for APRINT_2
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
AXIS 5400 Users Manual Appendix B: The Parameter List
143
--- PRINTER1 MENU
PR1_IN. : AUTO (NONE, AUTO) Read Back Port
(Read-Back of information)
PR1_BEF. : String Before Print Job
PR1_STR. : String Substitutions
PR1_CSET. : NONE (NONE, ISO>IBM, 7UK>IBM, 7SW>IBM,
7GE>IBM, 7FR>IBM, 7ND>IBM, DEC>IBM)
Character Set Conversion
PR1_FILT. : NONE (NONE, POSTSCR, AUTO_PS) Printer Language Translation
PR1_AFT. : String After Print Job
PR1_DUMP. : NO Hex Dump Mode Enabled
PR1_SIZE. : A4 (A4, LETTER, LEGAL, EXECUT) PostScript Page Size
PR1_ORNT. : PORTR (PORTR, LANDS, R_PORTR, R_LANDS) PostScript Page Orientation
PR1_FORM. : 66 0 100 60 30 50 PostScript Page Format
(MPL, MPP, CPI, LPI, LM, TM)
PR1_FONT. : PostScript Font
(Courier when not specified)
--- PRINTER2 MENU
PR2_IN. : AUTO (NONE, AUTO) Read back Port
(Read-Back of information)
PR2_BEF. : String Before Print Job
PR2_STR. : String Substitutions
PR2_CSET. : NONE (NONE, ISO>IBM, 7UK>IBM, 7SW>IBM,
7GE>IBM, 7FR>IBM, 7ND>IBM, DEC>IBM)
Character Set Conversion
PR2_FILT. : NONE (NONE, POSTSCR, AUTO_PS) Printer Language Translation
PR2_AFT. : String After Print Job
PR2_DUMP. : NO Hex Dump Mode Enabled
PR2_SIZE. : A4 (A4, LETTER, LEGAL, EXECUT) PostScript Page Size
PR2_ORNT. : PORTR (PORTR, LANDS, R_PORTR, R_LANDS) PostScript Page Orientation
PR2_FORM. : 66 0 100 60 30 50 PostScript Page Format
(MPL, MPP, CPI, LPI, LM, TM)
PR2_FONT. : PostScript Font
(Courier when not specified)
--- PRINTER3 MENU
PR3_IN. : AUTO (NONE, AUTO) Read Back Port
(Read-Back of information)
PR3_BEF. : String Before Print Job
PR3_STR. : String Substitutions
PR3_CSET. : NONE (NONE, ISO>IBM, 7UK>IBM, 7SW>IBM,
7GE>IBM, 7FR>IBM, 7ND>IBM, DEC>IBM)
Character Set Conversion
PR3_FILT. : NONE (NONE, POSTSCR, AUTO_PS) Printer Language Translation
PR3_AFT. : String After Print Job
PR3_DUMP. : NO Hex Dump Mode Enabled
PR3_SIZE. : A4 (A4, LETTER, LEGAL, EXECUT) PostScript Page Size
PR3_ORNT. : PORTR (PORTR, LANDS, R_PORTR, R_LANDS) PostScript Page Orientation
PR3_FORM. : 66 0 100 60 30 50 PostScript Page Format
(MPL, MPP, CPI, LPI, LM, TM)
PR3_FONT. : PostScript Font
(Courier when not specified)
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
Appendix B: The Parameter List AXIS 5400 Users Manual
144
--- PRINTER4 MENU
PR4_IN. : AUTO (NONE, AUTO) Read Back Port
(Read-Back of information)
PR4_BEF. : String Before Print Job
PR4_STR. : String Substitutions
PR4_CSET. : NONE (NONE, ISO>IBM, 7UK>IBM, 7SW>IBM,
7GE>IBM, 7FR>IBM, 7ND>IBM, DEC>IBM)
Character Set Conversion
PR4_FILT. : NONE (NONE, POSTSCR, AUTO_PS) Printer Language Translation
PR4_AFT. : String After Print Job
PR4_DUMP. : NO Hex Dump Mode Enabled
PR4_SIZE. : A4 (A4, LETTER, LEGAL, EXECUT) PostScript Page Size
PR4_ORNT. : PORTR (PORTR, LANDS, R_PORTR, R_LANDS) PostScript Page Orientation
PR4_FORM. : 66 0 100 60 30 50 PostScript Page Format
(MPL, MPP, CPI, LPI, LM, TM)
PR4_FONT. : PostScript Font
(Courier when not specified)
--- PRINTER5 MENU
PR5_IN. : AUTO (NONE, AUTO) Read Back Port
(Read-Back of information)
PR5_BEF. : String Before Print Job
PR5_STR. : 010A020D0A String Substitutions
PR5_CSET. : NONE (NONE, ISO>IBM, 7UK>IBM, 7SW>IBM,
7GE>IBM, 7FR>IBM, 7ND>IBM, DEC>IBM)
Character Set Conversion
PR5_FILT. : NONE (NONE, POSTSCR, AUTO_PS) Printer Language Translation
PR5_AFT. : String After Print Job
PR5_DUMP. : NO Hex Dump Mode Enabled
PR5_SIZE. : A4 (A4, LETTER, LEGAL, EXECUT) PostScript Page Size
PR5_ORNT. : PORTR (PORTR, LANDS, R_PORTR, R_LANDS) PostScript Page Orientation
PR5_FORM. : 66 0 100 60 30 50 PostScript Page Format
(MPL, MPP, CPI, LPI, LM, TM)
PR5_FONT. : PostScript Font
(Courier when not specified)
--- PRINTER6 MENU
PR6_IN. : AUTO (NONE, AUTO) Read Back Port
(Read-Back of information)
PR6_BEF. : String Before Print Job
PR6_STR. : 010A020D0A String Substitutions
PR6_CSET. : NONE (NONE, ISO>IBM, 7UK>IBM, 7SW>IBM,
7GE>IBM, 7FR>IBM, 7ND>IBM, DEC>IBM)
Character Set Conversion
PR6_FILT. : NONE (NONE, POSTSCR, AUTO_PS) Printer Language Translation
PR6_AFT. : String After Print Job
PR6_DUMP. : NO Hex Dump Mode Enabled
PR6_SIZE. : A4 (A4, LETTER, LEGAL, EXECUT) PostScript Page Size
PR6_ORNT. : PORTR (PORTR, LANDS, R_PORTR, R_LANDS) PostScript Page Orientation
PR6_FORM. : 66 0 100 60 30 50 PostScript Page Format
(MPL, MPP, CPI, LPI, LM, TM)
PR6_FONT. : PostScript Font
(Courier when not specified)
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
AXIS 5400 Users Manual Appendix B: The Parameter List
145
--- PRINTER7 MENU
PR7_IN. : AUTO (NONE, AUTO) Read Back Port
(Read-Back of information)
PR7_BEF. : String Before Print Job
PR7_STR. : 010A020D0A String Substitutions
PR7_CSET. : NONE (NONE, ISO>IBM, 7UK>IBM, 7SW>IBM,
7GE>IBM, 7FR>IBM, 7ND>IBM, DEC>IBM)
Character Set Conversion
PR7_FILT. : NONE (NONE, POSTSCR, AUTO_PS) Printer Language Translation
PR7_AFT. : String After Print Job
PR7_DUMP. : NO Hex Dump Mode Enabled
PR7_SIZE. : A4 (A4, LETTER, LEGAL, EXECUT) PostScript Page Size
PR7_ORNT. : PORTR (PORTR, LANDS, R_PORTR, R_LANDS) PostScript Page Orientation
PR7_FORM. : 66 0 100 60 30 50 PostScript Page Format
(MPL, MPP, CPI, LPI, LM, TM)
PR7_FONT. : PostScript Font
(Courier when not specified)
--- PRINTER8 MENU
PR8_IN. : AUTO (NONE, AUTO) Read Back Port
(Read-Back of information)
PR8_BEF. : String Before Print Job
PR8_STR. : 010A020D0A String Substitutions
PR8_CSET. : NONE (NONE, ISO>IBM, 7UK>IBM, 7SW>IBM,
7GE>IBM, 7FR>IBM, 7ND>IBM, DEC>IBM)
Character Set Conversion
PR8_FILT. : POSTSCR (NONE, POSTSCR, AUTO_PS) Printer Language Translation
PR8_AFT. : String After Print Job
PR8_DUMP. : NO Hex Dump Mode Enabled
PR8_SIZE. : A4 (A4, LETTER, LEGAL, EXECUT) PostScript Page Size
PR8_ORNT. : PORTR (PORTR, LANDS, R_PORTR, R_LANDS) PostScript Page Orientation
PR8_FORM. : 66 0 100 60 30 50 PostScript Page Format
(MPL, MPP, CPI, LPI, LM, TM)
PR8_FONT. : PostScript Font
(Courier when not specified)
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
Appendix B: The Parameter List AXIS 5400 Users Manual
146
--- LPT1 Menu
L1_CENTR. : HISPEED (IBM_PC, STNDRD, FAST, HISPEED) CentronicsInterface Timing LPT1
L1_BSYTM. : 60 Busy StatusTime-Out LPT1
(All statusreporting disabled if set to 0)
L1_MGM_INFO. : AUTO (DISABLE, AUTO) Printer Management Information LPT1
L1_COMMENT. : Optional user comment describing the printer at LPT1
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
AXIS 5400 Users Manual Appendix C: Technical Specifications
147
Appendix C Technical Specifications
Supported Systems
Novell NetWare: Versions 3.11, 3.12, 4.10 and above, supporting both NDS and Bindery
Emulation. A maximum of 16 bindery file servers and 96 print queues can be
served.
NDPS supported by versions 4.11 and above.
NetWare5 and Pure IP supported.
User messages are also supported.
Print Methods: RPRINTER/NPRINTER, PSERVER.
Microsoft LAN Manager: LAN Manager 2.0c and above, running under OS/2 ver 1.3 and above.
IBM LAN Server: LAN Server 1.3 and above, running under OS/2 ver 1.3 and above including
OS/2 Warp, OS/2 Warp Connect.
Microsoft Windows: Windows NT ver. 3.5 and above, Windows 2000, Windows for
Workgroups, Windows 95, Windows 98.
LANtastic LANtastic 7.0, from any of the supported Windows clients, defined above.
All Operating Systems supporting the TCP/IP suite of protocols, including:
BSD Systems: BSD 4.2, 4.3, 4.4, SunOS4 (Solaris 1.x), DEC Ultrix etc.
System V Systems: R3, R4, AT&T, Interactive, SCO, SunOS5 (Solaris 2.x), HP-UX, IBM AIX,
Silicon Graphics IRIX, DEC Alpha OSF/1, BULL (BOS, AIX).
O ther Systems: IBM (MVS, VM, VSE, OS/400), DEC VMS, guidelines for other systems.
Print Methods: LPD, FTP, PROS (named pipe & filtered), Reverse Telnet, IPP.
Apple EtherTalk: Print Method: AppleTalk Phase 2.
WWW: Netscape Navigator 3.0 and higher and MS Internet Explorer 3.0 and higher.
Supported Protocols
NetWare: IPX, SAP, RIP, SPX, SNMP, NCP (extended with NDS), NLSP, DIAG,
TCP/IP.
Windowsand O S/2: NetBIOS/NetBEUI or TCP/IP, WINS.
LANtastic NetBIOS/NetBEUI.
TCP/IP: LPD, FTP, Telnet, Reverse Telnet, PROS, BOOTP, ARP, RARP, DHCP
ICMP, IP, TCP, UDP, HTTP, SNMP, TFTP, SLPv2, Dynamic DNS, IPP.
Apple EtherTalk: AARP, ATP, DDP, NBP, PAP, RTMP, ZIP.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
Appendix C: Technical Specifications AXIS 5400 Users Manual
148
Network Management SNMP-MIB II compliant (over UDP/IP and IPX), host resource MIB
compliant (over UDP/IP and IPX), private enterprise MIB included. LAN
Network Manager for OS/2. Print server status in NWAdmin/PCONSOLE.
Hardware 32 bit 100 MHz RISC Controller, 1 Mbyte Flash memory. 512 kbytes RAM.
Logical Connection NWay support to provide auto-detection of the network speed. Running
simultaneously any combination of the supported protocols. Use of
IEEE802.2, IEEE802.3, SNAP and Ethernet II frame types simultaneously.
Attachments RJ-45 connector (Category 5 Unshielded Twisted Pair) for 10baseT Ethernet
and 100baseTX Fast Ethernet.
Security
UNIX: Root password. User access list and printer access.
NetWare: Encrypted passwords.
Logical Printers The logical printer ports can be programmed to perform auto ASCII to
PostScript conversion, string before and after job, string substitution and
character set conversion.
Parallel Printer One IEEE 1284 compliant high-speed parallel port, 36-pin Centronics
connector. Sustained throughput over 1 Mbyte/s using NetWare. Bi-
directional support for Apple, Reverse Telnet, PROS. ECP support.
Front Panel 2 LED indicators: Power and Network.
Test button for information printouts.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
AXIS 5400 Users Manual Appendix C: Technical Specifications
149
Power Consumption Power provided by external supply:
Maximum 200 mA at 12 VDC. (Type PS-B, 12V, 500 mA).
Dimensions Height x Width x Depth
0.9 x 2.4 x 4.8 inches (2.4 x 6.1 x 12.1 cm)
Weight 0.22 lb. (0.1 kg)
Environmental Temperature: 40 - 105F (5 - 40C).
Humidity: 10 - 95% non-condensing.
Approvals
EMC: EN 55022/1994, EN50082-1/1992. FCC Class A.
Safety: EN 60950.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
Appendix D: Glossary AXIS 5400 Users Manual
150
Appendix D Glossary
AIX Advanced Interactive eXecutive. A version of the UNIX operating
system from IBM that runs on various IBM computers including
Mainframe systems.
ARP Address Resolution Protocol. A protocol within the TCP/IP suite of
network protocols that allows a host to find the physical address of a
node on the same network. It is available in UNIX, Windows 95,
Windows 98 and Windows NT. ARP cannot be used across routers.
BOOTP BOOT Protocol. A TCP/IP protocol, used for downloading start-up
information such as the IP address to hosts on the network. It is only
available in UNIX. BOOTP requires a BOOTP daemon on your
system. A request made to an active BOOTP daemon initiates a search
of the Boot Table for an entry matching the print server's Ethernet
address. If a matching entry is found, the daemon downloads the IP
address to the print server.
BSD Berkeley Software Distribution. The University of California,
Berkeley additions to the UNIX operating system.
configfile This is a file that resides in the print servers memory and contains all
the parameters that determine the AXIS 5400 functionality. By
editing the configfile (changing the parameter settings), you can
configure the AXIS 5400 to meet the printing needs of your network.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
AXIS 5400 Users Manual Appendix D: Glossary
151
DHCP Dynamic Host Configuration Protocol. DHCP is available in
Windows NT, NetWare 5 and UNIX systems, and allows for the
automatic but temporary assignment of IP addresses from a central
pool. DHCP causes the selected host to automatically allocate and
download an unused IP address to the requesting print server. It also
provides validation data that defines how long the IP addresses will
remain valid.
To fully benefit from this method, the AXIS 5400 also supports the
WINS host name resolution protocol, which is available in Windows
NT networks.
DNS Domain Name Service. Reflects the server names and addresses within
a network.
Flash Memory The print server software is stored in Flash Memory. This memory is
provided by a silicon chip that like any other ROM device, retains
data content even after power is removed. However, Flash Memory is
unique because it allows its data to be erased and re-written. This
means that you can install software updates for your server as soon as
they become available, without having to replace any parts. The new
software is simply loaded into the server over the network.
FTP File Transfer Protocol. A TCP/IP protocol used for logging in to
network servers and for transferring files.
HTML Hypertext Markup Language. A standard hypertext language used for
creating World Wide Web pages and other hypertext documents.
HTTP Hypertext Transfer Protocol. The TCP/IP protocol for Web based
communication.
IP Internet Protocol. The TCP/IP session-layer protocol that regulates
packet forwarding by tracking IP addresses, routing outgoing messages
and recognizing incoming messages.
LED Light Emitting Diode.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
Appendix D: Glossary AXIS 5400 Users Manual
152
Logical Printer A logical printer acts as a filter between the network and the physical
printer. It appears to the user as a normal printer with additional
characteristics. For example a UNIX workstation may only send a line
feed (LF) to a shared printer that needs carriage return (CR) and LF.
The logical printer can solve this problem by adding a CR.
MIB Management Information Base. A database of network configuration
information used by SNMP and CMIP to monitor or change network
settings.
NCP NetWare Core Protocol. Network clients use the NCP to request
services of servers, and servers use NCP to provide services, such as file
and print services.
NDS NetWare Directory Services. A hierarchical data base that manages
NetWare network resources such as servers and volumes.
RARP Reverse Address Resolution Protocol. A TCP/IP protocol used for
downloading IP addresses in UNIX networks. It requires a RARP
daemon on your system, and only operates within a single network
segment. A request made to an active RARP daemon initiates a search
of the Ethernet Address Table for an entry matching the print server's
Ethernet address. If a matching entry is found, the daemon downloads
the IP address to the print server.
RISC Reduced Instruction Set Computing. A processor that recognizes only
a limited number of assembly-language instructions.
SAP Service Advertising Protocol. A NetWare network name advertising
service that e.g. file servers can use for advertising their existence to
network clients.
SNMP Simple Network Management Protocol. A TCP/IP protocol for
managing and monitoring nodes on a network.
TCP Transmission Control Protocol. The connection-oriented, transport-
level protocol used in the TCP/IP suite of protocols.
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
AXIS 5400 Users Manual Appendix D: Glossary
153
TFTP Trivial File Transport Protocol. A simpler version of the FTP protocol
that is used by the print server for automatic downloading of config
files.
UNIX A 32-bit multi-tasking, multi-user operating system originally
developed by AT&T.
URL Uniform Resource Locator. A way of specifying the location of
publicly available information on the Internet.
WINS Windows Internet Name Service. A NetBIOS Name Server that maps
NetBIOS names to dynamically assigned IP addresses.
Wizard A special form of user assistance that automates a task through a dialog
with the user. Wizards help the user to accomplish tasks that are
complex and require experience, and even for the experienced user can
help to speed up an operation.
AXIS 5400 Users Manual
154
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
A
Account file 117, 118
ASCII to Postscript Conversion 94
axinstall 83
AXIS MIB 122
AXIS NetPilot 107
AXIS Print Monitor 58
AXIS Print System 46
AXIS Print Utility for OS/2 73
AXIS Print Utility for Windows 64
B
Basic setup
AXIS NetPilot 21
TCP/IP 25
Bi-directional Printing 96
C
Character Set Conversion 90
Chooser 76
config file 97, 139
Configuration methods
AXIS NetPilot
Parameter List Editor 108
Property pages 108
FTP 115
HP tools
HP J etAdmin 123
HP Web J etAdmin 123
NetWare Administrator 124
PCONSOLE 124
SNMP 121
Telnet 118
Web browser 98
D
DDNS 27
Debugging Print Problems 96
E
Ethernet Address 25
ETRAX100 10
F
Factory default settings 138
Flash memory 133
FTP 115
H
Hex Dump Mode 96
Host Name 27
HP JetAdmin 123
HP Web JetAdmin 123
I
Installation guide 19
Installation Summary 20
Internet Address 22
IPP 126
L
LANtastic 69
Logical Printers 88
M
Macintosh
Choosing a printer 77
Installing the print server 76
Setting the Internet address 80
Index
155
AXIS 5400 Users Manual
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
N
NDPS 35
NDS 39
NetWare
Advanced installation 38
Basic installation 21
NDPS 35, 126, 127, 128, 129
NetWare printing modes
Print Server Mode 43
Remote Printer Mode 43
Network connectors 14
Network indicator LED 15
O
OS/2
AXIS Print Utility for OS/2 73
Installing the print server 73
P
Parameter List 139
Physical description 14
Power indicator LED 15
Printer information 113
Printer port 14
Printing
parameter list 137
Test page 137
Pure IP 41
S
Setting the Internet address
ARP 30, 31
BOOTP 33
DHCP 29
RARP 32
Setting up
Macintosh 76
NetWare 34
OS/2 70
UNIX 82
Windows 44
SNMP 121
Status file 117, 120
String Functions 91
String Substitutions 92
Support services 4
T
Test button 15, 137
TFTP 29, 33
U
UNIX Printing methods
FTP 86
LPD 85
PROS A 86
PROS B 87
Reverse Telnet 87
Upgrade Wizard 136
W
Windows 2000
Installing Printer Ports 52
Windows 3.1
AXIS Print Utility for Windows 64
Peer-to-peer printing 66
Windows 95
Installing printer ports 47
Windows 98
Installing printer ports 47
AXIS 5400 Users Manual
156
N
e
t
W
a
r
e
U
N
I
X
W
i
n
d
o
w
s
O
S
/
2
M
a
c
i
n
t
o
s
h
Windows for Workgroups
AXIS Print Utility for Windows 64
Client-server printing
Client setup 68
Server setup 67
Peer-to-peer printing 66
Windows NT 4.0
Installing Printer Ports 52
WINS 27, 29