<?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.feedburner.com/~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:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Sergio Sainz</title>
	
	<link>http://www.sergiosainz.com</link>
	<description>Apuntes técnicos de un administrador de sistemas</description>
	<lastBuildDate>Tue, 20 Sep 2011 15:59:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SergioSainz" /><feedburner:info uri="sergiosainz" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>TIP: Leer y cambiar password de Plesk &gt;= 10.2</title>
		<link>http://feedproxy.google.com/~r/SergioSainz/~3/x7PEPfY7Wps/</link>
		<comments>http://www.sergiosainz.com/2011/09/20/tip-leer-y-cambiar-password-de-plesk-10-2/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 15:59:16 +0000</pubDate>
		<dc:creator>Sergio Sainz</dc:creator>
				<category><![CDATA[PleskLinux]]></category>
		<category><![CDATA[PleskWindows]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.sergiosainz.com/?p=415</guid>
		<description><![CDATA[Desde Plesk 10.2 la pass de admin se puede recuperar con el siguiente comando en Linux: # /usr/local/psa/bin/admin &#8211;show-password En anteriores versiones, el comando era: # cat /etc/psa/.psa.shadow En Windows sigue siendo con el comando: &#8220;%plesk_bin%\plesksrvclient&#8221; -get]]></description>
			<content:encoded><![CDATA[<p>Desde Plesk 10.2 la pass de admin se puede recuperar con el siguiente comando en Linux:</p>
<blockquote><p># /usr/local/psa/bin/admin &#8211;show-password</p></blockquote>
<p>En anteriores versiones, el comando era:</p>
<blockquote><p># cat /etc/psa/.psa.shadow</p></blockquote>
<p>En Windows sigue siendo con el comando:</p>
<blockquote><p>&#8220;%plesk_bin%\plesksrvclient&#8221; -get</p></blockquote>
<img src="http://feeds.feedburner.com/~r/SergioSainz/~4/x7PEPfY7Wps" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sergiosainz.com/2011/09/20/tip-leer-y-cambiar-password-de-plesk-10-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sergiosainz.com/2011/09/20/tip-leer-y-cambiar-password-de-plesk-10-2/</feedburner:origLink></item>
		<item>
		<title>530 User xxx cannot log in, home directory inaccessible</title>
		<link>http://feedproxy.google.com/~r/SergioSainz/~3/g85FAJ9MKNI/</link>
		<comments>http://www.sergiosainz.com/2011/05/26/530-user-xxx-cannot-log-in-home-directory-inaccessible/#comments</comments>
		<pubDate>Thu, 26 May 2011 11:34:11 +0000</pubDate>
		<dc:creator>Sergio Sainz</dc:creator>
				<category><![CDATA[PleskWindows]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[IIS 7.5]]></category>
		<category><![CDATA[plesk10]]></category>

		<guid isPermaLink="false">http://www.sergiosainz.com/?p=412</guid>
		<description><![CDATA[Tras actualizar Plesk 9 a Plesk 10, los usuarios de ftp se quedan sin acceso a su home. Si se crean nuevos estos pueden acceder sin problemas. El error es: 530 User xxx cannot log in, home directory inaccessible. Para solucionarlo en un dominio: %plesk_bin%\ftpmng.exe &#8211;remove-vhost &#8211;vhost-name=dominio.com %plesk_bin%\ftpmng.exe &#8211;reconfigure-vhost &#8211;vhost-name=dominio.com Pero si tenemos que resolverlo [...]]]></description>
			<content:encoded><![CDATA[<p>Tras actualizar Plesk 9 a Plesk 10, los usuarios de ftp se quedan sin acceso a su home. Si se crean nuevos estos pueden acceder sin problemas.</p>
<p>El error es:</p>
<blockquote><p>530 User xxx cannot log in, home directory inaccessible.</p></blockquote>
<p>Para solucionarlo en un dominio:</p>
<blockquote><p>%plesk_bin%\ftpmng.exe &#8211;remove-vhost &#8211;vhost-name=dominio.com</p>
<p>%plesk_bin%\ftpmng.exe &#8211;reconfigure-vhost &#8211;vhost-name=dominio.com</p></blockquote>
<p>Pero si tenemos que resolverlo en todos los dominios y tenemos muchos la cosa se complica para hacerlo uno a uno, afortunadamente podemos pasarle un listado con todos los dominios:</p>
<p>1- Sacar el listado:</p>
<blockquote><p>mysql -uadmin -pcontraseña -P8306 -e &#8220;use psa; select name from domains;&#8221; &gt; c:\dominios.txt</p></blockquote>
<p>2- Luego:</p>
<blockquote><p>%plesk_bin%\ftpmng.exe &#8211;remove-all</p>
<p>%plesk_bin%\ftpmng.exe &#8211;reconfigure-vhosts &#8211;vhost-names=c:\dominios.txt &#8211;via-file</p></blockquote>
<p>&nbsp;</p>
<img src="http://feeds.feedburner.com/~r/SergioSainz/~4/g85FAJ9MKNI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sergiosainz.com/2011/05/26/530-user-xxx-cannot-log-in-home-directory-inaccessible/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.sergiosainz.com/2011/05/26/530-user-xxx-cannot-log-in-home-directory-inaccessible/</feedburner:origLink></item>
		<item>
		<title>Tamaño de Pagefile.sys en equipos con mucha RAM</title>
		<link>http://feedproxy.google.com/~r/SergioSainz/~3/XrL4ST3ZqAU/</link>
		<comments>http://www.sergiosainz.com/2011/04/13/tamano-de-pagefile-sys-en-equipos-con-mucha-ram/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 21:07:27 +0000</pubDate>
		<dc:creator>Sergio Sainz</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Sistemas]]></category>
		<category><![CDATA[Virtualizacion]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[hyper-v]]></category>
		<category><![CDATA[pagefile.sys]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.sergiosainz.com/?p=402</guid>
		<description><![CDATA[Por defecto Windows crea un fichero de paginación de memoria (pagefile.sys) tan grande como la memoria que tengamos, siendo además gestionado por el sistema para poder crecer si es necesario. En muchos manuales se aconseja establecer un valor fijo equivalente a 1,5 veces la memoria física. En cambio cuando se manejan equipos con mucha memoria [...]]]></description>
			<content:encoded><![CDATA[<p>Por defecto Windows crea un fichero de paginación de memoria (pagefile.sys) tan grande como la memoria que tengamos, siendo además gestionado por el sistema para poder crecer si es necesario.</p>
<p>En muchos manuales se aconseja establecer un valor fijo equivalente a 1,5 veces la memoria física. En cambio cuando se manejan equipos con mucha memoria esto puede suponer desaprovechar los recursos de forma innecesaria. Por ejemplo, en nodos de Hyper-V donde el sistema no necesita un archivo de paginación enorme.</p>
<p>Para hacerse a la idea de la situación, una instalación limpia de Windows 2008 Server sobre un equipo con 48 GB de Ram y discos SAS en Raid 5. Consume 56 GB de espacio, tratándose además de en un almacenamiento bastante caro, no conviene desaprovechar espacio.</p>
<p><a href="http://www.sergiosainz.com/wp-content/uploads/2011/04/pagefile0.png"><img class="alignnone size-medium wp-image-403" title="pagefile0" src="http://www.sergiosainz.com/wp-content/uploads/2011/04/pagefile0-300x123.png" alt="" width="300" height="123" /></a></p>
<p>Si mostramos los archivos ocultos, podemos ver que el culpable es el archivo <em>pagefile.sys</em></p>
<p><em><a href="http://www.sergiosainz.com/wp-content/uploads/2011/04/pagefile11.png"><img class="alignnone size-medium wp-image-406" title="pagefile1" src="http://www.sergiosainz.com/wp-content/uploads/2011/04/pagefile11-300x34.png" alt="" width="300" height="34" /></a></em></p>
<p>Para reducirlo vamos a las propiedades de memoria virtual y establecemos unos valores personalizados. Aunque cada maestrillo tiene su librillo, yo suelo optar por un valor fijo y no administrado automáticamente para evitar consumos innecesarios. De todas formas, no os olvidéis de monitorizarlo para ajustarlo según las necesidades (es decir, comprar más RAM si el server empieza a paginar).</p>
<p><a href="http://www.sergiosainz.com/wp-content/uploads/2011/04/pagefile21.png"><img class="alignnone size-medium wp-image-407" title="pagefile2" src="http://www.sergiosainz.com/wp-content/uploads/2011/04/pagefile21-225x300.png" alt="" width="225" height="300" /></a></p>
<p>Si preferís hacerlo más rápido desde shell:</p>
<p>&nbsp;</p>
<blockquote><p><em>wmic computersystem set AutomaticManagedPagefile=False<br />
wmic pagefileset where name=&#8221;c:\\<strong>pagefile.sys</strong>&#8221; set InitialSize=4000,MaximumSize=4000</em></p></blockquote>
<p>&nbsp;</p>
<img src="http://feeds.feedburner.com/~r/SergioSainz/~4/XrL4ST3ZqAU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sergiosainz.com/2011/04/13/tamano-de-pagefile-sys-en-equipos-con-mucha-ram/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.sergiosainz.com/2011/04/13/tamano-de-pagefile-sys-en-equipos-con-mucha-ram/</feedburner:origLink></item>
		<item>
		<title>Error en el training de SpamAssassin</title>
		<link>http://feedproxy.google.com/~r/SergioSainz/~3/GalbpIp_E1g/</link>
		<comments>http://www.sergiosainz.com/2011/03/20/error-en-el-training-de-spamassassin/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 10:53:39 +0000</pubDate>
		<dc:creator>Sergio Sainz</dc:creator>
				<category><![CDATA[PleskWindows]]></category>
		<category><![CDATA[Sistemas]]></category>
		<category><![CDATA[SpamAssassin]]></category>

		<guid isPermaLink="false">http://www.sergiosainz.com/?p=398</guid>
		<description><![CDATA[He reproducido el siguiente error en Windows x64 con Plesk 9.5 PROBLEMA: Al intentar marcar un mensaje como SPAM dentro de las herramientas de seguimiento de Plesk, se produce este error: Error: Cannot exec &#8216;spammng &#8211;train-spam &#8211;filename=C:/Program Files (x86)/Parallels/Plesk/tmp/spmA94D.tmp &#8211;password=**** &#8211;mailname=****&#8217;: Learned tokens from 0 message(s) (1 message(s) examined) &#8212;&#8211; Use of uninitialized value in concatenation [...]]]></description>
			<content:encoded><![CDATA[<p>He reproducido el siguiente error en Windows x64 con Plesk 9.5</p>
<p><strong>PROBLEMA:</strong></p>
<p>Al intentar marcar un mensaje como SPAM dentro de las herramientas de seguimiento de Plesk, se produce este error:</p>
<blockquote><p>Error: Cannot exec &#8216;spammng &#8211;train-spam &#8211;filename=C:/Program Files (x86)/Parallels/Plesk/tmp/spmA94D.tmp &#8211;password=**** &#8211;mailname=****&#8217;:<br />
Learned tokens from 0 message(s) (1 message(s) examined)<br />
&#8212;&#8211;<br />
Use of uninitialized value in concatenation (.) or string at C:/Program Files (x86)/Parallels/Plesk/Additional/Perl/lib/File/Spec/Win32.pm line 275.<br />
util: refusing to untaint suspicious path: &#8220;C:\Program Files (x86)\Parallels\Plesk\Additional\SpamAssassin\SpamFilterUserConfigsPath\****\bayes&#8221;<br />
util: refusing to untaint suspicious path: &#8220;C:\Program Files (x86)\Parallels\Plesk\Additional\SpamAssassin\SpamFilterUserConfigsPath\****\bayes_journal&#8221;<br />
bayes: expire_old_tokens: Insecure dependency in sysopen while running with -T switch at C:\PROGRA~2\PARALL~1\Plesk\ADDITI~1\Perl\site\lib/Mail/SpamAssassin/Locker/Win32.pm line 71.<br />
plugin: eval failed: bayes: (in learn) Insecure dependency in sysopen while running with -T switch at C:\PROGRA~2\PARALL~1\Plesk\ADDITI~1\Perl\site\lib/Mail/SpamAssassin/Locker/Win32.pm line 71.<br />
ERROR: the Bayes learn function returned an error, please re-run with -D for more information at C:\PROGRA~2\PARALL~1\Plesk\ADDITI~1\Perl\bin\sa-learn line 490.<br />
Unable to train spamassasin: Learned tokens from 0 message(s) (1 message(s) examined)<br />
&#8212;&#8211;<br />
Use of uninitialized value in concatenation (.) or string at C:/Program Files (x86)/Parallels/Plesk/Additional/Perl/lib/File/Spec/Win32.pm line 275.<br />
util: refusing to untaint suspicious path: &#8220;C:\Program Files (x86)\Parallels\Plesk\Additional\SpamAssassin\SpamFilterUserConfigsPath\****\bayes&#8221;<br />
util: refusing to untaint suspicious path: &#8220;C:\Program Files (x86)\Parallels\Plesk\Additional\SpamAssassin\SpamFilterUserConfigsPath\****\bayes_journal&#8221;<br />
bayes: expire_old_tokens: Insecure dependency in sysopen while running with -T switch at C:\PROGRA~2\PARALL~1\Plesk\ADDITI~1\Perl\site\lib/Mail/SpamAssassin/Locker/Win32.pm line 71.<br />
plugin: eval failed: bayes: (in learn) Insecure dependency in sysopen while running with -T switch at C:\PROGRA~2\PARALL~1\Plesk\ADDITI~1\Perl\site\lib/Mail/SpamAssassin/Locker/Win32.pm line 71.<br />
ERROR: the Bayes learn function returned an error, please re-run with -D for more information at C:\PROGRA~2\PARALL~1\Plesk\ADDITI~1\Perl\bin\sa-learn line 490.</p></blockquote>
<p><strong>SOLUCION:</strong></p>
<p>Ve a las propiedades de <em>C:\Program Files (x86)\Parallels\Plesk\Additional\Perl\site\lib\Mail\SpamAssassin\Util.pm</em> y desmarca la de solo lectura. Luego edita el archivo y cambia la siguiente línea:</p>
<blockquote><p>my $chars = &#8216;-_A-Za-z\xA0-\xFF0-9\.\%\@\=\+\,\/\\\:&#8217;;</p></blockquote>
<p>Por:</p>
<blockquote><p>my $chars = &#8216;-_A-Za-z\xA0-\xFF0-9\.\%\@\=\+\,\/\\\:\(\)&#8217;;</p></blockquote>
<img src="http://feeds.feedburner.com/~r/SergioSainz/~4/GalbpIp_E1g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sergiosainz.com/2011/03/20/error-en-el-training-de-spamassassin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sergiosainz.com/2011/03/20/error-en-el-training-de-spamassassin/</feedburner:origLink></item>
		<item>
		<title>Deshabilitar la complejidad de contraseña en Active Directory 2008</title>
		<link>http://feedproxy.google.com/~r/SergioSainz/~3/ksl_fbJT43M/</link>
		<comments>http://www.sergiosainz.com/2011/02/17/deshabilitar-la-complejidad-de-contrasena-en-active-directory-2008/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 18:18:35 +0000</pubDate>
		<dc:creator>Sergio Sainz</dc:creator>
				<category><![CDATA[Sistemas]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Active directory]]></category>
		<category><![CDATA[Windows 2008 R2]]></category>

		<guid isPermaLink="false">http://www.sergiosainz.com/?p=392</guid>
		<description><![CDATA[Hay que ejecutar GPMC.MSC y editar Default Domain Policy. Luego moverse dentro de Configuración de equipo &#62; Directivas &#62; Configuración de Windows &#62; Configuración de seguridad &#62; Directivas de cuenta &#62; Directiva de contraseñas y deshabilitar la opción La contraseña debe cumplir los requisitos de complejidad. Con esto desactivamos la directiva para todo el dominio.]]></description>
			<content:encoded><![CDATA[<p>Hay que ejecutar <strong>GPMC.MSC </strong>y editar <strong>Default Domain Policy. </strong>Luego moverse dentro de<em> Configuración de equipo &gt; Directivas &gt; Configuración de Windows &gt; Configuración de seguridad &gt; Directivas de cuenta &gt; Directiva de contraseñas</em> y deshabilitar la opción <em>La contraseña debe cumplir los requisitos de complejidad</em>.</p>
<p><a href="http://www.sergiosainz.com/wp-content/uploads/2011/02/contrasenas.png"><img class="alignnone size-medium wp-image-394" title="contrasenas" src="http://www.sergiosainz.com/wp-content/uploads/2011/02/contrasenas-300x273.png" alt="" width="300" height="273" /></a></p>
<p>Con esto desactivamos la directiva para todo el dominio.</p>
<img src="http://feeds.feedburner.com/~r/SergioSainz/~4/ksl_fbJT43M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sergiosainz.com/2011/02/17/deshabilitar-la-complejidad-de-contrasena-en-active-directory-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sergiosainz.com/2011/02/17/deshabilitar-la-complejidad-de-contrasena-en-active-directory-2008/</feedburner:origLink></item>
		<item>
		<title>FTP 7.5 – 530 User cannot log in</title>
		<link>http://feedproxy.google.com/~r/SergioSainz/~3/KpKL6Fcu6Bs/</link>
		<comments>http://www.sergiosainz.com/2011/02/15/ftp-7-5-530-user-cannot-log-in/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 17:36:56 +0000</pubDate>
		<dc:creator>Sergio Sainz</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[PleskWindows]]></category>
		<category><![CDATA[Sistemas]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[FTP 7.5]]></category>
		<category><![CDATA[IIS 7.5]]></category>
		<category><![CDATA[Windows 2008 R2]]></category>

		<guid isPermaLink="false">http://www.sergiosainz.com/?p=387</guid>
		<description><![CDATA[El problema lo he reproducido al actualizar W2008 R2 con KB2489256, que incluye cambios en FTP 7.5 con la autenticación y los login dejan de funcionar. Lo peor de todo es que aunque se desinstalen los updates el problema persiste y no he encontrado foro de Plesk o Windows que arroje luz sobre el tema. [...]]]></description>
			<content:encoded><![CDATA[<p>El problema lo he reproducido al actualizar W2008 R2 con <a href="http://support.microsoft.com/kb/2489256">KB2489256</a>, que incluye cambios en <a href="ftp://FTP 7.5">FTP 7.5</a> con la autenticación y los login dejan de funcionar. Lo peor de todo es que aunque se desinstalen los updates el problema persiste y no he encontrado foro de Plesk o Windows que arroje luz sobre el tema. Así que lo pongo aquí por si a alguien más le sucede.</p>
<p><strong>ERROR:</strong></p>
<p>El ftp responde, pero tras pasarle el user/pass da el error:</p>
<blockquote><p>530 User cannot log in.</p>
<p>Login failed.</p></blockquote>
<p><strong> SOLUCIÓN:</strong></p>
<p>La solución es bastante sencilla una vez sabemos lo que es. Simplemente hay que ir a la opción de autenticación por FTP, habilitar la autenticación anónima (que la deshabilita) y lo más importante es quitar la barra “/” que aparece como dominio predeterminado.</p>
<p><a href="http://www.sergiosainz.com/wp-content/uploads/2011/02/ftp75.png"><img class="alignnone size-medium wp-image-388" title="ftp75" src="http://www.sergiosainz.com/wp-content/uploads/2011/02/ftp75-300x155.png" alt="" width="300" height="155" /></a></p>
<img src="http://feeds.feedburner.com/~r/SergioSainz/~4/KpKL6Fcu6Bs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sergiosainz.com/2011/02/15/ftp-7-5-530-user-cannot-log-in/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.sergiosainz.com/2011/02/15/ftp-7-5-530-user-cannot-log-in/</feedburner:origLink></item>
		<item>
		<title>Error INSTALLSHAREDWOWDIR al instalar SQL Server 2008 R2</title>
		<link>http://feedproxy.google.com/~r/SergioSainz/~3/LOq6sDGgk6o/</link>
		<comments>http://www.sergiosainz.com/2010/12/29/error-installsharedwowdir-al-instalar-sql-server-2008-r2/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 10:51:53 +0000</pubDate>
		<dc:creator>Sergio Sainz</dc:creator>
				<category><![CDATA[Sistemas]]></category>
		<category><![CDATA[SQL SERVER]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[sqlserver]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.sergiosainz.com/?p=384</guid>
		<description><![CDATA[Este es un error que se lleva arrastrando desde varias releases, pego la solución para que nadie pierda el tiempo hasta que se solucione. El error es algo así: The INSTALLSHAREDWOWDIR command line value is not valid. Please ensure the specified path is valid and different than the INSTALLSHAREDDIR path. El problema es que por [...]]]></description>
			<content:encoded><![CDATA[<p>Este es un error que se lleva arrastrando desde varias releases, pego la solución para que nadie pierda el tiempo hasta que se solucione.</p>
<p>El error es algo así:</p>
<blockquote><p>The INSTALLSHAREDWOWDIR command line value is not valid. Please ensure the specified path is valid and different than the INSTALLSHAREDDIR path.</p></blockquote>
<p>El problema es que por mucho que cambies la ruta en el instalador no hará caso y seguirá dando error, la solución es lanzar el instalador indicándole esos parámetros, en mi caso:</p>
<blockquote><p>C:\Users\Administrador\Downloads&gt;es_sql_server_2008_r2_express_with_management_tools_x64.exe /action=Install /INSTALLSHAREDWOWDIR=&#8221;C:\Program Files (x86)\Microsoft SQL Server (x86)&#8221; /INSTALLSHAREDDIR=&#8221;C:\Program Files\Microsoft SQL Server&#8221;</p></blockquote>
<p>Simplemente con eso se soluciona el problema, sencillo pero a mí me ha hecho perder unas horas <img src='http://www.sergiosainz.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/SergioSainz/~4/LOq6sDGgk6o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sergiosainz.com/2010/12/29/error-installsharedwowdir-al-instalar-sql-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sergiosainz.com/2010/12/29/error-installsharedwowdir-al-instalar-sql-server-2008-r2/</feedburner:origLink></item>
		<item>
		<title>Windows 2008 R2 con entorno Aero</title>
		<link>http://feedproxy.google.com/~r/SergioSainz/~3/U2Upb2wjQB0/</link>
		<comments>http://www.sergiosainz.com/2010/10/25/windows-2008-r2-con-entorno-aero/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 08:55:53 +0000</pubDate>
		<dc:creator>Sergio Sainz</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.sergiosainz.com/?p=375</guid>
		<description><![CDATA[Mi sistema operativo por defecto es Windows 2008 server R2. El motivo principal es que con él puedo hacer todo tipo de pruebas antes de llevarlas a un entorno real. Por razones obvias un SO de servidor no tiene las mismas aplicaciones (p.ej. Reproductor Windows Media), ni el mismo aspecto de una versión de usuario. Afortunadamente con [...]]]></description>
			<content:encoded><![CDATA[<p>Mi sistema operativo por defecto es Windows 2008 server R2. El motivo principal es que con él puedo hacer todo tipo de pruebas antes de llevarlas a un entorno real.</p>
<p>Por razones obvias un SO de servidor no tiene las mismas aplicaciones (p.ej. Reproductor Windows Media), ni el mismo aspecto de una versión de usuario. Afortunadamente con Windows 2008 podemos habilitar muchas de ellas, para que se parezca a Windows 7.</p>
<p>     1. Administrador del servidor &gt; Características &gt; Agregar características &gt; Experiencia de escritorio.</p>
<p><img class="aligncenter size-full wp-image-377" title="xp" src="http://www.sergiosainz.com/wp-content/uploads/2010/10/xp1.png" alt="" width="661" height="515" /><img class="aligncenter size-full wp-image-378" title="xp2" src="http://www.sergiosainz.com/wp-content/uploads/2010/10/xp2.png" alt="" width="655" height="534" /></p>
<p>Tendrás que reiniciar el equipo después de instalar.</p>
<p>     2. Abrir Servicios &gt; Temas &gt;  Propiedades de Temas &gt; Seleccionar Tipo de Inicio: Automático.</p>
<p><img class="aligncenter size-large wp-image-379" title="xp3" src="http://www.sergiosainz.com/wp-content/uploads/2010/10/xp3-1024x399.png" alt="" width="1024" height="399" /></p>
<p>     3. Para finalizar vamos a Panel de control &gt; Apariencia y personalización &gt; Cambiar de tema y elegimos Windows 7.</p>
<p><a href="http://www.sergiosainz.com/wp-content/uploads/2010/10/xp4.png"><img class="aligncenter size-large wp-image-380" title="xp4" src="http://www.sergiosainz.com/wp-content/uploads/2010/10/xp4-1024x752.png" alt="" width="1024" height="752" /></a></p>
<img src="http://feeds.feedburner.com/~r/SergioSainz/~4/U2Upb2wjQB0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sergiosainz.com/2010/10/25/windows-2008-r2-con-entorno-aero/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sergiosainz.com/2010/10/25/windows-2008-r2-con-entorno-aero/</feedburner:origLink></item>
		<item>
		<title>Puedes encontrarme en… BLACKSLOT</title>
		<link>http://feedproxy.google.com/~r/SergioSainz/~3/VnLK7Nm-Byw/</link>
		<comments>http://www.sergiosainz.com/2010/10/24/puedes-encontrarme-en-blackslot/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 11:52:59 +0000</pubDate>
		<dc:creator>Sergio Sainz</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.sergiosainz.com/?p=372</guid>
		<description><![CDATA[Un poquito de SPAM rapidito, para comentar a todos que podéis encontrar más posts míos en el blog de mi empresa. blackslot.com. Os espero también por allí .]]></description>
			<content:encoded><![CDATA[<p>Un poquito de SPAM rapidito, para comentar a todos que podéis encontrar más posts míos en el blog de mi empresa. <a href="http://blackslot.com/blog" target="_blank">blackslot.com</a>.</p>
<p>Os espero también por allí <img src='http://www.sergiosainz.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<img src="http://feeds.feedburner.com/~r/SergioSainz/~4/VnLK7Nm-Byw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sergiosainz.com/2010/10/24/puedes-encontrarme-en-blackslot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sergiosainz.com/2010/10/24/puedes-encontrarme-en-blackslot/</feedburner:origLink></item>
		<item>
		<title>Nagios 3 with Centreon 2.1 on Debian based Distributions (Eng)</title>
		<link>http://feedproxy.google.com/~r/SergioSainz/~3/nuW4oeU5ils/</link>
		<comments>http://www.sergiosainz.com/2010/06/26/nagios-3-with-centreon-2-1-on-debian-based-distributions-eng/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 17:37:13 +0000</pubDate>
		<dc:creator>Sergio Sainz</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Sistemas]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.sergiosainz.com/?p=368</guid>
		<description><![CDATA[Hago un C&#38;P completo de un post de Mundonix, que me ha pasado un compi y no quiero perder About Nagios (http://www.nagios.org) Nagios is a host and service monitor designed to inform you of network problems before your clients, end-users or managers do. It has been designed to run under the Linux operating system, but [...]]]></description>
			<content:encoded><![CDATA[<div>
<div>Hago un C&amp;P completo de un <a href="http://mundonix.wordpress.com/2010/04/28/nagios-3-with-centreon-2-1-on-debian-based-distributions-eng/" target="_blank">post de Mundonix</a>, que me ha pasado un compi y no quiero perder <img src='http://www.sergiosainz.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </div>
<div></div>
<div><strong>About Nagios  (http://www.nagios.org)</strong></div>
<div>Nagios is a host and service monitor designed to inform you of network  problems before your clients, end-users or managers do. It has been designed to  run under the Linux operating system, but works fine under most *NIX variants as  well. The monitoring daemon runs intermittent checks on hosts and services you  specify using external “plugins” which return status information to Nagios. When  problems are encountered, the daemon can send notifications out to  administrative contacts in a variety of different ways (email, instant message,  SMS, etc.). Current status information, historical logs, and reports can all be  accessed via a web browser.</div>
<div></div>
<div><strong>About Centreon  (http://www.centreon.com)</strong></div>
<div>Centreon is a network, system, applicative supervision and monitoring tool,  it is based upon the most effective Open Source monitoring engine: Nagios.  Centreon provides a new frontend and new functionalities to Nagios.</div>
<div></div>
</div>
<div>
<div><strong>Prerequisites that not covered in  this guide:</strong></div>
<div>- You will need some knowledge of basic Linux administration, in case you  will need to do troubleshooting.</div>
<div>- You will need to be familiar with Nagios architecture, and know how to  solve errors that comes from nagios config validation.</div>
<div>- You will need an MTA daemon installed &amp; configured, so nagios will  able to send notifications, good examples are sendmail, postfix,  exim.</div>
<div></div>
</div>
<div>
<div><strong>Notes before we  begin:</strong></div>
<div>- This guide is intended for Debian/Ubuntu based distributions. It was  tested on Debian 5.0 64-bit, and Ubuntu 8.10/9.04 Server 64-bit</div>
<div>- Centreon version 2.1.x is required for this gude to work, version 2.0.x  of Centreon won’t work with this article.</div>
<div>- It’s recommended to use a clean install of Debian/Ubuntu.</div>
<div>- All commands in this article must be run as root user, in Ubuntu you can  become a root user by using command “sudo -s”.</div>
<div></div>
</div>
<div>
<div><strong>Install required Ubuntu/Debian packages</strong>:</div>
<div><strong>Debian only:</strong></div>
<div># apt-get install sudo lsb-release</div>
<div></div>
<div><strong>dos2unix, Converts DOS &lt;-&gt; Unix text files, alias  tofromdos:</strong></div>
<div># apt-get install tofrodos</div>
<div></div>
<div><strong>MTA (exim by default) and mail utilities:</strong></div>
<div># apt-get install mailx</div>
<div></div>
<div><strong>Apache web server and PHP5:</strong></div>
<div># apt-get install apache2 php5 php-pear php5-mysql php5-ldap php5-snmp  php5-gd</div>
<div></div>
<div><strong>MySQL-Server:</strong></div>
<div># apt-get install mysql-server-5.0</div>
<div><em>You will be asked to specify a new password for the MySQL “root” user.  Remember it, we will use it later.</em></div>
<div><em><br />
</em></div>
<div><strong>RRDTool:</strong></div>
<div># apt-get install rrdtool librrds-perl</div>
<div></div>
<div><strong>Required Perl modules:</strong></div>
<div># apt-get install libconfig-inifiles-perl libcrypt-des-perl  libdigest-hmac-perl libdigest-sha1-perl libgd-gd2-perl</div>
<div></div>
<div><strong>SNMP daemon:</strong></div>
<div># apt-get install snmp snmpd libnet-snmp-perl libsnmp-perl</div>
<div></div>
</div>
<div><strong>Install Nagios 3 and NDOutils for MySQL:</strong></div>
<div>
<div>Type:</div>
<div># apt-get install nagios3 nagios-nrpe-plugin ndoutils-nagios3-mysql</div>
<div>When asked for “Configure database for ndoutils-mysql with  dbconfig-common?”, answer <strong>NO</strong>, Centreon installation script will  deal with it.</div>
<div>Now let’s move/backup the original Nagios configuration directory, as  Centreon will use its own structure for Nagios configuration files:</div>
<div># mv /etc/nagios3 /etc/nagios3.orig</div>
<div># mkdir /etc/nagios3</div>
<div># cp -Rt /etc/nagios3 /etc/nagios3.orig/nagios.cfg  /etc/nagios3.orig/apache2.conf /etc/nagios3.orig/stylesheets/</div>
<div># chown nagios:www-data /etc/nagios3</div>
<div># chmod ug+w /etc/nagios3</div>
<div></div>
</div>
<div>
<div><strong>Install optional packages (not required):</strong></div>
<div><strong>OpenSSH server (Every linux server must have it!):</strong></div>
<div># apt-get install ssh</div>
<div></div>
<div><strong>PHPMyAdmin – web based Mysql console:</strong></div>
<div># apt-get install phpmyadmin</div>
<div></div>
</div>
<div>
<div><strong>Install Centreon:</strong></div>
<div><strong>Note:</strong> Before beginning the  installation make sure you have an internet connection!</div>
<div>Now download the latest Centreon distribution (by the time of writing  latest version was 2.1.1):</div>
<div># cd; wget  http://download.centreon.com/centreon/centreon-2.1.1.tar.gz</div>
<div>Centreon installation script will update PEAR modules (if required). If you  are behind proxy, use following command for PEAR proxy configuration:</div>
<div># pear config-set http_proxy http://&lt;my_proxy&gt;:&lt;port&gt;/</div>
<div>Replace “&lt;my_proxy&gt;” with to your proxy address and “&lt;port&gt;”  with your proxy port.</div>
<div>Next, type following commands (remember to replace the names to Centreon  version you use):</div>
<div># tar xzf centreon-2.1.1.tar.gz</div>
<div># cd centreon-2.1.1</div>
<div># ./install.sh -i</div>
<div></div>
</div>
<div>
<div><strong>Let’s follow the installation script questions:</strong></div>
<div>Press “Enter” to read the Centreon License, then type “y” to accept  it.</div>
<div>Do you want to install : Centreon Web Front</div>
<div>[y/n], default to [n]: y</div>
<div>Do you want to install : Centreon CentCore</div>
<div>[y/n], default to [n]: y</div>
<div>Do you want to install : Centreon Nagios Plugins</div>
<div>[y/n], default to [n]: y</div>
<div>Do you want to install : Centreon Snmp Traps process</div>
<div>[y/n], default to [n]: y</div>
<div>Where is your Centreon directory?</div>
<div>default to [/usr/local/centreon]: /usr/local/centreon</div>
<div>Do you want me to create this directory ? [/usr/local/centreon]</div>
<div>[y/n], default to [n]: y</div>
<div>Where is your Centreon log directory</div>
<div>default to [/usr/local/centreon/log]: /usr/local/centreon/log</div>
<div>Do you want me to create this directory ? [/usr/local/centreon/log]</div>
<div>[y/n], default to [n]: y</div>
<div>Where is your Centreon etc directory</div>
<div>default to [/etc/centreon]: /etc/centreon</div>
<div>Do you want me to create this directory ? [/etc/centreon]</div>
<div>[y/n], default to [n]: y</div>
<div>Where is your Centreon generation_files directory?</div>
<div>default to [/usr/local/centreon]: /usr/local/centreon</div>
<div>Where is your Centreon variable library directory?</div>
<div>default to [/var/lib/centreon]: /var/lib/centreon</div>
<div>Do you want me to create this directory ? [/var/lib/centreon]</div>
<div>[y/n], default to [n]: y</div>
<div>Where is your CentPlugins Traps binary</div>
<div>default to [/usr/local/centreon/bin]: /usr/local/centreon/bin</div>
<div>Do you want me to create this directory ? [/usr/local/centreon/bin]</div>
<div>[y/n], default to [n]: y</div>
<div>Where is the RRD perl module installed [RRDs.pm]</div>
<div>default to [/usr/lib/perl5/RRDs.pm]: /usr/lib/perl5/RRDs.pm</div>
<div>Where is PEAR [PEAR.php]</div>
<div>default to [/usr/share/php/PEAR.php]: /usr/share/php/PEAR.php</div>
<div>Where is installed Nagios ?</div>
<div>default to [/usr/local/nagios]: /usr/lib/cgi-bin/nagios3</div>
<div>Where is your nagios config directory</div>
<div>default to [/usr/local/nagios/etc]: /etc/nagios3</div>
<div>Where is your Nagios var directory ?</div>
<div>default to [/usr/local/nagios/var]: /var/lib/nagios3</div>
<div>Where is your Nagios plugins (libexec) directory ?</div>
<div>default to [/usr/local/nagios/libexec]: /usr/lib/nagios/plugins</div>
<div>Where is your Nagios image directory ?</div>
<div>default to [/usr/local/nagios/share/images/logos]:  /usr/share/nagios/htdocs/images/logos</div>
<div>Where is your NDO ndomod binary ?</div>
<div>default to [/usr/sbin/ndomod.o]: /usr/lib/ndoutils/ndomod-mysql-3x.o</div>
<div>Where is sudo configuration file</div>
<div>default to [/etc/sudoers]: /etc/sudoers</div>
<div>Do you want me to configure your sudo ? (WARNING)</div>
<div>[y/n], default to [n]: y</div>
<div>Do you want to add Centreon Apache sub configuration file ?</div>
<div>[y/n], default to [n]: y</div>
<div>Do you want to reload your Apache ?</div>
<div>[y/n], default to [n]: y</div>
<div>Do you want me to install/upgrade your PEAR modules</div>
<div>[y/n], default to [y]: y</div>
<div>Where is your Centreon Run Dir directory?</div>
<div>default to [/var/run/centreon]: /var/run/centreon</div>
<div>Do you want me to create this directory ? [/var/run/centreon]</div>
<div>[y/n], default to [n]: y</div>
<div>Where is your CentStorage binary directory</div>
<div>default to [/usr/local/centreon/bin]: /usr/local/centreon/bin</div>
<div>Where is your CentStorage RRD directory</div>
<div>default to [/var/lib/centreon]: /var/lib/centreon</div>
<div>Do you want me to install CentStorage init script ?</div>
<div>[y/n], default to [n]: y</div>
<div>Do you want me to install CentStorage run level ?</div>
<div>[y/n], default to [n]: y</div>
<div>Where is your CentCore binary directory</div>
<div>default to [/usr/local/centreon/bin]: /usr/local/centreon/bin</div>
<div>Do you want me to install CentCore init script ?</div>
<div>[y/n], default to [n]: y</div>
<div>Do you want me to install CentCore run level ?</div>
<div>[y/n], default to [n]: y</div>
<div>Where is your CentPlugins lib directory</div>
<div>default to [/var/lib/centreon/centplugins]:  /var/lib/centreon/centplugins</div>
<div>Do you want me to create this directory ?  [/var/lib/centreon/centplugins]</div>
<div>[y/n], default to [n]: y</div>
<div>Where is your SNMP configuration directory</div>
<div>default to [/etc/snmp]: /etc/snmp</div>
<div>Where is your SNMPTT binaries directory</div>
<div>default to [/usr/local/centreon/bin/]: /usr/local/centreon/bin/</div>
<div></div>
</div>
<div>
<div><strong>Continue the installation with the Centreon Web  interface:</strong></div>
<div>Open in web browser: “http://&lt;yourserverip&gt;/centreon/” replace  “&lt;yourserverip&gt;” with your Centreon server ip address or hostname.</div>
<div>Follow Centreon Setup instructions:</div>
<div>- Press Start</div>
<div>- Check “I Accept” and press Next</div>
<div>- Make sure that selected “Nagios Version” is “3.x”, then press Next</div>
<div>- On next screen, make sure that all components status is “OK”, then press  Next</div>
<div>- If all components are “OK”, then press Next again</div>
<div>- Fill required DB info as follows, then press Next</div>
<div>· Root Password for MySQL: [MySQL root password which you entered during  MySQL installation]</div>
<div>· Centreon Database Name: centreon</div>
<div>· Centreon Data Storage Database Name: centstorage</div>
<div>· Database Password: centreon</div>
<div>· Confirm it: centreon</div>
<div>· MySQL Client version (Password Haching Changes): &gt;=4.1 –  PASSWORD()</div>
<div>- Press Next in the screen of DataBase Verification</div>
<div>- Fill required Admin user info, then press next (make sure that a username  is Admin)</div>
<div>- Check “No” in “LDAP Authentication” screen, then press Next</div>
<div>- Press Next again</div>
<div>- Press Next in “Creating Database” screen</div>
</div>
<div>- Press on “Click here to complete your install”</div>
<div></div>
<div>
<div><strong>NDOUtils configuration (from command line):</strong></div>
<div>In Centreon version 2.1 and newer, NDO database is configured as part of  the Centreon installation. We don’t need to configure manually. We only need to  enable NDO, in “/usr/default/ndoutils”.</div>
<div>Edit the “/usr/default/ndoutils” by typing:</div>
<div># vi /etc/default/ndoutils</div>
<div>Change “ENABLE_NDOUTILS=0″ to “ENABLE_NDOUTILS=1″</div>
<div></div>
</div>
<div>
<div><strong>Finalize Centreon configuration:</strong></div>
<div>Open in webrowser: “http://&lt;yourserverip&gt;/centreon/”, replace  “&lt;yourserverip&gt;” with your Centreon server ip address or hostname.</div>
<div>Go to: Configuration -&gt; Nagios -&gt; cgi (in sidebar), Press on  “CGI.cfg” link</div>
<div>Change settings to some options, as writed below:</div>
<div>- Physical HTML Path: /usr/share/nagios3/htdocs</div>
<div>- URL HTML Path     : /nagios3</div>
<div>- Nagios Process Check Command: /usr/lib/nagios/plugins/check_nagios  /var/cache/nagios3/status.dat 5 ‘/usr/sbin/nagios3′</div>
<div>Press Save</div>
<div>Go to: Configuration -&gt; Nagios -&gt; nagios.cfg (in sidebar), Press on  “Nagios CFG 1″ link, you should be in “Files” section of the configuration  screen.</div>
<div>Make sure to set folowing configuration values:</div>
<div>- Log File              : /var/log/nagios3/nagios.log</div>
<div>- Downtime File         : /var/lib/nagios3/downtime.dat</div>
<div>- Comment File          : /var/lib/nagios3/comment.dat</div>
<div>- Temp File             : /var/cache/nagios3/nagios.tmp</div>
<div>- P1 File               : /usr/lib/nagios3/p1.pl</div>
<div>- Lock File             : /var/run/nagios3/nagios3.pid</div>
<div>- Object Cache File     : /var/cache/nagios3/objects.cache</div>
<div>- Status File           : /var/cache/nagios3/status.dat</div>
<div>- External Command File : /var/lib/nagios3/rw/nagios.cmd</div>
<div>Now Press on “Logs Options” tab to go to “Logs Options” section.</div>
<div>Make sure to set folowing configuration values:</div>
<div>- Log Archive Path     : /var/log/nagios3/archives/</div>
<div>- State Retention File : /var/lib/nagios3/retention.dat</div>
<div>Press Save</div>
<div>Go to: Administration -&gt; Options -&gt; CentStorage (in sidebar)</div>
<div>Make sure to set folowing configuration values:</div>
<div>- Nagios current log file to parse: /var/log/nagios3/nagios.log</div>
<div>Press Save</div>
<div>Now let’s apply our changes, go to: Configuration -&gt; Nagios</div>
<div>Select as below:</div>
<div>- Generate Configuration Files</div>
<div>- Include Comments</div>
<div>- Run Nagios debug (-v)</div>
<div>- Move Export Files</div>
<div>- Restart Nagios</div>
<div>- Method: “External Command”</div>
<div>Press Export</div>
<div>This will restart Nagios &amp; apply all changes you made in Web  Interface.</div>
<div>You will do it every time you make changes, e.g. adding/modifying of hosts,  commands, contacts, services…etc…</div>
<div>The installation of Centreon is completed.</div>
<div></div>
</div>
<div>
<div><strong>Final fixes (very important):</strong></div>
<div>Go to terminal console, then…</div>
<div>In Debian/Ubuntu the user “nagios” is set to “/bin/false” shell. Because of  it “centcore” and “centstorage” daemons won’t start. A reason for that is  because those daemons use “su -c” command which requires a real shell, so the  shell for “nagios” user must be set to “/bin/sh”:</div>
<div># usermod -s /bin/sh nagios</div>
<div>Apply permissions for Web interface to be able to send “External Commands”,  perform the following commands to change directory permissions and to make the  changes permanent:</div>
<div># invoke-rc.d nagios3 stop</div>
<div># dpkg-statoverride –update –add nagios www-data 2710  /var/lib/nagios3/rw</div>
<div># dpkg-statoverride –update –add nagios nagios 751 /var/lib/nagios3</div>
<div>Add htaccess user with password “P@ssw0rd” for nagios CGI:</div>
<div># htpasswd -bc /etc/nagios3/htpasswd.users nagiosadmin P@ssw0rd</div>
<div>Allow SNMP readonly access:</div>
<div># echo “rocommunity public” &gt; /etc/snmp/snmpd.conf</div>
<div>If you want to allow SNMP access only for localhost then use this  instead:</div>
<div># echo “rocommunity public 127.0.0.1″ &gt; /etc/snmp/snmpd.conf</div>
<div>Now, restart the server</div>
<div># sync;sync;init 6</div>
<div>That’s it, after reboot, you will have a fully functional Nagios &amp;  Centreon environment.</div>
<div>Feel free to add comments/suggestions.</div>
</div>
<img src="http://feeds.feedburner.com/~r/SergioSainz/~4/nuW4oeU5ils" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sergiosainz.com/2010/06/26/nagios-3-with-centreon-2-1-on-debian-based-distributions-eng/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.sergiosainz.com/2010/06/26/nagios-3-with-centreon-2-1-on-debian-based-distributions-eng/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.835 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-01-31 18:29:07 -->

