By default, Scale IO discovery and monitoring is enabled (The IsScaleIO parameter is set to True) in the ESM.import file.

If you need to disable Scale IO discovery and monitoring:

  1. At BASEDIR/smarts/bin, type the following command:

                   sm_edit conf/esm/ESM.import
                
  2. Change the IsScaleIO value to False:

    # Enable ScaleIO discovery and monitoring.
    IsScaleIO = False
    
  3. Save and close the file.

  4. Restart the Server Manager to load the changed values in ESM.import file.