<?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>LeVeilleur.net &#187; vmware</title>
	<atom:link href="http://www.leveilleur.net/index.php/tag/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leveilleur.net</link>
	<description></description>
	<lastBuildDate>Thu, 03 Jun 2010 21:21:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>fr</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VI Toolkit / PowerShell : How to connect to more than one Virtual Center</title>
		<link>http://www.leveilleur.net/index.php/2010/03/08/vi-toolkit-powershell-how-to-connect-to-more-than-one-virtual-center/</link>
		<comments>http://www.leveilleur.net/index.php/2010/03/08/vi-toolkit-powershell-how-to-connect-to-more-than-one-virtual-center/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 12:57:45 +0000</pubDate>
		<dc:creator>Christopher Keyaert</dc:creator>
				<category><![CDATA[powershell]]></category>
		<category><![CDATA[vc]]></category>
		<category><![CDATA[vi toolkit]]></category>
		<category><![CDATA[virtual center]]></category>
		<category><![CDATA[vm]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.leveilleur.net/?p=290</guid>
		<description><![CDATA[Hello All,
First thing, the documentation on VI Toolkit :

http://communities.vmware.com/docs/DOC-4210
If you want to connect to more than one virtual center at the same time, here the starting code :
1234567$vcs = @&#40;&#41;
$vcs += connect-viserver &#60;vc 1&#62;
$vcs += connect-viserver &#60;/vc&#62;&#60;vc 2&#62;
# You could add many as you need...

# Command example : Snapshot all VMs across all VirtualCenter servers.
get-vm [...]]]></description>
			<content:encoded><![CDATA[<p>Hello All,</p>
<p>First thing, the documentation on VI Toolkit :</p>
<p>
<a  href="http://communities.vmware.com/docs/DOC-4210" onclick="javascript:pageTracker._trackPageview('/external/communities.vmware.com/docs/DOC-4210');" >http://communities.vmware.com/docs/DOC-4210</a></p>
<p>If you want to connect to more than one virtual center at the same time, here the starting code :</p>
<div class="codecolorer-container powershell default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:460px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br /></div></td><td><div class="powershell codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #800080;">$vcs</span> <span style="color: pink;">=</span> <span style="color: pink;">@</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />
<span style="color: #800080;">$vcs</span> <span style="color: pink;">+=</span> connect<span style="color: pink;">-</span>viserver <span style="color: pink;">&lt;</span>vc 1<span style="color: pink;">&gt;</span><br />
<span style="color: #800080;">$vcs</span> <span style="color: pink;">+=</span> connect<span style="color: pink;">-</span>viserver <span style="color: pink;">&lt;/</span>vc<span style="color: pink;">&gt;&lt;</span>vc <span style="color: #804000;">2</span><span style="color: pink;">&gt;</span><br />
<span style="color: #008000;"># You could add many as you need...</span><br />
<br />
<span style="color: #008000;"># Command example : Snapshot all VMs across all VirtualCenter servers.</span><br />
get<span style="color: pink;">-</span>vm <span style="color: pink;">-</span>server <span style="color: #800080;">$vcs</span> <span style="color: pink;">|</span> new<span style="color: pink;">-</span>snapshot</div></td></tr></tbody></table></div>
<p>Be carrefull, the command GET-VM $VCS will not return the same values than GET-VM.<br />
If you use GET-VM, you will receive the VM List only for the Virtucal Center that you connect last. If you want the get all the VM of your different virutal centers, you absolutly need to add the parameter -server $vcs to you command. In a general way, don&#8217;t forget to add -server $vcs to every command than you use with the VI Toolkit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leveilleur.net/index.php/2010/03/08/vi-toolkit-powershell-how-to-connect-to-more-than-one-virtual-center/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VmWare Tools Installation Failed : Error 1722</title>
		<link>http://www.leveilleur.net/index.php/2008/12/18/vmware-toos-installation-failed-error-1722/</link>
		<comments>http://www.leveilleur.net/index.php/2008/12/18/vmware-toos-installation-failed-error-1722/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 10:55:29 +0000</pubDate>
		<dc:creator>Christopher Keyaert</dc:creator>
				<category><![CDATA[Serveur@Home]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[1722]]></category>
		<category><![CDATA[2.5]]></category>
		<category><![CDATA[3.5]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[virtual center]]></category>
		<category><![CDATA[vm]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vmware tools]]></category>

		<guid isPermaLink="false">http://www.leveilleur.net/?p=127</guid>
		<description><![CDATA[VmWare Toos Installation Failed : Error 1722



Open registry editor, locate HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\COM3, and then delete this key.
From the Start menu, point to Settings, click Control Panel, and then click Add/Remove Programs.
Click Add/Remove Windows Components.
Proceed through the wizard, and accept all of the defaults. (COM is reconfigured)
Restart the computer.



After that, reinstallation of the tools :





Create a directory [...]]]></description>
			<content:encoded><![CDATA[<h2 style="margin: 0in; font-family: Calibri; font-size: 11pt;"><span style="text-decoration: underline;">VmWare Toos Installation Failed : Error 1722</span></h2>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<ol>
<li>Open registry editor, locate <strong>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\COM3</strong>, and then delete this key.</li>
<li>From the Start menu, point to Settings, click <strong>Control Panel</strong>, and then click <strong>Add/Remove Programs</strong>.</li>
<li>Click <strong>Add/Remove Windows Components</strong>.</li>
<li>Proceed through the wizard, and accept all of the defaults. (COM is reconfigured)</li>
<li>Restart the computer.</li>
</ol>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<h2 style="margin: 0in; font-family: Calibri; font-size: 11pt;"><span style="text-decoration: underline;">After that, reinstallation of the tools :</span></h2>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<ol>
<li>Create a directory (c:\vmtools)</li>
<li> Mount the VMware Tools CD</li>
<li>Copy VMware Tools.msi to the directory you created</li>
<li>Copied the VCBRequested.dll and VCBSnapshotProvider.dll from vmware tools cd\program files\VMware\VMware Tools\Drivers\vss\Win2003 to the directory your created</li>
<li> Cancel the VMware tools installation that has started itself</li>
<li> Using 7Zip (
<a  href="http://www.7zip.org/" onclick="javascript:pageTracker._trackPageview('/external/www.7zip.org/');" >http://www.7zip.org/</a>) I extracted the VMware Tools.msi file (rightclick on the MSI, Open Context Menu for 7-Zip, selected Extract to VMware Tools</li>
<li> Now within the c:\vmtools directory you will have VMware Tools Folder</li>
<li>Within the VMware Tools Folder there will be a file Binary.ComReg.exe, take a copy of this a place it somewhere within the %path% &#8211; say c:\windows\ and rename it ComReg.exe</li>
<li>Now create the following path c:\program files\VMware\VMware Tools\Drivers\vss</li>
<li> Copy both the VCBRequested.dll and VCBSnapshotProvider.dll from the folder you created in step one to the path you created at step 8</li>
<li>Now run the following command :
<pre> <em><strong>comreg.exe -register "c:\Program Files\VMware\VMware Tools\Drivers\vss\VCBSnapshotProvider.dll" "VMware Snapshot Provider" "vmvss" "VMware Snapshot Provider"</strong></em></pre>
</li>
<li>Finally, run the Vmware Tools install process, and this time it should work</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.leveilleur.net/index.php/2008/12/18/vmware-toos-installation-failed-error-1722/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SCOM2007 : Jalasoft Xian Io for VmWare Monitoring</title>
		<link>http://www.leveilleur.net/index.php/2008/11/26/scom2007-jalasoft-xian-io-for-vmware-monitoring/</link>
		<comments>http://www.leveilleur.net/index.php/2008/11/26/scom2007-jalasoft-xian-io-for-vmware-monitoring/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 10:10:51 +0000</pubDate>
		<dc:creator>Christopher Keyaert</dc:creator>
				<category><![CDATA[Scom 2007]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[jalasoft]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[Operations Manager 2007]]></category>
		<category><![CDATA[SCOM2007]]></category>
		<category><![CDATA[virtual center]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[xian]]></category>

		<guid isPermaLink="false">http://www.leveilleur.net/?p=121</guid>
		<description><![CDATA[
Now monitor your network devices and Unix servers directly in System Center Operations Manager 2007 with the latest version of Xian Network Manager! Advanced new features like, device update, network scan task, linkable policy templates are only a few of the many new features in Xian Io. Check out more information and download the free [...]]]></description>
			<content:encoded><![CDATA[<p><!--[endif]--><img class="alignnone size-medium wp-image-122" title="logo-xianio-small" src="http://www.leveilleur.net/wp-content/uploads/2008/11/logo-xianio-small.jpg" alt="" width="253" height="82" /></p>
<p>Now monitor your network devices and Unix servers directly in <strong>System Center Operations Manager 2007</strong> with the latest version of <strong>Xian Network Manager!</strong> Advanced new features like, device update, network scan task, linkable policy templates are only a few of the many new features in Xian Io. Check out more information and download the free evaluation version to see the power of Xian yourself.</p>
<p><span style="font-size: 10pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">It is possible that your VC is v2.5, our Virtual Center SMP does not support that version by default, but we have developed a patch in order to provide support for this version. Just follow these steps in order to apply it:</span></p>
<p><span style="font-size: 10pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">1. Download the patch from: </span><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">
<a  href="http://download.jalasoft.com/pub/patches/JS0176TD/Patch20080711.zip" onclick="javascript:pageTracker._trackPageview('/external/download.jalasoft.com/pub/patches/JS0176TD/Patch20080711.zip');" ><span style="font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">http://download.jalasoft.com/pub/patches/JS0176TD/Patch20080711.zip</span></a><br />
</span><span style="font-size: 10pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">2. Go to the server where Xian was deployed and stop the &#8216;Jalasoft Xian Network Manager&#8217; service.<br />
3. Go to the following folder: &#8216;[program files]\Jalasoft\Xian Network Manager Io\Plugins\Jalasoft.Xian.Plugin.VMwareVirtualCenter\resources\&#8217;<br />
4. Replace the &#8216;Jalasoft.Xian.Plugin.VMwareVirtualCenter.config.xml&#8217; file with the recently downloaded.<br />
5. Start the &#8216;Jalasoft Xian Network Manager Server&#8217; service.<br />
6. Open the Xian console and try discovering your virtual centers. Please note that discovering a VC could take several time (depending on the amount of ESX servers hosted in it), so it is recommended to increase the ‘timeout’ and  ‘maximum number of retries’ parameters on the execution of the discovery rule.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.leveilleur.net/index.php/2008/11/26/scom2007-jalasoft-xian-io-for-vmware-monitoring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
