Guest cw Posted August 1, 2008 Posted August 1, 2008 I'm tring to capture some perf counters in to a SQL2005 DB (Win2003 sp2 "Srv A") from a remote server (Win2003 sp2 "SrvB). I can get the Counter log set up on SrvA, but when I try to start the logging to get the counter from Srv B, the counter log will not start. I have it set up to run as an admin on the server and even tried to get it started by collecting only processor counters (I have serveral I need to capture). I've tried saving the data in a binary, text, and SQL DB, but it just will not start. I can run it all on the local machine, but Srv B is having I/O issues I need to track down, so I want to run the perf counters from Srv A. Any help would be appreciated!
Guest Dave Patrick Posted August 1, 2008 Posted August 1, 2008 Re: Perfmon Counter Log Might be service permissions issue. http://support.microsoft.com/kb/240389 -- Regards, Dave Patrick ....Please no email replies - reply in newsgroup. Microsoft Certified Professional Microsoft MVP [Windows] http://www.microsoft.com/protect "cw" wrote: > I'm tring to capture some perf counters in to a SQL2005 DB (Win2003 sp2 > "Srv A") from a remote server (Win2003 sp2 "SrvB). I can get the Counter > log set up on SrvA, but when I try to start the logging to get the counter > from Srv B, the counter log will not start. I have it set up to run as an > admin on the server and even tried to get it started by collecting only > processor counters (I have serveral I need to capture). > > I've tried saving the data in a binary, text, and SQL DB, but it just will > not start. I can run it all on the local machine, but Srv B is having I/O > issues I need to track down, so I want to run the perf counters from Srv > A. > > Any help would be appreciated! >
Recommended Posts