Dec tcp/ip servers for vms(ucx), Tgv's multinet, Wollongong's pathway – Brother HL-4200CN User Manual
Page 18: Ibm as/400

UNIX PRINTING 1 - 8
DEC TCP/IP Servers for VMS(UCX)
You need to run the
sys$system:ucx:$lprsetup
command, specify a printer name, and then enter
the print server IP address as the remote system name. Specify one of the print server services (see
beginning of this section for options) as the remote system printer name. Accept the defaults for other
questions.
TGV's Multinet
TGV's Multinet requires you to run the
MULTINET CONFIGURE /PRINTERS
command, then use the
ADD command to add a printer, specifying the print server IP address, a protocol type of LPD, and one
of the service options described at the beginning of this chapter as the remote print queue.
Wollongong's PATHWAY
First make sure that you have the Access option with lpd enabled. Then enter the print server name and
IP address in the
TWG$TCP:[NETDIST.ETC]HOSTS
file, run the LPGEN program, and execute the
command:
add queue/rmachine=prnservername/rprinter=prnserverservice
, where
queue is the name of the queue,
prnservername
is the print server name from the hosts file, and
prnserverservice
is BINARY_P1.
IBM AS/400
To use a Brother print server with an IBM AS/400 running IBM's TCP/IP gateways services for OS/400
(the OS/400 system must be v3.1 or later)
Use the CFGTCP command at your OS/400 prompt to add the print server's TCP/IP address to the AS/
400 host table.
Use the following one-line OS/400 command to create the LPD queue:
CRTOUTQ OUTQ(
(*INTNETADR) RMTPRTQ(
AUTOSTRWTR(1) CNNTYPE(*IP) DESTTYPE (*OTHER)
MFRTYPMDL (
INTNETADR('
('
where
is the new AS/400 print queue name,
is the print server service name
BINARY_P1
is the OS/400 printer driver name (*HP4 is recommended if in doubt), and
is the IP address of the print server. Note that the IP address and description must be
enclosed in single quotes.