<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Brad&#039;s Tech Blog &#187; WMI</title>
	<atom:link href="http://bradstechblog.com/tag/wmi/feed" rel="self" type="application/rss+xml" />
	<link>http://bradstechblog.com</link>
	<description>Microsoft technologies like: System Center Operations Manager, and whatever else comes up at the office.</description>
	<lastBuildDate>Sat, 13 Feb 2010 01:59:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WMI issues that prevent SCOM Agent install</title>
		<link>http://bradstechblog.com/scom/wmi-issues-that-prevent-scom-agent-install</link>
		<comments>http://bradstechblog.com/scom/wmi-issues-that-prevent-scom-agent-install#comments</comments>
		<pubDate>Thu, 24 Jul 2008 13:20:00 +0000</pubDate>
		<dc:creator>Brad Hearn</dc:creator>
				<category><![CDATA[OpsMgr]]></category>
		<category><![CDATA[SCOM]]></category>
		<category><![CDATA[mom_tracing.mof]]></category>
		<category><![CDATA[System Center Operations Manager]]></category>
		<category><![CDATA[System Centre Operations Manager]]></category>
		<category><![CDATA[WMI]]></category>

		<guid isPermaLink="false">http://bradstechblog.com/?p=4</guid>
		<description><![CDATA[During the initial install of the agents on the servers I ran across a hand full of failed agent installs. Nothing worked. Couldn&#8217;t push the install, and when I tried a manual install on the client it would fail halfway through with errors related to mof files.


Resolution is to fix WMI. And here is exactly [...]]]></description>
			<content:encoded><![CDATA[<p>During the initial install of the agents on the servers I ran across a hand full of failed agent installs. Nothing worked. Couldn&#8217;t push the install, and when I tried a manual install on the client it would fail halfway through with errors related to mof files.<br />
<!-smartads-><br />
<span id="more-4"></span></p>
<p>Resolution is to fix <strong>WMI</strong>. And here is exactly how I did it.</p>
<p>Well almost exactly. You will need to send me an email for the files required to do this.</p>
<p>On effected server</p>
<p>1. copy <strong>mom_tracing.mof</strong> to any location on the server. I used c:\downloads</p>
<p> 2. open the command prompt and navigate to c:\downloads and<br />
run the following command without the quotes.</p>
<p> &#8221;mofcomp mom_tracing.mof&#8221;</p>
<p> This will most likely lead to an error looking for the EventTrace class in WMI which the mom_tracing.mof is dependent upon. (This can be verified by running wbemtest connecting to Root\WMI and doing a recursive Enum of the classes and looking for EventTrace as a class, if necessary).</p>
<p>To fix the error proceed to step 3</p>
<p>3. Copy the contents of the mof folder (<a href="mailto:bhinfo@shaw.ca">email me for this folder</a>) to c:\%SystemDirectory%\system32\wbem<br />
4. Open command prompt and navigate to c:\%SystemDirectory%\system32\wbem<br />
Run the following command without the quotes.</p>
<p>&#8220;For /f %s in (&#8216;dir /b *.mof *.mfl&#8217;) do mofcomp %s&#8221;</p>
<p>Restart WMI services.</p>
<p>Install<strong> SCOM agent</strong> from <a href="file://scomserver/agent/i386">file://scomserver/agent/i386</a></p>
<p>And that&#8217;s it. The entire process should take less then a few minutes.</p>
<div><span style="color: #000000;"><span style="color: #ff0000;"> </span></span></div>
<div><span style="color: #000000;"><span style="color: #ff0000;"> </span></span></div>
<p style="MARGIN: 0in 0in 0pt">Brad Hearn</p>
<p style="MARGIN: 0in 0in 0pt">Enterprise Server Analyst</p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><a href="http://bradstechblog.com/">http://bradstechblog.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bradstechblog.com/scom/wmi-issues-that-prevent-scom-agent-install/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
