Brother HL-1870N Betriebsanweisung

Seite von 149
CHAPTER 9 LAT NETWORK CONFIGURATION 
9-3
 
$MCR LATCP 
CREATE PORT LTA33:/APPLICATION 
SET PORT LTA33:/NODE=BRN_310107/PORT=P1 
SHOW PORT LTA33: 
EXIT 
$SET TERM LTA33:/PASTHRU/TAB/NOBROADCAST- 
/PERM 
$SET DEVICE/SPOOL LTA33: 
$INIT/QUEUE/START/ON=LTA33:/PROC=LATSYM XJ 
 
Substitute your actual node name, port name (P1), LAT port and queue name for 
the ones in the example. If you are using a service name, specify 
 
/SERVICE= servicename instead of /PORT=P1. 
 
Use the default names unless you have specifically changed the names. 
 
Be sure to specify PROC=LATSYM or the queue will not service requests from 
multiple host computers. 
 
3.  Execute the command file you have just created by typing "@" plus the 
file name in response to the VMS "$" prompt (for example, 
@LATSTART.COM). For additional convenience, you may want to 
include the "@filename" command in your system startup file so that the 
procedure is executed automatically when the system is booted. 
  
4.  Define or modify a form for use with the print server. VMS uses forms 
to define the page layout. If you are printing graphics or PostScript jobs, 
you must define your form for NOTRUNCATE and NOWRAP to 
prevent printer errors. For example, to redefine the VMS default form 
DEFAULT, you would type the following at the "$" prompt: 
 
DEFINE/FORM DEFAULT/NOTRUNCATE/NOWRAP 
 
If you are defining a new form, be sure to specify STOCK=DEFAULT 
(unless you are using a special stock) and initialize the queue with the 
DEFAULT=FORM option. For example, to create a form called PCL for 
the queue BRN on LAT port LTA33:, you would type: 
 
DEFINE/FORM PCL/NOTRUNC/NOWRAP/STOCK=DEFAULT 
INIT/QUEUE/START/ON=LTA33:/PROC=LATSYM/- 
DEFAULT=FORM=PCL BRN