<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Perez Rio &#187; vmware</title>
	<atom:link href="http://www.perezrio.com/tag/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.perezrio.com</link>
	<description>Blogue do rubio</description>
	<lastBuildDate>Tue, 29 Nov 2011 08:15:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Pasos a seguir para instalar VMware en Ubuntu 8.04</title>
		<link>http://www.perezrio.com/2008/12/13/pasos-a-seguir-para-instalar-vmware-en-ubuntu-804/</link>
		<comments>http://www.perezrio.com/2008/12/13/pasos-a-seguir-para-instalar-vmware-en-ubuntu-804/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 10:00:04 +0000</pubDate>
		<dc:creator>rubio</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.perezrio.com/?p=264</guid>
		<description><![CDATA[Today I needed to setup a couple of virtual machines for a client and realized that I had removed my installation of VMware Server.  Off I went to the VMware download page and what did I find?  A day-old release of VMware Server 1.0.6!  I figured you’d all appreciate an updated blog post on how [...]]]></description>
			<content:encoded><![CDATA[<p>Today I needed to setup a couple of virtual machines for a client and realized that I had removed my installation of VMware Server.  Off I went to the VMware download page and what did I find?  A day-old release of VMware Server 1.0.6!  I figured you’d all appreciate an updated blog post on how to install VMware Server 1.0.6 on Ubuntu 8.04, so here we are.  (This is much simpler than the previous post, How To Install VMware Server 1.0.5 on Ubuntu 8.04)</p>
<p>Downloading the Requirements</p>
<p>The first step, of course, is to download VMware Server 1.0.6. You’ll want to download the .tar.gz version.  This command can be used for a direct download:</p>
<blockquote><p>wget -c http://download3.vmware.com/software/vmserver/VMware-server-1.0.6-91891.tar.gz</p></blockquote>
<p>The second step is to install some development tools that we’ll need to get things running. Use the following command or click the package names to install the requirements:</p>
<blockquote><p>sudo aptitude install build-essential linux-kernel-devel linux-headers-generic xinetd</p></blockquote>
<p>You will also need to generate a serial number to run VMware Server. Visit this link to register and generate the number of codes you might want. Remember to print the codes or write them down because in my experience they are not emailed to you.</p>
<p>OK, at this point we should have all of the requirements, now we can get to work…</p>
<p>Installation and Configuration</p>
<p>Let’s unpack the VMware archive that we downloaded and run the VMware installer.</p>
<blockquote><p>tar xf VMware-server-1.0.6-*.tar.gz<br />
cd vmware-server-distrib<br />
sudo ./vmware-install.pl</p></blockquote>
<p>The Last Step</p>
<p>If you attempt to run vmware at this point you might notice that it spits out some nasty errors and complains at you. There is one more thing we need to setup.</p>
<p>Basically VMware is missing and complaining about some cairo libraries and gcc. So, the simple fix for this is to point to them by using a symbolic link:</p>
<blockquote><p>sudo ln -sf /usr/lib/gcc/i486-linux-gnu/4.2.3/libgcc_s.so /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1<br />
sudo ln -sf /usr/lib/libpng12.so.0 /usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0</p></blockquote>
<p>At this point you should be able to launch vmware and enjoy some virtualization goodness.  Enjoy!</p>
<p>Visto en: <a title="http://ubuntu-tutorials.com/2008/05/30/install-vmware-server-106-on-ubuntu-804-hardy/" href="http://ubuntu-tutorials.com/2008/05/30/install-vmware-server-106-on-ubuntu-804-hardy/" target="_blank">http://ubuntu-tutorials.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.perezrio.com/2008/12/13/pasos-a-seguir-para-instalar-vmware-en-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problemas de bloqueo de discos en vmware</title>
		<link>http://www.perezrio.com/2008/10/13/problemas-de-bloqueo-de-discos-en-vmware/</link>
		<comments>http://www.perezrio.com/2008/10/13/problemas-de-bloqueo-de-discos-en-vmware/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 22:01:26 +0000</pubDate>
		<dc:creator>rubio</dc:creator>
				<category><![CDATA[Natureza]]></category>
		<category><![CDATA[bloqueo disco]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.perezrio.com/?p=225</guid>
		<description><![CDATA[The error message: Cannot open the disk &#8216;&#60;path&#62;/&#60;file&#62;-nnnnnn.vmdk&#8217; or one of the snapshot disks it depends on. Reason: Failed to lock the file. Solution: Delete the .WRITELOCK files in that path.]]></description>
			<content:encoded><![CDATA[<p>The error message:</p>
<p>Cannot open the disk &#8216;&lt;path&gt;/&lt;file&gt;-nnnnnn.vmdk&#8217; or one of the snapshot disks it depends on.<br />
Reason: Failed to lock the file.</p>
<p>Solution:</p>
<p>Delete the .WRITELOCK files in that path.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perezrio.com/2008/10/13/problemas-de-bloqueo-de-discos-en-vmware/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>En el CERN trabajan con Scientific Linux virtualizado sobre hardware Apple</title>
		<link>http://www.perezrio.com/2008/09/15/en-el-cern-trabajan-con-scientific-linux-virtualizado-sobre-hardware-apple/</link>
		<comments>http://www.perezrio.com/2008/09/15/en-el-cern-trabajan-con-scientific-linux-virtualizado-sobre-hardware-apple/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 16:19:27 +0000</pubDate>
		<dc:creator>rubio</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Software Libre]]></category>
		<category><![CDATA[cern]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.perezrio.com/?p=205</guid>
		<description><![CDATA[VMware ha anunciado que los físicos del CERN, la Organización Europea para la Investigación Nuclear y el laboratorio líder mundial de física de partículas, utilizan VMware Fusion para compartir código informático basado en Linux a través de máquinas virtuales de VMware ejecutadas en hardware de Apple. Este software enlaza con el LHC Computing Grid, una [...]]]></description>
			<content:encoded><![CDATA[<p>VMware ha anunciado que los físicos del CERN, la Organización Europea para la Investigación Nuclear y el laboratorio líder mundial de física de partículas, utilizan VMware Fusion para compartir código informático basado en Linux a través de máquinas virtuales de VMware ejecutadas en hardware de Apple. Este software enlaza con el LHC Computing Grid, una red de más de 150 centros de informática con aproximadamente 40.000 CPU, que manejan 15 petabytes de nueva información cada año.</p>
<p><span id="more-205"></span></p>
<p>Fuente: <a title="http://www.genbeta.com/2008/09/14-en-el-cern-trabajan-con-scientific-linux-virtualizado-con-vmware-sobre-hardware-apple" href="http://www.genbeta.com/2008/09/14-en-el-cern-trabajan-con-scientific-linux-virtualizado-con-vmware-sobre-hardware-apple" target="_blank">Genbeta</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.perezrio.com/2008/09/15/en-el-cern-trabajan-con-scientific-linux-virtualizado-sobre-hardware-apple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Como instalar VMware Server 1.0.6 en Ubuntu 8.04 “Hardy”</title>
		<link>http://www.perezrio.com/2008/06/25/como-instalar-vmware-server-106-en-ubuntu-804-%e2%80%9chardy%e2%80%9d/</link>
		<comments>http://www.perezrio.com/2008/06/25/como-instalar-vmware-server-106-en-ubuntu-804-%e2%80%9chardy%e2%80%9d/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 22:08:56 +0000</pubDate>
		<dc:creator>rubio</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Software Libre]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.perezrio.com/2008/06/25/como-instalar-vmware-server-106-en-ubuntu-804-%e2%80%9chardy%e2%80%9d/</guid>
		<description><![CDATA[Hoy tuve que instalar una serie de maquinas virutales para testear unas distros en linux Off I went to the VMware download page and what did I find?  A day-old release of VMware Server 1.0.6!  I figured you’d all appreciate an updated blog post on how to install VMware Server 1.0.6 on Ubuntu 8.04, so [...]]]></description>
			<content:encoded><![CDATA[<p>Hoy tuve que instalar una serie de maquinas virutales para testear unas distros en linux Off I went to the VMware download page and what did I find?  A day-old release of VMware Server 1.0.6!  I figured you’d all appreciate an updated blog post on how to install VMware Server 1.0.6 on Ubuntu 8.04, so here we are.  (This is much simpler than the previous post, <a href="http://ubuntu-tutorials.com/2008/05/03/install-vmware-server-105-on-ubuntu-804-hardy/" title="how to install vmware server 1.0.5 on ubuntu 8.04">How To Install VMware Server 1.0.5 on Ubuntu 8.04</a>)</p>
<p><strong>Paquetes requeridos<br />
</strong></p>
<p>En primer lugar, desde luego, nos tenemos que descargar el <a href="http://www.vmware.com/download/server/" title="Download VMware Server">VMware Server 1.0.6</a>. El comando wget, nos permite descargarlo de forma directa:</p>
<blockquote><p><code>wget -c http://download3.vmware.com/software/vmserver/VMware-server-1.0.6-91891.tar.gz</code></p></blockquote>
<p>El segundo paso es descargar algunas herramientas de desarrollo necesarias para la compilacion de algunos modulos que necesita vmware:</p>
<blockquote><p><code>sudo aptitude install <a href="apt://build-essential" title="Build Essential">build-essential</a> <a href="apt://linux-kernel-devel" title="linux-kernel-devel">linux-kernel-devel</a> <a href="apt://linux-headers-generic" title="linux-headers-generic">linux-headers-generic</a> <a href="apt://xinetd" title="xinetd">xinetd</a></code></p></blockquote>
<p>You will also need to generate a serial number to run VMware Server.  Visit <a href="http://register.vmware.com/content/registration.html" title="vmware registration page - generate codes to use for installing and using vmware server">this link</a> to register and generate the number of codes you might want. Remember to print the codes or write them down because in my experience they are not emailed to you.</p>
<p>OK, at this point we should have all of the requirements, now we can get to work…</p>
<p><strong>Instalación e configuración<br />
</strong></p>
<p>Let’s unpack the VMware archive that we downloaded and run the VMware installer.</p>
<blockquote><p><code>tar xf VMware-server-1.0.6-*.tar.gz<br />
cd vmware-server-distrib<br />
sudo ./vmware-install.pl<br />
</code></p></blockquote>
<p><strong>El último paso, y casi el más importante </strong></p>
<p>If you attempt to run vmware at this point you might notice that it spits out some nasty errors and complains at you. There is one more thing we need to setup.</p>
<p>Basically VMware is missing and complaining about some cairo libraries and gcc. So, the simple fix for this is to point to them by using a symbolic link:</p>
<blockquote><p>sudo ln -sf /usr/lib/gcc/i486-<a href="http://ubuntu-tutorials.com/2008/05/30/install-vmware-server-106-on-ubuntu-804-hardy/#" id="KonaLink3" target="_top" class="kLink" style="text-decoration: underline ! important; position: static"><font style="color: blue ! important; font-family: Verdana,Helvetica,Sans-Serif; font-weight: 400; font-size: 11px; position: static" color="blue"><span class="kLink" style="border-bottom: 1px solid blue; color: blue ! important; font-family: Verdana,Helvetica,Sans-Serif; font-weight: 400; font-size: 11px; position: static; background-color: transparent">linux</span></font></a>-gnu/4.2.3/libgcc_s.so /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1<br />
sudo ln -sf /usr/lib/libpng12.so.0 /usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0</p></blockquote>
<p>At this point you should be able to launch vmware and enjoy some virtualization goodness.  Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perezrio.com/2008/06/25/como-instalar-vmware-server-106-en-ubuntu-804-%e2%80%9chardy%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redimensionar discos virtuales VMWare</title>
		<link>http://www.perezrio.com/2008/02/20/redimensionar-discos-virtuales-vmware/</link>
		<comments>http://www.perezrio.com/2008/02/20/redimensionar-discos-virtuales-vmware/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 09:31:18 +0000</pubDate>
		<dc:creator>rubio</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Nuevas tecnologías]]></category>
		<category><![CDATA[Software Libre]]></category>
		<category><![CDATA[Traballo]]></category>
		<category><![CDATA[discos]]></category>
		<category><![CDATA[redimensinar]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.perezrio.com/2008/02/20/redimensionar-discos-virtuales-vmware/</guid>
		<description><![CDATA[Redimensionar discos virtuales VMWareAyer cree una partición virtual en un VMWare Workstation que voy a tener que utilizar durante unos días para normalizar un proceso de migración de Windows a Linux. El caso es que como se trataba de instalar un Windows XP y hacer cuatro apaños con él, pues el tamaño de la partición [...]]]></description>
			<content:encoded><![CDATA[<p><strong>          Redimensionar discos virtuales VMWare</strong>Ayer cree una partición virtual en un VMWare Workstation que voy a tener que utilizar durante unos días para normalizar un proceso de migración de Windows a Linux.</p>
<p>El caso es que como se trataba de instalar un Windows XP y hacer cuatro apaños con él, pues el tamaño de la partición lo hice de sólo 2GB. Cuál fue mi sorpresa después de inyectarle las 63 actualizaciones pertinentes que me había quedado con sólo 200MB libres de esos 2048 iniciales. Es algo que no entiendo porque no he instalado <strong>NADA </strong>sobre ese SO.</p>
<p>Por la tarde, hablando con un tipo le comento la jugada y le digo ‘mañana haré la partición más tocha con <strong>vmware-vdiskmanager</strong> y luego redimensionaré el volumen lógico del WinXP con diskpart.exe en Modo a prueba de fallos’.<br />
Un par de comandos y una captura que ilustran el proceso y problema resulto sin <a href="http://es.wikipedia.org/wiki/QParted">QParted</a>, <a href="http://es.wikipedia.org/wiki/Partition%20Magic">Partition Magic</a> ni cositas g?aficas similares.</p>
<p>Nota: en el caso de que el disco a dimensionar no sea ‘preallocated’  basta con la segunda instrucción.</p>
<p><span class="smaller"></span><span class="smaller"></span><span class="smallerb">  </span> <span class="smaller"> Lo primero es convertir el disco virtual de preallocated a growable (de monolito a agrandable o redimensionable), el comando es este:</span></p>
<p><code># vmware-vdiskmanager -r DiscoFuente.vmdk -t 0 DiscoDestino.vmdk</code></p>
<p>Para convertirlo en varios archivos (split) <strong>no redimensionable</strong> (preallocated):</p>
<p><code># vmware-vdiskmanager.exe -r </code><code>DiscoFuente.vmdk</code><code> -t 1 </code><code>DiscoDestino.vmdk</code></p>
<p>Para convertirlo en varios archivos (split) <strong>redimensionable</strong> (growable):</p>
<p><code># vmware-vdiskmanager.exe -r </code><code>DiscoFuente.vmdk</code><code> -t 3 </code><code>DiscoDestino.vmdk</code></p>
<p>Esto convierte el disco de su tipo reservado original a un disco virtual growable que consiste en un solo archivo de disco virtual. La espacio de disco virtual se reserva no más.</p>
<p><span id="more-491"></span><strong>Ampliar el tamaño de un disco virtual existente:</strong></p>
<p>Para ampliar el tamaño de un disco virtual, utiliza el  siguiente comando:</p>
<p><code># vmware-vdiskmanager -x 40GB Disco_Growable.vmdk</code></p>
<p>Esto aumenta la capacidad máxima del disco virtual a 40GB.</p>
<p>Ahora para arrancar la máquina deberemos darle la ruta de la imagen que hemos redimensionado.</p>
<p><a href="http://www.solusan.com/wp-content/2007/06/dibujo.PNG" title="Redimensionar discos virtuales VMWare"><br />
</a></p>
<p>La siguiente ilustración muestra como aumentar la partición de trabajo en este caso de C:\<br />
<a href="http://www.solusan.com/wp-content/2007/06/diskpart.png" title="diskpart.png"><br />
</a><br />
Y con esos cuatro comandos en la consola de Windows completamos el proceso.</p>
<p>Addendum:</p>
<p>Para hacer pruebas recimiendo la creación de máquinas virtuales mediante la aplicación que nos brinda esta web: <a href="http://www.easyvmx.com/" title="http://www.easyvmx.com/ " target="_blank">http://www.easyvmx.com/</a></p>
<p>Fuente: <a href="http://www.solusan.com/redimensionar-discos-virtuales-vmware.html" title="http://www.solusan.com/redimensionar-discos-virtuales-vmware.html" target="_blank">Solusan.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.perezrio.com/2008/02/20/redimensionar-discos-virtuales-vmware/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Redirección de puertos en VMware</title>
		<link>http://www.perezrio.com/2008/02/13/redireccion-de-puertos-en-vmware/</link>
		<comments>http://www.perezrio.com/2008/02/13/redireccion-de-puertos-en-vmware/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 15:15:14 +0000</pubDate>
		<dc:creator>rubio</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Nuevas tecnologías]]></category>
		<category><![CDATA[Software Libre]]></category>
		<category><![CDATA[Traballo]]></category>
		<category><![CDATA[nat]]></category>
		<category><![CDATA[port forward]]></category>
		<category><![CDATA[redirección de puertos]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.perezrio.com/2008/02/13/redireccion-de-puertos-en-vmware/</guid>
		<description><![CDATA[VMware Server is totally free. All you need is just to register your name and address to obtain a number of serial numbers. You may get up to 100 serial numbers at a time. In VMware, there are 3 network types: bridge, nat, and host-only. Bridge is the most powerful one but you need an [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vmware.com/products/server/" title="VMware Server">VMware Server</a> is totally free. All you need is just to register your name and address to obtain a number of serial numbers. You may get up to 100 serial numbers at a time. In VMware, there are 3 network types: bridge, nat, and host-only. Bridge is the most powerful one but you need an extra IP address. If you don&#8217;t have one, you might be interesting in nat or host-only. Nat seems to be better to keep your guest OS up-to-date and connected to the internet. However, Nat means you can&#8217;t connect to the guest OS directly from internet so you can&#8217;t run it as a server. Anyway, it is possible to forward port to the guest OS behind VMware&#8217;s nat.Usually, the nat configuration will be stored in a file named <code>nat.conf</code> located in each VMware&#8217;s network device. For example, my host OS has <code>vmnet8</code> as a nat device so there is a <code>nat.conf</code> as follow.</p>
<pre><code>/etc/vmware/vmnet8/nat/nat.conf
</code></pre>
<p>Port forwarding is in section <code>incomingtcp</code> and <code>incomingudp</code>. For example, I would like to ssh to the guest OS on port 22 through port 8022 on the host OS.</p>
<pre><code>[incomingtcp]
8022 = 172.16.187.3:22
</code></pre>
<p>After that I have to restart VMware&#8217;s network services as below.</p>
<pre><code>/usr/lib/vmware/net-services.sh restart
</code></pre>
<p>So now I can ssh to the guest OS as follow.</p>
<pre><code>ssh -p 8022 myhost.com
</code></pre>
<p>Fuente: <a href="http://www.howforge.com/port-forward-in-vmware-server-for-linux" title="http://www.howforge.com/port-forward-in-vmware-server-for-linux" target="_blank">Howforge.com</a><a href="http://technorati.com/tag/port+forward" title="reference on port forward" rel="tag" target="_blank"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.perezrio.com/2008/02/13/redireccion-de-puertos-en-vmware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

