EMC OL-8950-01 Sleep Apnea Machine User Manual


 
EMC Smarts Application Connectivity Monitor Configuration Guide 9
Integrating Application Connectivity Monitor
Adapter Platform to the ACM Domain Manager, no changes are
necessary in the Adapter Platform’s configuration file.
To receive events and topology from an underlying source, you need to
uncomment DomainType entries in the Adapter Platform’s configuration file,
icoi.conf. At minimum, you need to uncomment the entry for Availability
Manager.
In addition, you need to comment out the entry for Availability Manager that
uses the dxa-sysip.conf file.
The DomainType needs to specify the name of the underlying domain
(source) and the data exchange file, dxa-oi-from-am.conf, plus any settings
such as MinimumCertainty.
Use the sm_edit utility to modify the icoi.conf located in
/opt/InCharge6/SAM/smarts/icoi/conf or
C:\InCharge6\SAM\smarts\icoi\conf directory.
Example of DomainType Entries
This section provides an example of a DomainSection in an Adapter
Platform’s configuration file, icoi.conf. In it, there are DomainType entries for
Availability Manager.
DomainSection
{
# DomainType
# {
# ConfFile = "dxa-sysip.conf";
# MinimumCertainty = 0.0;
# SmoothingInterval = 0;
# Name = "INCHARGE-AM";
# }
#Domain type for AM servers to be used in ACM 2.0
#deployments.
#Please use this INSTEAD of the first one (comment out the
#block using the dxa-sysip.conf file).
DomainType
{
ConfFile = "dxa-oi-from-am.conf";
MinimumCertainty = 0.0;
SmoothingInterval = 0;
Name = "INCHARGE-AM";
}
}