Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Event log entries appear to be missing information after you enable or disable maintenance mode for a cluster physical disk resource in Windows Server 2003, Enterprise Edition with Service Pack 1


View products that this article applies to.

Symptoms

In Microsoft Windows Server 2003, Enterprise Edition with Service Pack 1 (SP1), you enabled or disabled maintenance mode for a physical disk resource that has been assigned to a cluster. In this scenario, the event log entries appear to be missing information. For example, event log entries appear similar to the following:
Event Type: Warning
Event Source: ClusSvc
Event Category: Resource Monitor
Event ID: 1237
Date: Date
Time: Time
User: N/A
Computer: Computer_Name
Description:

The description for Event ID ( 1237 ) in Source ( ClusSvc ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: Drive Letter.
Event Type: Information
Event Source: ClusSvc
Event Category: Resource Monitor
Event ID: 1238
Date: Date
Time: Time
User: N/A
Computer: Computer_Name
Description:

The description for Event ID ( 1238 ) in Source ( ClusSvc ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: Drive Letter.
When you enable or disable maintenance mode, you expect the following information to be logged:

Resource Disk Letter: has been placed in maintenance mode.

Resource Disk Letter: has been taken out of maintenance mode.

↑ Back to the top


Workaround

This problem can be safely ignored. In this scenario, the maintenance mode status is not correctly reflected by the logs. However, the physical disk resource is successfully enabled or disabled.

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

↑ Back to the top


More information

In Windows Server 2003 SP1, cluster physical disk resources can be put in maintenance mode. You can use the ClusterResourceControl functions to set maintenance mode. You can also use the Cluster.exe tool that is included with Windows Server 2003 SP1 to put physical disk resources into maintenance mode and then put them back online. The following example shows how to put a physical disk resource into maintenance mode.
cluster ExampleCluster res "Disk h" /maint:on
The following example shows how to put the disk back online.
cluster ExampleCluster res "Disk h" /maint:off 

Note Only physical disk resources can be put into maintenance mode. For more information about how to use maintenance mode, visit the following Microsoft Web sites:

↑ Back to the top


Keywords: KB901042, kbtshoot, kbclustserv, kbclustering

↑ Back to the top

Article Info
Article ID : 901042
Revision : 4
Created on : 2/14/2007
Published on : 2/14/2007
Exists online : False
Views : 285