<?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>Virtualize.dk &#187; VMWare</title>
	<atom:link href="http://www.virtualize.dk/category/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtualize.dk</link>
	<description>Scripts, tips and hints for your VI environment</description>
	<lastBuildDate>Tue, 22 Jun 2010 07:24:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Added VMWare RSS-feed</title>
		<link>http://www.virtualize.dk/2009/11/add-vmware-rss-feed/</link>
		<comments>http://www.virtualize.dk/2009/11/add-vmware-rss-feed/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 08:47:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.virtualize.dk/?p=86</guid>
		<description><![CDATA[Check out the latest VMWare-news in the sidebar.]]></description>
			<content:encoded><![CDATA[<p>Check out the latest VMWare-news in the sidebar.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualize.dk/2009/11/add-vmware-rss-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting the error &#8220;The operation is not allowed in the current state&#8221; when trying to vmotion a vm</title>
		<link>http://www.virtualize.dk/2009/11/getting-the-error-the-operation-is-not-allowed-in-the-current-state-when-trying-to-vmotion-a-vm/</link>
		<comments>http://www.virtualize.dk/2009/11/getting-the-error-the-operation-is-not-allowed-in-the-current-state-when-trying-to-vmotion-a-vm/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 13:19:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.virtualize.dk/?p=80</guid>
		<description><![CDATA[I am gonna upgrade out ESX4-hosts to u1 and i came across this problem. One of the VMs would not vmotion to another host. I am getting this error &#8220;Migrate virtual machine ubuntu02.domain.tld The operation is not allowed in the current state.&#8221; The thing that was wierd was, that it was only that VM that [...]]]></description>
			<content:encoded><![CDATA[<p>I am gonna upgrade out ESX4-hosts to u1 and i came across this problem. One of the VMs would not vmotion to another host. I am getting this error</p>
<p>&#8220;Migrate virtual machine ubuntu02.domain.tld The operation is not allowed in the current state.&#8221;</p>
<p>The thing that was wierd was, that it was only that VM that had the problem. The CPU and memory-usage counter showed 0. So i tried reinstalling vmware tools and reboot. Nothing helped.</p>
<p>I found the solution <a href="http://communities.vmware.com/message/1422332#1422332" target="_blank">here</a></p>
<p>service mgmt-vmware restart</p>
<p>and</p>
<p>service vmware-vpxa restart</p>
<p>solved the problem</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualize.dk/2009/11/getting-the-error-the-operation-is-not-allowed-in-the-current-state-when-trying-to-vmotion-a-vm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding a new disk in linux using thin provisioning.</title>
		<link>http://www.virtualize.dk/2009/11/adding-a-new-disk-in-linux-using-thin-provisioning/</link>
		<comments>http://www.virtualize.dk/2009/11/adding-a-new-disk-in-linux-using-thin-provisioning/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 11:01:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.virtualize.dk/?p=57</guid>
		<description><![CDATA[I had to add another harddrive to a test VM and wondered how to take advantage of thin provisioning in linux. On Windows VM’s you have to do a “Quick Format” to use thin provisioning. Here is what you do on a linux (ubuntu) VM. Shutdown the VM (if you dont have Hotadd-feature licensed) Add [...]]]></description>
			<content:encoded><![CDATA[<p>I had to add another harddrive to a test VM and wondered how to take advantage of thin provisioning in linux. On Windows VM’s you have to do a “Quick Format” to use thin provisioning. Here is what you do on a linux (ubuntu) VM.</p>
<ol>
<li>Shutdown the VM (if you dont have Hotadd-feature licensed)</li>
<li>Add a new harddrive with thin provisioning</li>
<li>Start the VM</li>
<li>Log in</li>
<li>Check the dmesg to find the devicename of the new harddrive ( in my case /dev/sdb )</li>
<li>sudo mkfs.ext3 /dev/sdb (use another mkfs-command to use the filesystem of your choise)</li>
<li>/dev/sdb is entire device, not just one partition!<br />
Proceed anyway? (y,n) y</li>
<li>Wait for it to finish</li>
<li>Mount the harddrive (sudo mount /dev/sdb /home/newharddrive)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualize.dk/2009/11/adding-a-new-disk-in-linux-using-thin-provisioning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading vmware tools and kernel on a linux (ubuntu) VM.</title>
		<link>http://www.virtualize.dk/2009/11/upgrading-vmware-tools-and-kernel-on-a-linux-ubuntu-vm/</link>
		<comments>http://www.virtualize.dk/2009/11/upgrading-vmware-tools-and-kernel-on-a-linux-ubuntu-vm/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 10:59:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.virtualize.dk/?p=55</guid>
		<description><![CDATA[This is the way it worked for me Upgrade all apps (sudo apt-get update &#38;&#38; sudo apt-get upgrade) Reboot Upgrade the kernel (sudo apt-get dist-upgrade) Reboot Install new kernel headers ( sudo apt-get install linux-headers-`uname -r` ) Choose “Install/update vmware tools” in the VI-client Mount the CD (sudo mkdir /mnt/cdrom &#38;&#38; sudo mount /dev/cdrom /mnt/cdrom [...]]]></description>
			<content:encoded><![CDATA[<p>This is the way it worked for me</p>
<ol>
<li>Upgrade all apps (sudo apt-get update &amp;&amp; sudo apt-get upgrade)</li>
<li>Reboot</li>
<li>Upgrade the kernel (sudo apt-get dist-upgrade)</li>
<li>Reboot</li>
<li>Install new kernel headers ( sudo apt-get install linux-headers-`uname -r` )</li>
<li>Choose “Install/update vmware tools” in the VI-client</li>
<li>Mount the CD (sudo mkdir /mnt/cdrom &amp;&amp; sudo mount /dev/cdrom /mnt/cdrom )</li>
<li>Copy the tar to your homefolder ( cp /mnt/cdrom/VMwareTools-x.x.x-yyyyyy.tar.gz /home/username)</li>
<li>Untar (cd /home/username &amp;&amp; tar zxvf VMwareTools-x.x.x-yyyyyy.tar.gz)</li>
<li>Install the upgrade (sudo /home/username/vmware-tools-distrib/vmware-install.pl)</li>
<li>Follow the instructions on the screen</li>
<li>Reboot</li>
</ol>
<p>Done</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualize.dk/2009/11/upgrading-vmware-tools-and-kernel-on-a-linux-ubuntu-vm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ESX-script updated to work with vSphere</title>
		<link>http://www.virtualize.dk/2009/11/esx-script-updated-to-work-with-vsphere/</link>
		<comments>http://www.virtualize.dk/2009/11/esx-script-updated-to-work-with-vsphere/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 10:54:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[VCB]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.virtualize.dk/?p=50</guid>
		<description><![CDATA[Is now ver 0.3 Download]]></description>
			<content:encoded><![CDATA[<p>Is now ver 0.3</p>
<p><a href="http://www.virtualize.dk/myscripts/automatedvcbbackup-v0.3.zip" target="_blank">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualize.dk/2009/11/esx-script-updated-to-work-with-vsphere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network problems after virtual hardware upgrading Windows 2008 Server</title>
		<link>http://www.virtualize.dk/2009/11/network-problems-after-virtual-hardware-upgrading-windows-2008-server/</link>
		<comments>http://www.virtualize.dk/2009/11/network-problems-after-virtual-hardware-upgrading-windows-2008-server/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 10:54:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.virtualize.dk/?p=48</guid>
		<description><![CDATA[After I upgraded from ESX 3.5 to 4.0 I also upgraded the virtual hardware from V4 to V7. That meaning the some of the virtual hardware in the vm had to be reinstalled. In Windows 2008 server it installed a new NIC called “Local Area Connection 2″ with the E1000-driver. Some services like DNS did [...]]]></description>
			<content:encoded><![CDATA[<p>After I upgraded from ESX 3.5 to 4.0 I also upgraded the virtual hardware from V4 to V7. That meaning the some of the virtual hardware in the vm had to be reinstalled. In Windows 2008 server it installed a new NIC called “Local Area Connection 2″ with the E1000-driver. Some services like DNS did not like that. I fixed it by adding another NIC (VMXNET3) and adding the former IP. Then I deleted the E1000-NIC.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualize.dk/2009/11/network-problems-after-virtual-hardware-upgrading-windows-2008-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Default root login for VMware Data Recovery</title>
		<link>http://www.virtualize.dk/2009/11/default-root-login-for-vmware-data-recovery/</link>
		<comments>http://www.virtualize.dk/2009/11/default-root-login-for-vmware-data-recovery/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 10:52:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.virtualize.dk/?p=44</guid>
		<description><![CDATA[For the console: User: root Password: vmw@re For the backup appliance User: vmware Password: vmware]]></description>
			<content:encoded><![CDATA[<p>For the console:<br />
User: root<br />
Password: vmw@re</p>
<p>For the backup appliance<br />
User: vmware<br />
Password: vmware</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualize.dk/2009/11/default-root-login-for-vmware-data-recovery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware tools will not update/install on a Windows 2008 Server VM</title>
		<link>http://www.virtualize.dk/2009/11/vmware-tools-will-not-updateinstall-on-a-windows-2008-server-vm/</link>
		<comments>http://www.virtualize.dk/2009/11/vmware-tools-will-not-updateinstall-on-a-windows-2008-server-vm/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 10:51:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.virtualize.dk/?p=42</guid>
		<description><![CDATA[I recently upgraded to Vsphere an began upgrading VMware tools. I had a problem on a Windows 2008 VM, that would not install the new version of VMware tools. I could not uninstall the old version either. I found this solution. 1) Switch to the CD-ROM with the VMware Tools ISO mounted. 2) Run setup.exe [...]]]></description>
			<content:encoded><![CDATA[<p>I recently upgraded to Vsphere an began upgrading VMware tools. I had a problem on a Windows 2008 VM, that would not install the new version of VMware tools. I could not uninstall the old version either. I found <a href="http://http/communities.vmware.com/message/1285631" target="_blank">this</a> solution.</p>
<p>1) Switch to the CD-ROM with the VMware Tools ISO mounted.<br />
2) Run setup.exe /c to do a manually removal of the registry keys from the previous VMware Tools version<br />
3) Re-run the setup.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualize.dk/2009/11/vmware-tools-will-not-updateinstall-on-a-windows-2008-server-vm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VCB-backupscript updated to ver. 0.2</title>
		<link>http://www.virtualize.dk/2008/10/vcb-backupscript-updated-to-ver-02/</link>
		<comments>http://www.virtualize.dk/2008/10/vcb-backupscript-updated-to-ver-02/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 09:53:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[VCB]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.virtualize.dk/?p=37</guid>
		<description><![CDATA[Check out the changelog]]></description>
			<content:encoded><![CDATA[<p>Check out the <a href="http://www.virtualize.dk/myscripts/changelogvcbbackup.txt" target="_blank">changelog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualize.dk/2008/10/vcb-backupscript-updated-to-ver-02/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
