Using an initial topology split from trial learning mode
After choosing a trial initial topology split, you should restart the with the repository file from that trial and perform an incremental
topology split (with topology synchronization, edge management, and TSM hook enabled) to continue with the desired trial result as a starting point.
Here is the procedure for using a trial initial topology split. In the procedure, for simplification
purposes, the is named INCHARGE-TSM, and the chosen initial topology split is located in the INCHARGE-TSM.trial.002 directory and is named INCHARGE-TSM.rps.
- Go to the TSM_BASEDIR/smarts/bin directory and enter the following command to stop the :For a that was started with a service command (sm_service):sm_service stop ic-tsmdmquit -s INCHARGE-TSM
- Copy the repository file for the chosen initial topology split to the TSM_BASEDIR/smarts/local/repos/icf directory:On a UNIX system:cp /opt/InCharge/TSM/IP/smarts/local/logs/INCHARGE-TSM.trial.002/INCHARGE-TSM.rps /opt/InCharge/IP/TSM/smarts/local/repos/icfxcopy C:\InCharge\TSM\IP\smarts\local\logs\INCHARGE-TSM.trial.002\INCHARGE-TSM.rps C:\InCharge\TSM\IP\smarts\local\repos\icf
- Enter the following command from TSM_BASEDIR/smarts/bin to start the :For a service startup command (sm_service):sm_service start ic-tsmsm_server --name=INCHARGE-TSM --config=icf--bootstrap=bootstrap-tsm.conf --ignore-restore-errors--noreconfigure --output --daemon
- Configure the as follows:
- Enable topology splitEnsure that the NumberOfDomains configuration parameter is set to the number of domains that are specified in the TSM_BASEDIR/smarts/local/conf/discovery/ topo-split/topo-split.conf file. That number must be greater than 1.
- Select normal modeEnsure that the IsTrialLearningEnabled configuration parameter is FALSE.
- Select incremental topology splitEnsure that the IsSplitFromScratch configuration parameter is FALSE.
- Enable automatic topology synchronizationSet the IsTopoSyncEnabled configuration parameter to TRUE.
- Enable edge managementSet the EnableAutoEdgeManagement configuration parameter to TRUE. Note that automatic topology synchronization must be enabled before edge management can be enabled.
- Enable the TSM hook scriptSet the IsTSMHookEnabled configuration parameter to TRUE.
- Enter the following command from TSM_BASEDIR/smarts/bin to invoke an incremental topology split:dmctl -s<TSM name>invoke GA_Driver::TopoSplit-Driver start
- For eachIP Availability Manager, go to the BASEDIR/smarts/bin directory in the appropriateIP Managerinstallation area and enter the following command to invoke a pending discovery:dmctl -s<AM name>invoke ICF_TopologyManager::ICF-TopologyManager discoverPendingdmctl -s AM001 invokeICF_TopologyManager::ICF-TopologyManager discoverPending
- After theIP Availability Managers have completed their discoveries, check all critical numbers to determine if they meet your predefined criteria.