The file has the following basic format of - a keyword usually followed by a value separated by one or more spaces.
keyword <value>
The < > symbols are not included, but are for documentation purposes.
If a <value> is optional, it is enclosed by the [ ] symbols.
keyword [<value>]
Strings, if indicated by the keyword, 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 usually 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 are not case sensitive, only one keyword per line, and spaces before the keyword and after the keyword are ignored. Use the sample CONFMOMI file as a formatting template (it is automatically placed in the same subvolume as MOMI object file during install).
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, use a numeric value documented as "nn" that represents a number such as 01, 02, 03, etc... . In other words, where you see "nn", such as HSTnnDB, replace it with 01, 02, 03, etc... as indicated in its documentation.
Where you see xx in a keyword, such as PRIORITY-DB-HSTxxDB-CON , it is used 'as is' since it applies in all instances.