<?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>BigWisu.com &#187; Virtualization</title>
	<atom:link href="http://www.bigwisu.com/category/it/virtualization/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bigwisu.com</link>
	<description>I forget stuff... really!!!</description>
	<lastBuildDate>Mon, 19 Dec 2011 22:38:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>RAM 8GB&#8230; Lebay nggak sih?</title>
		<link>http://www.bigwisu.com/2011/06/04/ram-8gb-lebay-nggak-sih</link>
		<comments>http://www.bigwisu.com/2011/06/04/ram-8gb-lebay-nggak-sih#comments</comments>
		<pubDate>Sat, 04 Jun 2011 15:13:24 +0000</pubDate>
		<dc:creator>Wisu Suntoyo</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux Desktop]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.bigwisu.com/?p=1654</guid>
		<description><![CDATA[Laptop sekarang makin canggih ya&#8230; Jaman dulu ngebayangin pake RAM 512KB aja udah hebat&#8230; eh sekarang Lenovo gue dijejalin RAM 8GB&#8230; konsekuensi nya emang musti fresh install Ubuntu 64Bit&#8230; Kernel PAE kayaknya kurang greng&#8230; tapi sekarang arsitektur AMD64 ini udah menyenangkan koq&#8230; Flash bisa jalan tanpa effort yang berlebihan&#8230; Emang enak ngejalanin VirtualBox&#8230; bisa foya2 [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bigwisu.com/wp-content/uploads/2011/06/110604system.resized.png" alt="" title="8GB" width="512" height="288" /></p>
<p>Laptop sekarang makin canggih ya&#8230; Jaman dulu ngebayangin pake RAM 512KB aja udah hebat&#8230; eh sekarang Lenovo gue dijejalin RAM 8GB&#8230; konsekuensi nya emang musti fresh install Ubuntu 64Bit&#8230; Kernel PAE kayaknya kurang greng&#8230; tapi sekarang arsitektur AMD64 ini udah menyenangkan koq&#8230; Flash bisa jalan tanpa effort yang berlebihan&#8230; </p>
<p>Emang enak ngejalanin VirtualBox&#8230; bisa foya2 kasih RAM ke guest sampe 1GB&#8230;</p>
<p>Tapi&#8230; Omong2&#8230; lebay nggak sih&#8230; pake RAM 8GB di laptop?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bigwisu.com/2011/06/04/ram-8gb-lebay-nggak-sih/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>VMware Server 2 on Lenny</title>
		<link>http://www.bigwisu.com/2009/02/21/vmware-server-2-on-lenny</link>
		<comments>http://www.bigwisu.com/2009/02/21/vmware-server-2-on-lenny#comments</comments>
		<pubDate>Sat, 21 Feb 2009 00:43:09 +0000</pubDate>
		<dc:creator>Wisu Suntoyo</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.bigwisu.com/?p=411</guid>
		<description><![CDATA[After upgrading a server from Etch to Lenny, I also decided to upgrade to VMware Server 2&#8230; (gym) However I stumbled upon a warning when trying to compile the vmmon modules for VMware Server&#8230; None of the pre-built vmmon modules for VMware Server is suitable for your running kernel. Do you want this program to [...]]]></description>
			<content:encoded><![CDATA[<p>After upgrading a server from Etch to Lenny, I also decided to upgrade to VMware Server 2&#8230; (gym)<br />
However I stumbled upon a warning when trying to compile the vmmon modules for VMware Server&#8230;</p>
<blockquote><p>None of the pre-built vmmon modules for VMware Server is suitable for your<br />
running kernel.  Do you want this program to try to build the vmmon module for<br />
your system (you need to have a C compiler installed on your system)? [yes] </p>
<p>Using compiler &#8220;/usr/bin/gcc&#8221;. Use environment variable CC to override.</p>
<p>Your kernel was built with &#8220;gcc&#8221; version &#8220;4.1.3&#8243;, while you are trying to use<br />
&#8220;/usr/bin/gcc&#8221; version &#8220;4.3.2&#8243;. This configuration is not recommended and<br />
VMware Server may crash if you&#8217;ll continue. Please try to use exactly same<br />
compiler as one used for building your kernel. Do you want to go with compiler<br />
&#8220;/usr/bin/gcc&#8221; version &#8220;4.3.2&#8243; anyway? [no]</p></blockquote>
<p>I don&#8217;t think it is wise to force version &#8220;4.3.2&#8243;, the hint said to set the CC environment to point to gcc version &#8220;4.1.3&#8243;&#8230; so&#8230; since I already have gcc-4.1 installed&#8230; </p>
<blockquote><p>$ dpkg -l | grep gcc-4.1<br />
ii  gcc-4.1                              4.1.2-25                   The GNU C compiler<br />
ii  gcc-4.1-base                         4.1.2-25                   The GNU Compiler Collection (base package)</p></blockquote>
<p>I simply ran&#8230;</p>
<blockquote><p>
export CC=/usr/bin/gcc-4.1</p></blockquote>
<p>and re-ran the vmware-install.pl file&#8230; </p>
<blockquote><p>Using compiler &#8220;/usr/bin/gcc-4.1&#8243;. Use environment variable CC to override.</p>
<p>What is the location of the directory of C header files that match your running<br />
kernel? [/lib/modules/2.6.26-1-amd64/build/include] </p></blockquote>
<p>It didn&#8217;t seem to warn about the difference in the minor version&#8230; <img src='http://www.bigwisu.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bigwisu.com/2009/02/21/vmware-server-2-on-lenny/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Virtualisasi Server Dengan JeOS</title>
		<link>http://www.bigwisu.com/2009/01/02/virtualisasi-server-dengan-jeos</link>
		<comments>http://www.bigwisu.com/2009/01/02/virtualisasi-server-dengan-jeos#comments</comments>
		<pubDate>Fri, 02 Jan 2009 04:03:26 +0000</pubDate>
		<dc:creator>Wisu Suntoyo</dc:creator>
				<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.bigwisu.com/?p=240</guid>
		<description><![CDATA[Sering saya deploy production server berbasis Ubuntu LTS yang diinstal dalam kondisi virtual pada host yang terinstall VMware Server. Beberapa bulan yang lalu sempat rame di milis id-ubuntu soal adanya keluarga baru Ubuntu buatan Canonical bernama JeOS, awalnya saya berpikir bahwa distro ini bakal berfungsi sebagai host, namun setelah saya baca informasi di website Ubuntu.com [...]]]></description>
			<content:encoded><![CDATA[<p>Sering saya deploy production server berbasis Ubuntu LTS yang diinstal dalam kondisi virtual pada host yang terinstall VMware Server. Beberapa bulan yang lalu sempat rame di milis id-ubuntu soal adanya keluarga baru Ubuntu buatan Canonical bernama JeOS, awalnya saya berpikir bahwa distro ini bakal berfungsi sebagai host, namun setelah saya baca informasi di website Ubuntu.com mengenai JeOS </p>
<blockquote><p>Ubuntu JeOS has been tuned to take advantage of key performance technologies in the latest virtualization products from VMware. This combination of reduced size and optimized performance ensures that Ubuntu JeOS Edition delivers a highly efficient use of server resources in large virtual deployments.</p></blockquote>
<p>dapat saya simpulkan bahwa sistem operasi ini telah dioptimasi untuk bekerja dalam kondisi virtual. Dimana sudah diikut sertakannya kernel virtual dan dihilangkannya komponen-komponen yang tidak diperlukan dalam lingkungan virtual.</p>
<p>Informasi lebih banyak mengenai JeOS bisa diperoleh dari <a href="http://www.ubuntu.com/products/whatisubuntu/serveredition/jeos">http://www.ubuntu.com/products/whatisubuntu/serveredition/jeos</a>, terdapat 2 versi yaitu JeOS berbasis server Hardy sebagai rilis LTS dan yang berbasis server Interpid sebagai rilis terbaru. Requirment yang dibutuhkan JeOS sangat kecil bahkan bisa bekerja dengan RAM 128M dan menurut informasi HDD space yang diperlukan juga sangat sedikit.  </p>
<p>Untuk deployment server ini saya unduh JeOS dari url berikut <a href="http://cdimage.ubuntu.com/jeos/releases/8.04.1/release/">http://cdimage.ubuntu.com/jeos/releases/8.04.1/release/</a>, langsung dari canonical sebab saya tidak menemukan file iso JeOS tersebut di foss-id.web.id dan kambing.ui.edu.</p>
<blockquote><p>sekalian saya dong&#8230; pengelola mirror kalo bisa sediain mirror iso image JeOS <img src='http://www.bigwisu.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p></blockquote>
<p>Seperti biasa dari web interface VMware server 2 saya create sebuah VM baru dengan CDROM yang menunjuk file iso JeOS tersebut. Boot VM dan saya disambut layar khas instalasi Ubuntu</p>
<p><img src="http://lh5.ggpht.com/_HGHQubxTbyE/SV1-LDRHHFI/AAAAAAAAC20/K5U5h_ceC7c/s400/JeOS01.png" alt="JeOS 01" /><br />
Bedanya ada tulisan &#8220;JeOS&#8221;</p>
<p>Instalasi semua sama persis seperti Hardy Heron, bedanya jika kita melihat tahapan instalasi kernel, akan tampak instalasi kernel virtual, artinya kernel yang diinstall sudah dioptimasi untuk bekerja dalam lingkungan virtualisasi.</p>
<p><img src="http://lh5.ggpht.com/_HGHQubxTbyE/SV1-LYCmmrI/AAAAAAAAC28/q3XH1W1E9B8/s400/JeOS02.png" alt="JeOS02" /> </p>
<p>Selanjutnya setelah server sudah terinstall langkah yang selalu saya lakukan adalah mengubah default entry /etc/apt/sources.list supaya menuju ke foss-id.web.id. </p>
<blockquote><p>
vim /etc/apt/sources.list</p></blockquote>
<p>Kemudian</p>
<blockquote><p>
:%s/id.archive.ubuntu.com/dl2.foss-id.web.id/g</p></blockquote>
<p>Jauh lebih kenceng bok!</p>
<p>Setelah itu saya lakukan update terhadap sistem</p>
<blockquote><p>
sudo apt-get update &#038;&#038; sudo apt-get upgrade</p></blockquote>
<p>Jika menggunakan sebuah server tervirtualisasi dengan VMware Server saya melihat adanya peningkatan performance networking yang sangat tinggi jika saya install VMware tools. Tools ini rupanya tidak tersedia secara  default dalam distro ini, untuk itu kita perlu install secara manual dengan terlebih dahulu install paket2 untuk build VMware-tools</p>
<blockquote><p>sudo apt-get install build-essential linux-headers-$(uname -r) psmisc</p></blockquote>
<p>setelah itu dari web gui VMware server 2 saya klik install vmware tools</p>
<p><img src="http://lh4.ggpht.com/_HGHQubxTbyE/SV1-LVs1T7I/AAAAAAAAC3E/AOAidr8jf7o/s400/JeOS03.png" alt="JeOS03" /></p>
<p>kemudian dari console saya mount CD instalasi VMware Tools</p>
<blockquote><p>mount /media/cdrom0</p></blockquote>
<p>Copy file instalasi ke /tmp</p>
<blockquote><p>sudo cp -a /media/cdrom0/VMwareTools*.gz /tmp/</p></blockquote>
<p>ektrak lalu install</p>
<blockquote><p>cd /tmp/<br />
sudo tar -xzvf VMwareTools*.gz<br />
cd vmware-tools-distrib/<br />
sudo ./vmware-install.pl</p></blockquote>
<p>selanjutnya saya reboot VM tersebut, setelah kembali nyala tampilan informasi mengenai VM tersebut akan berbeda</p>
<p><img src="http://lh3.ggpht.com/_HGHQubxTbyE/SV1-LjQLT1I/AAAAAAAAC3M/KfwSF7jB1RY/s400/JeOS04.png" alt="JeOS04" /></p>
<p>Selanjutnya guest VM tersebut telah siap digunakan.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bigwisu.com/2009/01/02/virtualisasi-server-dengan-jeos/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Upgrading this Production Server to VMware Server 2.0</title>
		<link>http://www.bigwisu.com/2008/12/25/upgrading-this-production-server-to-vmware-server-20</link>
		<comments>http://www.bigwisu.com/2008/12/25/upgrading-this-production-server-to-vmware-server-20#comments</comments>
		<pubDate>Thu, 25 Dec 2008 09:24:30 +0000</pubDate>
		<dc:creator>Wisu Suntoyo</dc:creator>
				<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.bigwisu.com/?p=237</guid>
		<description><![CDATA[The server running this website and many more other virtual hosts is a VMware guest running in a Data Center in Gedung Cyber&#8230; The VMware server 1.0.3 that powers it hosts 3 other machines without breaking to much of a sweet&#8230; due to the availability of VMware Server 2.0&#8230; i think it is time to [...]]]></description>
			<content:encoded><![CDATA[<p>The server running this website and many more other virtual hosts is a VMware guest running in a Data Center in Gedung Cyber&#8230; The VMware server 1.0.3 that powers it hosts 3 other machines without breaking to much of a sweet&#8230; due to the availability of VMware Server 2.0&#8230; i think it is time to upgrade the host to VMware Server 2.0&#8230; the process turned out to be only 34 minutes of down time&#8230; </p>
<p>The following steps tell how it is done&#8230;</p>
<p>1. Preparation&#8230; I did a some testing a week ago on a local desktop at the office which worked out well&#8230; on the first run&#8230;</p>
<p>2. Last night I downloaded the latest VMware Server 2.0 tar package from http://www.vmware.com directly to the host using links&#8230; and copy &#8211; pasted the license to a text file on my notebook&#8230; didn&#8217;t want to wait for chunky 500 Megs to download over the puny international link&#8230; so I went to sleep&#8230; this morning my wife wanted to go shopping so we went to Tanah Abang&#8230; Hey&#8230; its a public holiday&#8230; of-course&#8230; family comes first <img src='http://www.bigwisu.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>3. Always have a back-out plan&#8230; yeah&#8230; yeah&#8230; yeah&#8230; its best practice&#8230; with that in mind I can always scp the VM&#8217;s to the second VMware server I have at the same data center&#8230; transferring the VM&#8217;s over the 1GB link would not be too much of a wait&#8230; if that does really happen I would have to reduce the RAM of the guest VM&#8217;s to allow it to boot&#8230; I&#8217;m pushing resources here!</p>
<p>4. Done with testing&#8230; prepared the necessary files&#8230; have a back-out plan&#8230; now comes deployment&#8230; I halted each VM via ssh-ing into each of them one-by-one&#8230; downtime is ticking now&#8230;</p>
<blockquote><p>
wisu@orange:~$ sudo halt</p></blockquote>
<p>then I stopped the VMware service</p>
<blockquote><p>wisu@ungu:~$ sudo /etc/init.d/vmware stop</p></blockquote>
<p>after that I extracted the VMware package</p>
<blockquote><p>
wisu@ungu:~$ tar -zxvf VMware-server-2.0.0-122956.i386.tar.gz</p></blockquote>
<p>Whoops! I should of done that before hand&#8230; it would of reduced down time&#8230; well <img src='http://www.bigwisu.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  &#8230; after waiting I navigate to the install files</p>
<blockquote><p>wisu@ungu:~$ cd vmware-server-distrib/</p></blockquote>
<p>then ran the installation</p>
<blockquote><p>wisu@ungu:~$ sudo ./vmware-install.pl</p></blockquote>
<p>VMware detected the older version&#8230; I pretty much accepted the defaults of each question specially when it said that it would use the existing network settings&#8230; the only exception is that I specified a specific user as the VMware Server administrator&#8230; then when it prompted for a license I copy-pasted the code from the text file i saved last night&#8230; and the installation ran as previously tested&#8230; VMware started all the VM services&#8230; and  the installation said the magic word&#8230; <strong>Successfully</strong> bla&#8230; bla.. bla&#8230;</p>
<p>5. Next I had to change the firewall settings to allow me access to the secure web interface&#8230; which was tcp port 8333&#8230; </p>
<p>6. Then I accessed the web interface and it said that only one VM was alive&#8230; well it does boot the virtual machine one at a time&#8230; I must be early&#8230;</p>
<p>7. I could say that the upgrade was complete&#8230; but I had to test the console as well&#8230; turned out that the firefox addon was different from the one i used at the testing environment&#8230; thus I had to wait for the 18.9 M plugin to download over speedy&#8230; </p>
<p>8. While waiting for the download, I ssh-ed to each host and verified each service was up and running&#8230;</p>
<p>9. Finally the download was complete and I could access one console&#8230; </p>
<p>OK&#8230; the stopwatch said 34 minutes downtime&#8230; I could of done it in lesser down time&#8230; but over all I still have a good enough report to each client&#8230; <img src='http://www.bigwisu.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  more important is&#8230; I have plenty of time to play with the kids&#8230; got yoyo tricks to try out&#8230; <img src='http://www.bigwisu.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bigwisu.com/2008/12/25/upgrading-this-production-server-to-vmware-server-20/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Server 2</title>
		<link>http://www.bigwisu.com/2008/10/09/vmware-server-2</link>
		<comments>http://www.bigwisu.com/2008/10/09/vmware-server-2#comments</comments>
		<pubDate>Thu, 09 Oct 2008 04:44:44 +0000</pubDate>
		<dc:creator>Wisu Suntoyo</dc:creator>
				<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.bigwisu.com/?p=206</guid>
		<description><![CDATA[Sebelum lebaran VMware resmi merilis VMware Server 2&#8230; Instalasi di Hardy Heron gampang banget&#8230; tinggal install beberapa aplikasi dan kernel headers yang dibutuhkan untuk nge-build&#8230; sudo apt-get install linux-headers-`uname -r` build-essential xinetd download aplikasinya dari https://www.vmware.com/freedownload/p/download.php?product=server20 untuk ubuntu bisa pilih format tar.gz&#8230; sebelumnya anda harus register untuk mendapatkan license key dan download link nya&#8230; extract [...]]]></description>
			<content:encoded><![CDATA[<p>Sebelum lebaran VMware resmi merilis VMware Server 2&#8230; </p>
<p>Instalasi di Hardy Heron gampang banget&#8230; tinggal install beberapa aplikasi dan kernel headers yang dibutuhkan untuk nge-build&#8230;</p>
<blockquote><p>sudo apt-get install linux-headers-`uname -r` build-essential xinetd</p></blockquote>
<p>download aplikasinya dari</p>
<p>https://www.vmware.com/freedownload/p/download.php?product=server20</p>
<p>untuk ubuntu bisa pilih format tar.gz&#8230; sebelumnya anda harus register untuk mendapatkan license key dan download link nya&#8230; extract</p>
<blockquote><p>sudo tar -zxvf VMware-server-2.0.0-116503.i386.tar.gz </p></blockquote>
<p>Lalu install </p>
<blockquote><p>sudo ./vmware-install.pl</p></blockquote>
<p>Isi lokasi install, setting networking dll.. kemudian masukkin license keynya&#8230; dan VMware server 2 terinstall dengan baik&#8230; dan menginformasikan bahwa sudah berjalan&#8230;</p>
<p>Selanjutnya port 8333 server saya buka biar bisa akses Web GUI nya.. dan seperti tertulis di banyak situs Aplikasi ini tidak lagi mengikut sertakan VMware console terinstall&#8230; semua dilakukan melalui web browser&#8230; </p>
<p>Saat power on VM, dan ingin mengakses console&#8230; Firefox akan menginstall plugin&#8230; yang gedhenya 19 MB&#8230; </p>
<p><img src="http://lh4.ggpht.com/bigwisu/SOxafx1YIDI/AAAAAAAAB8c/DzikMHWuiEo/s288/VM.png" alt="" /></p>
<p>Setelah terinstall restart firefox&#8230; dan tampilannya&#8230;</p>
<table style="width:auto;">
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/0RgKyg80oIM_EFNZPRpqZg?authkey=5tyQBv6G_qI" target="blank"><img src="http://lh6.ggpht.com/bigwisu/SOxaf7leA9I/AAAAAAAAB8k/A-8FLhBo0t4/s144/VM1.png" /></a></td>
</tr>
<tr>
<td style="font-family:arial,sans-serif; font-size:11px; text-align:right"></table>
<p>Akses console cukup nyaman walaupun server berada di gedung cyber&#8230; dan koneksi internet di kantor 512 keroyokan&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bigwisu.com/2008/10/09/vmware-server-2/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>VMWare Server &#8220;Failed to lock the file&#8221; error</title>
		<link>http://www.bigwisu.com/2008/01/07/vmware-server-failed-to-lock-the-file-error</link>
		<comments>http://www.bigwisu.com/2008/01/07/vmware-server-failed-to-lock-the-file-error#comments</comments>
		<pubDate>Mon, 07 Jan 2008 07:50:29 +0000</pubDate>
		<dc:creator>Wisu Suntoyo</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.bigwisu.com/2008/01/07/vmware-server-failed-to-lock-the-file-error/</guid>
		<description><![CDATA[One of my VMWare Servers in Pekanbaru returned this error&#8230; Its running VMWare Server 1.0.3 on Debian Etch&#8230; and must of been shut down improperly&#8230; Resolving requires me to delete 2 *.WRITELOCK files within the same directory as the *.vmdk file&#8230; $ ls 564d77ac-9f7e-2227-ad4a-45fc12749f5f.vmem 564d77ac-9f7e-2227-ad4a-45fc12749f5f.vmem.WRITELOCK nvram vmware-0.log vmware-1.log vmware-2.log vmware.log Windows XP Professional-f001.vmdk Windows XP [...]]]></description>
			<content:encoded><![CDATA[<p>One of my VMWare Servers in Pekanbaru returned this error&#8230;<br />
Its running VMWare Server 1.0.3 on Debian Etch&#8230; and must of been shut down improperly&#8230; </p>
<p>Resolving requires me to delete 2 <em>*.WRITELOCK</em> files within the same directory as the <em>*.vmdk</em> file&#8230;</p>
<blockquote><p>$ ls<br />
564d77ac-9f7e-2227-ad4a-45fc12749f5f.vmem<br />
564d77ac-9f7e-2227-ad4a-45fc12749f5f.vmem.WRITELOCK<br />
nvram<br />
vmware-0.log<br />
vmware-1.log<br />
vmware-2.log<br />
vmware.log<br />
Windows XP Professional-f001.vmdk<br />
Windows XP Professional-f002.vmdk<br />
Windows XP Professional-f003.vmdk<br />
Windows XP Professional-f004.vmdk<br />
Windows XP Professional-f005.vmdk<br />
Windows XP Professional-f006.vmdk<br />
Windows XP Professional-f007.vmdk<br />
Windows XP Professional-f008.vmdk<br />
Windows XP Professional.vmdk<br />
Windows XP Professional.vmdk.WRITELOCK<br />
Windows XP Professional.vmsd<br />
Windows XP Professional.vmx</p></blockquote>
<p>after that starting the virtual machine from the VMWare MUI seems to do the trick&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bigwisu.com/2008/01/07/vmware-server-failed-to-lock-the-file-error/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Virtual Infrastructure</title>
		<link>http://www.bigwisu.com/2007/05/13/virtual-infrastructure</link>
		<comments>http://www.bigwisu.com/2007/05/13/virtual-infrastructure#comments</comments>
		<pubDate>Sun, 13 May 2007 02:07:51 +0000</pubDate>
		<dc:creator>Wisu Suntoyo</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.bigwisu.com/?p=21</guid>
		<description><![CDATA[Akhirnya kesampaian juga upgrade server, sekarang &#8220;ungu.bigwisu.com&#8221; sudah retired&#8230; digantikan oleh sebuah Virtual Machine &#8220;merah.bigwisu.com&#8221;&#8230; Server ini jalan diatas Virtual Infrastructure&#8230; sebuah mesin AMD Athlon 64Bit dengan RAM 2GB HDD 2x 80GB&#8230; secara resource mesin ini sangatlah berlebih&#8230; Jadi jika anda butuh sebuah dedicated server, mungkin anda bisa mencoba sebuah Virtual Machine yang jalan di [...]]]></description>
			<content:encoded><![CDATA[<p>Akhirnya kesampaian juga upgrade server, sekarang &#8220;ungu.bigwisu.com&#8221; sudah retired&#8230;  digantikan oleh sebuah Virtual Machine &#8220;merah.bigwisu.com&#8221;&#8230;</p>
<p>Server ini jalan diatas Virtual Infrastructure&#8230; sebuah mesin AMD Athlon 64Bit dengan RAM 2GB HDD 2x 80GB&#8230; secara resource mesin ini sangatlah berlebih&#8230; </p>
<p>Jadi jika anda butuh sebuah dedicated server, mungkin anda bisa mencoba sebuah  Virtual Machine yang jalan di server saya&#8230; tentunya dengan harga yang menarik&#8230; <img src='http://www.bigwisu.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bigwisu.com/2007/05/13/virtual-infrastructure/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

