To enable incremental reconfigure, set ThresholdOfChangedUCSForIncReconfig 10 in the <BASEDIR>/smarts/conf/discovery/tpmgr-param.conf file. The value of this flag controls the maximum number of devices for which incremental reconfigure will run. For example, if the value is 10, incremental reconfigure will run if the number of the last discovered device is less then 10, otherwise a bulk reconfigure will run.

By default, ThresholdOfChangedUCSForIncReconfig parameter is set to 10 in tmpgr-param.conf file. Any discovery that contains less than 10 systems, the reconfigure started and reconfigure finished message will not be logged in the domain log. However, when reconfigure occurs, to view incremental reconfigure messages, set DebugReconfigure parameter to TRUE in tmpgr-param.conf file.

The tmpgr-param.conf file is located at:

<BASEDIR>/smarts/bin/sm_edit conf/discovery/tpmgr-param.conf

Restart the IP domain or reload tmpgr-param.conf for the change to take affect by running:

<BASEDIR>/smarts/bin/sm_tpmgr -s <IP 8.1.X domain> --load-conf=tpmgr-param.conf

To verify the ThresholdOfChangedUCSForIncReconfig setting run:

<BASEDIR>/smarts/bin/dmctl -s <IP 8.1.X domain> invoke ICF_TopologyManager::ICF-TopologyManager findParameter ThresholdOfChangedUCSForIncReconfig 

To change the parameter without restarting the IP domain run:

<BASEDIR>/smarts/bin/dmctl -s <IP 8.1.X domain> invoke ICF_TopologyManager::ICF-TopologyManager insertParameter ThresholdOfChangedUCSForIncReconfig <value>

To debug the setting run:

<BASEDIR>/smarts/bin/dmctl -s <IP 8.1.X domain> invoke ICF_TopologyManager::ICF-TopologyManager findParameter DebugReconfigure