Specifying domain names for topology split
By default, the is configured to split the topology into two domains named AM001 and AM002. The name of a domain and the name of the
IP Availability Manager
that is managing the domain are the same name.You can edit the topo-split.conf file to change these names or to configure additional
IP Availability Manager
s as destinations for
the . The parameter definitions to be edited in the topo-split.conf file are:DOMAINNAME=AM001 DOMAINNAME=AM002
The name of each
IP Availability Manager
to which the topology will be split must be specified in the topo-split.conf file.To change the default
IP Availability Manager
names, or to add additional IP Availability Manager
s as destinations for the :- Go to the TSM_BASEDIR/smarts/bin directory and enter the following command to open the topo-split.conf file:sm_edit conf/discovery/topo-split/topo-split.conf
- Find the following parameter definitions at the end of the file:DOMAINNAME=AM001 DOMAINNAME=AM002
- Change AM001 to the name of your firstIP Availability Managerdestination, and change AM002 to the name of your secondIP Availability Managerdestination.
- To specify additionalIP Availability Managerdestinations, copy and paste a DOMAINNAME=<DomainName> line for eachIP Availability Manager, and then change <DomainName> to the name of theIP Availability Manager.
- Save and close the file.The modified version of the topo-split.conf file is saved to the BASEDIR/smarts/local/conf/discovery/topo-split directory.When topology split is invoked, the loads the topo-split.conf file.