By default, the name of the communications trap file is TRAPCOMM.FCS and will be located in the server directory. To prepend a path onto the trap file name (say to route it to a separate disk), add an entry of the form
DIAGNOSTIC_STR <trap file path>
For example, to append the file system name /bigdisk/ to the filename, include the following entry in the configuration file:
DIAGNOSTIC_STR /bigdisk/
The trap file would be then be located in /bigdisk/TRAPCOMM.FCS
Note: Any number of DIAGNOSTIC_STR entries can be included in the configuration file. These create an internal dynamically allocated array used for providing input to various debugging routines. Additional entries should only be used under advice from a FairCom engineer.