The file has the following basic format of a keyword optionally followed by a space and a value:
keyword [<value>]
The [ ] symbols indicate an optional field. The < > symbols are not included, but are for documentation purposes.
Strings must be enclosed in quotes or tics if it contains an embedded space. For example:
== Description of system
System-description "Production System"
Comments may be included in the file. Lines that begin with the following identifiers are considered comment lines:
!
==
comment
Generally, data is extracted from lines of the CONFMOMI file when a keyword is recognized. Characters past expected data are ignored. Comments are not supported within valid input lines (i.e. you can't embedded a comment between a keyword and an expected value).
The following are some examples how comments are used:
comment *** this section documents something ***
=========================================
== this is the MOMI configuration file ==
=========================================
Hst01db $data1.momi.hst01db == MOMI history database
Keywords in the file are not case sensitive. Only one keyword is allowed per line. Use the sample CONFMOMI file, automatically placed in the same subvolume as MOMI object file during install, as a formatting template.
It is not necessary to use all the available keywords as most have default values. Many keywords are provided for limited or special purposes.
Some keywords, in order to make it unique, append a value, documented as -nn that represents a number such as 01, 02, 03, etc... . xx is used to signify that the keyword applies in all cases. In other words, where you see nn, such as HSTnnDB, replace it with 01, 02, 03, etc... Where you see xx, such as PRIORITY-DB-HSTxxDB-CON , use the keyword 'as is' as it applies in all instances.