User guide

2: Software Installation
DC 900-1333P 69
2.3.4 Build the DLI and TSI Files
Build the DLI and TSI files needed by the Freeway software. A make command is
included that performs this operation.
Step 1: Create the
BIN and LIB directories
1. If it doesnt already exist, create the
OP-SYS directory, where OP-SYS is the identi-
fier for the operating system you are using:
AXP_MULTINET, AXP_TCPWARE, or
AXP_UCX.
SET DEF SYS$SYSDEVICE:[FREEWAY.CLIENT]
CREATE /DIR [.OP-SYS]
# the below is an example for the icp2424
#
#LOAD xio_2424.mem 801200
#LOAD bsc3270_fw_2424.mem 818000
#LOAD bsc3780_fw_2424.mem 849000
#INIT 818000
#
# the below is an example for the icp2432
#
LOAD xio_2432.mem 801200
LOAD bsc3270_fw_2432.mem 818000
LOAD bsc3780_fw_2432.mem 849000
INIT 818000
#
# the below is an example for the icp6000
#
#LOAD xio_6000.mem 40001200
#LOAD bsc3270_fw_6000.mem 40018000
#LOAD bsc3780_fw_6000.mem 40049000
#INIT 40018000
Figure 2–3: Sample Load File for ICP2432