Displaying the current IMF status of agents

To display current IMF status

The status of agents can be one of the following:

Examples:

If IMF is disabled for Mount agent (when Mode is set to 0) and enabled for rest of the installed IMF-aware agents:

haimfconfig -display
#Agent         STATUS
Application    ENABLED
Mount          DISABLED
Process        ENABLED
DiskGroup 					ENABLED

If IMF is disabled for Mount agent (when VCS is running, agent is running and not registered with AMF module) and enabled for rest of the installed IMF-aware agents:

haimfconfig -display
#Agent         STATUS
Application    ENABLED
Mount          DISABLED
Process        ENABLED
DiskGroup 					ENABLED

If IMF is disabled for all installed IMF-aware agents (when AMF module is not loaded):

haimfconfig -display
#Agent         STATUS
Application    DISABLED
Mount          DISABLED
Process        DISABLED
DiskGroup 					DISABLED

If IMF is partially enabled for Mount agent (Mode is set to 3 at type level and to 0 at resource level for some resources) and enabled fully for rest of the installed IMF-aware agents.

haimfconfig -display
#Agent         STATUS
Application    ENABLED
Mount          ENABLED|PARTIAL
Process        ENABLED
DiskGroup 					ENABLED

If IMF is partially enabled for Mount agent (Mode is set to 0 at type level and to 3 at resource level for some resources) and enabled fully for rest of the installed IMF-aware agents:

haimfconfig -display
#Agent         STATUS
Application    ENABLED
Mount          ENABLED|PARTIAL
Process        ENABLED
DiskGroup 					ENABLED