SMARTS - 10.1.x
SMARTS DM - 2.x
To pass IP the address from the IP Availability Manager TSM domain to the underlying IP domain, do the following:
IP/smarts/bin/sm_edit rules/discovery/topo-split/topo-split-output-seeds-AM.asl
driver->writeln("NAMEORIP=".systemData->getNameOrAddr()."\t "
driver->writeln("NAMEORIP=".agentObj->AgentAddress."\t "
IP/smarts/bin/sm_edit rules/discovery/topo-split/topo-split-output-seeds.asl
driver->writeln("NAMEORIP=".systemData->getNameOrAddr()."\t "
driver->writeln("NAMEORIP=".SNMPAgentObj->AgentAddress."\t "
driver->writeln("NAMEORIP=".systemData->getNameOrAddr()."\t "
driver->writeln("NAMEORIP=".agentObj->AgentAddress."\t "
IP/smarts/bin/sm_edit rules/discovery/topo-spilt/topo-split-sync-AM.asl
topoManager->addPending(systemData->getNameOrAddr(),
topoManager->addPending(agent->AgentAddress,
Run a discovery or changes will be implemented on the next discovery.