Article ID: 939900 - Last Review: July 31, 2007 - Revision: 1.2 You cannot see the results for the DFS Replication performance counters in a WMI-based monitoring program on a Windows Server 2003 R2-based computerOn This PageSYMPTOMSOn a Windows Server 2003 R2-based computer, the Distributed
File System (DFS) Replication service is installed. When you start a Windows
Management Instrumentation (WMI)-based monitoring program, you cannot see the
results for the DFS Replication performance counters. CAUSEThis problem occurs because WMI uses the
AutoDiscovery/AutoPurge (ADAP) process to build an internal performance counter
table. If the DFS Replication service is not started when the WMI ADAP process
starts, the performance counters are not transferred to WMI. Additionally, the
following WMI classes are unavailable in the root\cimv2 WMI namespace:
WORKAROUNDTo work around this problem, use the wmiadap.exe
/f command to parse all the performance libraries on the system and
to update the WMI classes of the performance counters.
To do this, follow these steps:
http://msdn2.microsoft.com/en-us/library/aa394528.aspx
(http://msdn2.microsoft.com/en-us/library/aa394528.aspx)
MORE INFORMATIONSteps to reproduce the problemYou can use the Windows Management Instrumentation command-line (WMIC) tool to check whether the DFS Replication performance counter classes are available. To use the WMIC tool, type the following command in a Command Prompt window:Wmic path
win32_perfformatteddata_dfsr_dfsreplicationservicevolumes get
/format:textvaluelist If the classes are unavailable, you receive the following error
message:ERROR: Code = 0x80041002 Description = Not found Facility = WMI You can also use the Wbemtest tool to check whether the DFS Replication performance counter classes are available. To do this, follow these steps:
APPLIES TO
| Article Translations
|
Back to the top
