NAME
amf.conf - openais AMF configuration file
DESCRIPTION
amf.conf
is the configuration file that determines the behaviour of the AIS Availability
Management Framework service, AMF in the openais implementation.
Entries in this file will for example determine what applications AMF will start
and how to supervise them.
By default AMF opens /etc/ais/amf.conf. The environment variable
OPENAIS_AMF_CONFIG_FILE
can be set to the pathname of an AMF configuration file to override
the default behaviour.
Any line whose first non-white-space character is
a '#' is considered a comment line. Empty lines are ignored.
The file contains object entries of the form:
<Object Class> = <Object Name> {
<attribute> = <value>
...
}
Object entries are nested, one entry contains another entry. This way relations
between objects are built up. For example a component object defined inside a
Software Unit (SU) object means that the component belongs to the SU. In other
words, the SU is composed of the component. See the example configuration file.
The relation between objects has to comply with the AMF model specified in [5].
Object names shall use only printable ASCII characters. Object names shall be
unique within its context, i.e. two components within the same service unit has
to have different names, but can have the same name as another component within
another service unit.
Attribute names are consistent with the naming of the configuration attributes
in [5].
AMF object attributes are either configuration or runtime attributes. The AMF
configuration file is used to specify configuration attributes. Some configuration
attributes have default values and does not need to be specified. Others are not
valid in certain redundancy models and so on.
The type of an attribute value is either a string, a number, a time or an
enumeration. Enumeration values are specified according to the type definition
in the AIS specification. Time values are specified in milliseconds.
Multivalue attributes are specified using multiple entries with the same
attribute name but different values. See the example configuration file.
The (RDN) value of 'safAmfNode' is a logical name for an AMF node. It is mapped
to a real physical node using the attribute 'saAmfNodeClmNode'.
The value of the attribute 'saAmfNodeClmNode' should be the hostname (without
domain name) as given to the host at boot time. This name is returned by the
shell command 'hostname'.
Currently, AMF is enabled/disabled by an entry in the openais.conf file, see [1].
It is default disabled.
The following list of attributes is currently supported:
saAmfClusterStartupTimeout
saAmfNodeClmNode
Host name, required
saAmfNodeSuFailOverProb
Required but not used.
saAmfNodeSuFailoverMax
Required but not used.
clccli_path
A path added to all CLC-CLI scripts
saAmfSIProtectedbySG
Required when several SGs are specified
saAmfSINumCSIs
Required but not used.
saAmfSGRedundancyModel
Currently only 'nplusm' is supported, required.
saAmfSGMaxActiveSIsperSUs
saAmfSGMaxStandbySIsperSUs
saAmfSGCompRestartProb
Required but not used.
saAmfSGSuRestartProb
Required but not used.
saAmfSGAutoAdjustProb
Required but not used.
saAmfSUNumComponents
Required but not used.
saAmfSUIsExternal
Required but not used.
saAmfSUFailover
Required but not used.
saAmfSUHostedByNode
Required. Set to AMF node name. Note: this is a deviation from the specification.
saAmfCompCsTypes
Multivalue
saAmfCompCapability
Required but not used.
saAmfCompNumMaxActiveCsi
Required but not used.
saAmfCompNumMaxStandbyCsi
Required but not used.
saAmfCompCmdEnv
Multivalue
saAmfCompDefaultClcCliTimeout
Required but not used.
saAmfCompDefaultCallbackTimeOut
Required but not used.
saAmfCompInstantiateCmdArgv
saAmfCompTerminateCmdArgv
Required but not used.
saAmfCompTerminateCmd
Required but not used.
saAmfCompRecoveryOnError
Required but not used.
saAmfHealthcheckMaxDuration
saAmfSIPrefActiveAssignments
saAmfSIPrefStandbyAssignments
AUTHOR
Hans.Feldt at ericsson.com
EXAMPLE
For an AMF configuration file example, see the amf.conf file under the openais
conf
directory.
FILES
SEE ALSO
[1] openais_conf (5)
[4] www.saforum.org - SAI-XMI-A.01.01.xml.xip
[5] www.saforum.org - SAI-Overview.B.02.01.pdf
[6] www.saforum.org - SAI-AIS-AMF-B.02.01.pdf