User guide

208 DC 900-1333Q
Freeway User Guide
/var
This partition is created as a READ/WRITE partition and is
mainly used for system logging, capture data storage, cron, and
similar applications. On standard Freeway servers, this parti-
tion is created in RAM memory inside the /tmp partition.
/cache
This partition is only available on rotating hard drives. This
partition represents the remaining area of the drive that is not
used by the Freeway OS (usually hundreds of gigabytes). This
partition is available for use as a READ/WRITE partition.
A.2 Software Development Directory Structure
Protogate has provided a directory hierarchy for the development of SRAs and other
software on the Freeway. Listed below are the directories that are important for devel-
oping software on the Freeway server:
/usr/local/freeway/client/test/sra
This directory includes the source code and make file for the sample SRA
(filter.c). The make file invokes the compiler and linker to generate the
shared object file (filter.so).
/usr/local/freeway/client/test/yoursra
You create this directory to contain the source code and make file for the
SRA that you are developing (where yoursra is the name of your SRA
project). The make file invokes the compiler and linker to generate the
object file (yoursra.o) and executable file (yoursra).
/usr/local/freeway/client/test/protocol
This directory includes the source code, DLI/TSI configuration files, and
make file for the loopback test program associated with a particular pro-
tocol software package (where protocol is the name or mnemonic of the