StorageTek 6 Water System User Manual


 
Chapter 2. Host Software Component Functions 75
1st ed., 6/30/04 - 312579601
Configuring VM for TCP/IP Support
The following items must be updated to allow VM to support TCP/IP station protocol.
System Definition File
System Profile File
HSC Startup Job File
LMUPATH Definition Data Set.
System Definition File (ACS SYSDEF)
To define the IUCV connection with the LMU communications component, add the
TCP/IP file statement to the ACS SYSDEF file.
FILE LCOMM IUCV <tcpip> DSN <tcpip>.LMU.COMM
where tcpip is the user ID of the TCP/IP service machine.
System Profile File (ACS SYSPROF)
Add the LMUPDEF command and control statement to the ACS SYSPROF file.
LMUPDEF <vaddr> DSN <dsname> VOL <volser>
where
vaddr is the virtual address of the data set that contains the LMUPATH
statements.
dsname is data set name.
volser is the volume serial number of the volume on which the data set resides.
HSC Startup Job File (ACS SLKJCL)
Add the LMUPDEF command and control statement to the ACS SLKJCL file.
LMUPDEF DSN(dataset.name) VOLUME(volser) UNIT(vaddr)
where
dataset.name is data set name of the volume.
volser is the volume serial number of the volume on which the data set resides.
vaddr is the virtual address of the data set that contains the LMUPATH
statements.