Disabling IMF for a PDB resource

To disable IMF for PDB resource perform the following steps:

  1. Override the IMF attribute for a particular PDB resource:
    # hares -override <pdb_resname> IMF
    
    
  2. Verify if the IMF attribute is overridden using the following command:
    # hares -value pdb1 IMF
    Mode    3       MonitorFreq     5       RegisterRetryLimit      3
    
  3. Modify the Mode value to 0
    # hares -modify pdb1 IMF -update Mode 0
  4. Verify the Mode value using the following command:
    # hares -value pdb1 IMF
    Mode    0       MonitorFreq     5       RegisterRetryLimit      3