CHAPTER 9 LAT NETWORK CONFIGURATION

2.Use the VMS editor to create a text file with the necessary configuration commands (alternatively, you may edit the file LAT$SYSTARTUP.COM for VMS 5.5-x and later systems or LTLOAD.COM for earlier VMS systems). For instance, the following sample command file creates a queue named XJ on LAT port 33 for a print server with a default node name of BRN_310107 using the LATSYM processor and the default VMS form:

$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.

9-4