To disable a partition:

  1. Set the parameter PartitionEnabled to False in the discovery.conf file and start the server.

  2. 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
    
  3. 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.