Guidelines for modifying the configuration file

When making changes to the SYS CONFIG file, keep the following guidelines in mind:

  • The configuration statements can be continued with a comma. This format is demonstrated in the sample configuration file.
  • Only one comment is allowed in a configuration record. Comments cannot be embedded or continued.

    Comments beyond the line continuation character are permitted. The comment left delimiter is the combination of the forward slash and the asterisk (/*) and the right delimiter is the combination of the asterisk and the forward slash (*/).

The example below shows the device pool statement (DevPool) as well as the use of commas and comments:

DevPool,          /* Define a device pool for manual devices      */
    3490L,        /* Device pool name                             */
    600-601       /* Device pool devices                          */