<?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>JesusHerrero.Com &#187; Servidores</title>
	<atom:link href="http://www.jesusherrero.com/category/exchange/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jesusherrero.com</link>
	<description>Un conjunto de notas, apuntes, documentación y demás informaciones que, de no guardar en una web, nunca las tendría a mano...</description>
	<lastBuildDate>Mon, 30 Jan 2012 14:14:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Cambiar nombre a Controlador de Dominio en W2K3/W2K8</title>
		<link>http://www.jesusherrero.com/cambiar-nombre-a-controlador-de-dominio-en-w2k3w2k8/</link>
		<comments>http://www.jesusherrero.com/cambiar-nombre-a-controlador-de-dominio-en-w2k3w2k8/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 21:44:37 +0000</pubDate>
		<dc:creator>Jesús Herrero</dc:creator>
				<category><![CDATA[Servidores]]></category>
		<category><![CDATA[Sistemas]]></category>

		<guid isPermaLink="false">http://www.jesusherrero.com/?p=1737</guid>
		<description><![CDATA[<p><img width="300" height="234" src="http://www.jesusherrero.com/wp-content/uploads/2010/06/sub_servers_hyper_v-300x234.jpg" class="attachment-medium wp-post-image" alt="Windows Server 2008 Hyper-V" title="Windows Server 2008 Hyper-V" /></p>Algo tan sencillo de realizar en una workstation, se hace más complejo cuando hay que hacerlo en un Controlador del Dominio. Para renombrar nuestro DC, necesitaremos ejecutar la utilidad NETDOM, con la siguiente sintaxis: NETDOM computername nombreactual.dominio.local /add:nuevonombre.dominio.local Tras haberlo ejecutado, lo que hemos hecho ha sido crear un nombre adicional para esta máquina. Un nombre [...]]]></description>
			<content:encoded><![CDATA[<p><img width="300" height="234" src="http://www.jesusherrero.com/wp-content/uploads/2010/06/sub_servers_hyper_v-300x234.jpg" class="attachment-medium wp-post-image" alt="Windows Server 2008 Hyper-V" title="Windows Server 2008 Hyper-V" /></p><p style="text-align: justify;">Algo tan sencillo de realizar en una workstation, se hace más complejo cuando hay que hacerlo en un Controlador del Dominio. Para renombrar nuestro DC, necesitaremos ejecutar la utilidad NETDOM, con la siguiente sintaxis:<span id="more-1737"></span></p>
<p style="text-align: justify;"><span style="color: #0000ff;"><em>NETDOM computername <strong>nombreactual.dominio.local </strong>/add:<strong>nuevonombre.dominio.local</strong></em></span></p>
<p style="text-align: justify;"><span style="color: #000000;">Tras haberlo ejecutado, lo que hemos hecho ha sido crear un nombre adicional para esta máquina. Un nombre secundario a modo de &#8216;alias&#8217; para su identificación. Si ejecutamos la herramienta de ADSIEDIT, y localizamos nuestra máquina, comprobaremos que se ha añadido el nombre adicional indicado en el comando. A continuación, realizaremos el segundo paso que consiste en indicar al DA que el nombre secundario que hemos añadido pase a ser el nombre principal de la máquina. Ello se hace ejecutando:</span></p>
<p style="text-align: justify;"><span style="color: #0000ff;"><em>NETDOM computername nombreactual.dominio.local </em><em>/</em><strong><em>makeprimary</em></strong><em>:</em><em>nuevonombre.dominio.local</em></span></p>
<p style="text-align: justify;"><span style="color: #000000;">De este modo nuestra máquina ya ha adoptado el nuevo nombre que le asignamos en el paso 1, como nombre principal. Ahora es necesario reiniciar el servidor para que los cambios tomen efecto.</span></p>
<p style="text-align: justify;"><span style="color: #000000;">Tras el reinicio, únicamente nos quedaría eliminar el nombre inicial de la máquina (en nuestro ejemplo sería &#8216;nombreactual.dominio.local&#8217;) que pasó a ser un nombre secundario. No es necesario hacerlo, ya que el DC ya está usando el nombre que le asignamos. No obstante, para hacerlo tecleamos:</span></p>
<p style="text-align: justify;"><span style="color: #0000ff;"><em>NETDOM computername nombreactual.dominio.local </em><em>/<strong>remove</strong></em><em>:</em><em>nombreantiguo.dominio.local</em></span></p>
<p style="text-align: justify;"><span style="color: #000000;">Para finalizar, indicar que es requisito imprescindible que el dominio tenga un nivel funcional de 2003 server en adelante. </span></p>
<p style="text-align: justify;"><span style="color: #000000;"> </span></p>
<p><span style="color: #000000;"> </span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jesusherrero.com/cambiar-nombre-a-controlador-de-dominio-en-w2k3w2k8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cómo convertir un ejecutable en servicio</title>
		<link>http://www.jesusherrero.com/como-convertir-un-ejecutable-en-servicio/</link>
		<comments>http://www.jesusherrero.com/como-convertir-un-ejecutable-en-servicio/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 10:42:03 +0000</pubDate>
		<dc:creator>Jesús Herrero</dc:creator>
				<category><![CDATA[Servidores]]></category>
		<category><![CDATA[Sistemas]]></category>

		<guid isPermaLink="false">http://www.jesusherrero.com/?p=1581</guid>
		<description><![CDATA[En determinadas ocasiones es preciso considerar un ejecutable como parte integral de un determinado servidor. Para ello, la solución más favorable en la de convertir dicho aplicativo en un servicio. Ello permitirá que podamos configurar el arranque de la aplicación (manual o automático), la seguridad, dependencia, etc. Para hacerlo, debemos de instalar previamente el Resource [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">En determinadas ocasiones es preciso considerar un ejecutable como parte integral de un determinado servidor. Para ello, la solución más favorable en la de convertir dicho aplicativo en un servicio. Ello permitirá que podamos configurar el arranque de la aplicación (manual o automático), la seguridad, dependencia, etc.</p>
<p style="text-align: justify;">Para hacerlo, debemos de instalar previamente el <a href="http://www.microsoft.com/latam/technet/seminario/3estrella2.mspx" target="_blank"><strong>Resource Kit de Windows 2003 Server</strong></a>. Más información sobre el proceso en <a href="http://support.microsoft.com/kb/137890"><strong>KB137890</strong></a> </p>
<p style="text-align: justify;"><strong>IMPORTANTE</strong>: Al escribir el comando de creación del servicio (<em>C:\Archivos de programa\Resource Kit\Instsrv.exe Nombredelservicio C:\Archivos de programa\Resource Kit\Srvany.exe),</em> es posible que obtengamos el error de que <em>&#8220;Windows no reconoce el comando c:\archivos&#8221;.</em> Para evitarlo, han de escribirse las rutas entrecomilladas:</p>
<p style="text-align: justify;"><em>C:\&#8221;C:\Archivos de programa\Resource Kit\Instsrv.exe&#8221; Nombredelservicio &#8220;C:\Archivos de programa\Resource Kit\Srvany.exe&#8221;</em></p>
<p style="text-align: center;"><img class="size-full wp-image-1582  aligncenter" title="Servicios" src="http://www.jesusherrero.com/wp-content/uploads/2011/01/servicios.png" alt="" width="256" height="256" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jesusherrero.com/como-convertir-un-ejecutable-en-servicio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ver tamaño de buzones en MS Exchange 2007</title>
		<link>http://www.jesusherrero.com/ver-tamano-de-buzones-en-ms-exchange-2007/</link>
		<comments>http://www.jesusherrero.com/ver-tamano-de-buzones-en-ms-exchange-2007/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 15:24:10 +0000</pubDate>
		<dc:creator>Jesús Herrero</dc:creator>
				<category><![CDATA[Servidores]]></category>
		<category><![CDATA[Sistemas]]></category>

		<guid isPermaLink="false">http://www.jesusherrero.com/?p=1538</guid>
		<description><![CDATA[Básicamente hay dos modos para ver el tamaño de los buzones en Exchange 2007. La más sencilla es ejecutando el siguiente comando en la powershell: get-mailboxstatistics &#124;ft displayname, totalitemsize Otro modo consiste en instalar la consola administrativa de Exchange 2003 en un PC determinado, y desde ahí conectarnos al Exchange 2007. La funcionalidad de listar [...]]]></description>
			<content:encoded><![CDATA[<p>Básicamente hay dos modos para ver el tamaño de los buzones en Exchange 2007. La más sencilla es ejecutando el siguiente comando en la powershell:</p>
<blockquote><p><strong><span style="color: #000000;">get-mailboxstatistics |ft displayname, totalitemsize</span></strong></p></blockquote>
<p style="text-align: justify;">Otro modo consiste en instalar la consola administrativa de Exchange 2003 en un PC determinado, y desde ahí conectarnos al Exchange 2007. La funcionalidad de listar buzones en la versión anterior la podemos utilizar desde la consola.</p>
<div style="text-align: center;"><img class="size-full wp-image-400      aligncenter" title="exchange2007" src="http://www.jesusherrero.com/wp-content/uploads/2009/03/exchange2007_ico.jpg" alt="" width="215" height="250" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jesusherrero.com/ver-tamano-de-buzones-en-ms-exchange-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL2005 x64 on Windows Server 2008 x64 – One or more of the components being installed are already registered as 32 bit components in the target application.</title>
		<link>http://www.jesusherrero.com/sql2005-x64-on-windows-server-2008-x64-one-or-more-of-the-components-being-installed-are-already-registered-as-32-bit-components-in-the-target-application/</link>
		<comments>http://www.jesusherrero.com/sql2005-x64-on-windows-server-2008-x64-one-or-more-of-the-components-being-installed-are-already-registered-as-32-bit-components-in-the-target-application/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 14:08:39 +0000</pubDate>
		<dc:creator>Jesús Herrero</dc:creator>
				<category><![CDATA[Enlaces Web de Interés]]></category>
		<category><![CDATA[Servidores]]></category>
		<category><![CDATA[Sistemas]]></category>

		<guid isPermaLink="false">http://www.jesusherrero.com/?p=1591</guid>
		<description><![CDATA[Deleting MSMQTask COM+ Components from Component Services: - Open: Start\Programs\Administrative Tools\Components Services, - Expand &#8220;Component Services&#8221; -&#62; &#8220;My Computer&#8221; -&#62; &#8220;COM+ Applications&#8221;, - You&#8217;ll see &#8220;Microsoft.SqlServer.MSMQTask&#8221; component. Right click on it and Delete it. - If that dialog box is open which poped up during SQL Server Setup then click Retry, otherwise start over and [...]]]></description>
			<content:encoded><![CDATA[<p>Deleting MSMQTask COM+ Components from Component Services:<br />
- Open: Start\Programs\Administrative Tools\Components Services,<br />
- Expand &#8220;Component Services&#8221; -&gt; &#8220;My Computer&#8221; -&gt; &#8220;COM+ Applications&#8221;,<br />
- You&#8217;ll see &#8220;Microsoft.SqlServer.MSMQTask&#8221; component. Right click on it and Delete it.<br />
- If that dialog box is open which poped up during SQL Server Setup then click Retry, otherwise start over and this problem will be gone.</p>
<hr class="sig" />vía <a href="http://social.msdn.microsoft.com/Forums/en/sqlsetupandupgrade/thread/a433b076-5b6f-48e0-9927-76f7f5a1e0ab">SQL2005 x64 on Windows Server 2008 x64 &#8211; One or more of the components being installed are already registered as 32 bit components in the target application.</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jesusherrero.com/sql2005-x64-on-windows-server-2008-x64-one-or-more-of-the-components-being-installed-are-already-registered-as-32-bit-components-in-the-target-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Renovar Certificado interno de Exchange 2007</title>
		<link>http://www.jesusherrero.com/renovar-certificado-interno-de-exchange-2007/</link>
		<comments>http://www.jesusherrero.com/renovar-certificado-interno-de-exchange-2007/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 11:30:18 +0000</pubDate>
		<dc:creator>Jesús Herrero</dc:creator>
				<category><![CDATA[Servidores]]></category>

		<guid isPermaLink="false">http://www.jesusherrero.com/?p=868</guid>
		<description><![CDATA[Por defecto, Exchange 2007 incorpora un certificado interno para cifrar las comunicaciones entre el site. Es el Exchange 2007 la propia CA emisora del certificado. Para renovar nuestro ceertificado, realizaremos el siguiente proceso: 1.- Realizar una copia de nuestro certificado actual. Como no sabemos cual es el que queremos copiar, puesto que podemos tener varios [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Por defecto, Exchange 2007 incorpora un certificado interno para cifrar las comunicaciones entre el site. Es el Exchange 2007 la propia CA emisora del certificado. Para renovar nuestro ceertificado, realizaremos el siguiente proceso:<span id="more-868"></span></p>
<p style="text-align: justify;">1.- Realizar una copia de nuestro certificado actual. Como no sabemos cual es el que queremos copiar, puesto que podemos tener varios instalados, realizaremos un listado de los existentes:</p>
<blockquote style="text-align: justify;"><p>Get-ExchangeCertificate</p></blockquote>
<p style="text-align: justify;">2.- Una vez listados los certificados de nuestra máquina, nos disponemos a clonar un certificado ya firmado. El nuevo certificado (clon del anterior) mantendrá todos los datos pero su vigencia comenzará hoy. veremos el Thumbprint, servicios que aplica e información sobre el nombre/asunto que securiza. Copiamos el Thumbprint del certificado que nos interese renovar y escribimos:</p>
<blockquote style="text-align: justify;"><p>Get-ExchangeCertificate &lt;thumbprint&gt; | New-ExchangeCertificate -Services SMTP,POP,IMAP</p></blockquote>
<p style="text-align: justify;">Evidentemente los servicios a lso que aplica son personalizables e incluso pueden omitirse si se trata de un certificado de máquina.</p>
<p style="text-align: justify;">3.- Tras la clonación de nuestro antiguo certificado, podemos volver a ejecutar &#8220;<em>Get-ExchangeCertificate</em>&#8221; para comprobar que se ha creado un nuevo certificado. Una vez verificado la existencia del nuevo, lo activaremos del siguiente modo:</p>
<blockquote style="text-align: justify;"><p>Enable-ExchangeCertificate &lt;thumbprint&gt;</p></blockquote>
<p style="text-align: justify;">4.- Una vez activado, podemos eliminar el certificado antiguo ya caducado o apunto de estarlo, mediante:</p>
<blockquote style="text-align: justify;"><p>Remove-ExchangeCertificate -Thumbprint</p></blockquote>
<p style="text-align: justify;">Más Info en  MS TechNet: <a href="http://technet.microsoft.com/es-es/library/bb851505(EXCHG.80).aspx">http://technet.microsoft.com/es-es/library/bb851505(EXCHG.80).aspx</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.jesusherrero.com/renovar-certificado-interno-de-exchange-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

