Installing under OS/400
180 AX3000 Models 90 - User's Manual
is displayed at the end of the line.
The main error codes are:
- 8903 (Device not valid for session): the printer name is used for another
connection.
- 8925 (Creation of device failed): during the printer creation operation, at
least one parameter is detected wrong (ex.: non-existing printer model).
- 8928 (Change of device failed): during the printer modification operation
(reconnection with different parameters), at least one parameter is
detected wrong (ex.: non-existing printer model).
- 8930 (Message queue does not exist.): the message queue or its library
doesn't exist.
- AX01 (Terminal type not recognized): the TERM variable (by default IBM-
3812-1) associated with the AX3000 auxiliary port is not correct.
Note: all possible errors are listed in the RFC 2877.
6.3.2 - Setting-Up and Using an LPD Printer
Set the auxiliary port as shown in Chapter 3.5.2.
To add a system printer invoke the following command (AXPRT01 is the
OS/400 printer name):
===> CRTDEVPRT DEVD(AXPRT01) DEVCLS(*VRT) TYPE(3812) MODEL(1) FONT(11)
To associate this printer with the AX3000 LPD port, you have to change its
outqueue:
===> CHGOUTQ OUTQ(AXPRT01) RMTSYS(*INTNETADR) RMTPRTQ('PARALLEL')
CNNTYPE(*IP) DESTTYPE(*OTHER) TRANSFORM(*YES) MFRTYPMDL(*NECP2)
INTNETADR('192.168.1.240')
Where:
- AXPRT01 : OS/400 outqueue name
- PARALLEL : AX3000 Printer Port Name
Uppercase letters are required
- *NECP2 : printer model (here a NEC type P2)
- 192.168.1.240 : AX3000 IP address