<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.southworks.net/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Alberto Ortega's Blog</title>
	
	<link>http://blogs.southworks.net/aortega</link>
	<description>Sharing thoughts about Systems Management and IT trends</description>
	<pubDate>Fri, 05 Feb 2010 17:45:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.southworks.net/aortega" /><feedburner:info uri="aortega" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Sharepoint 2010 – How to deploy custom Webparts</title>
		<link>http://feeds.southworks.net/~r/aortega/~3/70hR_k38vJI/</link>
		<comments>http://blogs.southworks.net/aortega/2010/02/05/sharepoint-2010-how-to-deploy-custom-webparts/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 17:43:27 +0000</pubDate>
		<dc:creator>aortega</dc:creator>
		
		<category><![CDATA[Sharepoint Technologies]]></category>

		<guid isPermaLink="false">http://blogs.southworks.net/aortega/2010/02/05/sharepoint-2010-how-to-deploy-custom-webparts/</guid>
		<description><![CDATA[I have found many post in the web about how easy is to develop and debug custom Visual Webpart, here are a couple of great references

http://blogs.msdn.com/bethmassi/archive/2010/01/28/creating-a-sharepoint-visual-web-part-using-visual-studio-2010.aspx
http://www.helloitsliam.com/archive/2009/10/20/sharepoint-2010-–-create-a-visual-web-part.aspx
http://blogs.pointbridge.com/Blogs/nielsen_travis/Pages/Post.aspx?_ID=32

The problem is that there is not much talking about how to deploy the packaged Webpart on a different server. I run into this issue following the last post mentioned [...]]]></description>
			<content:encoded><![CDATA[<p>I have found many post in the web about how easy is to develop and debug custom Visual Webpart, here are a couple of great references</p>
<ul>
<li><a href="http://blogs.msdn.com/bethmassi/archive/2010/01/28/creating-a-sharepoint-visual-web-part-using-visual-studio-2010.aspx">http://blogs.msdn.com/bethmassi/archive/2010/01/28/creating-a-sharepoint-visual-web-part-using-visual-studio-2010.aspx</a></li>
<li><a href="http://www.helloitsliam.com/archive/2009/10/20/sharepoint-2010-%E2%80%93-create-a-visual-web-part.aspx">http://www.helloitsliam.com/archive/2009/10/20/sharepoint-2010-–-create-a-visual-web-part.aspx</a></li>
<li><a href="http://blogs.pointbridge.com/Blogs/nielsen_travis/Pages/Post.aspx?_ID=32">http://blogs.pointbridge.com/Blogs/nielsen_travis/Pages/Post.aspx?_ID=32</a></li>
</ul>
<p>The problem is that there is not much talking about how to deploy the packaged Webpart on a different server. I run into this issue following the last post mentioned above because I am trying to deploy a custom Webpart to analyze the Claims inside a Token in a Claims based Authentication Sharepoint Web Application.</p>
<p>I finally came across this post (<a href="http://dotnet.sys-con.com/node/1208275">http://dotnet.sys-con.com/node/1208275</a>) which details the deployment process as follows and is a recommended reading BWT. I am considering that you have a .WSP Webpart packaged by Visual Studio 2010 Beta.</p>
<ol>
<li>Add-SPSolution c:\code\SharePointProject2\bin\debug\SharePointProject2.wsp</li>
<li>Install-SPSolution –Identity SharePointProject2.wsp –WebApplication <a href="http://sp2010">http://sp2010</a> -GACDeployment</li>
</ol>
<p>I will complement that post adding the final steps you should run to actually be able to see that webpart on your web application!</p>
<p>When adding a web part while editing a sharepoint page you might find that not all available webparts are show. This might happen if your Site Collection has not enabled all features and is also necessary for activating custom webparts. You should do the following as a Site Collection administrator,</p>
<ol>
<li>Site Actions </li>
<li>Site Settings </li>
<li>Manage Site Features </li>
<li>Site Collection Features</li>
</ol>
<p>Hope this helps! </p>
<img src="http://feeds.feedburner.com/~r/aortega/~4/70hR_k38vJI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.southworks.net/aortega/2010/02/05/sharepoint-2010-how-to-deploy-custom-webparts/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.southworks.net/aortega/2010/02/05/sharepoint-2010-how-to-deploy-custom-webparts/</feedburner:origLink></item>
		<item>
		<title>Sharepoint 2010- Logging is out of control!</title>
		<link>http://feeds.southworks.net/~r/aortega/~3/uOEqED4pN-4/</link>
		<comments>http://blogs.southworks.net/aortega/2010/02/05/sharepoint-2010-logging-is-out-of-control/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 17:30:03 +0000</pubDate>
		<dc:creator>aortega</dc:creator>
		
		<category><![CDATA[Sharepoint Technologies]]></category>

		<guid isPermaLink="false">http://blogs.southworks.net/aortega/2010/02/05/sharepoint-2010-logging-is-out-of-control/</guid>
		<description><![CDATA[Well, I spent a couple of days working with the Sharepoint 2010 Beta and have a couple of IMPORTANT Operational Tips to keep in mind when managing the Beta at least. I have an on-premise deployment (pre-production) and a cloud deployment on Amazon EC2 (production) and in both places I run into issues by limiting [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I spent a couple of days working with the Sharepoint 2010 Beta and have a couple of IMPORTANT Operational Tips to keep in mind when managing the Beta at least. I have an on-premise deployment (pre-production) and a cloud deployment on Amazon EC2 (production) and in both places I run into issues by limiting the log files growth.</p>
<p>We expect to see this monitored on the SCOM Management Pack when the product hits RTM.</p>
<h1>Lessons Learned</h1>
<ol>
<li><b>Watch out the Log files on File System</b>: By default on “C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS” On Sharepoint generated 147Gb of log files in two weeks! Yes, <b>147Gb</b>, this is kindly we fixed by the RTM release. But you should configure <b>Central Administration &gt; Diagnostic Logging</b> to limit the space available for log files. I configured 1Gb for our Cloud deployment. </li>
<li><b>Watch out the WSS_Logging Database</b>: When you do a Single Server installation using SQL Express 2008 to host Sharepoint DBs, you must watch out for the growth of the DB named “WSS_Logging” which usually resides on “C:\Program Files\Microsoft Office Servers\14.0\Data\MSSQL10.SHAREPOINT\MSSQL\DATA”. I had one instance which reached 4Gb and put my SQLExpress instance to the limit (<a href="http://social.technet.microsoft.com/Forums/en-GB/sharepoint2010setup/thread/d100650a-b06e-4eaa-9123-1315b9858043">Here</a> is someone who run into the same issue). That DB cannot be truncated as it is not supported right now and it takes care of analytics of the web traffic. You can disable the Health and Data Collection gathering from Monitoring &gt; Reporting &gt; Configure usage and health data collection, however web analytics is very neat to be left apart.       <br />I was not able to find a procedure to migrate that DB to another server, so I had to disable the feature. </li>
</ol>
<h1>Key Takeaways</h1>
<ol>
<li>Limit your log files usage. </li>
<li>Deploy on server-farm mode to move the WSS_Logging db to another db server. </li>
</ol>
<img src="http://feeds.feedburner.com/~r/aortega/~4/uOEqED4pN-4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.southworks.net/aortega/2010/02/05/sharepoint-2010-logging-is-out-of-control/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.southworks.net/aortega/2010/02/05/sharepoint-2010-logging-is-out-of-control/</feedburner:origLink></item>
		<item>
		<title>[RunReloaded09] Que hay de Nuevo Windows Server 2008 R2?</title>
		<link>http://feeds.southworks.net/~r/aortega/~3/_2mN_qhMe0I/</link>
		<comments>http://blogs.southworks.net/aortega/2009/11/28/runreloaded09-que-hay-de-nuevo-windows-server-2008-r2/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 19:24:56 +0000</pubDate>
		<dc:creator>aortega</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<category><![CDATA[Windows Server 2008 R2]]></category>

		<guid isPermaLink="false">http://blogs.southworks.net/aortega/2009/11/28/runreloaded09-que-hay-de-nuevo-windows-server-2008-r2/</guid>
		<description><![CDATA[We had a great show this Tuesday, the first session after the keynote was about Windows Server 2008 R2 and we had lot of stuff to show and to share with the audience, you can get the presentation here,
 
I promise I was going to drop the powershell scripts here, and here they are,
Remote Powershell [...]]]></description>
			<content:encoded><![CDATA[<p>We had a great show this Tuesday, the first session after the keynote was about Windows Server 2008 R2 and we had lot of stuff to show and to share with the audience, you can get the presentation <a href="http://cid-5f9c7b75bd402dda.skydrive.live.com/self.aspx/Public/TechNet/RunReloaded09%20-%20Nov-2009/RunReloaded09%20-%20Que%20hay%20de%20Nuevo%20Win2k8%20-%20ORTEGA%20-%20Publish.pdf">here</a>,</p>
<p><a href="http://blogs.southworks.net/aortega/files/2009/11/image.png"><img border="0" alt="image" src="http://blogs.southworks.net/aortega/files/2009/11/image-thumb.png" width="644" height="415" /></a> </p>
<p>I promise I was going to drop the powershell scripts here, and here they are,</p>
<h1>Remote Powershell and Best Practices Analyzer Example</h1>
<div class="csharpcode">
<div class="csharpcode">
<ol>
<li>#get services          <br />Get-Service | where {$_.status -eq &quot;Running&quot;} </li>
<li>#get services remoto          <br />Enter-PSSession TN-DOM2           <br />Get-Service | where {$_.status -eq &quot;Running&quot;}           <br />Exit-PSSession </li>
<li>#Listar estado de los tests BPA          <br />Import-Module ServerManager           <br />Import-Module BestPractices           <br />Get-Command *BPA*           <br />#Get-WindowsFeature | Where {$_.BestPracticesModelId -ne $null} | Select BestPracticesModelId           <br />Invoke-BpaModel Microsoft/Windows/WebServer           <br />Get-BpaResult -BestPracticesModelId Microsoft/Windows/WebServer | Select * | Out-GridView </li>
</ol>
<pre><span class="lnum"></span></pre>
</p></div>
</div>
<h1>TechNET Migration Portal CMDLets</h1>
<p>TechNET did a great work to ease migration experience to Windows 2008 R2, go and take a look to the <a href="http://technet.microsoft.com/en-us/library/dd365353(WS.10).aspx">TechNET Migration Portal</a>. During the demostration we migrated a File Server role from a Windows 2008 server to a Windows 2008 R2 server.</p>
<ol>
<li>#En ambos servers<br />
    <br />Add-PSSnapin Microsoft.Windows.ServerManager.Migration </li>
<li>#Primero: Desde server origen<br />
    <br />Receive-SmigServerData </li>
<li>#2do: Desde Server destino<br />
    <br />Send-SmigServerData -ComputerName &lt;DestinationServer&gt; -SourcePath d:\users -DestinationPath d:\shares\users -Recurse -Include All -Force </li>
</ol>
<h1>Active Directory Recycle Bin</h1>
<p>The credits for the “Enable AD Recycle Bin” part are for&#160; <a href="http://blogs.prisma.cc/blogs/leandro/">Leandro Amore</a>, I took the script from his blog, I know he wont be mad about it :).</p>
<ol>
<li>
<div class="csharpcode">#Enable AD recycle bin<br />
      <br />import-module activedirectory </p>
<p>$forest=Get-ADForest -Current loggedonuser </p>
<p>Set-ADForestMode -Identity $forest.name -ForestMode &#8216;windows2008r2forest&#8217; -confirm:$false </p>
<p>Enable-ADOptionalFeature -Identity &#8216;Recycle Bin Feature&#8217; -Scope forest -Target $forest.name -confirm:$false </p>
<p>Get-ADOptionalFeature -filter &#8216;name -eq &quot;Recycle Bin Feature&quot;&#8217; </div>
</li>
<li>
<div class="csharpcode">#Mostrar computadoras en el recycle bin<br />
      <br />Get-ADObject -filter &#8216;isdeleted -eq $true -and name -ne &quot;Deleted Objects&quot;&#8217; -includeDeletedObjects -property * | Select samAccountName,displayName,lastKnownParent | Out-GridView </div>
</li>
<li>
<div class="csharpcode">#Restore de computadora una ves ubicada<br />
      <br />Get-ADObject -filter &#8217;samAccountName -eq &quot;TN-SCO1$&quot;&#8217; -includeDeletedObjects | Restore-ADObject</div>
</li>
</ol>
<div class="csharpcode"><font color="#606060"></font></div>
<h1>Active Directory Managed Accounts</h1>
<p>Finally, we configured a service to run under the identity of a Managed Service account a cool new feature of AD DS on Windows Server 2008 R2.</p>
<ol>
<li>
<div class="csharpcode">#registrar MSA<br />
      <br />Import-Module ActiveDirectory </p>
<p>New-ADServiceAccount -Name wwwTN-SCO1 -Enabled $true </p>
<p>Add-ADComputerServiceAccount -Identity TN-SCO1 -ServiceAccount wwwTN-SCO1 </div>
</li>
<li>
<div class="csharpcode">#instalar MSA<br />
      <br />Install-ADServiceAccount -Identity wwwTN-SCO1</div>
</li>
</ol>
</p>
</p>
<p>Hope you enjoy it!</p>
<img src="http://feeds.feedburner.com/~r/aortega/~4/_2mN_qhMe0I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.southworks.net/aortega/2009/11/28/runreloaded09-que-hay-de-nuevo-windows-server-2008-r2/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.southworks.net/aortega/2009/11/28/runreloaded09-que-hay-de-nuevo-windows-server-2008-r2/</feedburner:origLink></item>
		<item>
		<title>Que es Identidad Federada? Autenticacion basada en claims? STS? Geneva Server? Como empiezo?</title>
		<link>http://feeds.southworks.net/~r/aortega/~3/McgZ9-4nOv0/</link>
		<comments>http://blogs.southworks.net/aortega/2009/11/14/que-es-identidad-federada-autenticacion-basada-en-claims-sts-geneva-server-como-empiezo/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 08:08:29 +0000</pubDate>
		<dc:creator>aortega</dc:creator>
		
		<category><![CDATA[Identity Management]]></category>

		<category><![CDATA[Windows Server 2008 R2]]></category>

		<guid isPermaLink="false">http://blogs.southworks.net/aortega/2009/11/14/que-es-identidad-federada-autenticacion-basada-en-claims-sts-geneva-server-como-empiezo/</guid>
		<description><![CDATA[Esto va en castellano en honor a mi lengua nativa, quisiera compartir con ustedes una camino para IT Pros para meterse en el mundo de los STSs e Identidad Federada de la mano de Windows Identity Foundation (ADFS v2.0). Al momento ya desplegué varios laboratorios y 2 ambientes de pre-producción de Geneva Server Beta 2 [...]]]></description>
			<content:encoded><![CDATA[<p>Esto va en castellano en honor a mi lengua nativa, quisiera compartir con ustedes una camino para IT Pros para meterse en el mundo de los STSs e Identidad Federada de la mano de Windows Identity Foundation (ADFS v2.0). Al momento ya desplegué varios laboratorios y 2 ambientes de pre-producción de Geneva Server Beta 2 y es momento de recapitular un poco de donde salieron las cosas,</p>
<p>Para llegar a primera base y tener los conceptos básicos, les recomiendo leer un artículo que me hizo entender que habáía atrás de todo el tema de identidad y STS, es parte de la entrega <a href="http://msdn.microsoft.com/en-us/architecture/cc836389.aspx">16 del Architecture Journal</a> dedicada a identidad, el artá­culo es <a href="http://msdn.microsoft.com/en-us/architecture/cc836390.aspx">Claims and Identity: On-Premise and Cloud Solutions</a> de Vittorio Bertocci. A modo de introducción también pueden rememorar la charla que dio Matias Woloski en Microsoft este año <a href="http://blogs.southworks.net/mwoloski/2009/05/27/microsoft-architecture-day-roadmap-to-identity/">Microsoft Architecture Day: Roadmap to Identity</a>.</p>
<p>Con la visión, Tokens, Claims y STSs en el bolsillo, vamos en concreto a la implementación de Microsoft que es ADFS v2 (aka Geneva Server). La mejor documentación técnica al momento se ve en el Site de ADFS v2 dentro de <a href="http://technet.microsoft.com/en-us/library/dd727958(WS.10).aspx">TechNET</a>. Geneva Server está documentado alineado con dos casos de uso, &#8220;<a href="http://technet.microsoft.com/en-us/library/dd807033(WS.10).aspx">Web SSO Design</a>&#8221; y &#8220;<a href="http://technet.microsoft.com/en-us/library/dd807050(WS.10).aspx">Federated Web SSO Design</a>&#8221; si bien el segundo es el mas rico por atacar el tema de federación es importante que se entiendan ambos. Luego de comprendido el tema de <a href="http://technet.microsoft.com/en-us/library/dd807069(WS.10).aspxhttp:/technet.microsoft.com/en-us/library/dd807069(WS.10).aspx">Federation Server</a>, saltamos al tema de<a href="http://technet.microsoft.com/en-us/library/dd807130(WS.10).aspx">Proxy Server</a> que utilizamos para acomodarnos a DMZs, al leer estas secciones presten especial atención al tema <a href="http://technet.microsoft.com/en-us/library/dd807055(WS.10).aspx">DNS</a>.</p>
<p>Es importante manejar el tema de certificados (Sobre todo si usan publicaciones con proxy reverso de ISA Server). Hay certificados en cada <a href="http://technet.microsoft.com/en-us/library/dd807040(WS.10).aspx">Federation Server</a> y en cada <a href="http://technet.microsoft.com/en-us/library/dd807054(WS.10).aspx">Proxy Server</a> para garantizar autenticación segura con tokens. Finalmente, esto tiene que ver con la capa de STS exclusivamente. Recordemos que debajo de esta capa seguramente tengamos una granja NLB de Windows 2008 R2 que es un tema aparte.</p>
<p>Espero sea de ayuda y quisiera en futuros posts profundizar en detalles de implementación que han surjido en la práctica,</p>
<img src="http://feeds.feedburner.com/~r/aortega/~4/McgZ9-4nOv0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.southworks.net/aortega/2009/11/14/que-es-identidad-federada-autenticacion-basada-en-claims-sts-geneva-server-como-empiezo/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.southworks.net/aortega/2009/11/14/que-es-identidad-federada-autenticacion-basada-en-claims-sts-geneva-server-como-empiezo/</feedburner:origLink></item>
		<item>
		<title>RUN Reloaded en Buenos Aires</title>
		<link>http://feeds.southworks.net/~r/aortega/~3/MgAwj0buizM/</link>
		<comments>http://blogs.southworks.net/aortega/2009/10/27/run-reloaded-en-buenos-aires/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 18:37:04 +0000</pubDate>
		<dc:creator>aortega</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<category><![CDATA[Windows Server 2008 R2]]></category>

		<guid isPermaLink="false">http://blogs.southworks.net/aortega/2009/10/27/run-reloaded-en-buenos-aires/</guid>
		<description><![CDATA[
RUN Reloaded 09 (the official Windows 7 Launch in AR) will happen next 24/25 November, hosted in the UADE University (Lima 717 - Aula Magna). 
Registration is not open and there is room for 325 attendees, targeted for Microsoft customers. This event will go through the following technologies Windows 7, Windows Server 2008 R2, Expression [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin: 0px 0px 0px 10px" align="right" src="http://www.microsoft.com/latam/comunidades/comunidades/Requerimientos/Envios/Mails/10-21_launch-ba/mai_tech_presentacion.jpg" width="346" height="180" /></p>
<p>RUN Reloaded 09 (the official Windows 7 Launch in AR) will happen next 24/25 November, hosted in the UADE University (Lima 717 - Aula Magna). </p>
<p>Registration is not open and there is room for 325 attendees, targeted for Microsoft customers. This event will go through the following technologies Windows 7, Windows Server 2008 R2, Expression 3, Silverlight 3, Sharepoint Server, Office 2010, Exchange Server 2010 and Visual Studio 2010.</p>
<p>I will be driving the following sessions</p>
<ul>
<li><b>Que hay de Nuevo en Windows Server 2008 R2</b> – <i>Alberto Ortega</i> </li>
<li><b>Mejoras en Virtualizacion en Windows Server 2008 R2</b> – <i>Martin Berra - Alberto Ortega- Leandro Amore</i><i></i> </li>
</ul>
<p>And you can apply on the following links…</p>
<p><strong>IT Sessions</strong> (8.30 to 13hs, IT Guys wake-up earlier <img src='http://blogs.southworks.net/aortega/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )     <br />Day 1) <a href="http://www.linkedin.com/redirect?url=http%3A%2F%2Fmsevents%2Emicrosoft%2Ecom%2FCUI%2FInviteOnly%2Easpx%3FEventID%3D87-89-49-55-52-F8-06-07-7D-2B-C0-13-F9-6E-04-68%26Culture%3Des-AR&amp;urlhash=7_RX&amp;_t=disc_detail_link">http://msevents.microsoft.com/CUI/InviteOnly.aspx?EventID=87-89-49-55-52-F8-06-07-7D-2B-C0-13-F9-6E-04-68&amp;Culture=es-AR</a>     <br />Day 2) <a href="http://msevents.microsoft.com/CUI/InviteOnly.aspx?EventID=87-89-49-55-52-F8-06-07-DB-F0-DE-BA-96-08-99-FD&amp;Culture=es-AR">http://msevents.microsoft.com/CUI/InviteOnly.aspx?EventID=87-89-49-55-52-F8-06-07-DB-F0-DE-BA-96-08-99-FD&amp;Culture=es-AR</a>     <br /><strong>     <br />Dev Sessions</strong> (13.30hs to 18hs)     <br />Day 1) <a href="http://www.linkedin.com/redirect?url=http%3A%2F%2Fmsevents%2Emicrosoft%2Ecom%2FCUI%2FInviteOnly%2Easpx%3FEventID%3D87-89-49-55-52-F8-06-07-87-1C-0C-A6-7C-6E-3A-5D%26Culture%3Des-AR&amp;urlhash=6AnH&amp;_t=disc_detail_link">http://msevents.microsoft.com/CUI/InviteOnly.aspx?EventID=87-89-49-55-52-F8-06-07-87-1C-0C-A6-7C-6E-3A-5D&amp;Culture=es-AR</a>     <br />Day 2) <a href="http://www.linkedin.com/redirect?url=http%3A%2F%2Fmsevents%2Emicrosoft%2Ecom%2FCUI%2FInviteOnly%2Easpx%3FEventID%3D87-89-49-55-52-F8-06-07-F7-F9-55-05-54-0A-29-EE%26Culture%3Des-AR&amp;urlhash=YyRV&amp;_t=disc_detail_link">http://msevents.microsoft.com/CUI/InviteOnly.aspx?EventID=87-89-49-55-52-F8-06-07-F7-F9-55-05-54-0A-29-EE&amp;Culture=es-AR</a></p>
</p>
<p><a href="http://co1piltwb.partners.extranet.microsoft.com/mcoeredir/mcoeredirect.aspx?linkId=12697715&amp;s1=a5c87b6f-9dbe-c85c-ee81-f82c852f9101"></a></p>
</p>
<p>CU!!</p>
<img src="http://feeds.feedburner.com/~r/aortega/~4/MgAwj0buizM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.southworks.net/aortega/2009/10/27/run-reloaded-en-buenos-aires/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.southworks.net/aortega/2009/10/27/run-reloaded-en-buenos-aires/</feedburner:origLink></item>
		<item>
		<title>[Hyper-v] Storage Hot-Add rocks!!</title>
		<link>http://feeds.southworks.net/~r/aortega/~3/x-AZWLAjRZg/</link>
		<comments>http://blogs.southworks.net/aortega/2009/10/09/hyper-v-storage-hot-add-rocks/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 08:25:40 +0000</pubDate>
		<dc:creator>aortega</dc:creator>
		
		<category><![CDATA[Hyper-V]]></category>

		<category><![CDATA[Windows Server 2008 R2]]></category>

		<guid isPermaLink="false">http://blogs.southworks.net/aortega/2009/10/09/hyper-v-storage-hot-add-rocks/</guid>
		<description><![CDATA[I was in the middle of the setup of SCVMM 2008 R2 on a lab environment and got to the point that I needed to configure the Library Share Settings. I wanted the Library to be on a separate physical drive (1TB SATA drive) but it was really annoying to shutdown the VM, add the [...]]]></description>
			<content:encoded><![CDATA[<p>I was in the middle of the setup of SCVMM 2008 R2 on a lab environment and got to the point that I needed to configure the Library Share Settings. I wanted the Library to be on a separate physical drive (1TB SATA drive) but it was really annoying to shutdown the VM, add the drive, map the drive to the VM and turn it on againâ€¦</p>
<p>Enlightened, I realized that I was running Hyper-V R2 and I had Storage Hot-Add feature ready to be tested!!! Well, it went pretty well I must tell, in 3 minutes I was continuing with my wizard without even closing it! thanks, thanksâ€¦</p>
<ol>
<li>Hot-add a 1TB SATA drive to my box<br />
<a href="http://blogs.southworks.net/aortega/files/2009/10/image1.png"><img src="http://blogs.southworks.net/aortega/files/2009/10/image-thumb1.png" border="0" alt="image" width="524" height="216" /></a></li>
<li>Hot-add the Offline drive to my VM a an SCSI disk<br />
 <a href="http://blogs.southworks.net/aortega/files/2009/10/image2.png"><img src="http://blogs.southworks.net/aortega/files/2009/10/image-thumb2.png" border="0" alt="image" width="523" height="369" /></a></li>
<li>Add the volume on my VM and we are done!<br />
<a href="http://blogs.southworks.net/aortega/files/2009/10/image3.png"><img src="http://blogs.southworks.net/aortega/files/2009/10/image-thumb3.png" border="0" alt="image" width="524" height="229" /></a></li>
</ol>
<img src="http://feeds.feedburner.com/~r/aortega/~4/x-AZWLAjRZg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.southworks.net/aortega/2009/10/09/hyper-v-storage-hot-add-rocks/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.southworks.net/aortega/2009/10/09/hyper-v-storage-hot-add-rocks/</feedburner:origLink></item>
		<item>
		<title>[Hyper-V] A Tale about Enabling Hyper-V on a x3650 System (Model 7979)</title>
		<link>http://feeds.southworks.net/~r/aortega/~3/sTBMOm7sx-Q/</link>
		<comments>http://blogs.southworks.net/aortega/2009/10/09/hardware-x3650-7979-firmware-upgrade/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 07:12:31 +0000</pubDate>
		<dc:creator>aortega</dc:creator>
		
		<category><![CDATA[Hyper-V]]></category>

		<guid isPermaLink="false">http://blogs.southworks.net/aortega/2009/10/09/hardware-x3650-7979-firmware-upgrade/</guid>
		<description><![CDATA[Begin with the End
Well, I have this System X with VT capable processors so Installing Hyper-V should be pretty straightforward, I deployed tons of Hyper-Vs and never run into major problems more than well known remote management issues. This time I had to work a little harder, lets introduce the system

IBM System x3650 7979 
Intel [...]]]></description>
			<content:encoded><![CDATA[<h2>Begin with the End</h2>
<p>Well, I have this System X with VT capable processors so Installing Hyper-V should be pretty straightforward, I deployed tons of Hyper-Vs and never run into major problems more than well known remote management issues. This time I had to work a little harder, lets introduce the system</p>
<ul>
<li>IBM System x3650 7979 </li>
<li>Intel Xeon 5130 2.0 Ghz (2 Processors) â€“&gt; (Intel VT Enabled, <a href="http://ark.intel.com/Product.aspx?id=27216">link</a>) </li>
<li>IBM ServeRAID 8k-l Controller </li>
</ul>
<p><strong><font color="#00ff00">SOLUTION</font></strong>: To have Hyper-V working I had to</p>
<ol>
<li>Updated ServeRAID 8k-l Controller firmware to v5.2-0 Build 15429 (Not strictly necessary but I needed to manage 1TB SATA drives). </li>
<li>Updated IBM BIOS to v1.16 (Because mine was not updated) </li>
<li>BIOS: Guarantee â€œIntel VTâ€ was enabled. </li>
<li>BIOD: Guarantee â€œExecute Disable Bitâ€ was enabled. </li>
</ol>
<p>Until I did not executed Step 4, I got this discouraging error â€œ<strong>The virtual machine could not be started because the hypervisor is not running.â€,</strong> this is, I was able to deploy Hyper-V but for some dark reason the Hypervisor was not running</p>
<p><a href="http://blogs.southworks.net/aortega/files/2009/10/image.png"><img border="0" alt="image" src="http://blogs.southworks.net/aortega/files/2009/10/image-thumb.png" width="485" height="429" /></a> </p>
<p>I hope this will save someone a couple of hours at least!</p>
<p>Thanks,</p>
<h2>Update x3650 7979 ServeRAID 8k-l Controller firmware to v5.2-0 Build 15429</h2>
<p>We have updated the <a href="http://www-947.ibm.com/systems/support/supportsite.wss/docdisplay?lndocid=MIGR-5073639&amp;brandind=5350884">IBM ServeRAID 8k and 8k-l BIOS and Firmware Update to the version v5.2.0-15429 (Build 15429)</a> on our x3650 system. We failed to use the IBM Xpress Updater as it did not found any critical update applicable to the system.</p>
<p>This update is important to work with 1TB SATA drives. Check the firmware change log here: <a href="ftp://ftp.software.ibm.com/systems/support/system_x/ibm_fw_aacraid_8k-8kl-5.2.0-15429_windows_32-64.chg">ftp://ftp.software.ibm.com/systems/support/system_x/ibm_fw_aacraid_8k-8kl-5.2.0-15429_windows_32-64.chg</a></p>
<h3>Procedure</h3>
<ol>
<li>The procedure was not so straightforward, first the firmware update went good (running executable directly from Win2k8 R2) but showed a kernel panic on next boot, when the update was supposed to be applied. </li>
<li>Then I prepared a set of diskettes (4 in total) to found that I was not able to update the firmware using the diskettes (â€œPC DOS System messageâ€ appeared and machine went unresponsive). </li>
<li>Finally I found the the problem was the installed 1TB SATA drives. If you remove the disk on boot the controller kernel boots OK and the RAIDs are found. The, with the OS running you are able to insert the disk and access the 1TB drive.
<ol>
<li>Copy the .exe to the x3650 system </li>
<li>Run the Setup. </li>
</ol>
</li>
</ol>
<blockquote><p><u>Note</u>: As I mentioned before I had to copy the firmware to a set of diskettes, this procedure was not possible on a windows system. Tried Windows 7 and Windows Server 2008, I guess the bits on the IBM site are corrupted (I downloaded them twice) and the windows distribution is not able to create a diskette to update the firmware. Although I was able to create the set of diskettes using a Linux OS.</p>
</blockquote>
<h2>Updated x3650 BIOS to v1.16</h2>
<p>I began downloading the Windows distribution from the IBM support <a href="http://www-947.ibm.com/systems/support/supportsite.wss/supportresources?categoryind=0&amp;selectedButton.x=13&amp;selectedButton.y=15&amp;selectedButton=category&amp;familyind=5310494&amp;brandind=5000008&amp;osind=0&amp;typeind=0&amp;modelind=0&amp;matrix=Y&amp;taskind=2#BIOS">site</a>, I downloaded the <a href="http://www-947.ibm.com/systems/support/supportsite.wss/docdisplay?lndocid=MIGR-5082188&amp;brandind=5000008">IBM Flash BIOS Update v1.16 for Microsoft Windows - IBM System x3650, x3650 NAS</a>, then</p>
<ol>
<li>(Failed) I re-programmed the BIOS running the executable directly from my Windows box, the update occurred successfully but when I rebooted the system the BIOS was not upgraded at all. It happened that I was running on a backup copy of the BIOS â€œBooted from backup POST/BIOS imageâ€ with a BIOS Version v1.07, this was surely an old inherited problem from the last administrator using the box, so I switched to a floppy based BIOS flash. </li>
<li>(Success) I created a floppy using the Windows Executable (single floppy) and the BIOS re-programming worked like a charm. </li>
</ol>
<h2>BIOS Configuration</h2>
<p><a href="http://www.intel.com/technology/virtualization/index.htm">Intel VT</a> was enabled in my BIOS, that seemed to be enough to me, however I also needed the <a href="http://www.intel.com/cd/channel/reseller/asmo-na/eng/products/server/processors/250637.htm">Intel XD Execute Disable Bit</a> enabled too, this is for security purposes.</p>
<p>This <a href="http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/bded0da6-2bb7-4bac-a029-c335cb0b2d54">thread</a> helped me a lot as it was exactly my problem. Thatâ€™s enough for today!</p>
<img src="http://feeds.feedburner.com/~r/aortega/~4/sTBMOm7sx-Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.southworks.net/aortega/2009/10/09/hardware-x3650-7979-firmware-upgrade/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.southworks.net/aortega/2009/10/09/hardware-x3650-7979-firmware-upgrade/</feedburner:origLink></item>
		<item>
		<title>Deploy SCCM 2007 SP2 RC on Windows Server 2008 R2</title>
		<link>http://feeds.southworks.net/~r/aortega/~3/aV-pehvKr3E/</link>
		<comments>http://blogs.southworks.net/aortega/2009/09/16/deploy-sccm-2007-sp2-rc-on-windows-server-2008-r2/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 19:43:17 +0000</pubDate>
		<dc:creator>aortega</dc:creator>
		
		<category><![CDATA[System Center Configuration Manager]]></category>

		<category><![CDATA[Windows Server 2008 R2]]></category>

		<guid isPermaLink="false">http://blogs.southworks.net/aortega/2009/09/16/deploy-sccm-2007-sp2-rc-on-windows-server-2008-r2/</guid>
		<description><![CDATA[Today I had to deploy SCCM 2007 SP2 RC on a Windows Server 2008 R2 system. The installation went pretty straightforward, however it can become a little tricky if you have not installed previous versions of SCCM. This procedure deploys SCCM in mixed mode, on a future post I will show how to deploy the needed PKI infrastructure to support the native mode of SCCM.]]></description>
			<content:encoded><![CDATA[<p>Today I had to deploy SCCM 2007 SP2 RC on a Windows Server 2008 R2 system. The installation went pretty straightforward, however it can become a little tricky if you have not installed previous versions of SCCM. This procedure deploys SCCM in mixed mode, on a future post I will show how to deploy the needed PKI infrastructure to support the native mode of SCCM.</p>
<p>Below you will find the step-by-step:</p>
<ol>
<li>OS Pre-requisites
<ol>
<li>Features &gt; Background Intelligent Transfer Service (BITS) â€“ Add every role and service required.</li>
<li>Features &gt; Remote Differential Compression</li>
<li>Role &gt; Web Server (IIS): Add the following components to the default selection.
<ol>
<li>ASP.NET</li>
<li>Windows Authentication</li>
<li>Dynamic Content Compression</li>
<li>IIS6 Metabase Compatibility</li>
<li>IIS6 WMI Compatibility</li>
<li>WebDAV Publishing</li>
<li>ASP</li>
</ol>
</li>
</ol>
</li>
<li>SQL Server 2008 + SP1
<ol>
<li>Database Engine Services.</li>
<li>Reporting Services.</li>
<li>Management Tools â€“ Complete.</li>
<li>Use NETWORK SERVICE for every SQL Server Service.</li>
<li>Configure SSRS in native mode.</li>
<li>After installation, download and install SQL Server 2008 SP1.</li>
</ol>
</li>
<li>WSUS 3.0 SP2
<ol>
<li>Download and install â€œMicrosoft Report Viewer Redistributable 2008 SP1â€</li>
<li>Download and Install  WSUS 3.0 SP2
<ol>
<li>Use the SQL Server 2008 db deployed before to store the updates.</li>
<li>Create a dedicated IIS Website for WSUS.</li>
<li>Run the initial configuration wizard and select the behavior and types of updates you want.</li>
</ol>
</li>
</ol>
</li>
<li>Configure WebDAV on IIS7.5
<ol>
<li>Open the WebDAV properties on the Default Website<br />
<a href="http://blogs.southworks.net/aortega/files/2009/09/image2.png"><img src="http://blogs.southworks.net/aortega/files/2009/09/image-thumb2.png" border="0" alt="image" width="644" height="448" /></a></li>
<li>Click on â€œEnable WebDAVâ€ on the Actions pane.</li>
<li>Click on â€œAdd Authoring ruleâ€ on the Actions pane.
<ul>
<li>Allow Access To: All Content</li>
<li>Allow access to this content to: All Users</li>
<li>Permissions: Read</li>
</ul>
</li>
<li>Click on â€œWebDAV Settingsâ€ on the Actions pane.
<ul>
<li>Property Behavior &gt; Allow Anonymous Property Queries = True</li>
<li>Property Behavior &gt; Allow Custom Property = Fals</li>
<li>Property Behavior &gt; Allow Property Queries with Infinite Depth = True</li>
<li>WebDAV Behavior &gt; Allow Hidden Files to be Listed = True<br />
<a href="http://blogs.southworks.net/aortega/files/2009/09/image3.png"><img src="http://blogs.southworks.net/aortega/files/2009/09/image-thumb3.png" border="0" alt="image" width="434" height="424" /></a></li>
</ul>
</li>
<li>Modify on the ApplicationHost.config the &lt;requestFilter&gt; directive
<ol>
<li>Open C:\Windows\System32\inetsrv\config\applicationHost.config</li>
<li>Allow the file extension â€œ.mdbâ€ by editting the &lt;requestFiltering&gt; section:<br />
<a href="http://blogs.southworks.net/aortega/files/2009/09/image4.png"><img src="http://blogs.southworks.net/aortega/files/2009/09/image-thumb4.png" border="0" alt="image" width="533" height="295" /></a></li>
</ol>
</li>
</ol>
</li>
<li>SCCM 2007 SP2 RC
<ol>
<li>Extend the AD Schema: This is a non-reversible operation and should be executed on production environments without taking rollback measures before.
<ol>
<li>Run the EXTADSCH.EXE file under an account with enough privileges to modify the AD schema (Member of Schema Admin security group)<br />
<a href="http://blogs.southworks.net/aortega/files/2009/09/image5.png"><img src="http://blogs.southworks.net/aortega/files/2009/09/image-thumb5.png" border="0" alt="image" width="668" height="160" /></a></li>
<li>If you have any problem with this step, check the log file on c:\ExtADSch.log</li>
<li>Now that you have extended the schema you need to enable the publishing of SCCM information into AD, to do this
<ol>
<li>Manually create the System Management Container in AD: <a href="http://technet.microsoft.com/en-us/library/bb632591.aspx">http://technet.microsoft.com/en-us/library/bb632591.aspx</a></li>
<li>Set the security properly on that container: <a href="http://technet.microsoft.com/en-us/library/bb633169.aspx">http://technet.microsoft.com/en-us/library/bb633169.aspx</a></li>
<li>And after the installation finishes verify that SCCM is automatically publishing this information: <a href="http://technet.microsoft.com/en-us/library/bb680711.aspx">http://technet.microsoft.com/en-us/library/bb680711.aspx</a> (This is created by default)</li>
</ol>
</li>
</ol>
</li>
<li>Run the Pre-requisite checker to verify there you pass every test.</li>
<li>Run the SCCM Setup
<ol>
<li>Select â€œInstall a Configuration Manager site serverâ€.</li>
<li>Select â€œCustom Settingsâ€</li>
<li>Select â€œPrimary Site&#8221;â€</li>
<li>Enter Site Code (â€œeg: TNAâ€) and  Site name</li>
<li>Install a mixed mode configuration (We did not deploy needed certificated for the native mode)</li>
<li>Select local SQL Instance and default DB name.</li>
<li>Setup a provider on the localhost.</li>
<li>Install a management point on the localhost.</li>
<li>Use the default port for communications (80)</li>
<li>Select a local folder to download the SCCM updates, this will take a while<br />
<a href="http://blogs.southworks.net/aortega/files/2009/09/image6.png"><img src="http://blogs.southworks.net/aortega/files/2009/09/image-thumb6.png" border="0" alt="image" width="631" height="483" /></a></li>
<li>Finally, launch the SCCM installation.</li>
</ol>
</li>
</ol>
</li>
<li>SCCM Post-Deployment Configuration Tasks
<ol>
<li>I suggest to follow this checklist to begin using your SCCM deployment: <a title="http://technet.microsoft.com/en-us/library/bb633240.aspx" href="http://technet.microsoft.com/en-us/library/bb633240.aspx">http://technet.microsoft.com/en-us/library/bb633240.aspx</a></li>
<li>Configure Site Boundaries<br />
<a href="http://blogs.southworks.net/aortega/files/2009/09/image7.png"><img src="http://blogs.southworks.net/aortega/files/2009/09/image-thumb7.png" border="0" alt="image" width="805" height="560" /></a></li>
<li>Select the roles<br />
<a href="http://blogs.southworks.net/aortega/files/2009/09/image8.png"><img src="http://blogs.southworks.net/aortega/files/2009/09/image-thumb8.png" border="0" alt="image" width="425" height="357" /></a></li>
<li>Client Installation
<ol>
<li>Configure Client Push Installation using a Domain Admin account.</li>
<li>Configure Discovery Methods: Enable Active Directory Discovery<br />
<a href="http://blogs.southworks.net/aortega/files/2009/09/image9.png"><img src="http://blogs.southworks.net/aortega/files/2009/09/image-thumb9.png" border="0" alt="image" width="406" height="260" /></a></li>
</ol>
</li>
</ol>
</li>
</ol>
<p>Now wait for the discover to occur and begin managing!!</p>
<img src="http://feeds.feedburner.com/~r/aortega/~4/aV-pehvKr3E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.southworks.net/aortega/2009/09/16/deploy-sccm-2007-sp2-rc-on-windows-server-2008-r2/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.southworks.net/aortega/2009/09/16/deploy-sccm-2007-sp2-rc-on-windows-server-2008-r2/</feedburner:origLink></item>
		<item>
		<title>[OpsMgr] Upgrade SCOM 2007 R2 RC to RTM – Easy!</title>
		<link>http://feeds.southworks.net/~r/aortega/~3/XYawc_U59YA/</link>
		<comments>http://blogs.southworks.net/aortega/2009/09/08/upgrade-scom-2007-r2-rc-to-rtm-easy/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 00:34:10 +0000</pubDate>
		<dc:creator>aortega</dc:creator>
		
		<category><![CDATA[System Center Operations Manager]]></category>

		<guid isPermaLink="false">http://blogs.southworks.net/aortega/2009/09/08/upgrade-scom-2007-r2-rc-to-rtm-easy/</guid>
		<description><![CDATA[The upgrade went pretty straightforward on my environment, the SCOM setup detected the RC deployment of OpsMgr and proposed an upgrade when event the OpsMgr database would be upgraded. My OpsMgr Db is on on server and the Root Management server on another, the upgrade should only be run on the RMS.

(RMS) Inser the OpsMgr [...]]]></description>
			<content:encoded><![CDATA[<p>The upgrade went pretty straightforward on my environment, the SCOM setup detected the RC deployment of OpsMgr and proposed an upgrade when event the OpsMgr database would be upgraded. My OpsMgr Db is on on server and the Root Management server on another, the upgrade should only be run on the RMS.</p>
<ol>
<li>(RMS) Inser the OpsMgr r2 disk on the RMS </li>
<li>(RMS) Run Setup </li>
<li>(RMS) Select â€œUpgrade to Operations Manager 2007 R2â€     <br /><a href="http://blogs.southworks.net/aortega/files/2009/09/image.png"><img border="0" alt="image" src="http://blogs.southworks.net/aortega/files/2009/09/image-thumb.png" width="426" height="334" /></a> </li>
<li>(RMS) The Health Service on the RMS machine might fail to start when finishing the installation but you can start the service manually. </li>
<li>(RMS) Every agent is queued on the pending management option under the Administration node. Running this tasks with a domain wide administrator will upgrade automatically every deployed agent to RTM.     <br /><a href="http://blogs.southworks.net/aortega/files/2009/09/image1.png"><img border="0" alt="image" src="http://blogs.southworks.net/aortega/files/2009/09/image-thumb1.png" width="378" height="484" /></a>&#160; </li>
<li>(RMS) <strong>ACS</strong>: I had to re-configure the ACS Forwarder on a couple of servers. Re-running the configuration task enabled the forwarder.</li>
</ol>
<img src="http://feeds.feedburner.com/~r/aortega/~4/XYawc_U59YA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.southworks.net/aortega/2009/09/08/upgrade-scom-2007-r2-rc-to-rtm-easy/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.southworks.net/aortega/2009/09/08/upgrade-scom-2007-r2-rc-to-rtm-easy/</feedburner:origLink></item>
		<item>
		<title>[OpsMgr] DNS External Resolution Monitor in Error State</title>
		<link>http://feeds.southworks.net/~r/aortega/~3/pyr0JAfNhq0/</link>
		<comments>http://blogs.southworks.net/aortega/2009/07/23/opsmgr-dns-external-resolution-monitor-in-error-state/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 20:35:42 +0000</pubDate>
		<dc:creator>aortega</dc:creator>
		
		<category><![CDATA[System Center Operations Manager]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.southworks.net/aortega/2009/07/23/opsmgr-dns-external-resolution-monitor-in-error-state/</guid>
		<description><![CDATA[
Since OpsMgr 2007 I found several times with the same error from the DNS Management pack. The &#8220;DNS 2008 External Resolution Monitor&#8221; is always in an error state besides my DNS has no problems at all solving public names.
I solve this problem by overriding for the whole DNS Class the &#8220;Query Type&#8221; parameter of the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogs.southworks.net/aortega/files/2009/07/image.png"><img style="margin-left: 0px;margin-right: 0px" src="http://blogs.southworks.net/aortega/files/2009/07/image-thumb.png" border="0" alt="image" width="213" height="23" align="right" /></a></p>
<p>Since OpsMgr 2007 I found several times with the same error from the DNS Management pack. The &#8220;DNS 2008 External Resolution Monitor&#8221; is always in an error state besides my DNS has no problems at all solving public names.</p>
<p>I solve this problem by overriding for the whole DNS Class the &#8220;Query Type&#8221; parameter of the monitor, changing from &#8220;ns&#8221; to &#8220;A&#8221;. I also tried to use the CNAME query type but the monitor kept on the error state.</p>
<p><a href="http://blogs.southworks.net/aortega/files/2009/07/image1.png"><img src="http://blogs.southworks.net/aortega/files/2009/07/image-thumb1.png" border="0" alt="image" width="674" height="432" /></a></p>
<p>Hope this helps!</p>
<p><a href="http://blogs.southworks.net/aortega/files/2009/07/image2.png"> </a></p>
<img src="http://feeds.feedburner.com/~r/aortega/~4/pyr0JAfNhq0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.southworks.net/aortega/2009/07/23/opsmgr-dns-external-resolution-monitor-in-error-state/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.southworks.net/aortega/2009/07/23/opsmgr-dns-external-resolution-monitor-in-error-state/</feedburner:origLink></item>
	</channel>
</rss>
