Link to home
Start Free TrialLog in
Avatar of techcodr
techcodr

asked on

Test-SRtopology : PdhAddEnglishCounter: "\\Server2\LogicalDisk(D:)\Disk Write Bytes/sec". The specified object was not found on the computer.

Test-SRtopology -SourceComputerName Server1 -SourceVolumeName H: -SourceLogVolumeName G: -DestinationComputerName Server2 -DestinationVolumeName D: -DestinationLogVolumeName G: -DurationinMinutes 1 -ResultPath c:\temp

Measuring Storage Replica recovery and initial synchronization performance...
WARNING: PdhAddEnglishCounter: "\\Server2\LogicalDisk(D:)\Disk Write Bytes/sec". The specified object was not
found on the computer.
WARNING: Microsoft.FileServices.SR.Powershell.SrNativePerfCounterHelper+PdhException
WARNING:    at Microsoft.FileServices.SR.Powershell.SrNativePerfCounterHelper..ctor(String CounterPath)
   at Microsoft.FileServices.SR.Powershell.Utilities.CollectDiskPerfCounters(String ComputerName, String VolumePath,
UInt32 DurationInSeconds, UInt32 IntervalInSeconds, String CounterName, String OutputFileName, Boolean IsCSV)
   at Microsoft.FileServices.SR.Powershell.TestSRTopologyCommand.<>c__DisplayClass75_0.<PerformRecoveryTest>b__1()
   at System.Threading.Tasks.Task.Execute()
Test-SRtopology : PdhAddEnglishCounter: "\\Server2\LogicalDisk(D:)\Disk Write Bytes/sec". The specified object
was not found on the computer.
At line:1 char:1
+ Test-SRtopology -SourceComputerName Server1 -SourceVolumeName  ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (:) [Test-SRTopology], PdhException
    + FullyQualifiedErrorId : TestSRTopologyFailure,Microsoft.FileServices.SR.Powershell.TestSRTopologyCommand

Previously the Test-SRtopogy error was mismatch volume size but the volumes were all found.
Avatar of Kimputer
Kimputer

Can you show on server 2 the full registry of HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PerfDisk
And just double checking, drive D: exists on SERVER2, right?
Avatar of techcodr

ASKER

Yes, drive D: exists on Server2 and I can create a test Excel file in drive D:

User generated image
On server2, check if the remote registry service is running. Also do a reboot just to be sure.   
Remote Registry was running.
Reboot server 2. Then Remote Registry is not running. I started Remote Registry.
Retried the Test-SRTopology command and got the same error. 


Dell server support says existing H330 hardware RAID controller does not support Storage Replica. 
ASKER CERTIFIED SOLUTION
Avatar of techcodr
techcodr

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial