<?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>binaryfactory.ca &#187; Virtualization</title>
	<atom:link href="http://blog.binaryfactory.ca/category/virtualization/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.binaryfactory.ca</link>
	<description>..by Guillaume Ross</description>
	<lastBuildDate>Thu, 11 Aug 2011 21:47:39 +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>vCenter Update Manager SSL error</title>
		<link>http://blog.binaryfactory.ca/2010/07/vcenter-update-manager-ssl-error/</link>
		<comments>http://blog.binaryfactory.ca/2010/07/vcenter-update-manager-ssl-error/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 21:30:00 +0000</pubDate>
		<dc:creator>Guillaume</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://blog.binaryfactory.ca/?p=441</guid>
		<description><![CDATA[&#160; When installing vCenter update manager in a lab, I got this : &#8220;Error 25005.Setup failed to generate the SSL keys” It appears that since I have installed vCenter Server, vSphere client, and tried to install the update manager all in one sitting without rebooting, there has been some path confusion and it could not [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p><a href="http://blog.binaryfactory.ca/wp-content/uploads/2010/07/image1.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="392" alt="image" src="http://blog.binaryfactory.ca/wp-content/uploads/2010/07/image_thumb1.png" width="511" border="0" /></a></p>
<p>When installing vCenter update manager in a lab, I got this :</p>
<p>&#8220;Error 25005.Setup failed to generate the SSL keys”</p>
<p>It appears that since I have installed vCenter Server, vSphere client, and tried to install the update manager all in one sitting without rebooting, there has been some path confusion and it could not find openssl.exe (or the right version of it). Allowing it to roll back, rebooting, and trying again fixed the issue for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.binaryfactory.ca/2010/07/vcenter-update-manager-ssl-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to package Firefox extensions for Global installs</title>
		<link>http://blog.binaryfactory.ca/2010/04/how-to-package-firefox-extensions-for-global-installs/</link>
		<comments>http://blog.binaryfactory.ca/2010/04/how-to-package-firefox-extensions-for-global-installs/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 00:44:48 +0000</pubDate>
		<dc:creator>Guillaume</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Deploy]]></category>
		<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Push]]></category>

		<guid isPermaLink="false">http://blog.binaryfactory.ca/?p=419</guid>
		<description><![CDATA[Firefox extensions are distributed in XPI packages (pronounced zippy). XPI packages are in reality just a ZIP file with a standard file and folder structure in it. Two types of add-on installations can be performed : Per-user, and per-workstation (Global). Typically, extensions are installed per-user, especially if the user is not a local administrator on [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">Firefox extensions are distributed in XPI packages (pronounced zippy).</div>
<div id="_mcePaste">XPI packages are in reality just a ZIP file with a standard file and folder structure in it.</div>
<div id="_mcePaste">Two types of add-on installations can be performed : Per-user, and per-workstation (Global). Typically, extensions are installed per-user, especially if the user is not a local administrator on his workstation.</div>
<div id="_mcePaste">However, there may be cases where a global installation is preferred: a standard extension would need to be installed multiple times for every user of a shared workstation. It would also be harder to push extensions out to users instead of machines.</div>
<div id="_mcePaste">Here is how to create install a firefox extension globally in a way that can easily be packaged  with anything that allows running batch files. The same information can easily be used to create clean MSI packages as well, using WiX or anything else, just put the files in the right location and set the proper registry keys. It would probably be more reliable to do it with an MSI than batch files.</div>
<div></div>
<div id="_mcePaste"><strong>1) Obtain the XPI package</strong></div>
<div><strong><br />
</strong></div>
<div id="_mcePaste"><strong>2) Unzip the XPI package</strong></div>
<div><strong><br />
</strong></div>
<div id="_mcePaste"><strong>3) Open the install.rdf file in the package.</strong></div>
<div><strong><br />
</strong></div>
<div id="_mcePaste">We need to identify the &#8220;ID&#8221; of the package. Look for something similar to this:</div>
<blockquote>
<div id="_mcePaste">&lt;em:id&gt;Blah blah&lt;/em:id&gt;</div>
</blockquote>
<div id="_mcePaste">The ID contained in the EM:ID anchors may be a name or a GUID. Note it down.</div>
<div></div>
<div id="_mcePaste"><strong>4) Create a registry import file</strong></div>
<div id="_mcePaste"></div>
<div>Create a .reg file.</div>
<div id="_mcePaste">This will be used to tell Firefox where to look for the new globally installed extension. This can be anywhere you want as long as the user that will open firefox has read access to it.</div>
<blockquote>
<div id="_mcePaste">Windows Registry Editor Version 5.00</div>
<div id="_mcePaste">[HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Firefox\Extensions]</div>
<div id="_mcePaste">&#8220;em-id-of-extension&#8221;=&#8221;C:\\Program Files\\Mozilla Firefox\\PathToExtension&#8221;</div>
</blockquote>
<div id="_mcePaste"><strong>5) Create a registry import file for uninstallation</strong></div>
<div id="_mcePaste"></div>
<div>This file needs to be identicaly to the above, but with a minus instead of the path to the extension. This simply deletes the string we created before.</div>
<blockquote>
<div id="_mcePaste">Windows Registry Editor Version 5.00</div>
<div id="_mcePaste">[HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Firefox\Extensions]</div>
<div id="_mcePaste">&#8220;em-id-of-extension&#8221;=-</div>
</blockquote>
<div id="_mcePaste"><strong>6) Create a batch file for installation</strong></div>
<div><strong><br />
</strong></div>
<div id="_mcePaste">This batch file simply needs to copy the files to the location you specified in your .reg file, and then run regedit /s regfile.reg to import the registry changes.</div>
<div></div>
<div id="_mcePaste"><strong>7) Create a batch file for uninstallation</strong></div>
<div></div>
<div id="_mcePaste">This batch file simply deletes the directory containing your extension and runs regedit /s on the uninstallation regfile.</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.binaryfactory.ca/2010/04/how-to-package-firefox-extensions-for-global-installs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VCP on vSphere 4 &#8211; VCP410 exam resources</title>
		<link>http://blog.binaryfactory.ca/2009/11/vcp-on-vsphere-4-vcp410-exam-resources/</link>
		<comments>http://blog.binaryfactory.ca/2009/11/vcp-on-vsphere-4-vcp410-exam-resources/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 20:57:23 +0000</pubDate>
		<dc:creator>Guillaume</dc:creator>
				<category><![CDATA[Certifications]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[certification]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[VCP]]></category>
		<category><![CDATA[VCP410]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://blog.binaryfactory.ca/?p=381</guid>
		<description><![CDATA[Here is a list of what I used last week, right after taking the ICM course for vSphere, in order to pass my VCP exam. vSphere4 Card &#124; vReference This little document packs a lot of punch, read it a few times ! vSphere4 notes &#124; vReference. This document is longer, and includes a lot [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a list of what I used last week, right after taking the ICM course for vSphere, in order to pass my VCP exam.</p>
<p><a href="http://www.vreference.com/vsphere4-card/">vSphere4 Card | vReference</a></p>
<p>This little document packs a lot of punch, read it a few times !</p>
<p><span style="font-family: Times; line-height: normal; font-size: small; "> </span></p>
<div style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #ffffff; font: normal normal normal 13px/19px Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; padding-top: 0.6em; padding-right: 0.6em; padding-bottom: 0.6em; padding-left: 0.6em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; background-position: initial initial; background-repeat: initial initial; ">
<p><a href="http://www.vreference.com/vsphere4-notes/">vSphere4 notes | vReference</a>.</p>
<p>This document is longer, and includes a lot of interesting info about vSphere. Could be just what you need if upgrading from an older certification !</p>
<p>And finally, I used a few test exams:</p>
<p><span style="font-family: Times; line-height: normal; font-size: small; "> </span></p>
<div style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #ffffff; font: normal normal normal 13px/19px Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; padding-top: 0.6em; padding-right: 0.6em; padding-bottom: 0.6em; padding-left: 0.6em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; background-position: initial initial; background-repeat: initial initial; ">
<p><a href="http://www.simonlong.co.uk/blog/vcp-vsphere-4-practice-exam/">VCP vSphere 4 Practice Exam &#8211; The SLOG – SimonLong/Blog</a>.</p>
<p>All exams from Simon Long were useful, the ones concentrating on the maximums will help you know if you know that stuff by heart as you should. Be aware that I felt that the actual exam was a good 20-25% harder than the test questions of the main test exam.</p>
<p>I then used the mock exam from VMware (you can find it after login into myLearn).</p>
<p>Be sure not to attempt the test exams before you are relatively sure you&#8217;re ready, as they don&#8217;t have many questions and doing them too fast will then make them useless as you will already know most questions and answers. VMware&#8217;s mock exam felt a bit easier than the real one too, by about 10-15%.</p>
<p>Good luck to everyone!</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.binaryfactory.ca/2009/11/vcp-on-vsphere-4-vcp410-exam-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

