<?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>Yellow Bricks &#187; converter</title>
	<atom:link href="http://www.yellow-bricks.com/tag/converter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yellow-bricks.com</link>
	<description>Building blocks for virtualization...</description>
	<lastBuildDate>Fri, 10 Feb 2012 11:12:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Creating a VMware Converter Appliance</title>
		<link>http://www.yellow-bricks.com/2010/02/22/creating-a-vmware-converter-appliance/</link>
		<comments>http://www.yellow-bricks.com/2010/02/22/creating-a-vmware-converter-appliance/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 16:01:07 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[appliance]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=5380</guid>
		<description><![CDATA[<p>I was playing around with VMware Converter and thought it would be cool to create a VMware Converter Appliance. I can&#8217;t put this up for download, yet, but I can describe how to build your own appliance. I will use Novell&#8217;s Suse Studio to create a thin Linux VM that contains only the necessary bits and pieces. Go to susestudio.com [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/02/22/creating-a-vmware-converter-appliance/">Creating a VMware Converter Appliance</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>I was playing around with VMware Converter and thought it would be cool to create a VMware Converter Appliance. I can&#8217;t put this up for download, yet, but I can describe how to build your own appliance. I will use Novell&#8217;s Suse Studio to create a thin Linux VM that contains only the necessary bits and pieces.</p>
<ul>
<li>Go to <a href="http://susestudio.com/">susestudio.com</a> and open an account</li>
<li>Click &#8220;Create New Appliance&#8221;</li>
<li>Select &#8220;GNOME Desktop&#8221; and click &#8220;Create Appliance&#8221;<br />
<img class="colorbox-5380"  src="http://farm3.static.flickr.com/2754/4378908462_c58d38996b.jpg" alt="" /></li>
<li>Change the name of the appliance to something that makes a bit more sense&#8230;</li>
<li>I would personally add &#8220;File Roller&#8221; and &#8220;GCC&#8221; so that you can actually open archives from the GUI and make modules, which is need to install VMware tools.<br />
<img class="colorbox-5380"  src="http://farm3.static.flickr.com/2698/4378155349_ccbe4083f3.jpg" alt="" /></li>
<li>Go to the  &#8220;Configuration Tab&#8221; and click on &#8220;Appliance&#8221;</li>
<li>Increase the memory to 1024MB for a better running appliance</li>
<li><a href="https://www.vmware.com/tryvmware/?p=converter">Download</a> VMware Converter Standalone for Linux and add it as a file in the &#8220;Overlay Files&#8221; tab<br />
<img class="colorbox-5380"  src="http://farm5.static.flickr.com/4064/4378908664_2e089d62da.jpg" alt="" /></li>
<li>When uploading is finished select a folder where the tar.gz file should be extracted, I picked &#8220;/vmwconverter&#8221;</li>
<li>Click on the &#8220;Build&#8221; Tab and wait for it to complete<br />
<img class="colorbox-5380"  src="http://farm5.static.flickr.com/4005/4378155611_bd32ed64ba.jpg" alt="" /></li>
</ul>
<p>It&#8217;s as easy as that! With SUSE you have the option to Test Drive it and make changes to the image while test driving it. I would recommend to just download it and install VMware Converter while running the VM with VMware player. Or you could import it with vCenter and run it on an ESX host. This way you can also install VMware tools immediately.</p>
<ul>
<li>Open the VMX file with VMware Player</li>
<li>Install VMware Tools:<br />
Right click VM &#8220;install VMware tools&#8221;</li>
<li>Open a terminal session within the VM and type:
<pre>cd /media/VMware Tools
tar -C /tmp -xvf &lt;VMware Tools File&gt;
/tmp/vmware-tools-distrib/vmware-install.pl</pre>
<p>Agree with all the defaults&#8230;</li>
<li>Now to install VMware Converter open a terminal session and do the following:
<pre>cd /vmwconverter/vmware-converter-distrib</pre>
<pre>./vmware-install.pl</pre>
<p>Use all the defaults!</li>
<li>You can add an icon to the desktop by right clicking the desktop and selecting &#8220;Create Launcher&#8221;</li>
<li>Select &#8220;/usr/bin/vmware-converter-client&#8221;</li>
<li>And add the correct icon! (/usr/share/icons/vmware-converter.png)</li>
</ul>
<p>Now your appliance is good to go and can be used everywhere in your virtual infrastructure. I would recommend making it a template or vApp and deploy it multiple times when doing many parallel migrations!</p>
<p><img class="colorbox-5380"  src="http://farm5.static.flickr.com/4063/4378908912_33b42b3c45.jpg" alt="" /></p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/02/22/creating-a-vmware-converter-appliance/">Creating a VMware Converter Appliance</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/02/22/creating-a-vmware-converter-appliance/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>VMware vCenter Converter 4.0</title>
		<link>http://www.yellow-bricks.com/2009/02/13/vmware-vcenter-converter-40/</link>
		<comments>http://www.yellow-bricks.com/2009/02/13/vmware-vcenter-converter-40/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 08:17:51 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Management & Automation]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[p2v]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=1944</guid>
		<description><![CDATA[<p>VMware vCenter Converter 4.0 has just been released. Don&#8217;t let this name fool you cause Converter is still also available as a stand alone solution for P2V&#8217;ing your servers! You can find the release notes here. So what&#8217;s new? Physical to virtual machine conversion support for Linux (RHEL, SUSE and Ubuntu) as source Physical to virtual machine conversion support for [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/02/13/vmware-vcenter-converter-40/">VMware vCenter Converter 4.0</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vmware.com/download/converter/">VMware vCenter Converter 4.0</a> has just been released. Don&#8217;t let this name fool you cause Converter is still also available as a stand alone solution for P2V&#8217;ing your servers! You can find the release notes <a href="http://www.vmware.com/support/converter/doc/releasenotes_conv40.html">here</a>.</p>
<p>So what&#8217;s new?</p>
<ul>
<li>Physical to virtual machine conversion support for Linux (RHEL, SUSE and Ubuntu) as source</li>
<li>Physical to virtual machine conversion support for Windows Server 2008 as source</li>
<li>Hot cloning improvements to clone any <span style="text-decoration: underline;">incremental</span> changes to physical machine during the P2V conversion process</li>
<li>Support for converting new third-party image formats including Parallels Desktop virtual machines, newer versions of Symantec, Acronis, and StorageCraft</li>
<li>Workflow automation enhancements to include automatic source shutdown, automatic start-up of the destination virtual machine as well as shutting down one or more services at the source and starting up selected services at the destination</li>
<li>Target disk selection and the ability to specify how the volumes are laid out in the new destination  virtual machine</li>
<li>Destination virtual machine configuration, including CPU, memory, and disk controller type</li>
</ul>
<p>I think especially the hot cloning improvement, which copies incremental changes, and the workflow automation are really cool features. These are the kind of enhancements that will make your life a lot easier during migration projects.</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/02/13/vmware-vcenter-converter-40/">VMware vCenter Converter 4.0</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2009/02/13/vmware-vcenter-converter-40/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>VMware Workstation 6.5 and OVF</title>
		<link>http://www.yellow-bricks.com/2008/11/18/vmware-workstation-65-and-ovf/</link>
		<comments>http://www.yellow-bricks.com/2008/11/18/vmware-workstation-65-and-ovf/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 13:47:13 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Workstation]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=912</guid>
		<description><![CDATA[<p>I was looking into converting the VIMA appliance from OVF to a regular VM. I wanted to run VIMA directly from VMware Workstation. For the windows version of VMware Workstation there&#8217;s a conversion tool, and Arne of ICT-Freak wrote a nice howto. (Although it&#8217;s in Dutch you will figure it out cause of the large amount of screenshots!) But I&#8217;m [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/11/18/vmware-workstation-65-and-ovf/">VMware Workstation 6.5 and OVF</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>I was looking into converting the VIMA appliance from OVF to a regular VM. I wanted to run VIMA directly from VMware Workstation. For the windows version of VMware Workstation there&#8217;s a conversion tool, and Arne of ICT-Freak wrote a nice <a href="http://ict-freak.nl/2008/06/26/vmware-create-an-ovf-appliance-with-workstation-6-beta-2/">howto</a>. (Although it&#8217;s in Dutch you will figure it out cause of the large amount of screenshots!)</p>
<p>But I&#8217;m using VMware Workstation 6.5 on Ubuntu and it doesn&#8217;t contain the conversion features unfortunately. But luckily a beta version of VMware Converter has just been released, 4.0. As of this version VMware Converter is also available for Linux. And you can see where I&#8217;m going&#8230; You can use VMware Converter for converting .OVF appliances to VMware Workstation:</p>
<ol>
<li>Download <a href="http://communities.vmware.com/community/beta/converter">VMware Converter</a></li>
<li>Install it by unzipping the tar.gz file and running &#8220;./vmware-install.pl&#8221;</li>
<li>Next, Next, Finish</li>
<li>Start VMware Converter</li>
<li>File, New, Convert Machine</li>
<li>Source Type: Virtual Appliance<br />
And browse to the .OVF file</li>
<li>Destination Type: VMware Workstation<br />
And pick a destination directory</li>
<li>Next, Next Finish!</li>
</ol>
<p>I think it&#8217;s great that more and more tools are available for Linux!</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/11/18/vmware-workstation-65-and-ovf/">VMware Workstation 6.5 and OVF</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2008/11/18/vmware-workstation-65-and-ovf/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cool feature of the VMware Converter plugin</title>
		<link>http://www.yellow-bricks.com/2008/07/30/cool-feature-of-the-vmware-converter-plugin/</link>
		<comments>http://www.yellow-bricks.com/2008/07/30/cool-feature-of-the-vmware-converter-plugin/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 06:36:59 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[2.5]]></category>
		<category><![CDATA[3.5]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[u2]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=261</guid>
		<description><![CDATA[<p>How about backing up that dreadful application/server that you couldn&#8217;t or did not wanted to virtualize to your ESX environment? It could be useful to have a copy of a server that for whatever reason you did not virtualize. The new VMware Converter plugin for VirtualCenter gives you this option. You can create a reoccurring schedule for a p2v, you [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/07/30/cool-feature-of-the-vmware-converter-plugin/">Cool feature of the VMware Converter plugin</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>How about backing up that dreadful application/server that you couldn&#8217;t or did not wanted to virtualize to your ESX environment? It could be useful to have a copy of a server that for whatever reason you did not virtualize. The new VMware Converter plugin for VirtualCenter gives you this option. You can create a reoccurring schedule for a p2v, you can even save several version of the converted machine. How cool is that! Seems like a great way to backup a machine!</p>
<p>How do I do this:</p>
<ol>
<li> click on scheduled tasks</li>
<li> click new and pick &#8220;import a machine&#8221;</li>
<li> select &#8220;physical&#8221; and enter the servers name/ip and username and password</li>
<li> select the disks you want to import</li>
<li> type a name for the VM</li>
<li> select the destination host</li>
<li> select a datastore</li>
<li> select a network</li>
<li> and schedule the task!</li>
</ol>
<p><img class="colorbox-261"  src="http://farm4.static.flickr.com/3154/2713133289_4c805d0f9b_m.jpg"></p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/07/30/cool-feature-of-the-vmware-converter-plugin/">Cool feature of the VMware Converter plugin</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2008/07/30/cool-feature-of-the-vmware-converter-plugin/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Installing the Converter plugin crashes the VirtualCenter client &#8211; PART II</title>
		<link>http://www.yellow-bricks.com/2008/02/05/installing-the-converter-plugin-crashes-the-virtualcenter-client-part-ii/</link>
		<comments>http://www.yellow-bricks.com/2008/02/05/installing-the-converter-plugin-crashes-the-virtualcenter-client-part-ii/#comments</comments>
		<pubDate>Tue, 05 Feb 2008 09:50:20 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[2.5]]></category>
		<category><![CDATA[3.5]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[VirtualCenter]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/2008/02/05/installing-the-converter-plugin-crashes-the-virtualcenter-client-part-ii/</guid>
		<description><![CDATA[<p>For those who did not have any luck with the deleting of the dll(ssleay32.dll) described in this blog, there&#8217;s another possibility to enable the VMware Converter plugin without crashing your VirtualCenter client: Go to the following registry key: [HKEY_CURRENT_USER\Software\VMware\VMware Infrastructure Client\Preferences\UI] And set the following key to &#8220;Enabled&#8221; &#8220;C:\\Program Files\\VMware\\Infrastructure\\Virtual Infrastructure Client\\Plugins\\Converter Enterprise\\plugin.dll&#8221;</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/02/05/installing-the-converter-plugin-crashes-the-virtualcenter-client-part-ii/">Installing the Converter plugin crashes the VirtualCenter client &#8211; PART II</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>For those who did not have any luck with the deleting of the dll(ssleay32.dll) described in this <a href="http://www.yellow-bricks.com/2008/02/04/installing-the-converter-plugin-crashes-virtualcenter/" target="_blank">blog</a>, there&#8217;s another possibility to enable the VMware Converter plugin without crashing your VirtualCenter client:</p>
<blockquote><p>Go to the following registry key:</p>
<p>[HKEY_CURRENT_USER\Software\VMware\VMware Infrastructure Client\Preferences\UI]</p>
<p>And set the following key to &#8220;Enabled&#8221;</p>
<p>&#8220;C:\\Program Files\\VMware\\Infrastructure\\Virtual Infrastructure Client\\Plugins\\Converter Enterprise\\plugin.dll&#8221;</p></blockquote>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/02/05/installing-the-converter-plugin-crashes-the-virtualcenter-client-part-ii/">Installing the Converter plugin crashes the VirtualCenter client &#8211; PART II</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2008/02/05/installing-the-converter-plugin-crashes-the-virtualcenter-client-part-ii/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing the Converter plugin crashes the VirtualCenter client &#8211; Part I</title>
		<link>http://www.yellow-bricks.com/2008/02/04/installing-the-converter-plugin-crashes-virtualcenter/</link>
		<comments>http://www.yellow-bricks.com/2008/02/04/installing-the-converter-plugin-crashes-virtualcenter/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 17:48:12 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[2.5]]></category>
		<category><![CDATA[3.5]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[VirtualCenter]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/2008/02/04/installing-the-converter-plugin-crashes-virtualcenter/</guid>
		<description><![CDATA[<p>Today I encountered a weird phenomenon which I did not encounter yet. I installed the VMware Converter Plugin for VirtualCenter client, so far so good. Only thing left to do was to tick the checkbox to enable the plugin. But as soon as I ticked it the VirtualCenter client crashed without any warning. I rebooted the server, and tried it [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/02/04/installing-the-converter-plugin-crashes-virtualcenter/">Installing the Converter plugin crashes the VirtualCenter client &#8211; Part I</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>Today I encountered a weird phenomenon which I did not encounter yet. I installed the VMware Converter Plugin for VirtualCenter client, so far so good. Only thing left to do was to tick the checkbox to enable the plugin. But as soon as I ticked it the VirtualCenter client crashed without any warning. I rebooted the server, and tried it again&#8230; without any luck unfortunately. I reinstalled the plugin, again no luck&#8230; I checked the wonderful VMTN forum and someone already solved this problem, it&#8217;s due to the &#8220;ssleay32.dll&#8221; in the system32 directory which is incompatible with the one VMware converter uses. Remove it, and everything will work like it should! If this doesn&#8217;t work, check out this <a href="http://www.yellow-bricks.com/2008/02/05/installing-the-converter-plugin-crashes-the-virtualcenter-client-part-ii/" target="_blank">follow-up</a>.</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/02/04/installing-the-converter-plugin-crashes-virtualcenter/">Installing the Converter plugin crashes the VirtualCenter client &#8211; Part I</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2008/02/04/installing-the-converter-plugin-crashes-virtualcenter/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

