English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i have a hp laserjet 4600 printer with an ip address of 10.0.0.21

I have an AS400 that i would like to print payroll to and would like to name the printer "P9"

i am not very good with the OS400 interface and really need a pretty step by step guide. Thankyou

I found this on the internet but am having no luck
"CRTDEVPRT DEVD(printer name) DEVCLS(*LAN) TYPE(3812) MODEL(1) LANATTACH(*IP) PORT(9100) FONT(011) FORMFEED(*AUTOCUT) PARITY(*NONE) STOPBITS(1) RMTLOCNAME(ip address) SYSDRVPGM(*HPPJLDRV)"

2007-02-20 15:06:54 · 1 answers · asked by Marshall W 1 in Computers & Internet Hardware Printers

1 answers

This is easier to manage as this is a remote IP printer

CRTOUTQ OUTQ(QUSRSYS/P9)
RMTSYS(*INTNETADR) RMTPRTQ(OutqName) AUTOSTRWTR(1) CNNTYPE(*IP) DESTTYPE(*OTHER)
TRANSFORM(*YES) MFRTYPMDL(*HP4000)
INTNETADR(10.0.0.21) DESTOPT(XAIX) DSPDTA(*YES)

After the outq is created, you MAY need to start it
STRRMTWTR OutqName

That is it....you point all your print jobs to this printer and it should work without hassles. Just a note, crtdevprt has some quirks. My company had over 750 remote outqs for our remote sites set up this way and it worked with little or no issues.

2007-02-21 14:54:14 · answer #1 · answered by Jeffrey F 6 · 0 0

fedest.com, questions and answers