User`s guide
124 DC 900-1339H
FMP Programmer’s Guide
5. Boot the Freeway server and load the FMP protocol software onto the ICP (refer
to the Freeway User’s Guide).
6. Connect two ICP links with loopback cables (refer to the Loopback Test Proce-
dures document).
7. Execute the test program from the directory where the binary DLI and TSI con-
figuration files reside (that resulted from Step 4 above).
In Step 4 above, the make file runs the
dlicfg and tsicfg preprocessor programs and
compiles and links the test program. If you already compiled and linked the test pro-
gram, you can avoid recompiling and relinking it by running
dlicfg and tsicfg your-
self instead of running the make file. However, note the following if you do.
In a UNIX system, if you run
dlicfg and tsicfg instead of running the make file, you
must manually move the resulting DLI and TSI binary configuration files to the appro-
priate
freeway/client/op-sys/bin directory where op-sys indicates the operating sys-
tem:
sunos, hpux, solaris, rs_aix, osf1.
UNIX example:
mv fmpaldcfg.bin usr/local/freeway/client/hpux/bin
mv fmpaltcfg.bin usr/local/freeway/client/hpux/bin
In a VMS system, if you run dlicfg and tsicfg instead of running the make file, you
must do the following:
• Before you run dlicfg and tsicfg, run the makefc.com command file to create the
foreign commands used for
dlicfg and tsicfg.
@MAKEFC <tcp-sys>
where <tcp-sys> is your TCP/IP package:
MULTINET (for a Multinet system)
TCPWARE (for TCPware system)
UCX (for a UCX system)
VMS example:
@MAKEFC UCX