<?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>Professional VMware &#187; mystery</title> <atom:link href="http://professionalvmware.com/category/mystery/feed/" rel="self" type="application/rss+xml" /><link>http://professionalvmware.com</link> <description>How Many Turtles Can You Fit On A Rock?</description> <lastBuildDate>Thu, 24 May 2012 13:39:29 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>Sunday Turtle Blogging!</title><link>http://professionalvmware.com/2008/12/sunday-turtle-blogging/</link> <comments>http://professionalvmware.com/2008/12/sunday-turtle-blogging/#comments</comments> <pubDate>Sun, 21 Dec 2008 16:13:00 +0000</pubDate> <dc:creator>bunchc</dc:creator> <category><![CDATA[downtime]]></category> <category><![CDATA[mystery]]></category> <category><![CDATA[planning]]></category> <category><![CDATA[turtle]]></category> <category><![CDATA[weekend]]></category> <guid
isPermaLink="false">http://professionalvmware.com/2008/12/21/sunday-turtle-blogging/</guid> <description><![CDATA[I have it on good word that as of Wednesday last week the VMware turtles have gone on winter vacation to their condo in the Amazon Rain Forest. They’ll be back after the cold snap ends.]]></description> <content:encoded><![CDATA[<p></p><p><img
src="http://snow-turtle.com/resources/_wsb_193x193_snow-turtle.jpg" alt="" width="144" height="144" /></p><p>I have it on good word that as of Wednesday last week the VMware turtles have gone on winter vacation to their condo in the Amazon Rain Forest. They’ll be back after the cold snap ends.</p> ]]></content:encoded> <wfw:commentRss>http://professionalvmware.com/2008/12/sunday-turtle-blogging/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Today is the Day&#8230;</title><link>http://professionalvmware.com/2008/12/today-is-the-day/</link> <comments>http://professionalvmware.com/2008/12/today-is-the-day/#comments</comments> <pubDate>Fri, 19 Dec 2008 18:12:27 +0000</pubDate> <dc:creator>bunchc</dc:creator> <category><![CDATA[holiday]]></category> <category><![CDATA[mystery]]></category> <guid
isPermaLink="false">http://professionalvmware.com/2008/12/19/today-is-the-day/</guid> <description><![CDATA[That I go on Vacation! I’ll be leaving in about 2 hours to sunny Boca Raton, Florida to spend the next two weeks with family and friends for the holidays. The blog volume will likely slow &#34;WAY” down, but I believe I’m leaving you in the hands of some very capable guest posters: Pancil, Darky, [...]]]></description> <content:encoded><![CDATA[<p></p><p>That I go on Vacation! I’ll be leaving in about 2 hours to sunny Boca Raton, Florida to spend the next two weeks with family and friends for the holidays. The blog volume will likely slow &quot;WAY” down, but I believe I’m leaving you in the hands of some very capable guest posters: Pancil, Darky, and Robi as they like to be known.</p><p>See you on Jan 5th!</p> ]]></content:encoded> <wfw:commentRss>http://professionalvmware.com/2008/12/today-is-the-day/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>1 Day Left &#8211; The Most Awesome PowerShell One-Liner in the History of PowerShell One-Liners!</title><link>http://professionalvmware.com/2008/12/1-day-left-the-most-awesome-powershell-one-liner-in-the-history-of-powershell-one-liners/</link> <comments>http://professionalvmware.com/2008/12/1-day-left-the-most-awesome-powershell-one-liner-in-the-history-of-powershell-one-liners/#comments</comments> <pubDate>Thu, 18 Dec 2008 15:40:00 +0000</pubDate> <dc:creator>bunchc</dc:creator> <category><![CDATA[API]]></category> <category><![CDATA[ESX]]></category> <category><![CDATA[esx 3.5]]></category> <category><![CDATA[esxi]]></category> <category><![CDATA[mystery]]></category> <category><![CDATA[powershell]]></category> <category><![CDATA[VI Toolkit]]></category> <category><![CDATA[VI3]]></category> <category><![CDATA[VM]]></category> <category><![CDATA[VMware]]></category> <category><![CDATA[VMware Powershell]]></category> <guid
isPermaLink="false">http://professionalvmware.com/2008/12/18/1-day-left-the-most-awesome-powershell-one-liner-in-the-history-of-powershell-one-liners/</guid> <description><![CDATA[get-datacenter MyVC &#124; get-vm &#124; Get-NetworkAdapter &#124; Where-Object { $_.Name -like &#34;*1&#34;} &#124; Set-NetworkAdapter -NetworkName NotThatNetwork -Confirm:$false So, say you provision all of your VM’s on one host, with one set of networks, that is completely removed from the remainder of your infrastructure. You then Cold-Migrate the new VM’s to their new homes. You now [...]]]></description> <content:encoded><![CDATA[<p></p><p><font
face="Courier New">get-datacenter MyVC | get-vm | Get-NetworkAdapter | Where-Object { $_.Name -like &quot;*1&quot;} | Set-NetworkAdapter -NetworkName NotThatNetwork -Confirm:$false</font></p><p>So, say you provision all of your VM’s on one host, with one set of networks, that is completely removed from the remainder of your infrastructure. You then Cold-Migrate the new VM’s to their new homes. You now need to chance the network names to match. What you say? You have a dozen, a hundred of them to change? The above PowerShell one-liner will take care of all of that for you.</p><p>Questions? Comments? Leave em in the comments.</p> ]]></content:encoded> <wfw:commentRss>http://professionalvmware.com/2008/12/1-day-left-the-most-awesome-powershell-one-liner-in-the-history-of-powershell-one-liners/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Tomorrow, Tomorrow&#8230;. 1 Day Left, Who Knows What Happens Tomorrow?</title><link>http://professionalvmware.com/2008/12/tomorrow-tomorrow-1-day-left-who-knows-what-happens-tomorrow/</link> <comments>http://professionalvmware.com/2008/12/tomorrow-tomorrow-1-day-left-who-knows-what-happens-tomorrow/#comments</comments> <pubDate>Thu, 18 Dec 2008 15:35:14 +0000</pubDate> <dc:creator>bunchc</dc:creator> <category><![CDATA[mystery]]></category> <guid
isPermaLink="false">http://professionalvmware.com/2008/12/18/tomorrow-tomorrow-1-day-left-who-knows-what-happens-tomorrow/</guid> <description><![CDATA[Do you? I do!]]></description> <content:encoded><![CDATA[<p></p><p>Do you? I do!</p> ]]></content:encoded> <wfw:commentRss>http://professionalvmware.com/2008/12/tomorrow-tomorrow-1-day-left-who-knows-what-happens-tomorrow/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>2 Days Left? &#8211; No more guesses?</title><link>http://professionalvmware.com/2008/12/2-days-left-no-more-guesses/</link> <comments>http://professionalvmware.com/2008/12/2-days-left-no-more-guesses/#comments</comments> <pubDate>Wed, 17 Dec 2008 15:49:00 +0000</pubDate> <dc:creator>bunchc</dc:creator> <category><![CDATA[mystery]]></category> <guid
isPermaLink="false">http://professionalvmware.com/2008/12/17/2-days-left-no-more-guesses/</guid> <description><![CDATA[Really, I assure you, it will be very anticlimactic.]]></description> <content:encoded><![CDATA[<p></p><p> Really, I assure you, it will be very anticlimactic.</p><p><img
src="http://farm4.static.flickr.com/3164/2791481552_e8c48f641c_m.jpg" /></p> ]]></content:encoded> <wfw:commentRss>http://professionalvmware.com/2008/12/2-days-left-no-more-guesses/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>3 Days&#8230; 3 Ways To Setup a vSwitch</title><link>http://professionalvmware.com/2008/12/3-days-3-ways-to-setup-a-vswitch/</link> <comments>http://professionalvmware.com/2008/12/3-days-3-ways-to-setup-a-vswitch/#comments</comments> <pubDate>Tue, 16 Dec 2008 15:07:00 +0000</pubDate> <dc:creator>bunchc</dc:creator> <category><![CDATA[API]]></category> <category><![CDATA[ESX]]></category> <category><![CDATA[esx 3.5]]></category> <category><![CDATA[esxi]]></category> <category><![CDATA[mystery]]></category> <category><![CDATA[powershell]]></category> <category><![CDATA[rcli]]></category> <category><![CDATA[VI3]]></category> <category><![CDATA[VM]]></category> <category><![CDATA[VMware]]></category> <guid
isPermaLink="false">http://professionalvmware.com/2008/12/16/3-days-3-ways-to-setup-a-vswitch/</guid> <description><![CDATA[What happens in 3 days? You know, don’t you? Well, I’m sure you do. That said, here are 3 ways to configure a vSwitch. (Yes there are more ways than this, but alas… one has to stick with the theme.). Using the Virtual Infrastructure Client: &#160; Using The VI Toolkit (PowerShell) Before: PowerShell: PS C:\&#62; [...]]]></description> <content:encoded><![CDATA[<p></p><p>What happens in 3 days? You know, don’t you? Well, I’m sure you do. That said, here are 3 ways to configure a vSwitch. (Yes there are more ways than this, but alas… one has to stick with the theme.).</p><h3>Using the Virtual Infrastructure Client:</h3><p><a
href="http://professionalvmware.com/wp-content/uploads/2008/12/20081213-0852.png"><img
title="2008-12-13_0852" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="125" alt="2008-12-13_0852" src="http://professionalvmware.com/wp-content/uploads/2008/12/20081213-0852-thumb.png" width="244" border="0" /></a></p><p><a
href="http://professionalvmware.com/wp-content/uploads/2008/12/20081213-0853.png"><img
title="2008-12-13_0853" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="180" alt="2008-12-13_0853" src="http://professionalvmware.com/wp-content/uploads/2008/12/20081213-0853-thumb.png" width="244" border="0" /></a></p><p><a
href="http://professionalvmware.com/wp-content/uploads/2008/12/20081213-08531.png"><img
title="2008-12-13_08531" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="180" alt="2008-12-13_08531" src="http://professionalvmware.com/wp-content/uploads/2008/12/20081213-08531-thumb.png" width="244" border="0" /></a></p><p><a
href="http://professionalvmware.com/wp-content/uploads/2008/12/20081213-08532.png"><img
title="2008-12-13_08532" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="180" alt="2008-12-13_08532" src="http://professionalvmware.com/wp-content/uploads/2008/12/20081213-08532-thumb.png" width="244" border="0" /></a></p><p><a
href="http://professionalvmware.com/wp-content/uploads/2008/12/20081213-0854.png"><img
title="2008-12-13_0854" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="180" alt="2008-12-13_0854" src="http://professionalvmware.com/wp-content/uploads/2008/12/20081213-0854-thumb.png" width="244" border="0" /></a></p><p>&#160;<a
href="http://professionalvmware.com/wp-content/uploads/2008/12/20081213-08541.png"><img
title="2008-12-13_08541" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="58" alt="2008-12-13_08541" src="http://professionalvmware.com/wp-content/uploads/2008/12/20081213-08541-thumb.png" width="244" border="0" /></a></p><h3>Using The VI Toolkit (PowerShell)</h3><p>Before:</p><p><a
href="http://professionalvmware.com/wp-content/uploads/2008/12/20081213-0858.png"><img
title="2008-12-13_0858" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="223" alt="2008-12-13_0858" src="http://professionalvmware.com/wp-content/uploads/2008/12/20081213-0858-thumb.png" width="244" border="0" /></a></p><p>PowerShell:</p><p>PS C:\&gt; get-vmhost 192.168.15.253 | New-VirtualSwitch -Name Example2 -Numports 128</p><p>Name&#160;&#160;&#160;&#160;&#160;&#160; Num Ports&#160; Num Ports&#160; Mtu&#160;&#160; Key <br
/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Available <br
/>&#8212;-&#160;&#160;&#160;&#160;&#160;&#160; &#8212;&#8212;&#8212;&#160; &#8212;&#8212;&#8212;- &#8212;&#160;&#160; &#8212; <br
/>Example2&#160;&#160; 128&#160;&#160;&#160;&#160;&#160;&#160;&#160; 127&#160;&#160;&#160;&#160;&#160;&#160;&#160; 1500&#160; key-vim.host.VirtualSwitch-&#8230;</p><p>After:</p><p><a
href="http://professionalvmware.com/wp-content/uploads/2008/12/20081213-0901.png"><img
title="2008-12-13_0901" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="232" alt="2008-12-13_0901" src="http://professionalvmware.com/wp-content/uploads/2008/12/20081213-0901-thumb.png" width="244" border="0" /></a></p><h3>Using the Remote CLI:</h3><p>Before:</p><p><a
href="http://professionalvmware.com/wp-content/uploads/2008/12/20081213-08581.png"><img
title="2008-12-13_0858" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="223" alt="2008-12-13_0858" src="http://professionalvmware.com/wp-content/uploads/2008/12/20081213-0858-thumb1.png" width="244" border="0" /></a></p><p>Rcli:</p><p>C:\Program Files\VMware\VMware VI Remote CLI\bin&gt;perl esxcfg-vswitch.pl &#8211;vihost 192.168.15.253 &#8211;server dc01.nerv.local &#8211;add Example3</p><p>Enter username: cody.bunch</p><p>After:</p><p><a
href="http://professionalvmware.com/wp-content/uploads/2008/12/20081213-0906.png"><img
title="2008-12-13_0906" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="237" alt="2008-12-13_0906" src="http://professionalvmware.com/wp-content/uploads/2008/12/20081213-0906-thumb.png" width="244" border="0" /></a></p><p>Tell me about some other ways you do this in the comments.</p> ]]></content:encoded> <wfw:commentRss>http://professionalvmware.com/2008/12/3-days-3-ways-to-setup-a-vswitch/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>4 Days &#8211; 4 Uses for VMware VIX (vmrun)</title><link>http://professionalvmware.com/2008/12/4-days-4-uses-for-vmware-vix-vmrun/</link> <comments>http://professionalvmware.com/2008/12/4-days-4-uses-for-vmware-vix-vmrun/#comments</comments> <pubDate>Mon, 15 Dec 2008 17:53:00 +0000</pubDate> <dc:creator>bunchc</dc:creator> <category><![CDATA[automation]]></category> <category><![CDATA[mystery]]></category> <category><![CDATA[VIX]]></category> <category><![CDATA[VM]]></category> <category><![CDATA[VMware]]></category> <guid
isPermaLink="false">http://professionalvmware.com/2008/12/15/4-days-4-uses-for-vmware-vix-vmrun/</guid> <description><![CDATA[Know what’s coming yet? No? Here are some wonderful VMware VIX things you can do while you think on it. Install VMware Tools Set IP Snapshots Reboot VM These are all on one line. Note, the first two work, the second two at the time of this writing report “Error: Unknown error” (ESX in VIX [...]]]></description> <content:encoded><![CDATA[<p></p><p>Know what’s coming yet? No? Here are some wonderful VMware VIX things you can do while you think on it.</p><ol><li>Install VMware Tools</li><li>Set IP</li><li>Snapshots</li><li>Reboot VM</li></ol><p>These are all on one line. Note, the first two work, the second two at the time of this writing report “Error: Unknown error” (ESX in VIX 1.6.2 is still experimental, but I’ve an SR with these too)</p><h3>Install VMware Tools</h3><p>vmrun –T esx –h <a
href="https://server/sdk">https://server/sdk</a> –u user –p password –gu guestUser –gp guestPassword “[datastore] /vmfolder/vmname.vmx” installTools</p><h3>Set IP</h3><p>vmrun –T esx –h <a
href="https://server/sdk">https://server/sdk</a> –u user –p password –gu guestUser –gp guestPassword runProgramInGuest &quot;[datastore] vm/vm.vmx&quot; c:\windows\system32\netsh.exe int ip set address local static 192.168.15.25 255.255.255.0 192.168.15.1 1</p><h3>Snapshots</h3><p>vmrun –T esx –h <a
href="https://server/sdk">https://server/sdk</a> –u root –p pass snapshot “[datastore] vm/vm.vmx” test <br
/>vmrun –T esx –h <a
href="https://server/sdk">https://server/sdk</a> –u root –p pass deleteSnapshot “[datastore] vm/vm.vmx” test</p><h3>Reboot VM</h3><p>vmrun –T esx –h <a
href="https://server/sdk">https://server/sdk</a> –u someuser –p password reset “[datastore] vm/vm.vmx” soft</p><p>Let me know in the comments what you’re using VIX for.</p> ]]></content:encoded> <wfw:commentRss>http://professionalvmware.com/2008/12/4-days-4-uses-for-vmware-vix-vmrun/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>5 Days &#8211; 5 PowerShell One-Liners You Can&#8217;t Live Without</title><link>http://professionalvmware.com/2008/12/5-days-5-powershell-one-liners-you-cant-live-without/</link> <comments>http://professionalvmware.com/2008/12/5-days-5-powershell-one-liners-you-cant-live-without/#comments</comments> <pubDate>Sun, 14 Dec 2008 16:54:00 +0000</pubDate> <dc:creator>bunchc</dc:creator> <category><![CDATA[mystery]]></category> <category><![CDATA[powershell]]></category> <category><![CDATA[VI Toolkit]]></category> <guid
isPermaLink="false">http://professionalvmware.com/2008/12/14/5-days-5-powershell-one-liners-you-cant-live-without/</guid> <description><![CDATA[5 Days now… Till? Guessed yet? If not, here are 5 PowerShell one-liner’s you cant live without. get-vm &#124; get-snapshot &#124; where { $_.Created -le (Get-Date).AddDays(-7)} get-vm &#124; get-view &#124; %{ $_.Config } &#124; select Name,Uuid get-vm &#124; Get-CDDrive &#124; Set-CDDrive -Connected:$false -Confirm:$false get-template MyTemplate &#124; new-vm -vmhost esxserver01 -name MyVM -OSCustomizationSpec MySpec get-vmhost –name [...]]]></description> <content:encoded><![CDATA[<p></p><p>5 Days now… Till? Guessed yet? If not, here are 5 PowerShell one-liner’s you cant live without.</p><ol><li>get-vm | get-snapshot | where { $_.Created -le (Get-Date).AddDays(-7)}</li><li>get-vm | get-view | %{ $_.Config } | select Name,Uuid</li><li>get-vm | Get-CDDrive | Set-CDDrive -Connected:$false -Confirm:$false</li><li>get-template MyTemplate | new-vm -vmhost esxserver01 -name MyVM -OSCustomizationSpec MySpec</li><li>get-vmhost –name servername | set-vmhost –state maintenance</li></ol><p>What are your favorite VI ToolKit PowerShell one-liners? Tell me in the comments.</p> ]]></content:encoded> <wfw:commentRss>http://professionalvmware.com/2008/12/5-days-5-powershell-one-liners-you-cant-live-without/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>6 Days left &#8211; 6 Things to Love about VMware/Virtualization</title><link>http://professionalvmware.com/2008/12/6-days-left-6-things-to-love-about-vmwarevirtualization/</link> <comments>http://professionalvmware.com/2008/12/6-days-left-6-things-to-love-about-vmwarevirtualization/#comments</comments> <pubDate>Sat, 13 Dec 2008 16:40:00 +0000</pubDate> <dc:creator>bunchc</dc:creator> <category><![CDATA[mystery]]></category> <category><![CDATA[weekend]]></category> <guid
isPermaLink="false">http://professionalvmware.com/2008/12/13/6-days-left-6-things-to-love-about-vmwarevirtualization/</guid> <description><![CDATA[Instead of guessing today, list the 6 things you love most about VMware/Virtualization. Here’s mine: vMotion Storage vMotion Enhanced vMotion Compatibility (EVC) VI Toolkit for Windows (PowerShell) Snapshots Clone VMs (Live) What are yours? Tell me in the comments.]]></description> <content:encoded><![CDATA[<p></p><p>Instead of guessing today, list the 6 things you love most about VMware/Virtualization.</p><p>Here’s mine:</p><ol><li>vMotion</li><li>Storage vMotion</li><li>Enhanced vMotion Compatibility (EVC)</li><li>VI Toolkit for Windows (PowerShell)</li><li>Snapshots</li><li>Clone VMs (Live)</li></ol><p>What are yours? Tell me in the comments.</p> ]]></content:encoded> <wfw:commentRss>http://professionalvmware.com/2008/12/6-days-left-6-things-to-love-about-vmwarevirtualization/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>7 Days Left&#8230; Till?</title><link>http://professionalvmware.com/2008/12/7-days-left-till/</link> <comments>http://professionalvmware.com/2008/12/7-days-left-till/#comments</comments> <pubDate>Fri, 12 Dec 2008 13:12:00 +0000</pubDate> <dc:creator>bunchc</dc:creator> <category><![CDATA[mystery]]></category> <guid
isPermaLink="false">http://professionalvmware.com/2008/12/12/7-days-left-till/</guid> <description><![CDATA[&#160; Photo by JoaquinFuentes Some of you will be disappointed to find out, that at the end of this, there will be only something so very mundane that you will question why I’m doing this, and my sanity! Again, post all your guesses in the comments.]]></description> <content:encoded><![CDATA[<p></p><p><em><img
src="http://farm1.static.flickr.com/47/193502366_e7e5d73e2b_m.jpg" />&#160; <br
/></em><em>Photo by JoaquinFuentes</em></p><p>Some of you will be disappointed to find out, that at the end of this, there will be only something so very mundane that you will question why I’m doing this, and my sanity!</p><p>Again, post all your guesses in the comments.</p> ]]></content:encoded> <wfw:commentRss>http://professionalvmware.com/2008/12/7-days-left-till/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> </channel> </rss>
