Great found it, I've tried to run a script using logman.exe to populate the counters automatically but that doesn't work, do you know if is it called something else in Windows Server 2000?
I found the answer in the end, WS2000 uses perfmon.msc not exe and isn't scriptable so you have to set it up manually though you can export the counter settings as HTML to import into other servers if needed.
edhoward
2 Intern
•
214 Posts
0
August 18th, 2014 00:00
Yes Windows Server 2000
Roger_Wu
4 Operator
•
4K Posts
0
August 18th, 2014 00:00
The built-in Performance Monitor tool should work. And there are many articles you can find on the Internet:
http://technet.microsoft.com/en-us/library/bb726968.aspx
http://www.techrepublic.com/article/working-with-microsoft-windows-2000s-performance-monitor/
Roger_Wu
4 Operator
•
4K Posts
0
August 18th, 2014 00:00
WS2000?
Windows Server 2000?
Anonymous User
375 Posts
0
August 18th, 2014 00:00
Did you try to run perfmon on the windows machine ?
Thanx
Rakesh
edhoward
2 Intern
•
214 Posts
0
August 18th, 2014 02:00
Great found it, I've tried to run a script using logman.exe to populate the counters automatically but that doesn't work, do you know if is it called something else in Windows Server 2000?
Roger_Wu
4 Operator
•
4K Posts
0
August 18th, 2014 17:00
logman should work on Windows 2000: http://technet.microsoft.com/en-us/library/bb490956.aspx
"You can only use Logman to manage systems running Windows 2000 or Windows XP."
Maybe you can ask the question in MS forum?
Anonymous User
375 Posts
0
August 19th, 2014 01:00
.msc becomes the file service. You can enable and disable it when it's needed. But .exe is the actual script which this file (.msc) contains.
Thnx
Rakesh
edhoward
2 Intern
•
214 Posts
0
August 19th, 2014 01:00
I found the answer in the end, WS2000 uses perfmon.msc not exe and isn't scriptable so you have to set it up manually though you can export the counter settings as HTML to import into other servers if needed.
Thanks for the reply.