<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>LinuxSan</title>
	<atom:link href="http://linuxsan.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxsan.wordpress.com</link>
	<description>Linux para todos</description>
	<lastBuildDate>Sat, 14 Jan 2012 17:24:05 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='linuxsan.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>LinuxSan</title>
		<link>http://linuxsan.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://linuxsan.wordpress.com/osd.xml" title="LinuxSan" />
	<atom:link rel='hub' href='http://linuxsan.wordpress.com/?pushpress=hub'/>
		<item>
		<title>HA con Xen. Configurando SLES como punto de  almacenamiento para la HA de Xen. Part1.</title>
		<link>http://linuxsan.wordpress.com/2009/03/06/ha-con-xen-configurando-sles-como-punto-de-almacenamiento-para-la-ha-de-xen-part1/</link>
		<comments>http://linuxsan.wordpress.com/2009/03/06/ha-con-xen-configurando-sles-como-punto-de-almacenamiento-para-la-ha-de-xen-part1/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 11:25:27 +0000</pubDate>
		<dc:creator>Cristiansan</dc:creator>
				<category><![CDATA[Tutoriales]]></category>

		<guid isPermaLink="false">http://linuxsan.wordpress.com/?p=342</guid>
		<description><![CDATA[Si un servidor cae, los servicios esenciales no tienen porque caer con el mismo. Para evitar el &#8220;dowtime&#8221; (tiempo de inactividad) lo máximo posible, los administradores de Linux puede configurar un cluster Heatbeat en Linux. Hearbeat añade funcionalidades de cluster sobre las máquinas virtuales en Xen, con lo que disponemos de ventajas en el &#8220;uptime&#8221; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxsan.wordpress.com&amp;blog=2005352&amp;post=342&amp;subd=linuxsan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="size-thumbnail wp-image-343 alignleft" title="suse" src="http://linuxsan.files.wordpress.com/2009/03/suse.png?w=105&#038;h=96" alt="suse" width="105" height="96" /></p>
<p><span style="font-size:8pt;font-family:Verdana;">Si un servidor cae, los servicios esenciales no tienen porque caer con el mismo. </span></p>
<p><span style="font-size:8pt;font-family:Verdana;">P<img class="alignright size-thumbnail wp-image-344" title="xen" src="http://linuxsan.files.wordpress.com/2009/03/xen.gif?w=128&#038;h=60" alt="xen" width="128" height="60" />ara evitar el &#8220;dowtime&#8221; (tiempo de inactividad) lo máximo posible, los administradores de Linux puede configurar un cluster Heatbeat en Linux. Hearbeat añade funcionalidades de cluster sobre las máquinas virtuales en Xen, con lo que disponemos de ventajas en el &#8220;uptime&#8221; cuando un servidor se cae op bloquea.</span></p>
<p><span style="font-size:8pt;font-family:Verdana;">Para ello, nos será necesario utilizar un almacenamiento SAN y un cluster de servidor de máquinas virtuales Xen.</span></p>
<p><span style="font-size:8pt;font-family:Verdana;">Para empezar, vamos a explicar cocmo configurar la SAN en nuestra máquina SuSE, construyendo un cluster Hearbeat para compartir el almacenamiento de la SAN, de este modo, las máquinas aquí ubicadas estarán disponibles en los diferentes servidores de Xen.</span></p>
<p><span style="font-size:8pt;font-family:Verdana;">Es muy importante saber el porque es necesario utilizar la cabina o un almacenamiento compartido para las máquinas virtuales, pues en caso de caida del servidor Xen, es necesario que el repositorio de máquinas no este  incluido en el mismo servidor caido, y que estas esten disponibles desde cualquiera de los servidores de Xen a fin de poder levantar la máquina en el menor tiempo posible (uptime &#8211; dowtime).</span></p>
<p><span style="font-size:8pt;font-family:Verdana;">Para ello nos sera necesario un volumen de almacenamiento que permita el acceso a escritura simultaneo desde todos los nodos del cluster, un sistema de ficheros que permita la escritura simultanea, un cluster Heartbeat para la HA (alta disponibilidad), y uno o mas servidores Xen.</span></p>
<p><span style="font-size:8pt;font-family:Verdana;">La instalación de Xen con HA implica la instalación/configuración de una SAN como repositorio/pool para las máquinas virtuales y ficheros de configuración de manera centralizada, que sea accesible desde todos los nodos del cluster de HA, de este modo si un nodo se cae, las máquinas virtuales y conf. alojadas en la SAN estarán disponibles para ser arrancadas desde el otro nodo. Para configurar la SAN podemos hacer uso de las herramientas incluidas en SLES.</span></p>
<p><span style="font-size:8pt;font-family:Verdana;">Si no disponemos de una cabina, podemos utilizar un servidor SLES para crear una basada en iSCSI,la cual debe ser accesible desde los dos nodos Xen.</span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="text-decoration:underline;">Definir una cabina iSCSI</span><br />
<span style="font-size:8pt;font-family:Verdana;">Primero deberemos crear el servidor de almacenamiento, del cual utilizaremos el disco duro del mismo, una partición o un volumén lógico (si no disponemos de una cabina claro). Mínimo necesitaremos 4Gb para almacenar la imagen de un disco virtual Xen. Recomendamos usar una partición o volumen para mejor rendimiento.</span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;">Para la creación del mismo utilizaremos nuestra herramienta Yast.<br />
<span style="font-size:8pt;font-family:Verdana;">Antes de nada deberemos asegurarnos que tenemos instalados los siguientes módulos:</span></span></p>
<p style="padding-left:30px;"><span style="font-size:8pt;font-family:Verdana;"><em><span style="color:#ff0000;">-iscsitarget<br />
</span></em><span style="color:#ff0000;"> </span><span style="font-size:8pt;font-family:Verdana;"><em><span style="color:#ff0000;">-yast2-iscsi cliente<br />
</span></em><span style="color:#ff0000;"> </span><span style="font-size:8pt;font-family:Verdana;"><em><span style="color:#ff0000;">-yast2-iscsi server</span></em></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;">Tras ello deberemos crear la partición para compartir, ella la podemos crear con el módulo incluido en yast dentro de Systema -&gt; particiones creando una partición nativa Linux (0&#215;83 Linux) y/o reiserfs.</span></p>
<p><span style="font-size:8pt;font-family:Verdana;">Arrancammos la misma, introducimos nuestra pass de root y a continuación arrancamos el módulo iSCSI situado en network services.</span></p>
<p><span style="font-size:8pt;font-family:Verdana;">Nos situamos en la pestaña de servicio, y nos aseguramos que esta activado que se inicie en la carga del sistema.<br />
<span style="font-size:8pt;font-family:Verdana;">En la pestaña &#8220;objetivos/target&#8221;, eliminar el ejemplo existente y continuar con &#8220;Agregar&#8221; para añadir un nuevo indicando en el PATH la partición creada anteriormente desde &#8220;partitions&#8221; definiendola como la primera LUN.</span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;">Tras este paso, vamos a arrancar el módulo de iSCSI manualmente, para ello abrimos un terminal y tecleamos:</span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><em><span style="color:#c0c0c0;">$ /etc/init.d/iscsitarget start</span></em></span></p>
<p><span style="font-size:8pt;font-family:Verdana;">Si queremos ver las actuales &#8220;targets&#8221; definidas, podemos hacerlo desde la consola de este modo: </span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><em><span style="color:#c0c0c0;">$ cat /proc/net/iet/volumes </span></em></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="text-decoration:underline;">Conectar-se al dispositivo iSCSI</span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;">En el cliente debemos tener instalado el paquete cliente de iSCI al igual que el iniciador y el paquete open-iscsi. Igual que en el servidor que hará de storage, deberemos arrancar el servicio. Desde consola:</span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><em><span style="color:#c0c0c0;">$ /etc/init.d/iscsitarget start</span></em></span></p>
<p><span style="font-size:8pt;font-family:Verdana;">Chequeamos el estado con la opción &#8220;status&#8221; y lo añadimos al arranque del sistema de la siguiente manera:</span></p>
<p><span style="font-size:8pt;"><span style="color:#c0c0c0;"><em>$ chkconfig open-iscsi on</em></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;">Para conectar con el servidor iSCSI deberemos conocer la IP del servidor y deberemos tener acceso a través del puerto 3260. Con estas premisas ejecutaremos:</span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><em><span style="color:#c0c0c0;">$ iscsiadm -m discovery -t st -p [IP_SERVER_iSCSI]</span></em></span></p>
<p><span style="font-size:8pt;font-family:Verdana;">Para comprobar que el &#8220;target&#8221; ha sido guardado en la database, ejecutar:</span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><em><span style="color:#c0c0c0;">$ iscsiadm -m discovery</span></em></span></p>
<p><span style="font-size:8pt;font-family:Verdana;">y podemos chequear el nodo con la opción &#8220;-m node&#8221;. (para mas detalles ver man)</span></p>
<p><span style="font-size:8pt;font-family:Verdana;">Podemos tambien chequear la conf. del nodo realizando:</span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><em><span style="color:#c0c0c0;">$ iscsiadm -m node -r 00f1fd </span></em>[dónde 00f1fd es el nodo deseado que queremos consultar - dicha información la podemos ver con la opción -m node]</span></p>
<p><span style="font-size:8pt;font-family:Verdana;">Para establecer la sessión con el nodo teclearemos:</span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><em><span style="color:#c0c0c0;">$ iscsiadm -m node -r 00f1fd -l</span></em></span></p>
<p><span style="font-size:8pt;font-family:Verdana;">Con este comando no obtendremos salida alguna con el resultado de la operación, con lo que deberemos hacer uso de dmseg para ver el resultado o un &#8220;tail -f&#8221; del messages.</span></p>
<p><span style="font-size:8pt;font-family:Verdana;">Y para validar la conexión podemos usar :<br />
<span style="font-size:8pt;font-family:Verdana;"><em><span style="color:#c0c0c0;">$ fdisk -l<br />
</span></em> <span style="font-size:8pt;font-family:Verdana;"><em><span style="color:#c0c0c0;">$ cat /proc/partitions</span></em><br />
<span style="font-size:8pt;font-family:Verdana;">o<br />
<span style="font-size:8pt;font-family:Verdana;"><em><span style="color:#c0c0c0;">$ hwinfo &#8211;scsi &#8211;short</span></em></span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;">En el siguiente artículo haremos uso del artículo de configuración de alta disponibilidad para ver como funciona la HA con Xen, disponiendo en nuestro servidor Xen de SUSE de HA para nuestras máquinas virtuales.</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxsan.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxsan.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxsan.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxsan.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxsan.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxsan.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxsan.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxsan.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxsan.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxsan.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxsan.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxsan.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxsan.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxsan.wordpress.com/342/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxsan.wordpress.com&amp;blog=2005352&amp;post=342&amp;subd=linuxsan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxsan.wordpress.com/2009/03/06/ha-con-xen-configurando-sles-como-punto-de-almacenamiento-para-la-ha-de-xen-part1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d50306811ecf340694b980d239e293ca?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cristiansan</media:title>
		</media:content>

		<media:content url="http://linuxsan.files.wordpress.com/2009/03/suse.png?w=105" medium="image">
			<media:title type="html">suse</media:title>
		</media:content>

		<media:content url="http://linuxsan.files.wordpress.com/2009/03/xen.gif?w=128" medium="image">
			<media:title type="html">xen</media:title>
		</media:content>
	</item>
		<item>
		<title>OFF-TOPIC: CITRIX GEEK-SPEAK MADRID</title>
		<link>http://linuxsan.wordpress.com/2009/03/06/off-topic-citrix-geek-speak-madrid/</link>
		<comments>http://linuxsan.wordpress.com/2009/03/06/off-topic-citrix-geek-speak-madrid/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 09:24:59 +0000</pubDate>
		<dc:creator>Cristiansan</dc:creator>
				<category><![CDATA[Tutoriales]]></category>

		<guid isPermaLink="false">http://linuxsan.wordpress.com/?p=337</guid>
		<description><![CDATA[Ante todo perdonad el Of-topic&#8230; 17 de MARZO 2009 &#8211; Oficinas de Citrix Iberia. ¿Que és Geek Speak ? Geek Speak nace del corazón e CITRIX, Geek Speak está basado en conferencias técnicas impartidas por expertos, analistas y bloggers, el interés reside en la compartición del conocimiento y facilitar la información de las distintas sesiones [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxsan.wordpress.com&amp;blog=2005352&amp;post=337&amp;subd=linuxsan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ante todo perdonad el Of-topic&#8230;</p>
<p><a href="http://www.citrix.es/citrixvalues/Calendar/Seminar.aspx?seminarID=744"><img class="aligncenter" src="http://www.ctxdom.com/blog/geekspeek/geekspeak.jpg" alt="" width="640" height="196" /></a></p>
<p><span style="color:#3366ff;"><strong>17 de MARZO 2009 &#8211; Oficinas de Citrix Iberia.</strong></span></p>
<p><strong>¿Que és Geek Speak ?</strong><br />
Geek Speak nace del corazón e CITRIX, Geek Speak está basado en conferencias técnicas impartidas por expertos, analistas y bloggers, el interés reside en la compartición del conocimiento y facilitar la información de las distintas sesiones expuestas, además de ello, todas las sesiones son grabadas y colgadas en la comunidad. </p>
<p><strong>¿ Porqué Geek Speak Madrid ?</strong><br />
Geek Speak Madrid es el nombre que recibe las distintas sesiones que son realizadas en una ciudad o país determinado de forma local, y centrado totalmente en una serie de sesiones determinadas llevadas a cabo por una comunidad de técnicos, usuarios o apasionados por la tecnología de Citrix.</p>
<p><strong>AGENDA</strong></p>
<p><em>10:00h – Bienvenida<br />
10:10h – Citrix Product overview.</em></p>
<blockquote><p><em>   XenApp<br />
   XenServer<br />
   XenDesktop<br />
   WanScaler<br />
   NetScaler<br />
   EdgeSight<br />
   WorkFlow-Studio<br />
   Access-Gateway</em></p></blockquote>
<p><em>11:15h – Café<br />
11:30h – Geek Speak, Health Assistant. &#8211; Citrix<br />
12:00h – Geek Speak – Procedimiento de Clonaje de Servidores físicos y virtuales, XenAppPrep Tool. – Xavi (ctxdom.com community)<br />
12:30h – Debate<br />
12:45h – Ruegos y preguntas<br />
13:00h – Cierre del Geek Speak Madrid!.</em></p>
<p style="text-align:center;"> <strong>Registrate <a href="http://www.citrix.es/citrixvalues/Calendar/Seminar.aspx?seminarID=744">aquí.</a></strong></p>
<p style="text-align:center;"><a href="http://www.citrix.es/citrixvalues/Calendar/Seminar.aspx?seminarID=744"></a><strong><span style="color:#3366ff;"><a href="http://www.citrix.es/citrixvalues/Calendar/Seminar.aspx?seminarID=744">REGISTRARSE EN GEEK SPEAK MADRID!</a></span></strong></p>
<p> <strong>Sponsorizan:</strong></p>
<p><img src="http://www.ctxdom.com/blog/geekspeek/oesia.gif" border="0" alt="Oesía" width="61" height="41" />   <img src="http://www.ctxdom.com/blog/geekspeek/itway.jpg" border="0" alt="Itway" width="93" height="37" />  <img src="http://www.ctxdom.com/blog/geekspeek/diode.gif" border="0" alt="Diode" width="78" height="29" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxsan.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxsan.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxsan.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxsan.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxsan.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxsan.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxsan.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxsan.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxsan.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxsan.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxsan.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxsan.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxsan.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxsan.wordpress.com/337/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxsan.wordpress.com&amp;blog=2005352&amp;post=337&amp;subd=linuxsan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxsan.wordpress.com/2009/03/06/off-topic-citrix-geek-speak-madrid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d50306811ecf340694b980d239e293ca?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cristiansan</media:title>
		</media:content>

		<media:content url="http://www.ctxdom.com/blog/geekspeek/geekspeak.jpg" medium="image" />

		<media:content url="http://www.ctxdom.com/blog/geekspeek/oesia.gif" medium="image">
			<media:title type="html">Oesía</media:title>
		</media:content>

		<media:content url="http://www.ctxdom.com/blog/geekspeek/itway.jpg" medium="image">
			<media:title type="html">Itway</media:title>
		</media:content>

		<media:content url="http://www.ctxdom.com/blog/geekspeek/diode.gif" medium="image">
			<media:title type="html">Diode</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu Pocket Guide and Reference</title>
		<link>http://linuxsan.wordpress.com/2009/02/05/ubuntu-pocket-guide-and-reference/</link>
		<comments>http://linuxsan.wordpress.com/2009/02/05/ubuntu-pocket-guide-and-reference/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 15:49:05 +0000</pubDate>
		<dc:creator>Cristiansan</dc:creator>
				<category><![CDATA[Tutoriales]]></category>

		<guid isPermaLink="false">http://linuxsan.wordpress.com/2009/02/05/ubuntu-pocket-guide-and-reference/</guid>
		<description><![CDATA[Descarga la guía de bolsillo<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxsan.wordpress.com&amp;blog=2005352&amp;post=334&amp;subd=linuxsan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://linuxsan.files.wordpress.com/2009/02/upgar.jpg?w=196&#038;h=300" alt="upgar" title="upgar" width="196" height="300" class="alignnone size-medium wp-image-333" /><br />
<a href="http://download.ubuntupocketguide.com.nyud.net/ubuntupocketguide-v1-1.zip">Descarga la guía de bolsillo</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxsan.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxsan.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxsan.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxsan.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxsan.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxsan.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxsan.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxsan.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxsan.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxsan.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxsan.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxsan.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxsan.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxsan.wordpress.com/334/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxsan.wordpress.com&amp;blog=2005352&amp;post=334&amp;subd=linuxsan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxsan.wordpress.com/2009/02/05/ubuntu-pocket-guide-and-reference/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d50306811ecf340694b980d239e293ca?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cristiansan</media:title>
		</media:content>

		<media:content url="http://linuxsan.files.wordpress.com/2009/02/upgar.jpg?w=196" medium="image">
			<media:title type="html">upgar</media:title>
		</media:content>
	</item>
		<item>
		<title>Si eres legal, comparte</title>
		<link>http://linuxsan.wordpress.com/2008/12/19/si-eres-legal-comparte/</link>
		<comments>http://linuxsan.wordpress.com/2008/12/19/si-eres-legal-comparte/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 06:28:12 +0000</pubDate>
		<dc:creator>Cristiansan</dc:creator>
				<category><![CDATA[Noticias]]></category>
		<category><![CDATA[Off Topic]]></category>
		<category><![CDATA[redes]]></category>

		<guid isPermaLink="false">http://linuxsan.wordpress.com/?p=329</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxsan.wordpress.com&amp;blog=2005352&amp;post=329&amp;subd=linuxsan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://siereslegalcomparte.com"><img class="aligncenter" title="si eres legal comparte" src="http://patiomaravillas.net/sites/sindominio.net.patiomaravillas/files/images/Cartel_siereslegalcomparte_300px.png" alt="" width="300" height="446" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxsan.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxsan.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxsan.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxsan.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxsan.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxsan.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxsan.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxsan.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxsan.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxsan.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxsan.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxsan.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxsan.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxsan.wordpress.com/329/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxsan.wordpress.com&amp;blog=2005352&amp;post=329&amp;subd=linuxsan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxsan.wordpress.com/2008/12/19/si-eres-legal-comparte/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d50306811ecf340694b980d239e293ca?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cristiansan</media:title>
		</media:content>

		<media:content url="http://patiomaravillas.net/sites/sindominio.net.patiomaravillas/files/images/Cartel_siereslegalcomparte_300px.png" medium="image">
			<media:title type="html">si eres legal comparte</media:title>
		</media:content>
	</item>
		<item>
		<title>SLES10. Mis notas CLP &#8211; XEN.</title>
		<link>http://linuxsan.wordpress.com/2008/12/02/sles10-mis-notas-clp-xen/</link>
		<comments>http://linuxsan.wordpress.com/2008/12/02/sles10-mis-notas-clp-xen/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 10:03:42 +0000</pubDate>
		<dc:creator>Cristiansan</dc:creator>
				<category><![CDATA[consola]]></category>
		<category><![CDATA[sles10]]></category>
		<category><![CDATA[Tutoriales]]></category>
		<category><![CDATA[virtualización]]></category>

		<guid isPermaLink="false">http://linuxsan.wordpress.com/?p=324</guid>
		<description><![CDATA[Instalar Xen. :~ yast2 sw_single&#38; Arranca Yast2 en el módulo instalación software. Seleccionar los paquetes: xen, xen-tools, kernel-xen Para instalar directamente, ejecutar desde consola: :~ yast –i xen-tools xen kernel-xen Optimizar Xen. Editar /etc/xen/scripts/block Buscar línea: do_or_die losetup –y “$loopdev” “$file” (Yo realizo la búsqueda por loop ( /loop) y busco la que empieza por [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxsan.wordpress.com&amp;blog=2005352&amp;post=324&amp;subd=linuxsan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:8pt;font-family:Verdana;"><span style="text-decoration:underline;">Instalar Xen.<a href="http://www.glug-nith.org/images/suse.png"><img class="alignright" src="http://www.glug-nith.org/images/suse.png" alt="" width="260" height="236" /></a><br />
</span></span></p>
<p style="padding-left:30px;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="color:#808080;">:~  yast2 sw_single&amp;</span><br />
</span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;">Arranca Yast2 en el módulo instalación software.  Seleccionar los paquetes:</span></span></span></p>
<p style="padding-left:30px;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="color:#ff0000;">xen, xen-tools, kernel-xen</span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"> <span style="font-size:8pt;font-family:Verdana;">Para instalar directamente, ejecutar desde consola:<br />
<span style="font-size:8pt;font-family:Verdana;"><span style="color:#808080;">:~  yast –i xen-tools xen kernel-xen</span><br />
</span></span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="text-decoration:underline;">Optimizar Xen.</span><br />
</span></span></span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;">Editar <span style="color:#0000ff;">/etc/xen/scripts/block</span><br />
<span style="font-size:8pt;font-family:Verdana;">Buscar línea: <em><span style="color:#ff0000;">do_or_die losetup –y “$loopdev” “$file”</span></em> (Yo realizo la búsqueda por loop ( /loop) y busco la que empieza por el do_or_die, así no es necesario acordarse de todo)  y quitar el indicador de –Y.</span></span></span></span></span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><br />
<span style="font-size:8pt;font-family:Verdana;"><span style="text-decoration:underline;">Editar el Boot</span><br />
</span></span></span></span></span></span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;">Editar <span style="color:#0000ff;">/boot/grub/menu.lst</span><br />
<span style="font-size:8pt;font-family:Verdana;">En la última entrada debe haber aparecido un línea de Title: SUSE Linux Enterprise Server 10, dónde el kernel de arranque es  <strong>xen.gz</strong><br />
<span style="font-size:8pt;font-family:Verdana;">Modificar el Title para que indique que es el kernal Xen y no haya confusión para saber que arrancar durante el inicio del sistema.</span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="text-decoration:underline;">Arrancar Xen</span><br />
</span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;">En terminal escribimos:</span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;">:~yast2 xen&amp;<br />
</span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;">Para arrancar la gestión de Xen  en modo gráfico.<br />
</span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;">:~yast xen<br />
</span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;">Para arrancar la gestión de Xen en modo texto<br />
</span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="text-decoration:underline;">Instalar máquina virtual</span><br />
</span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;">Una vez arrancada la gestión de Xen desde Yast, seleccionamos “Añadir”<br />
<span style="font-size:8pt;font-family:Verdana;">Para la instalación de nuevas máquinas virtuales, no es posible utilizar yast, por lo que debe realizarse con Yast2<br />
<span style="font-size:8pt;font-family:Verdana;">Abrir Yast2 Xen, seleccionar “Añadir”<br />
</span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p style="padding-left:30px;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;">•	Ejecutar como programa de instalación SO<br />
<span style="font-size:8pt;font-family:Verdana;">•	Indicar/cambiar todos los datos para la instalación de la máquina virtual</span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;">Antes de continuar, comprobar que dispongamos de disco físico virtual dónde realizar la instalación, tras crear el mismo procedemos a la instalación del SO, “Siguiente”, y realizar la instalación del sistema normalmente.</span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p style="padding-left:30px;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"> <span style="font-size:8pt;font-family:Verdana;">Terminada la instalación del nuevo sistema, procedemos a administrar XEN.</span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><br />
<span style="font-size:8pt;font-family:Verdana;"><span style="text-decoration:underline;">Administrando Xen</span><br />
</span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;">Máquina host : <strong>Domain0</strong> &lt;- Nuestra propia máquina<br />
<span style="font-size:8pt;font-family:Verdana;"><strong>vmx</strong> &lt;- Máquina virtualizada con Xen.<br />
</span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><em>Comandos:</em><br />
<span style="font-size:8pt;"><span style="color:#808080;">:~ xm</span></span><span style="font-size:8pt;font-family:Verdana;"> &lt;- comando utilizado para la gestión de Xen desde línea de comandos.<br />
</span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><em>Sintaxis:</em><br />
<span style="font-size:8pt;font-family:Verdana;"><span style="color:#808080;">:~ xm [argumentos]</span><br />
</span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;">Dónde argumentos son (mas usados de cara al exámen – mas detalles con “man xm”):<br />
<span style="font-size:8pt;font-family:Verdana;"> </span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><strong>list:</strong> muestra el estado de las máquinas virtuales y domain0. Nos muestra el ID de máquina, Memoria, Vcpus, Stado, Time<br />
<span style="font-size:8pt;font-family:Verdana;"><strong> list –long ID:</strong> Información exhaustiva de la máquina virtual con ID x.<br />
<span style="font-size:8pt;font-family:Verdana;"> Estado de las máquinas según list.<br />
<span style="font-size:8pt;font-family:Verdana;"><em> </em></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p style="padding-left:30px;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><em>r – running</em>: la máquina esta corriendo<br />
<span style="font-size:8pt;font-family:Verdana;"><em> b – blocked</em>. La máquina esta bloqueda, no se puede arrancar.<br />
<span style="font-size:8pt;font-family:Verdana;"><em> p – paused</em>: La máquina esta pausada.<br />
<span style="font-size:8pt;font-family:Verdana;"><em> s – shutdown:</em> La máquina esta calmada.<br />
<span style="font-size:8pt;font-family:Verdana;"><em>c – crashed:</em> la máquina se ha roto! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> , ello es debido a un apagado violento de la máquina virtual. Solo ocurre con las máquinas que no tienen configurado el autostart en el domain0.<br />
<span style="font-size:8pt;font-family:Verdana;"><em>d – dying:</em> La máquina esta en proceso de “muerte”, ello es debido a que esta en apagándose sin haberse completado un shutdown o crashed<br />
</span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><strong>console ID:</strong> con ello, accedemos a la Shell de la máquina virtual con ID x.<br />
<span style="font-size:8pt;font-family:Verdana;"><strong> mem-set ID :</strong> Establecemos la memoria de la máquina X a<br />
<span style="font-size:8pt;font-family:Verdana;"><strong> migrate ID host</strong>: Migrar máquina virtual con ID x a Domain0 host indicado<br />
<span style="font-size:8pt;font-family:Verdana;"><strong> pause ID:</strong> Pone en pausa la máquina virtual con ID x.<br />
<span style="font-size:8pt;font-family:Verdana;"><strong> reboot ID:</strong> Reinicia la máquina virtual con ID x.<br />
<span style="font-size:8pt;font-family:Verdana;"><strong> save ID :</strong> Guarda la máquina virtual  en un fichero . Si se realiza un sabe de una máquina arrancada, esta es parada.<br />
<span style="font-size:8pt;font-family:Verdana;"><strong> restore </strong>: Restaura máquina virtual desde fichero . Al realizar un restore, se arranca la máquina directamente en el punto dónde se realizo el save anterior.<br />
<span style="font-size:8pt;font-family:Verdana;"><strong> shutdown ID:</strong> Para la máquina ID x.<br />
<span style="font-size:8pt;font-family:Verdana;"><strong> unpause ID:</strong> Resume una máquina en estado pausa con ID x.<br />
<span style="font-size:8pt;font-family:Verdana;"><strong>vcpu-set ID :</strong> Establece el número de CPUS virtuales  en la máquina con ID x.<br />
<span style="font-size:8pt;font-family:Verdana;"> </span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;">Puede usarse el nombre de la máquina virtual en lugar del ID para realizar la gestión de las mismas.<br />
<span style="font-size:8pt;font-family:Verdana;">Todas las tareas indicadas, pueden realizarse desde Yast y Yast2 simplificando su administración.</span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;">Crear una máquina virtual desde consola usando un fichero de configuración:</span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="color:#808080;">:~ xm create /ruta/file_Config ramdisk=initrd-xen kernel=/boot/vmlinuz-xen name=Name-host nics=1 vcpus=2 memory=64 root=/dev/ram0</span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;">Dónde ruta/file_Config es debe ser un fichero que se corresponda con los ficheros de configuración de máquinas virtuales. Por defecto la ruta es: /<span style="color:#0000ff;">etc/xen/vm.</span><br />
<span style="font-size:8pt;font-family:Verdana;"> El fichero en cuestión es parecido al siguiente:<br />
<span style="font-size:8pt;font-family:Verdana;"> </span></span></span></span></span></p>
<p style="padding-left:30px;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="color:#808080;"><em>Disk: [ ‘file: ruta disco virtual’, ‘phy:[ruta disco físico’ ]<br />
</em></span><em> </em><span style="font-size:8pt;font-family:Verdana;"><span style="color:#808080;"><em> Memory = 256<br />
</em></span><em> </em><span style="font-size:8pt;font-family:Verdana;"><span style="color:#808080;"><em> vcpus = 1<br />
</em></span><em> </em><span style="font-size:8pt;font-family:Verdana;"><span style="color:#808080;"><em> builder = ‘linux’<br />
</em></span><em> </em><span style="font-size:8pt;font-family:Verdana;"><span style="color:#808080;"><em> name = ‘[NameHost]’<br />
</em></span><em> </em><span style="font-size:8pt;font-family:Verdana;"><span style="color:#808080;"><em> vif = [ ‘mac=x:x:x:x:x:x’ ]<br />
</em></span><em> </em><span style="font-size:8pt;font-family:Verdana;"><span style="color:#808080;"><em> localtime = 0<br />
</em></span><em> </em><span style="font-size:8pt;font-family:Verdana;"><span style="color:#808080;"><em> on_poweroff = ‘destroy’<br />
</em></span><em> </em><span style="font-size:8pt;font-family:Verdana;"><span style="color:#808080;"><em> on_reboot = ‘restart’<br />
</em></span><em> </em><span style="font-size:8pt;font-family:Verdana;"><span style="color:#808080;"><em> on_crash = ‘restart’<br />
</em></span><em> </em><span style="font-size:8pt;font-family:Verdana;"><span style="color:#808080;"><em> extra = ‘TERM=xterm’<br />
</em></span><em> </em><span style="font-size:8pt;font-family:Verdana;"><span style="color:#808080;"><em> bootloader = ‘bootloader_rute’<br />
</em></span><em> </em><span style="font-size:8pt;font-family:Verdana;"><span style="color:#808080;"><em> bootentry = ‘hdaX:/boot/vmlinuz-xen,/boot/initrd-xen’</em></span><br />
</span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p><span style="font-family:Verdana;">Ver xmdomain.cfg para mas detalles.</span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"> <span style="font-size:8pt;font-family:Verdana;"><span style="text-decoration:underline;">Otros Comandos:</span><br />
</span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><strong>mem-max ID mem:</strong> Establece la memoria máxima que puede atribuirse a la máquina X.<br />
<span style="font-size:8pt;font-family:Verdana;"><strong> migrate ID host [Options]:</strong> Ver mígrate.<br />
<span style="font-size:8pt;font-family:Verdana;"> Options:<br />
<span style="font-size:8pt;font-family:Verdana;"><strong></strong></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p style="padding-left:30px;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><strong>-l</strong>, realize una migración en vivo. Ello realiza la migración de la máquina virtual entre hosts<br />
<span style="font-size:8pt;font-family:Verdana;"><strong>-r Mbs</strong>,  establece el máximo de Mbs de transferencia a la hora de realizar la migración de máquina. Ello puede evitar, o puede saturar la red.<br />
<span style="font-size:8pt;font-family:Verdana;"><strong></strong></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><strong>vcpu-list [domainID]:</strong> Listar la información vcpus de el dominio ID indicado.<br />
<span style="font-size:8pt;font-family:Verdana;">dmesg: Similar al dmesg de Linux. Lee el buffer de Xen el cual contiene información sobre errores y warnings creados durante el proceso de arranque.En caso de tener problemas en Xen, este es uno de los primeros comandos que deberemos usar.<br />
<span style="font-size:8pt;font-family:Verdana;"><strong>Info:</strong> Imprime información acerca del Xen host (Domain0), la cual contiene, nombre de host, versión, arquitectura, nodos, cpus, mhz, memoria, compilador, etc etc<br />
<span style="font-size:8pt;font-family:Verdana;"><strong> Log:</strong> Imprime la salida del log del demonio Xend<br />
<span style="font-size:8pt;font-family:Verdana;"> </span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="text-decoration:underline;">RED</span>.<br />
<span style="font-size:8pt;font-family:Verdana;"><span style="color:#808080;"> </span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="color:#808080;">Network-attach domainID [script=scriptname] [ip=dirección IP] [mac=dirección mac] [bridge=bridge-name] [backend=domainID]</span><br />
</span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;">Donde: </span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p style="padding-left:30px;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><strong>script\</strong> indica un script específico para levantar la red. Por defecto, se usa; xend-config.sxp<br />
<span style="font-size:8pt;font-family:Verdana;"><strong>Ip\</strong> dirección IPpara el adaptador creado.<br />
<span style="font-size:8pt;font-family:Verdana;"><strong>Mac\</strong> dirección mac.<br />
<span style="font-size:8pt;font-family:Verdana;"><strong>Bridge\</strong> Valor para el puente en la VIF.<br />
<span style="font-size:8pt;font-family:Verdana;"><strong>Backend\</strong> el dominio backend, por defecto Domain0.<br />
</span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><strong>network-detach domainID devID:</strong> Elimina el interfaz devID creado en el DomainID.<br />
<span style="font-size:8pt;font-family:Verdana;"><strong>network-list domainID:</strong> lista las interfaces de red disponibles en domainID</span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;"><span style="font-size:8pt;font-family:Verdana;">Xen también permite crear directivas y aplicarlas sobre las máquinas (makepolicy, loadpolicy, …) para mas detalles consultar el manual en línea de Xen.</span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxsan.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxsan.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxsan.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxsan.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxsan.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxsan.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxsan.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxsan.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxsan.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxsan.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxsan.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxsan.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxsan.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxsan.wordpress.com/324/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxsan.wordpress.com&amp;blog=2005352&amp;post=324&amp;subd=linuxsan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxsan.wordpress.com/2008/12/02/sles10-mis-notas-clp-xen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d50306811ecf340694b980d239e293ca?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cristiansan</media:title>
		</media:content>

		<media:content url="http://www.glug-nith.org/images/suse.png" medium="image" />
	</item>
		<item>
		<title>Chuletas Linux</title>
		<link>http://linuxsan.wordpress.com/2008/11/12/chuletas-linux/</link>
		<comments>http://linuxsan.wordpress.com/2008/11/12/chuletas-linux/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 17:02:42 +0000</pubDate>
		<dc:creator>Cristiansan</dc:creator>
				<category><![CDATA[consola]]></category>
		<category><![CDATA[Iniciación]]></category>
		<category><![CDATA[listado]]></category>
		<category><![CDATA[Tips&Tricks]]></category>
		<category><![CDATA[Tutoriales]]></category>
		<category><![CDATA[utilidades]]></category>

		<guid isPermaLink="false">http://linuxsan.wordpress.com/?p=316</guid>
		<description><![CDATA[Buenas de nuevo, leyendo mi feed RSS encontre en Genbeta un post que hacia referencia a &#8220;la colección definitiva de las chuletas Linux&#8220;. Tras revisarlo, lo he visto muy muy interesante y puede ser de mucha utilidad, así que como no, aquí os dejo el link para los que aún no lo hayais visto: Chuletas [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxsan.wordpress.com&amp;blog=2005352&amp;post=316&amp;subd=linuxsan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:8pt;font-family:Verdana;">Buenas de nuevo, leyendo mi feed RSS encontre en <strong>Genbeta</strong> un post que hacia referencia a &#8220;<em><span style="color:#339966;">la colección definitiva de las chuletas Linux</span></em>&#8220;. Tras revisarlo, lo he visto muy muy interesante y puede ser de mucha utilidad, así que como no, aquí os dejo el link para los que aún no lo hayais visto:</span></p>
<p style="text-align:center;"><span style="font-size:8pt;font-family:Verdana;"><br />
<a href="http://www.scottklarr.com/topic/115/linux-unix-cheat-sheets-the-ultimate-collection/" target="_blank">Chuletas Linux &#8211; Definitive collection</a></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxsan.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxsan.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxsan.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxsan.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxsan.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxsan.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxsan.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxsan.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxsan.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxsan.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxsan.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxsan.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxsan.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxsan.wordpress.com/316/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxsan.wordpress.com&amp;blog=2005352&amp;post=316&amp;subd=linuxsan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxsan.wordpress.com/2008/11/12/chuletas-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d50306811ecf340694b980d239e293ca?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cristiansan</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu release management plan</title>
		<link>http://linuxsan.wordpress.com/2008/10/14/ubuntu-release-management-plan/</link>
		<comments>http://linuxsan.wordpress.com/2008/10/14/ubuntu-release-management-plan/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 14:10:53 +0000</pubDate>
		<dc:creator>Cristiansan</dc:creator>
				<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://linuxsan.wordpress.com/?p=311</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxsan.wordpress.com&amp;blog=2005352&amp;post=311&amp;subd=linuxsan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://linuxsan.files.wordpress.com/2008/10/ubuntu-release-cycle.png"><img class="aligncenter size-medium wp-image-312" title="ubuntu-release-cycle" src="http://linuxsan.files.wordpress.com/2008/10/ubuntu-release-cycle.png?w=356&#038;h=267" alt="" width="356" height="267" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxsan.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxsan.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxsan.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxsan.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxsan.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxsan.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxsan.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxsan.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxsan.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxsan.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxsan.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxsan.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxsan.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxsan.wordpress.com/311/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxsan.wordpress.com&amp;blog=2005352&amp;post=311&amp;subd=linuxsan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxsan.wordpress.com/2008/10/14/ubuntu-release-management-plan/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d50306811ecf340694b980d239e293ca?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cristiansan</media:title>
		</media:content>

		<media:content url="http://linuxsan.files.wordpress.com/2008/10/ubuntu-release-cycle.png?w=300" medium="image">
			<media:title type="html">ubuntu-release-cycle</media:title>
		</media:content>
	</item>
		<item>
		<title>TIPS &amp; TRICKS: Acelerar la carga web con un Servidor DNS local (BIND9)</title>
		<link>http://linuxsan.wordpress.com/2008/05/06/tips-tricks-acelerar-la-carga-web-con-un-servidor-dns-local-bind9/</link>
		<comments>http://linuxsan.wordpress.com/2008/05/06/tips-tricks-acelerar-la-carga-web-con-un-servidor-dns-local-bind9/#comments</comments>
		<pubDate>Tue, 06 May 2008 13:00:51 +0000</pubDate>
		<dc:creator>Cristiansan</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[servicios]]></category>
		<category><![CDATA[Tips&Tricks]]></category>
		<category><![CDATA[Tutoriales]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://linuxsan.wordpress.com/?p=309</guid>
		<description><![CDATA[Acelerar la carga de una página web en nuestro ubuntu, puede pasar por instalar el servicio DNS en nuestra máquina. El proceso para poder visualizar una página web pasa por: - Obtener la dirección IP del recurso o página - Obtener recurso (Descargar la página) para su visualización. Con un servidor DNS en nuestro equipo, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxsan.wordpress.com&amp;blog=2005352&amp;post=309&amp;subd=linuxsan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:8pt;font-family:Verdana;">Acelerar la carga de una página web en nuestro <strong>ubuntu</strong>, puede pasar por instalar el <em>servicio DNS</em> en nuestra máquina. </span></p>
<p><span style="font-size:8pt;font-family:Verdana;">El proceso para poder visualizar una página web pasa por:<br />
<em><span style="font-size:8pt;font-family:Verdana;">- Obtener la dirección IP del recurso o página<br />
<span style="font-size:8pt;font-family:Verdana;">- Obtener recurso (Descargar la página) para su visualización.</span></span></em></span></p>
<p><span style="font-size:8pt;font-family:Verdana;">Con un servidor DNS en nuestro equipo, aceleraremos la primera parte, pues el translate de direcciones se almacena en nuestra cache local y se resolveria localmente.</span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><strong>COmo:?</strong> Aquí os dejo un link dónde indica como realizarlo de una manera muy sencilla. <a href="http://necudeco.com/index.php/2008/05/03/servidor-dns-cache/" target="_blank">StepByStep</a><br />
</span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxsan.wordpress.com/309/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxsan.wordpress.com/309/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxsan.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxsan.wordpress.com/309/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxsan.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxsan.wordpress.com/309/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxsan.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxsan.wordpress.com/309/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxsan.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxsan.wordpress.com/309/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxsan.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxsan.wordpress.com/309/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxsan.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxsan.wordpress.com/309/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxsan.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxsan.wordpress.com/309/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxsan.wordpress.com&amp;blog=2005352&amp;post=309&amp;subd=linuxsan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxsan.wordpress.com/2008/05/06/tips-tricks-acelerar-la-carga-web-con-un-servidor-dns-local-bind9/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d50306811ecf340694b980d239e293ca?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cristiansan</media:title>
		</media:content>
	</item>
		<item>
		<title>INICIADOS &#8211; Cambiar distribución del teclado</title>
		<link>http://linuxsan.wordpress.com/2008/04/29/iniciados-cambiar-distribucion-del-teclado/</link>
		<comments>http://linuxsan.wordpress.com/2008/04/29/iniciados-cambiar-distribucion-del-teclado/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 09:06:07 +0000</pubDate>
		<dc:creator>Cristiansan</dc:creator>
				<category><![CDATA[Escritorio]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[Iniciación]]></category>
		<category><![CDATA[Tutoriales]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://linuxsan.wordpress.com/?p=308</guid>
		<description><![CDATA[A petición, voy a explicar como cambiar la distribución/idioma de nuestro teclado en Ubuntu/Debian. Para ello seguiremos los siguientes pasos, muy sencillos. Seleccionamos la opción Escritorio -&#62; Preferencias -&#62; Teclado. Nos situamos en la pestaña &#8220;Distribiciones&#8221; tal y como se puede ver en la imágen siguiente: Le damos a &#8220;Añadir&#8220;, buscamos la distribución que queramos [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxsan.wordpress.com&amp;blog=2005352&amp;post=308&amp;subd=linuxsan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:8pt;font-family:Verdana;">A petición, voy a explicar como <strong><em>cambiar la distribución/idioma de nuestro teclado</em></strong> en Ubuntu/Debian. Para ello seguiremos los siguientes pasos, muy sencillos.</span></p>
<p style="text-align:center;"><span style="font-size:8pt;font-family:Verdana;"><br />
<img class="size-full wp-image-307" src="http://linuxsan.files.wordpress.com/2008/04/teclado11.jpg?w=450" alt=""   /></span></p>
<p><span style="font-size:8pt;font-family:Verdana;">Seleccionamos la opción <em>Escritorio </em>-&gt; <em>Preferencias </em>-&gt; <em>Teclado</em>. Nos situamos en la pestaña &#8220;<strong><em>Distribiciones</em></strong>&#8221; tal y como se puede ver en la imágen siguiente:</span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><br />
<img class="aligncenter size-full wp-image-305" src="http://linuxsan.files.wordpress.com/2008/04/teclado2.jpg?w=450" alt=""   /></span></p>
<p><span style="font-size:8pt;font-family:Verdana;">Le damos a &#8220;<strong>Añadir</strong>&#8220;, buscamos la distribución que queramos (En nuestro caso, <em>Español</em>) y aceptamos.</span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><br />
<img class="aligncenter size-full wp-image-306" src="http://linuxsan.files.wordpress.com/2008/04/teclado3.jpg?w=450" alt=""   /></span></p>
<p><span style="font-size:8pt;font-family:Verdana;">Ahora, quitamos la distribución seleccionandola y dándole a &#8220;<strong>Quitar</strong>&#8220;. Marcamos el cuadro de predeterminado para la distribución &#8220;<strong>España</strong>&#8220;. Comprobamos que en &#8220;<strong>Modelo de Teclado</strong>: &#8221; aparezca &#8220;<strong>Genérico 105 teclas</strong>&#8220;, y cerramos.</span></p>
<p><span style="font-size:8pt;font-family:Verdana;"><br />
<img class="aligncenter size-full wp-image-303" src="http://linuxsan.files.wordpress.com/2008/04/teclado4.jpg?w=450" alt=""   /></span></p>
<p><span style="font-size:8pt;font-family:Verdana;">Salimos de la sesión y entramos nuevamente, y ya disponemos de la nueva configuración de teclado.</span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxsan.wordpress.com/308/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxsan.wordpress.com/308/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxsan.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxsan.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxsan.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxsan.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxsan.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxsan.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxsan.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxsan.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxsan.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxsan.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxsan.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxsan.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxsan.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxsan.wordpress.com/308/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxsan.wordpress.com&amp;blog=2005352&amp;post=308&amp;subd=linuxsan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxsan.wordpress.com/2008/04/29/iniciados-cambiar-distribucion-del-teclado/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d50306811ecf340694b980d239e293ca?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cristiansan</media:title>
		</media:content>

		<media:content url="http://linuxsan.files.wordpress.com/2008/04/teclado11.jpg" medium="image" />

		<media:content url="http://linuxsan.files.wordpress.com/2008/04/teclado2.jpg" medium="image" />

		<media:content url="http://linuxsan.files.wordpress.com/2008/04/teclado3.jpg" medium="image" />

		<media:content url="http://linuxsan.files.wordpress.com/2008/04/teclado4.jpg" medium="image" />
	</item>
		<item>
		<title>Algunos problemas con la actualización a Hardy</title>
		<link>http://linuxsan.wordpress.com/2008/04/29/algunos-problemas-con-la-actualizacion-a-hardy/</link>
		<comments>http://linuxsan.wordpress.com/2008/04/29/algunos-problemas-con-la-actualizacion-a-hardy/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 08:13:27 +0000</pubDate>
		<dc:creator>Cristiansan</dc:creator>
				<category><![CDATA[Actualizaciones]]></category>
		<category><![CDATA[Escritorio]]></category>
		<category><![CDATA[Tutoriales]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://linuxsan.wordpress.com/?p=302</guid>
		<description><![CDATA[Ayer me lié con la actualización a Hardy. La verdad, excepto algunas cosas que no me han gustado como podría ser la inclusión de Firefox 3 Beta 5 (una LTS con una Beta?) el resto esta muy bien. Me funciona bastante fino, pero quería comentar sobretodo la actualización de VBox. Durante la actualización, Hardy instala [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxsan.wordpress.com&amp;blog=2005352&amp;post=302&amp;subd=linuxsan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:8pt;font-family:Verdana;">Ayer me lié con la actualización a <strong>Hardy</strong>. La verdad, excepto algunas cosas que no me han gustado como podría ser la inclusión de <em>Firefox 3 Beta 5</em> (una LTS con una Beta?) el resto esta muy bien. Me funciona bastante fino, pero quería comentar sobretodo la actualización de VBox.</span></p>
<p><span style="font-size:8pt;font-family:Verdana;">Durante la actualización, Hardy instala el paquete <strong>Virtual box-OSE</strong>. Ello <strong><span style="color:#ff0000;">borra todos los Snapshops</span></strong> que tengáis de vuestras máquinas virtuales por lo que deberéis tener cuidado.</span></p>
<p><span style="font-size:8pt;font-family:Verdana;">También he tenido <span style="color:#ff0000;"><em>problemas con Compiz</em></span>, ya que me desconfiguró todos los efectos, y ahora en el compiz-manager, la gran mayoría de efectos (Zoom, DesktopSwitcher, 3D, etc.) tras activarlos, a los 2 segundos se desactivan solos. Ahora toca pelear-se con ello, de todos modos una vez tenga la solución la postearé para aquellos que tengan problemas similares (únicamente me funciona el cubo, ventanas gelatinosas y poco mas).</span></p>
<p><span style="font-size:8pt;font-family:Verdana;">El resto todo OK, aunque aún no he podido profundizar, en las siguientes semanas espero ir viendo que tal funciona todo.</span></p>
<p><span style="font-size:8pt;font-family:Verdana;">Imagino que la gran mayoría ya os habréis ido peleando con él. Si tenéis algún problema, o has tenido algún problema que ya has solucionado, podríamos ir postear todo aquello que vaya saliendo, con la intención de intentar solucionar entre todos aquellos problemas mas comunes que ocurran en el upgrade a Hardy. </span></p>
<p><em><span style="font-size:8pt;font-family:Verdana;">This is an idea </span></em></p>
<p style="text-align:center;"><em><span style="font-size:8pt;font-family:Verdana;">Encuentra Soluciones en el foro de <a href="http://www.ubuntu-es.org/index.php?q=forum/8" target="_blank">Ubuntu-es</a><br />
</span></em></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxsan.wordpress.com/302/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxsan.wordpress.com/302/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxsan.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxsan.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxsan.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxsan.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxsan.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxsan.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxsan.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxsan.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxsan.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxsan.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxsan.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxsan.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxsan.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxsan.wordpress.com/302/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxsan.wordpress.com&amp;blog=2005352&amp;post=302&amp;subd=linuxsan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxsan.wordpress.com/2008/04/29/algunos-problemas-con-la-actualizacion-a-hardy/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d50306811ecf340694b980d239e293ca?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cristiansan</media:title>
		</media:content>
	</item>
	</channel>
</rss>
