Axel AX4000 User's Manual User Manual
Page 73

Appendix
AXEL Office Server
67
Within the next dialog box, select 'Create a new port' and select 'LPR Port'.
Click on 'Next'.
Note: if 'LPR Port' is not available, you need to install 'Print Services for Unix'.
Finally within the next dialog box, enter the two requested parameters:
- name or address of the server providing LPD: AX4000 IP address.
- name of printer or print queue of that server: This is the 'Printer Port
Name' AX4000 Set-Up parameter.
When this printer is added, all print jobs sent to this printer are automatically
redirected to the AX3000.
A.2.3 - OS/400
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 Office Server LPD port, its outqueue must be
modified:
===> CHGOUTQ OUTQ(AXPRT01) RMTSYS(*INTNETADR) RMTPRTQ('CH1') CNNTYPE(*IP)
DESTTYPE(*OTHER) TRANSFORM(*YES) MFRTYPMDL(*NECP2)
INTNETADR('192.168.1.240')
where:
- AXPRT01
: OS/400 outqueue name
- CH1
: remote printer name (Office Server Set-Up)
Uppercase letters are required
- *NECP2
: printer model (here a NEC type P2)
- 192.168.1.240 : AX4000 IP address