<?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>Blog de Rafael Fernández &#187; redhat</title>
	<atom:link href="http://www.rafaelfernandez.name/category/tecnico/linux/redhat/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rafaelfernandez.name</link>
	<description>Un lugar donde contar todo aquello que quiera</description>
	<lastBuildDate>Thu, 04 Mar 2010 17:55:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Frecuencia de borrado de /tmp en Red Hat Enterprise 4 y 5</title>
		<link>http://www.rafaelfernandez.name/2008/12/31/frecuencia-de-borrado-de-tmp-en-red-hat-enterprise-4-y-5/</link>
		<comments>http://www.rafaelfernandez.name/2008/12/31/frecuencia-de-borrado-de-tmp-en-red-hat-enterprise-4-y-5/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 10:25:45 +0000</pubDate>
		<dc:creator>Rafael Fernández</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[redhat]]></category>

		<guid isPermaLink="false">http://www.rafaelfernandez.name/?p=39</guid>
		<description><![CDATA[Para cambiar la frecuencia de borrado de tu /tmp unicamente es necesario que edites el fichero /etc/cron.daily/tmpwatch y lo adaptes a tus necesidades: /usr/sbin/tmpwatch -x /tmp/.X11-unix -x /tmp/.XIM-unix -x /tmp/.font-unix \ -x /tmp/.ICE-unix -x /tmp/.Test-unix 240 /tmp /usr/sbin/tmpwatch 720 /var/tmp for d in /var/{cache/man,catman}/{cat?,X11R6/cat?,local/cat?}; do if [ -d "$d" ]; then /usr/sbin/tmpwatch -f 720 &#8220;$d&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Para cambiar la frecuencia de borrado de tu /tmp unicamente es necesario que edites el fichero /etc/cron.daily/tmpwatch y lo adaptes a tus necesidades:</p>
<p>/usr/sbin/tmpwatch -x /tmp/.X11-unix -x /tmp/.XIM-unix -x /tmp/.font-unix \<br />
-x /tmp/.ICE-unix -x /tmp/.Test-unix 240 /tmp<br />
/usr/sbin/tmpwatch 720 /var/tmp<br />
for d in /var/{cache/man,catman}/{cat?,X11R6/cat?,local/cat?}; do<br />
if [ -d "$d" ]; then<br />
/usr/sbin/tmpwatch -f 720 &#8220;$d&#8221;<br />
fi<br />
done</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rafaelfernandez.name/2008/12/31/frecuencia-de-borrado-de-tmp-en-red-hat-enterprise-4-y-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuración de lvm con Powerpath</title>
		<link>http://www.rafaelfernandez.name/2008/02/24/configuracion-de-lvm-con-powerpath/</link>
		<comments>http://www.rafaelfernandez.name/2008/02/24/configuracion-de-lvm-con-powerpath/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 17:13:20 +0000</pubDate>
		<dc:creator>Rafael Fernández</dc:creator>
				<category><![CDATA[redhat]]></category>
		<category><![CDATA[emc]]></category>
		<category><![CDATA[powerpath]]></category>

		<guid isPermaLink="false">http://www.rafaelfernandez.name/?p=5</guid>
		<description><![CDATA[Para poder crear  PVs sobre volumenes gestionados por PowerPath de EMC es necesario añadir un filtro en el fichero /etc/lvm/lvm.conf de forma que se excluyan los dispositivos asociados a los caminos individuales del volumen y se añada los dispositivos gestionados con PowerPath. Si  sda fuera el unico dispositivo de bloques local de nuestra máquina el [...]]]></description>
			<content:encoded><![CDATA[<p>Para poder crear  PVs sobre volumenes gestionados por PowerPath de EMC es necesario añadir un filtro en el fichero /etc/lvm/lvm.conf de forma que se excluyan los dispositivos asociados a los caminos individuales del volumen y se añada los dispositivos gestionados con PowerPath.</p>
<p>Si  sda fuera el unico dispositivo de bloques local de nuestra máquina el filtro tendria este formato:</p>
<p>filter = [ "a/sda[1-5]$/&#8221; &#8220;a/emcpower.*/&#8221; &#8220;r/sd.*/&#8221; ]</p>
<p>El resto del proceso se realizaría normalmente.</p>
<p>Algo de información sobre Powerpath y LVM:</p>
<p><a href="http://www.emcsoftware.es/products/software_az/powerpath.htm">http://www.emcsoftware.es/products/software_az/powerpath.htm</a><br />
<a href="http://es.wikipedia.org/wiki/Logical_Volume_Manager">http://es.wikipedia.org/wiki/Logical_Volume_Manager</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rafaelfernandez.name/2008/02/24/configuracion-de-lvm-con-powerpath/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
