Microsoft KB Archive/924831

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Knowledge Base


A file handle is left open on the cluster disk resource when you run a MOM script on a Windows Server 2003-based cluster node

Article ID: 924831

Article Last Modified on 9/14/2006



APPLIES TO

  • Microsoft Windows Server 2003, Datacenter Edition (32-bit x86)
  • Microsoft Windows Server 2003, Enterprise Edition (32-bit x86)
  • Microsoft Windows Server 2003, Standard Edition (32-bit x86)
  • Microsoft Windows Server 2003, Web Edition



SYMPTOMS

Consider the following scenario:

  • You run a Microsoft Operations Manager (MOM) script on a Microsoft Windows Server 2003-based cluster node.
  • The MOM script calls the DefragAnalysis method.
  • The cluster node does not own the cluster disk resource.

In this scenario, a file handle is left open on the cluster disk resource. Therefore, the cluster disk resource does not fail over to another cluster node.

WORKAROUND

To work around this problem, use one of the following methods:

  • Modify the MOM script to make sure that the DefragAnalysis method is only called on a cluster disk resource that is owned by the cluster node.
  • Modify the MOM script to make sure that the DefragAnalysis method is not called in a clustered environment.



Additional query words: DefragAnalysis VolumeIsDirty

Keywords: kbtshoot KB924831