Adding IP Availability Manager as a topology and status source
By default, is configured to include an
IP Availability Manager
named INCHARGE-AM as a source of device topology
and device topology status updates.You can edit the domain.conf file and change this name or configure additional
IP Availability Manager
s as sources for . The block of lines to be edited is:InChargeDomain::InChargeDomain_INCHARGE-AM { Type = “AM” DomainName = “INCHARGE-AM” }
To change the default
IP Availability Manager
name, or to add an additional IP Availability Manager
as a topology and status source:- Go to the BASEDIR/smarts/bin directory in the installation area and issue the following command to open the domain.conf file:sm_edit conf/voip/domain.conf
- On theInChargeDomainandDomainNamelines, changeINCHARGE-AMto the name of yourIP Availability Manager. For example:InChargeDomain::InChargeDomain_EAST-AM1 { Type = “AM” DomainName = “EAST-AM1” }
- To configure additionalIP Availability Managersources, copy and paste additional instances of theInChargeDomainobject and then follow the directions given in Step 2.Here is an example of an additionalIP Availability Managerinstance in whichType = “AM”indicates that anIP Availability Managerand anIP Performance ManagerorIP Server Performance Managerare running as a single process:InChargeDomain::InChargeDomain_EAST-AM2 { Type = “AM” DomainName = “EAST-AM2” }
- Save and close the file. The modified version of the domain.conf file is saved to the BASEDIR/smarts/local/conf/voip directory.
- If was running before you edited the domain.conf file, restart .At startup, reads the domain.conf file, saves the configuration information in its repository, and imports VoIP-enabled devices from the one or moreIP Availability Managersources.If anIP Availability Managersource is not running, will periodically attempt to connect to theIP Availability Manager.