To disable a partition:
-
Set the parameter PartitionEnabled to False in the discovery.conf file and start the server.
-
If server is running, disable the server before discovery using the following command:
./dmctl -s INCHARGE-AM-PM put ICF_TopologyManager::ICF-TopologyManager::PartitionEnabled FALSE | tee
-
Verify if the server is disabled using the below command:
./dmctl -s INCHARGE-AM-PM get ICF_TopologyManager::ICF-TopologyManager::PartitionEnabled | tee FALSE
The file ic-post-partition.asl performs post-processing on created partitions. By default, partitions are created during discovery unless it is disabled manually.