<?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>Markus Bäker &#187; English</title>
	<atom:link href="http://www.mbaeker.de/category/language/english/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mbaeker.de</link>
	<description>Use %~dp0 !!!</description>
	<lastBuildDate>Tue, 31 Jan 2012 10:49:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>SCOM: Notify by ICQ, MSN, Jabber or Facebook</title>
		<link>http://www.mbaeker.de/2011/11/scom-notify-by-icq-msn-jabber-or-facebook/</link>
		<comments>http://www.mbaeker.de/2011/11/scom-notify-by-icq-msn-jabber-or-facebook/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 13:36:18 +0000</pubDate>
		<dc:creator>markus</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Operations Manager]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[scom]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.mbaeker.de/?p=781</guid>
		<description><![CDATA[On thing I was always missing in System Center Operations Manager (SCOM) was the notification with other instant messaging (IM) protocols than the build in Microsoft Communicator. On friday I had some time to test a solution which I will describe here. On warnung at the beginning: This current solution is experimental. It will run [...]]]></description>
			<content:encoded><![CDATA[<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; float: left; padding-top: 0px; border: 0px;" title="aim" src="http://www.mbaeker.de/wp-content/uploads/2011/11/aim.png" alt="aim" width="84" height="84" align="left" border="0" />On thing I was always missing in System Center Operations Manager (SCOM) was the notification with other instant messaging (IM) protocols than the build in Microsoft Communicator.</p>
<p>On friday I had some time to test a solution which I will describe here.</p>
<p>On warnung at the beginning: This current solution is experimental. It will run a Miranda client in the system context and can be a large security hole for your SCOM server!</p>
<p>The first thing I had to to is finding a client which can be controlled by command line or by a SDK. I stumbled upon the <a href="http://www.eblis.tla.ro/index.php?option=com_content&amp;task=view&amp;id=14&amp;Itemid=26" target="_blank">command line plugin</a> for Miranda IM. Miranda IM is an open source mutli-protocol instant messaging client. With it you can integrate multiple protocols with plugins.</p>
<p><span id="more-781"></span></p>
<p>I created a test ICQ account and a surrounding batch file for miranda:</p>
<pre class="brush: plain; title: ; notranslate">
setlocal

set log=&quot;c:\logging.log&quot;
echo. &gt;&gt; %log%
echo starting %date% %time% &gt;&gt; %log%

rem läuft miranda schon?
tasklist | findstr /i miranda32.exe
if %errorlevel%.==0. goto laeuft
echo Starte Miranda im System Kontext &gt;&gt; %log%
start &quot;&quot; &quot;%~dp0miranda32.exe&quot;
echo 10 sec warten...
ping -w 1000 -n 10 128.0.0.1
goto weiter

:laeuft
echo Miranda laeuft schon  &gt;&gt; %log%

:weiter
echo mimcmd message %~1 &quot;%~2&quot; &gt;&gt; %log%
mimcmd message %~1 &quot;%~2&quot;&gt;&gt; %log%
endlocal
</pre>
<p>First it checks if miranda is already running. The command Tasklist is only available in Windows 2008 and later. If it isn’t running it will be startet (has to be in the same directory as the batch file) and the batch waits for 10 seconds. After that it will use the mimcmd command the send the message.</p>
<p>The batch file takes two parameter: 1. the target of the im (can be more than one) 2. The message to send.</p>
<p>To use this batch file you have to create a Command Notification Channel in SCOM:</p>
<p><a href="http://www.mbaeker.de/wp-content/uploads/2011/11/notificationChannel1.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="notificationChannel1" src="http://www.mbaeker.de/wp-content/uploads/2011/11/notificationChannel1_thumb.png" alt="notificationChannel1" width="345" height="304" border="0" /></a></p>
<p>And here the interesting command line call:</p>
<p><a href="http://www.mbaeker.de/wp-content/uploads/2011/11/notificationChannel2.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="notificationChannel2" src="http://www.mbaeker.de/wp-content/uploads/2011/11/notificationChannel2_thumb.png" alt="notificationChannel2" width="352" height="310" border="0" /></a></p>
<p>I have used only one target. You can define more then one target by surounding the second parameter (everything between 5 and 49) with qoutes like this: “ICQNumber1 ICQNumber2” or if you want to specify the protocol: “ICQNumber1:ICQ MSNAlias:MSN”. For details look into the readme of the command line plugin.</p>
<p>For sending something to this channel you have to create a subscriber:</p>
<p><a href="http://www.mbaeker.de/wp-content/uploads/2011/11/subscriber.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="subscriber" src="http://www.mbaeker.de/wp-content/uploads/2011/11/subscriber_thumb.png" alt="subscriber" width="354" height="312" border="0" /></a></p>
<p>And after that you create a normal subscription with the channel and the subscriber.</p>
<p>If everything worded correctly you will see after the first alert in the process list (task manager):</p>
<p><a href="http://www.mbaeker.de/wp-content/uploads/2011/11/taskmgr.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="taskmgr" src="http://www.mbaeker.de/wp-content/uploads/2011/11/taskmgr_thumb.png" alt="taskmgr" width="446" height="223" border="0" /></a></p>
<p>a miranda process in the system context. And in you IM client:</p>
<p><a href="http://www.mbaeker.de/wp-content/uploads/2011/11/im.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="im" src="http://www.mbaeker.de/wp-content/uploads/2011/11/im_thumb.png" alt="im" width="463" height="146" border="0" /></a></p>
<p>To increase the security you should deactivate and delete all plugins that aren’t necessary. Here is my plugin list:</p>
<p><a href="http://www.mbaeker.de/wp-content/uploads/2011/11/plugins.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="plugins" src="http://www.mbaeker.de/wp-content/uploads/2011/11/plugins_thumb.png" alt="plugins" width="222" height="314" border="0" /></a></p>
<p>Outlook:</p>
<p>I will try to start the miranda process with lower privileges but still in the system context.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mbaeker.de/2011/11/scom-notify-by-icq-msn-jabber-or-facebook/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SCOM2Nagios 1.5</title>
		<link>http://www.mbaeker.de/2011/10/scom2nagios-1-5/</link>
		<comments>http://www.mbaeker.de/2011/10/scom2nagios-1-5/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 19:07:08 +0000</pubDate>
		<dc:creator>markus</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Operations Manager]]></category>
		<category><![CDATA[SCOM2Nagios]]></category>

		<guid isPermaLink="false">http://www.mbaeker.de/?p=747</guid>
		<description><![CDATA[Find the newest version on top of: http://www.mbaeker.de/tag/scom2nagios/ Released a new Version of the SCOM2Nagios Connector. Changes: 1.5 * NEW: NagiosHost2 and NagiosPort2 in config (fast change upon request) * BUG: Processings equals instruction hasnt&#8217;t worked correctly This is currently a fast release without much testing. Please add a comment if anything is broken! Download:]]></description>
			<content:encoded><![CDATA[<p>Find the newest version on top of: <a href="http://www.mbaeker.de/tag/scom2nagios/">http://www.mbaeker.de/tag/scom2nagios/</a></p>
<p>Released a new Version of the SCOM2Nagios Connector. Changes:</p>
<p>1.5<br />
* NEW: NagiosHost2 and NagiosPort2 in config (fast change upon request)<br />
* BUG: Processings equals instruction hasnt&#8217;t worked correctly</p>
<p>This is currently a fast release without much testing. Please add a comment if anything is broken!</p>
<p>Download: <a class="downloadlink" href="http://www.mbaeker.de/downloads/SCOM2Nagios_1.5.zip" title=" downloaded 167 times" >SCOM2Nagios (Version 1.5) (167)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mbaeker.de/2011/10/scom2nagios-1-5/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Monitoring Fedora Core 4 with SCOM 2007 R2 &#8211; Part 3</title>
		<link>http://www.mbaeker.de/2011/06/monitoring-fedora-core-4-with-scom-2007-r2-part-3/</link>
		<comments>http://www.mbaeker.de/2011/06/monitoring-fedora-core-4-with-scom-2007-r2-part-3/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 11:20:58 +0000</pubDate>
		<dc:creator>markus</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Operations Manager]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[Core]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[scom]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.mbaeker.de/?p=510</guid>
		<description><![CDATA[In the part 3 of the Fedora Core 4 discovery pack I will explain the creation of the discovery management pack in detail. Creating the new MP for Discovery: Open the Authoring Console (please use the newest on. I have used 6.1.7221.49) File –&#62; New and enter the required values File –&#62; Management Pack Properties [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mbaeker.de/wp-content/uploads/2011/06/earth2.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; float: left; padding-top: 0px; border: 0px;" title="earth" src="http://www.mbaeker.de/wp-content/uploads/2011/06/earth_thumb.png" border="0" alt="earth" width="64" height="64" align="left" /></a>In the part 3 of the Fedora Core 4 discovery pack I will explain the creation of the discovery management pack in detail.</p>
<p>Creating the new MP for Discovery:</p>
<ul>
<li>Open the Authoring Console (please use the newest on. I have used 6.1.7221.49)</li>
<li>File –&gt; New and enter the required values</li>
<li>File –&gt; Management Pack Properties</li>
<li>Select the tab References –&gt; Add Reference</li>
<li>Add Reference to Microsoft.Linux.RHEL.4, change the alias to RHEL4 (it’s shorter and easier to use) and a reference to the Microsoft.Unix.Library with the alias Unix. Your reference tab should look like the picture 1 (the picture has another reference to linux but this will be added automaticly with the discovery)</li>
<li>Switch to Health Model, select Discovery</li>
<li>new Custom Discovery, name Technidata.Fedora.4.Computer.Discovery
<ul>
<li>Target: Microsoft.Linux.RedHat.Computer</li>
<li>Discovered Classes: Add class Microsoft.Linux.RHEL.4.Computer</li>
<li>Configuration: Browse… and select: Microsoft.Unix.WSMan.TimedEnumerate.Filtered.MatchesRegularExpression.DiscoveryData and add a module id like discovery</li>
<li>Press Edit and enter the xml from part 2 into the editor: replace the text between Configuration&gt; and &lt;/Configuration&gt; with the XML text &lt;TargetSystem&gt;[…]&lt;/InstanceSettings&gt;</li>
<li>Close the editor</li>
<li>your discovery tab should look like picture 2</li>
</ul>
</li>
<li>Do the same with the second xml from part 2</li>
<li>Your discovery pack is ready to be imported into your test SCOM environment.</li>
</ul>
<p><span id="more-510"></span></p>
<p><a href="http://www.mbaeker.de/wp-content/uploads/2011/06/rhel4-reference.png"><img style="display: inline;" title="rhel4-reference" src="http://www.mbaeker.de/wp-content/uploads/2011/06/rhel4-reference_thumb.png" alt="rhel4-reference" width="309" height="310" /></a></p>
<p>Picture 1: Reference Tab</p>
<p><a href="http://www.mbaeker.de/wp-content/uploads/2011/06/rhel4-discovery.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="rhel4-discovery" src="http://www.mbaeker.de/wp-content/uploads/2011/06/rhel4-discovery_thumb.png" border="0" alt="rhel4-discovery" width="312" height="309" /></a></p>
<p>Picture 2: Discovery</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mbaeker.de/2011/06/monitoring-fedora-core-4-with-scom-2007-r2-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fileservermigration mit DFSR</title>
		<link>http://www.mbaeker.de/2011/06/fileservermigration-mit-dfsr/</link>
		<comments>http://www.mbaeker.de/2011/06/fileservermigration-mit-dfsr/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 16:19:47 +0000</pubDate>
		<dc:creator>markus</dc:creator>
				<category><![CDATA[Active Directory Domain Service]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[DFSR]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://www.mbaeker.de/?p=498</guid>
		<description><![CDATA[DFS ermöglicht nicht nur eine einheitliche Sicht bzw. Einstiegspunkt auf die Dateien im Unternehmen, sondern ermöglicht auch ein transparentes Umziehen der Dateien von einem Server auf einen anderen. Dabei wird zuerst eine Replikation zwischen alten und neuem Fileserver mittels DFSR eingerichtet. DFSR ist trotz des Namens unabhängig von DFS, d.h. hierfür müssen die Fileserver nicht [...]]]></description>
			<content:encoded><![CDATA[<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; float: left; padding-top: 0px; border: 0px;" title="email_write" src="http://www.mbaeker.de/wp-content/uploads/2011/06/email_write.png" border="0" alt="email_write" width="59" height="59" align="left" />DFS ermöglicht nicht nur eine einheitliche Sicht bzw. Einstiegspunkt auf die Dateien im Unternehmen, sondern ermöglicht auch ein transparentes Umziehen der Dateien von einem Server auf einen anderen.</p>
<p>Dabei wird zuerst eine Replikation zwischen alten und neuem Fileserver mittels DFSR eingerichtet. DFSR ist trotz des Namens unabhängig von DFS, d.h. hierfür müssen die Fileserver nicht als Ziel eines DFS Zweiges eingerichtet sein.</p>
<p>Sobald die Initiale Replikation abgeschlossen ist, kann der neue Fileserver als weiteres Ziel in den DFS eingehängt werden. Das alte Ziel kann dann entfernt werden (eventuell vorher ein vollständiges Backup auf dem neuen Fileserver abwarten?). Offene Dateien von Benutzern liegen immer noch auf dem alten Share und können erst repliziert werden, wenn sie die Dateien geschlossen oder sich abgemeldet haben. Daher sollte die Replikation erst gestoppt werden, wenn alle offenen Dateien geschlossen sind.</p>
<p>Eine mögliche Ergänzung ist es, den neuen Fileserver zuerst als Read-Only Replikat (erst ab Windows 2008 R2) laufen zu lassen, so wird sicher gestellt, dass nicht versehentlich auf dem neuen Fileserver Dateien gelöscht oder geändert werden und diese somit wieder zurück repliziert werden. Eine Änderung dieses Status bedeutet leider eine neue Initiale Replikation, d.h. DFSR kontrolliert erneut alle Dateien, ob sie sich in der Quelle oder im Ziel geändert haben. Dies bedeutet eine entsprechende Last und Verzögerung. Aus Erfahrung würde ich daher auf dieses Feature bei einer Migration verzichten.</p>
<p>Um die Initiale Replikation zu beschleunigen, kann man auch die Dateien zuerst auf einem anderen Weg übertragen. Hier bietet sich ein Backup oder Robocopy an. Dies hat den Vorteil, dass man das kopieren z.B. in der Nacht oder am Wochenende anstoßen und die volle Bandbreite nutzen kann. DFSR verwendet immer nur den gerade freien Anteil.</p>
<p>Eine Beschreibung wie die Initiale Replikation funktioniert ist hier zu finden:</p>
<p><a title="http://blogs.technet.com/b/askds/archive/2008/02/12/get-out-and-push-getting-the-most-out-of-dfsr-pre-staging.aspx" href="http://blogs.technet.com/b/askds/archive/2008/02/12/get-out-and-push-getting-the-most-out-of-dfsr-pre-staging.aspx" target="_blank">http://blogs.technet.com/b/askds/archive/2008/02/12/get-out-and-push-getting-the-most-out-of-dfsr-pre-staging.aspx</a></p>
<p>Die passenden Kommandozeilen für Robocopy sind in diesem Artikel beschrieben:</p>
<p><a title="http://blogs.technet.com/b/askds/archive/2010/09/07/replacing-dfsr-member-hardware-or-os-part-2-pre-seeding.aspx" href="http://blogs.technet.com/b/askds/archive/2010/09/07/replacing-dfsr-member-hardware-or-os-part-2-pre-seeding.aspx">http://blogs.technet.com/b/askds/archive/2010/09/07/replacing-dfsr-member-hardware-or-os-part-2-pre-seeding.aspx</a></p>
<p>ACHTUNG: Auf jeden Fall die aktuellste Robocopy Version (z.B. <a title="http://support.microsoft.com/kb/979808/en-us" href="http://support.microsoft.com/kb/979808/en-us">http://support.microsoft.com/kb/979808/en-us</a>)  verwenden und möglichst auf einem Windows 2008 R2  Server kopieren. Auch die aktuellsten Hotfixe für DFSR können nicht schaden (eine Liste mit aktuellen Hofixen unter <a title="http://support.microsoft.com/kb/968429/en-us" href="http://support.microsoft.com/kb/968429/en-us">http://support.microsoft.com/kb/968429/en-us</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mbaeker.de/2011/06/fileservermigration-mit-dfsr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monitoring Fedora Core 4 with SCOM 2007 R2 &#8211; Part 2</title>
		<link>http://www.mbaeker.de/2011/06/monitoring-fedora-core-4-with-scom-2007-r2-part-2/</link>
		<comments>http://www.mbaeker.de/2011/06/monitoring-fedora-core-4-with-scom-2007-r2-part-2/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 09:00:42 +0000</pubDate>
		<dc:creator>markus</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Operations Manager]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[Core]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[scom]]></category>
		<category><![CDATA[SCX]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.mbaeker.de/?p=480</guid>
		<description><![CDATA[The creation of the troja management pack is easy. You only have to add to discovery tasks which create the RHEL4 computer object and the operating system object and fills them with some basic informations. In the authoring console you have the add a reference to the Microsoft.Linux.RHEL.4 MP because we will use the RHEL4 [...]]]></description>
			<content:encoded><![CDATA[<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; float: left; padding-top: 0px; border: 0px;" title="earth" src="http://www.mbaeker.de/wp-content/uploads/2011/06/earth1.png" border="0" alt="earth" width="56" height="56" align="left" />The creation of the troja management pack is easy. You only have to add to discovery tasks which create the RHEL4 computer object and the operating system object and fills them with some basic informations.</p>
<p>In the authoring console you have the add a reference to the Microsoft.Linux.RHEL.4 MP because we will use the RHEL4 Computer object.</p>
<p>This is the XML code of the first discovery task:</p>
<blockquote><p>&lt;Discovery ID=&#8221;Technidata.Fedora.4.Computer.Discovery&#8221; Enabled=&#8221;true&#8221; Target=&#8221;RedHat!Microsoft.Linux.RedHat.Computer&#8221; ConfirmDelivery=&#8221;false&#8221; Remotable=&#8221;true&#8221; Priority=&#8221;Normal&#8221;&gt;<br />
&lt;Category&gt;Discovery&lt;/Category&gt;<br />
&lt;DiscoveryTypes&gt;<br />
&lt;DiscoveryClass TypeID=&#8221;RHEL4!Microsoft.Linux.RHEL.4.Computer&#8221; /&gt;<br />
&lt;/DiscoveryTypes&gt;<br />
&lt;DataSource ID=&#8221;DS&#8221; TypeID=&#8221;Unix!Microsoft.Unix.WSMan.TimedEnumerate.Filtered.MatchesRegularExpression.DiscoveryData&#8221;&gt;<br />
&lt;TargetSystem&gt;$Target/Property[Type="Unix!Microsoft.Unix.Computer"]/NetworkName$&lt;/TargetSystem&gt;<br />
&lt;Uri&gt;<a href="http://schemas.microsoft.com/wbem/wscim/1/cim-schema/2/SCX_OperatingSystem?__cimnamespace=root/scx">http://schemas.microsoft.com/wbem/wscim/1/cim-schema/2/SCX_OperatingSystem?__cimnamespace=root/scx</a>&lt;/Uri&gt;<br />
&lt;Filter /&gt;<br />
&lt;SplitItems&gt;false&lt;/SplitItems&gt;<br />
&lt;Interval&gt;300&lt;/Interval&gt;<br />
&lt;SyncTime /&gt;<br />
&lt;FilterProperty&gt;//*[local-name()="Caption"]&lt;/FilterProperty&gt;<br />
&lt;FilterValue&gt;.*Fedora Core release 4.*&lt;/FilterValue&gt;<br />
&lt;ClassId&gt;$MPElement[Name="RHEL4!Microsoft.Linux.RHEL.4.Computer"]$&lt;/ClassId&gt;<br />
&lt;InstanceSettings&gt;<br />
&lt;Settings&gt;<br />
&lt;Setting&gt;<br />
&lt;Name&gt;$MPElement[Name="Unix!Microsoft.Unix.Computer"]/PrincipalName$&lt;/Name&gt;<br />
&lt;Value&gt;$Target/Property[Type="Unix!Microsoft.Unix.Computer"]/PrincipalName$&lt;/Value&gt;<br />
&lt;/Setting&gt;<br />
&lt;Setting&gt;<br />
&lt;Name&gt;$MPElement[Name="Unix!Microsoft.Unix.Computer"]/TimeZoneOffset$&lt;/Name&gt;<br />
&lt;Value&gt;$Data///*[local-name()="CurrentTimeZone"]$&lt;/Value&gt;<br />
&lt;/Setting&gt;<br />
&lt;/Settings&gt;<br />
&lt;/InstanceSettings&gt;<br />
&lt;/DataSource&gt;<br />
&lt;/Discovery&gt;</p></blockquote>
<p><span id="more-480"></span></p>
<p>As you can see it is mainly copied from the RHEL4 MP. Only the filer value has changed.<br />
The second discovery does more or less the same but creates an OS object:</p>
<blockquote><p>&lt;Discovery ID=&#8221;Technidata.Fedora.4.OperatingSystem.Discovery&#8221; Enabled=&#8221;true&#8221; Target=&#8221;RHEL4!Microsoft.Linux.RHEL.4.Computer&#8221; ConfirmDelivery=&#8221;false&#8221; Remotable=&#8221;true&#8221; Priority=&#8221;Normal&#8221;&gt;<br />
&lt;Category&gt;Discovery&lt;/Category&gt;<br />
&lt;DiscoveryTypes&gt;<br />
&lt;DiscoveryClass TypeID=&#8221;RHEL4!Microsoft.Linux.RHEL.4.OperatingSystem&#8221; /&gt;<br />
&lt;/DiscoveryTypes&gt;<br />
&lt;DataSource ID=&#8221;DS&#8221; TypeID=&#8221;Unix!Microsoft.Unix.WSMan.TimedEnumerate.Filtered.MatchesRegularExpression.DiscoveryData&#8221;&gt;<br />
&lt;TargetSystem&gt;$Target/Property[Type="Unix!Microsoft.Unix.Computer"]/NetworkName$&lt;/TargetSystem&gt;<br />
&lt;Uri&gt;<a href="http://schemas.microsoft.com/wbem/wscim/1/cim-schema/2/SCX_OperatingSystem?__cimnamespace=root/scx">http://schemas.microsoft.com/wbem/wscim/1/cim-schema/2/SCX_OperatingSystem?__cimnamespace=root/scx</a>&lt;/Uri&gt;<br />
&lt;Filter /&gt;<br />
&lt;SplitItems&gt;false&lt;/SplitItems&gt;<br />
&lt;Interval&gt;300&lt;/Interval&gt;<br />
&lt;SyncTime /&gt;<br />
&lt;FilterProperty&gt;//*[local-name()="Caption"]&lt;/FilterProperty&gt;<br />
&lt;FilterValue&gt;.*Fedora Core release 4.*&lt;/FilterValue&gt;<br />
&lt;ClassId&gt;$MPElement[Name="RHEL4!Microsoft.Linux.RHEL.4.OperatingSystem"]$&lt;/ClassId&gt;<br />
&lt;InstanceSettings&gt;<br />
&lt;Settings&gt;<br />
&lt;Setting&gt;<br />
&lt;Name&gt;$MPElement[Name="Unix!Microsoft.Unix.Computer"]/PrincipalName$&lt;/Name&gt;<br />
&lt;Value&gt;$Target/Property[Type="Unix!Microsoft.Unix.Computer"]/PrincipalName$&lt;/Value&gt;<br />
&lt;/Setting&gt;<br />
&lt;Setting&gt;<br />
&lt;Name&gt;$MPElement[Name="Unix!Microsoft.Unix.OperatingSystem"]/OSVersion$&lt;/Name&gt;<br />
&lt;Value&gt;$Data///*[local-name()="Version"]$&lt;/Value&gt;<br />
&lt;/Setting&gt;<br />
&lt;Setting&gt;<br />
&lt;Name&gt;$MPElement[Name="Unix!Microsoft.Unix.OperatingSystem"]/OSVersionDisplayName$&lt;/Name&gt;<br />
&lt;Value&gt;$Data///*[local-name()="Caption"]$&lt;/Value&gt;<br />
&lt;/Setting&gt;<br />
&lt;Setting&gt;<br />
&lt;Name&gt;$MPElement[Name="System!System.Entity"]/DisplayName$&lt;/Name&gt;<br />
&lt;Value&gt;$Data///*[local-name()="Caption"]$&lt;/Value&gt;<br />
&lt;/Setting&gt;<br />
&lt;/Settings&gt;<br />
&lt;/InstanceSettings&gt;<br />
&lt;/DataSource&gt;<br />
&lt;/Discovery&gt;<br />
&lt;/Discoveries&gt;</p></blockquote>
<p>If you save and imports this management pack into SCOM the Fedora system will be discovered as a RHEL4 system and the normal RHEL4 MP will do the monitoring for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mbaeker.de/2011/06/monitoring-fedora-core-4-with-scom-2007-r2-part-2/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Monitoring Fedora Core 4 with SCOM 2007 R2 &#8211; Part 1</title>
		<link>http://www.mbaeker.de/2011/06/monitoring-fedora-core-4-with-scom-2007-r2-part-1/</link>
		<comments>http://www.mbaeker.de/2011/06/monitoring-fedora-core-4-with-scom-2007-r2-part-1/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 16:58:28 +0000</pubDate>
		<dc:creator>markus</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Operations Manager]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[Core]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[scom]]></category>
		<category><![CDATA[SCX]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.mbaeker.de/?p=473</guid>
		<description><![CDATA[Fedora bases upon Red Hat Enterprise linux which is supported by SCOM. Fedora Core 3 was the base of  RHEL 4 and Fedora Core 6 RHEL 5. In this blog posts I will try to convince SCOM that the Fedora 4 based Asterisk telecom system is a RHEL 4. First we have to install the [...]]]></description>
			<content:encoded><![CDATA[<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; float: left; padding-top: 0px; border: 0px;" title="earth" src="http://www.mbaeker.de/wp-content/uploads/2011/06/earth.png" border="0" alt="earth" width="59" height="59" align="left" /><a href="http://en.wikipedia.org/wiki/Fedora_%28operating_system%29" target="_blank">Fedora</a> bases upon Red Hat Enterprise linux which is supported by SCOM. Fedora Core 3 was the base of  <a href="http://en.wikipedia.org/wiki/Red_Hat_Enterprise_Linux#Relationship_to_free_and_community_distributions" target="_blank">RHEL</a> 4 and Fedora Core 6 RHEL 5. In this blog posts I will try to convince SCOM that the Fedora 4 based Asterisk telecom system is a RHEL 4.</p>
<p>First we have to install the RHEL4 scom agent manual onto the systems. In this case we had to install the OpenSSL library, too. Additional we add the scom user account to the system.</p>
<p>After that we sign the local created certificate by the scom server and replace it on the Fedora system.</p>
<p>Now we can test the connection from the SCOM server with this winrm command:</p>
<blockquote><p>winrm enumerate <a href="http://schemas.microsoft.com/wbem/wscim/1/cim-schema/2/SCX_OperatingSystem?__cimnamespace=root/scx">http://schemas.microsoft.com/wbem/wscim/1/cim-schema/2/SCX_OperatingSystem?__cimnamespace=root/scx</a> -username:scomuser -password:yourpassword -r:<a href="https://your.fedora.system:1270/wsman">https://your.fedora.system:1270/wsman</a> -auth:basic -encoding:UTF-8</p></blockquote>
<p>The output shows detail information about the OS:</p>
<p><span id="more-473"></span></p>
<blockquote><p>SCX_OperatingSystem</p>
<p>CSCreationClassName = SCX_ComputerSystem</p>
<p>CSName = your.fedora.system</p>
<p>Caption = Fedora Core release 4 (Stentz)</p>
<p>CreationClassName = SCX_OperatingSystem</p>
<p>CurrentTimeZone = 120</p>
<p>Description = Fedora Core release 4 (Stentz)</p>
<p>Distributed = null</p>
<p>ElementName = null</p>
<p>EnabledDefault = 2</p>
<p>EnabledState = 5</p>
<p>FreePhysicalMemory = 1399808</p>
<p>FreeSpaceInPagingFiles = 2039808</p>
<p>FreeVirtualMemory = 3439616</p>
<p>HealthState = null</p>
<p>InstallDate = null</p>
<p>MaxNumberOfProcesses = 32216</p>
<p>MaxProcessMemorySize = 0</p>
<p>MaxProcessesPerUser = 999</p>
<p>Name = Red Hat Distribution</p>
<p>[…]</p></blockquote>
<p>Interesting for the monitoring are three settings: the caption, the description and the name.</p>
<p>If you want to know how the Red Hat Management pack discovers his systems you have to look into the signed management pack (MP). The authoring console only shows some information of a signed MP. If you want so see all information or want to copy some discovery routines you have to unsign it.</p>
<p>This is a very simple task with the SCOM powershell:</p>
<blockquote><p>get-managementpack -Name &#8220;Microsoft.Linux.RedHat.Library&#8221; | export-managementpack -path &#8220;c:\export&#8221;</p></blockquote>
<p>This one-liner retrieves the Microsoft.Linux.RedHat.Library MP and saves it unsigned to c:\export. You have to do it with the Microsoft.Linux.RedHat.Library and the Microsoft.Linux.RHEL.4 management pack.</p>
<p>If you look into the discovery routines with the authoring console you see that the discovery takes place in three steps. The Red Hat Library discovers all Red Hat systems by the operating system name. In this case the name of the Fedora OS is equal to the search name of the Red hat library: “Red Hat Distribution”. For the discovered systems an object of the type “Microsoft.Linux.RedHat.Computer” is created.</p>
<p>The  Microsoft.Linux.RHEL.4 MP checks all this objects for a  RHEL 4 distinguished caption value to create a “Microsoft.Linux.RHEL.4.Computer” object. So if you want to convince SCOM that a Fedora 4 is a RHEL 4 you have to create a MP that  creates a RHEL4 object based on the Fedora Stentz caption.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mbaeker.de/2011/06/monitoring-fedora-core-4-with-scom-2007-r2-part-1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Support policy for Microsoft SQL Server products that are running in a hardware virtualization environment</title>
		<link>http://www.mbaeker.de/2011/05/support-policy-for-microsoft-sql-server-products-that-are-running-in-a-hardware-virtualization-environment/</link>
		<comments>http://www.mbaeker.de/2011/05/support-policy-for-microsoft-sql-server-products-that-are-running-in-a-hardware-virtualization-environment/#comments</comments>
		<pubDate>Sun, 15 May 2011 10:32:52 +0000</pubDate>
		<dc:creator>markus</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Snapshot]]></category>

		<guid isPermaLink="false">http://www.mbaeker.de/2011/05/support-policy-for-microsoft-sql-server-products-that-are-running-in-a-hardware-virtualization-environment/</guid>
		<description><![CDATA[If you want to know if it is supported to run the SQL Server in a virtualized environment than this is the right article for you: http://support.microsoft.com/kb/956893/en-us Summaries: SQL 2005 or higher is supported on Hyper-V or a hypervisor validated in the SVVP program Snapshots of the VM are NOT supported. Hyper-V Dynamic Memory is [...]]]></description>
			<content:encoded><![CDATA[<p><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top: 0px; border-right: 0px; padding-top: 0px" title="checkmark" border="0" alt="checkmark" align="left" src="http://www.mbaeker.de/wp-content/uploads/2011/05/checkmark.png" width="67" height="67" />If you want to know if it is supported to run the SQL Server in a virtualized environment than this is the right article for you: </p>
<p><a href="http://support.microsoft.com/kb/956893/en-us">http://support.microsoft.com/kb/956893/en-us</a></p>
<p>Summaries:</p>
<ol>
<li>SQL 2005 or higher is supported on Hyper-V or a hypervisor validated in the SVVP program</li>
<li>Snapshots of the VM are NOT supported.</li>
<li>Hyper-V Dynamic Memory is supported but only useful with SQL Server version Enterprise and Datacenter</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.mbaeker.de/2011/05/support-policy-for-microsoft-sql-server-products-that-are-running-in-a-hardware-virtualization-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Re-Import VMs into Hyper-V</title>
		<link>http://www.mbaeker.de/2011/05/re-import-vms-into-hyper-v/</link>
		<comments>http://www.mbaeker.de/2011/05/re-import-vms-into-hyper-v/#comments</comments>
		<pubDate>Tue, 03 May 2011 16:57:21 +0000</pubDate>
		<dc:creator>markus</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Batchdatei]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[Snapshot]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.mbaeker.de/2011/05/re-import-vms-into-hyper-v/</guid>
		<description><![CDATA[Normaly you can only import a Virtual Machine (VM) into Hyper-V if you have exported it. If you lose your Hyper-V settings or have to import it into a new Hyper-V Server in case of a desaster recovery than you can use the steps descripted in this (and other) blog post: http://blogs.msdn.com/b/robertvi/archive/2008/12/19/howto-manually-add-a-vm-configuration-to-hyper-v.aspx The problem is [...]]]></description>
			<content:encoded><![CDATA[<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; float: left; padding-top: 0px; border: 0px;" title="tools" src="http://www.mbaeker.de/wp-content/uploads/2011/05/tools.png" border="0" alt="tools" width="99" height="99" align="left" />Normaly you can only import a Virtual Machine (VM) into Hyper-V if you have exported it. If you lose your Hyper-V settings or have to import it into a new Hyper-V Server in case of a desaster recovery than you can use the steps descripted in this (and other) blog post: <a title="http://blogs.msdn.com/b/robertvi/archive/2008/12/19/howto-manually-add-a-vm-configuration-to-hyper-v.aspx" href="http://blogs.msdn.com/b/robertvi/archive/2008/12/19/howto-manually-add-a-vm-configuration-to-hyper-v.aspx">http://blogs.msdn.com/b/robertvi/archive/2008/12/19/howto-manually-add-a-vm-configuration-to-hyper-v.aspx</a></p>
<p>The problem is that you have to handle many long pathes and cryptical GUIDs. I had to do that for a bunch of different VMs and being chronical lacy I created three batch files for it:</p>
<ol>
<li>importVM.cmd “GUID” “Path to Virtual Machine” creates the link and corrects the permissions on the link and the vm folder</li>
<li>importSnapshot.cmd “SnapshotGuid” “VMGuid” “Path to Snapshot” creates the snapshot link and the right permission.</li>
</ol>
<p>Not very impressiv? Well, the third batch files combines this two scripts:</p>
<ol>
<li>addMachine.cmd: Takes the basis path (the path where the sub-folder Virtual Machine, Snapshots exists) and extracts the VM-GUID, all Snapshots-GUIDs and the other pathes to automaticly create the links and permissions.</li>
</ol>
<p>So with one simple command (addMachine.cmd C:\ClusterStorage\Volume4\VM1) you can import the complete VM.</p>
<p>&#8212; addMachine.cmd &#8212;&#8212;</p>
<p><span id="more-454"></span></p>
<pre>setlocal ENABLEDELAYEDEXPANSION

set vmBasisPath=%~1

for /f %%a in ('dir "%vmBasisPath%\Virtual Machines\" /b /ad') do (
  set guid=%%a
)

echo %guid%
call "%~dp0importVM.cmd" %guid% "%vmBasisPath%"

for /f %%a in ('dir "%vmBasisPath%\Snapshots\" /b /ad') do (
  call "%~dp0importSnapshot.cmd" %%a %guid% "%vmBasisPath%\Snapshots"
)

endlocal</pre>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>&#8212; importVM.cmd &#8212;&#8212;&#8212;-</p>
<pre>setlocal

set guid=%~1
set vmPath=%~2
set xmlPath=%vmpath%\Virtual Machines\%guid%.xml

mklink "c:\ProgramData\Microsoft\Windows\Hyper-V\Virtual Machines\%guid%.xml" "%xmlpath%"

Icacls "c:\ProgramData\Microsoft\Windows\Hyper-V\Virtual Machines\%guid%.xml" /grant "NT VIRTUAL MACHINE\%GUID%":(F) /L
Icacls "%vmpath%" /grant "NT VIRTUAL MACHINE\%GUID%":(F) /T

Endlocal</pre>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>&#8212; importSnapshot.cmd &#8211;</p>
<pre>setlocal

set guid=%~1
set vmguid=%~2

rem C:\ClusterStorage\Volume4\mcFly2\Snapshots
set snapPath=%~3

if not EXIST "%snapPath%\%guid%.xml" goto ende

Mklink "C:\ProgramData\Microsoft\Windows\Hyper-V\Snapshots\%guid%.xml" "%snapPath%\%guid%.xml"
Icacls C:\ProgramData\Microsoft\Windows\Hyper-V\Snapshots\%guid%.xml /grant "NT VIRTUAL MACHINE\%vmguid%":(F) /L

:ende
Endlocal</pre>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mbaeker.de/2011/05/re-import-vms-into-hyper-v/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SCOM ACS over forest borders</title>
		<link>http://www.mbaeker.de/2010/12/scom-acs-over-forest-borders/</link>
		<comments>http://www.mbaeker.de/2010/12/scom-acs-over-forest-borders/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 16:54:16 +0000</pubDate>
		<dc:creator>markus</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Operations Manager]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[scom]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.mbaeker.de/?p=361</guid>
		<description><![CDATA[Sometimes the acs forwarder doesn&#8217;t connects successfully to the acs server and states in the operations manager event log, that you have to activate debugging to see more details. You can activate it by following this instruction: Browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AdtAgent\Parameters Create DWORD value = TraceFlags Edit the TraceFlags entry and enter decimal value 524420 Restart [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-364" title="icon-01" src="http://www.mbaeker.de/wp-content/uploads/2010/12/icon-01.png" alt="" width="64" height="64" />Sometimes the acs forwarder doesn&#8217;t connects successfully to the acs server and states in the operations manager event log, that you have to activate debugging to see more details.</p>
<p>You can activate it by following this instruction:</p>
<ol>
<li>Browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AdtAgent\Parameters</li>
<li>Create DWORD value = TraceFlags</li>
<li>Edit the TraceFlags entry and enter decimal value <strong>524420</strong></li>
<li>Restart the AdtAgent service</li>
</ol>
<p>(Source: <a href="http://helpmemanage.blogspot.com/2007/05/enable-detailed-logging-for-acs.html" target="_blank">http://helpmemanage.blogspot.com/2007/05/enable-detailed-logging-for-acs.html</a>)</p>
<p>You can find the log under c:\windows\temp</p>
<p>One cause can be that the acs cannot operate over forest borders or from a workgroup (kerberos authentication &#8211; some reason for the scom agent).</p>
<p>The workaround is a little bit mor complicated that a simple certificate exchange.</p>
<p>A good and working explanation can be found here:</p>
<p><a href="http://www.directtechnology.com/BlogEngine/post/2010/08/17/Problems-with-non-trusted-computers-reporting-to-ACS-%28Audit-Collection-Services%29.aspx" target="_blank">http://www.directtechnology.com/BlogEngine/post/2010/08/17/Problems-with-non-trusted-computers-reporting-to-ACS-%28Audit-Collection-Services%29.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mbaeker.de/2010/12/scom-acs-over-forest-borders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manual activate debug for GPP</title>
		<link>http://www.mbaeker.de/2010/12/manual-activate-debug-for-gpp/</link>
		<comments>http://www.mbaeker.de/2010/12/manual-activate-debug-for-gpp/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 18:17:42 +0000</pubDate>
		<dc:creator>markus</dc:creator>
				<category><![CDATA[Active Directory Domain Service]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.mbaeker.de/?p=356</guid>
		<description><![CDATA[Sometimes you have to debug group policy preferences (gpp) and don&#8217;t want to activate the debugging with another group policy. You can simpe activate the debugging with two registry entries: [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Group Policy\{728EE579-943C-4519-9EF7-AB56765798ED}] "LogLevel"=dword:00000003 "TraceLevel"=dword:00000002 This will activate the debugging for data sources (odbc). Which part you debug is defined by the guid in the registry [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes you have to debug group policy preferences (gpp) and don&#8217;t want to activate the debugging with another group policy.</p>
<p>You can simpe activate the debugging with two registry entries:</p>
<pre><span style="font-family: Arial,sans-serif; font-size: x-small;">
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Group Policy\{728EE579-943C-4519-9EF7-AB56765798ED}]
"LogLevel"=dword:00000003
"TraceLevel"=dword:00000002
</span></pre>
<div>This will activate the debugging for data sources (odbc). Which part you debug is defined by the guid in the registry path.</div>
<div>It works directly with a gpupdate. You can find the log files under %allusers%\Application Data\Microsoft\Group Policies&#8230;</div>
]]></content:encoded>
			<wfw:commentRss>http://www.mbaeker.de/2010/12/manual-activate-debug-for-gpp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

