<?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>VMtoday &#187; Microsoft</title> <atom:link href="http://vmtoday.com/tag/microsoft/feed/" rel="self" type="application/rss+xml" /><link>http://vmtoday.com</link> <description>VMware News, Views, &#38; How-To&#039;s from vExpert Josh Townsend</description> <lastBuildDate>Mon, 06 Feb 2012 17:02:25 +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>vSphere Upgrade Breaks Active Directory</title><link>http://vmtoday.com/2009/11/vsphere-upgrade-breaks-active-directory/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vsphere-upgrade-breaks-active-directory</link> <comments>http://vmtoday.com/2009/11/vsphere-upgrade-breaks-active-directory/#comments</comments> <pubDate>Wed, 18 Nov 2009 21:40:24 +0000</pubDate> <dc:creator>Joshua Townsend</dc:creator> <category><![CDATA[Issues & Troubleshooting]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[VMware]]></category> <category><![CDATA[active directory]]></category> <category><![CDATA[DHCP]]></category> <category><![CDATA[DNS]]></category> <category><![CDATA[NIC]]></category> <category><![CDATA[upgrade]]></category> <category><![CDATA[upgrade virtual hardware]]></category> <category><![CDATA[vsphere]]></category><guid
isPermaLink="false">http://vmtoday.com/?p=249</guid> <description><![CDATA[I recently completed a VMware VI 3.5 to vSphere upgrade in a small environment (5 hosts, 80 VM&#8217;s).  Being a small environment, the upgrade was planned for one big overnight blitz.  Unfortunately, the size of the environment did not afford a test environment to uncover potential issues before the upgrade.  The upgrade to vSphere itself [...]]]></description> <content:encoded><![CDATA[<p></p><p>I recently completed a VMware VI 3.5 to vSphere upgrade in a small environment (5 hosts, 80 VM&#8217;s).  Being a small environment, the upgrade was planned for one big overnight blitz.  Unfortunately, the size of the environment did not afford a test environment to uncover potential issues before the upgrade.  The upgrade to vSphere itself went swimmingly (the vCenter server had been upgraded a couple weeks earlier).  However, some things in the environment started to go wonky once the upgrade was complete.  Specifically, name resolution (DNS), DHCP, WINS, Group Policy, and really anything Microsoft Active Directory related just did not work.</p><p>Let me explain a bit about the environment so you can better understand what the problem was and how it was corrected.  The environment was an all Microsoft shop, except for VMware of course.  The company follows a virtualize-first policy and is about 90% virtualized, including the Active Directory Domain Controllers.  The DC&#8217;s are Windows 2008 and serve up DHCP, DNS, and WINS in addition to their Directory Services roles.</p><p>The problems really began after I upgraded the virtual hardware version from v4 to v7 (check out page 97 of the <a
href="http://www.vmware.com/pdf/vsphere4/r40/vsp_40_upgrade_guide.pdf">vSphere Upgrade Guide</a> for the upgrade procedure).  When a Windows server is upgrade from VMware Hardware Version 4 to 7, the VMware Upgrade Helper Service handles the reconfiguration of network adapters on the upgraded virtual machine.  The VMware Upgrade Helper Service is installed with VMware Tools and is one of the reasons, along with getting drivers installed for the new hardware, for upgrading VMware Tools before upgrading the hardware version.  If you review the Event Viewer Application log on an upgraded machine you will see several entries from VMUpgradeHelper (Source) with several different Event ID&#8217;s (26, 280, 272, 108, &amp; 105).  An examination of these events will show that the VMware Upgrade Helper service 1.) Backed up the network configuration at OS shutdown, 2.) Started Automatically with the OS, 3.) Checks the device ID for the network adapter, 4.) If the device ID has changed (as a result of a hardware upgrade), the backed up configuration is restored and Event ID 269 is logged.</p><p>This behavior should be transparent for most configurations, with the exception of a slightly longer boot time following the upgrade.  However, I did notice a few problems with the NIC settings being restored under certain conditions.  First, on servers with a statically configured IPv4 stack, IP addresses and DNS server addresses were restored, but the WINS server addresses were not restored.  I suspect this is an oversight in the VMware Upgrade Helper service, but is probably not a major issue for many servers/environments as WINS is infrequently used.  However, for a WINS server itself to lose its configuration to use itself as a WINS server, <a
href="http://lmgtfy.com/?q=what+happens+when+a+WINS+server+doesn%27t+use+itself+as+a+WINS+server" target="_blank">bad things happen</a>.  There are several ways to correct this &#8211; scripts, DHCP Options, etc.  In the end, this wasn&#8217;t really a show stopper for me in this small environment.</p><p>The second, and bigger issue for me, was that after the virtual hardware was upgraded and the VMware Upgrade Helper Service did it&#8217;s job my Active Directory and related services were not available.  DNS was not functioning, DHCP was not handing out addresses, and I couldn&#8217;t connect to AD using ADUC, GPMC or LDAP.  It took me a few minutes to figure out what was going on.  This seems to be what happened: the virtual hardware upgrade caused a new virtual network adapter to be installed in the VM and all of the settings, including the MAC, address to be restored.  The HW v4 NIC was removed from the machine, but Windows held onto the device as a &#8216;ghost NIC&#8217; in Device Manager.  The core AD services, including DNS and DHCP, were still attempting to bind to the ghost NIC.  This behavior persisted through service restarts and reboots of the guest.  It wasn&#8217;t until I examined the IP configuration on the new NIC and clicked Apply (instead of canceling out) that I was prompted with a message indicating that there was more than one network interface configured with the same IP address, queuing me into the solution.</p><p>The error message should be familiar to anyone who has performed a Physical-to-Virtual migration (P2V) and is easily corrected by removing the old device through Windows Device Manager.  The device is hidden so you first have to expose it before deleting it.  Check <a
href="http://support.microsoft.com/kb/315539" target="_blank">http://support.microsoft.com/kb/315539</a> for details or simply follow my instructions below.  To expose the non-present NIC, open a command prompt and enter:</p><blockquote><p>set devmgr_show_nonpresent_devices=1</p></blockquote><p>You can then open Device Manager (enter <em>devmgmt.msc</em> at the command prompt to save some time).  In Device Manager, click View | Show Hidden Devices.  Expand Network Adapters and find the grayed-out entry for the old NIC as pictured below.</p><p
style="text-align: center;"><a
href="http://cloudfront.vmtoday.com/wp-content/uploads/2009/11/GhostNIC1.JPG" rel="lightbox[249]"><img
class="size-full wp-image-262 aligncenter" title="GhostNIC" src="http://cloudfront.vmtoday.com/wp-content/uploads/2009/11/GhostNIC1.JPG" alt="GhostNIC" width="357" height="256" /></a></p><p
style="text-align: left;">Select the ghost NIC and right-click | Uninstall to remove it.</p><p>The final gotcha for me on this is that the set devmgr_show_nonpresent_devices=1 command does not work on Windows 2008 (or Vista, Windows 7, or Windows 2008 R2).  To see and remove ghost NICs from Windows 2008, and environmental variable must be defined.  To set the variable, open Server Manager from the Windows Start Menu.  Highlight &#8216;Server Manager (%SERVERNAME%)&#8217; in the left-side tree-view pane.  Click &#8216;Change System Properties&#8217; in the right-hand pane.  Switch to the Advanced tab and click &#8216;Environment Variables.  Create a new System variable by clicking the New button.  The Variable name should be &#8216;devmgr_show_nonpresent_devices&#8217; and the value should be &#8217;1&#8242; as pictured below.</p><p><a
href="http://cloudfront.vmtoday.com/wp-content/uploads/2009/11/EnvVariable.JPG" rel="lightbox[249]"><img
class="aligncenter size-full wp-image-263" title="EnvVariable" src="http://cloudfront.vmtoday.com/wp-content/uploads/2009/11/EnvVariable.JPG" alt="EnvVariable" width="349" height="139" /></a></p><p>Click OK to close out of any open Windows.  A reboot is not necessary for the variable to take effect, although you may have to close out of all open Device Manager Windows and then reopen devmgmt.msc.  Click View | Show Hidden Devices and remove the ghost NIC as described above.  A quick reboot after I removed the ghost NIC from the domain controllers and all Active Directory, DNS, DHCP, and WINS services immediately began operating normally.  This second issue is more of a Microsoft problem in my opinion, and has been around for some time.</p><p>Before you start getting all upset and the FUD starts flying (&#8220;this is Microsoft/VMware&#8217;s latest attempt to break VMware/Microsoft?&#8221;), it wasn&#8217;t really vSphere that broke Active Directory; It was me.  A little better planning and not rushing through the last wee hours of the upgrade Window could have saved some trouble.  If you are planning a similar upgrade, it would be best to upgrade your domain controllers/DNS servers one at a time and remediate the issues I have decribed before upgrading the next.  This will ensure continued availability of your Active Directory and other critical services during your upgrade.</p><div
class="shr-publisher-249"></div><div
style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div
class='shareaholic-like-buttonset' style='float:none;height:30px;'><a
class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fvmtoday.com%2F2009%2F11%2Fvsphere-upgrade-breaks-active-directory%2F' data-shr_title='vSphere+Upgrade+Breaks+Active+Directory'></a><a
class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fvmtoday.com%2F2009%2F11%2Fvsphere-upgrade-breaks-active-directory%2F'></a><a
class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fvmtoday.com%2F2009%2F11%2Fvsphere-upgrade-breaks-active-directory%2F' data-shr_title='vSphere+Upgrade+Breaks+Active+Directory'></a></div><div
style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div>]]></content:encoded> <wfw:commentRss>http://vmtoday.com/2009/11/vsphere-upgrade-breaks-active-directory/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Microsoft and VMware Virtualization Documentation</title><link>http://vmtoday.com/2009/09/microsoft-and-vmware-virtualization-documentation/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=microsoft-and-vmware-virtualization-documentation</link> <comments>http://vmtoday.com/2009/09/microsoft-and-vmware-virtualization-documentation/#comments</comments> <pubDate>Mon, 14 Sep 2009 22:03:21 +0000</pubDate> <dc:creator>Joshua Townsend</dc:creator> <category><![CDATA[Documentation]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[VMware]]></category> <category><![CDATA[VMware How To]]></category> <category><![CDATA[book]]></category> <category><![CDATA[ESX]]></category> <category><![CDATA[guide]]></category> <category><![CDATA[Hyper-V]]></category> <category><![CDATA[manual]]></category> <category><![CDATA[publication]]></category> <category><![CDATA[resources]]></category> <category><![CDATA[technical]]></category> <category><![CDATA[vmworld]]></category> <category><![CDATA[vsphere]]></category><guid
isPermaLink="false">http://vmtoday.com/?p=209</guid> <description><![CDATA[Microsoft published a document named &#8220;Getting to Know Hyper-V: A Walkthrough from Initial Setup to Common Scenarios&#8221; last week.  According to Microsoft, &#8220;this guide provides detailed step-by-step walkthroughs for testing Hyper-V on a pre-production environment. You can use this guide to become familiar with Hyper-V and the process of creating and managing virtual machines. Also [...]]]></description> <content:encoded><![CDATA[<p></p><p>Microsoft published a document named &#8220;<a
title="Getting to Know Hyper-V: A Walkthrough from Initial Setup to Common Scenarios" href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=ef830f48-64ac-4a7d-8f1b-2808d016e77a#tm" target="_blank">Getting to Know Hyper-V: A Walkthrough from Initial Setup to Common Scenarios</a>&#8221; last week.  According to Microsoft, &#8220;this guide provides detailed step-by-step walkthroughs for testing Hyper-V on a pre-production environment. You can use this guide to become familiar with Hyper-V and the process of creating and managing virtual machines. Also included in this guide are useful scenarios that you can test to better understand how Hyper-V can address the business goals of your organization.&#8221;  The document serves as a sort of evaluators guide for Hyper-V, stepping the reader through everything from enabling VT in BIOS through virtual networking.  It also includes some sections on using snapshots, base virtual machine templates, and managing Hyper-V based virtual machines remotely with Hyper-V Manager.  If you want more in-depth documentation on Hyper-V you can go through <a
title="Microsoft TechNet" href="http://technet.microsoft.com" target="_blank">http://technet.microsoft.com</a>.</p><p>As a side note, Microsoft has published the <a
href="http://www.amazon.com/gp/product/0735617465?ie=UTF8&amp;tag=vm09-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0735617465">Microsoft Manual of Style for Technical Publications</a><img
style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=vm09-20&amp;l=as2&amp;o=1&amp;a=0735617465" border="0" alt="" width="1" height="1" /> to help standardize technical documentation.  I have long been a fan of Microsoft&#8217;s technical documentation for its easy to read style, although it sometimes lacks the depth that I desire.</p><p>While we&#8217;re on the topic of virtualization documentation, I have also been quite pleased with VMware&#8217;s technical documentation over the years, and have found it to be continually increasing in quality, providing very specific technical guidance and references to additional resources.  I have also been pleased to see that VMware has improved delivery options for documentation.  VMware offers several formats for documentation delivery, including web-based and  PDF&#8217;s.  Start with the <a
title="VMware vSphere Documentation Roadmap" href="http://www.vmware.com/pdf/vsphere4/r40/vsp_40_esx_roadmap.pdf" target="_blank">Documentation Roadmap</a> for a quick introduction to the available documentation, and where to find what you need.</p><p>You can find web-based vSphere documentation here: <a
title="vSphere Web Documentation Library" href="http://pubs.vmware.com/vsp40/" target="_blank">http://pubs.vmware.com/vsp40/</a>.   The web-based documentation is great for running searches on.  All vSphere documentation can be accessed through this page: <a
title="vSphere Documentation" href="http://www.vmware.com/support/pubs/vs_pages/vsp_pubs_esx40_vc40.html" target="_blank">http://www.vmware.com/support/pubs/vs_pages/vsp_pubs_esx40_vc40.html</a>.  If you want to do a full grab of all of VMware&#8217;s documentation for an in-house repository (e.g. SharePoint), check out xtravirt&#8217;s VMware Documentation Downloader <a
title="VMware Documentation Downloader" href="http://xtravirt.com/xd10109" target="_blank">script</a>.</p><p>If you are looking for quick and easy evaluator guide-type documentation from  VMware, check out these resources: <a
title="ESXi Installable and vCenter Server Setup Guide" href="http://www.vmware.com/pdf/vsphere4/r40/vsp_40_esxi_i_vc_setup_guide.pdf" target="_blank">ESXi Installable and vCenter Server Setup Guide</a> and the Virtualization Kit (registration required) at <a
title="Virtualization Kit" href="http://www.vmware.com/resources/wp/virtualization101_register.html" target="_blank">http://www.vmware.com/resources/wp/virtualization101_register.html</a>.</p><p>There is a ton of less formal VMware documentation in several places:</p><ul><li>Technical resources and case studies here: <a
title="VMware Technical Resources" href="http://www.vmware.com/resources/techresources/" target="_blank">http://www.vmware.com/resources/techresources/</a></li><li>Proven practices around Strategy, Applications, Security, Management, and Availability at <a
title="VIOPS" href="http://viops.vmware.com/home/index.jspa" target="_blank">VIOPS</a>.</li><li>Official VMware Blogs at <a
title="Planet VMware" href="http://www.vmware.com/vmtn/planet/vmware/" target="_blank">http://www.vmware.com/vmtn/planet/vmware/</a>.</li><li>Community blogs aggregated by VMware at Planet v12n: <a
title="Planet V12n" href="http://www.vmware.com/vmtn/planet/v12n/" target="_blank">http://www.vmware.com/vmtn/planet/v12n/</a></li><li>VMworld Recorded Sessions &amp; Labs (VMworld 2009 Sessions available as of today, September 14th) at <a
title="VMworld" href="http://vmworld.com" target="_blank">http://vmworld.com</a>.</li><li>The VMware Community Forums: <a
title="VMware Communities" href="http://communities.vmware.com/" target="_blank">http://communities.vmware.com/</a></li><li>And, 3rd party books like Scott Lowe&#8217;s <a
href="http://www.amazon.com/gp/product/0470481382?ie=UTF8&amp;tag=vm09-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0470481382">Mastering VMware vSphere 4</a><img
style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=vm09-20&amp;l=as2&amp;o=1&amp;a=0470481382" border="0" alt="" width="1" height="1" />.</li></ul><p>Do you have other sources of virtualization documentation or easy methods of searching documentation to find exactly what you need when you need it?  If so, leave a comment!</p><div
class="shr-publisher-209"></div><div
style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div
class='shareaholic-like-buttonset' style='float:none;height:30px;'><a
class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fvmtoday.com%2F2009%2F09%2Fmicrosoft-and-vmware-virtualization-documentation%2F' data-shr_title='Microsoft+and+VMware+Virtualization+Documentation'></a><a
class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fvmtoday.com%2F2009%2F09%2Fmicrosoft-and-vmware-virtualization-documentation%2F'></a><a
class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fvmtoday.com%2F2009%2F09%2Fmicrosoft-and-vmware-virtualization-documentation%2F' data-shr_title='Microsoft+and+VMware+Virtualization+Documentation'></a></div><div
style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div>]]></content:encoded> <wfw:commentRss>http://vmtoday.com/2009/09/microsoft-and-vmware-virtualization-documentation/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Virtual Infrastructure Client Opens Off Screen</title><link>http://vmtoday.com/2009/07/virtual-infrastructure-client-opens-off-screen/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=virtual-infrastructure-client-opens-off-screen</link> <comments>http://vmtoday.com/2009/07/virtual-infrastructure-client-opens-off-screen/#comments</comments> <pubDate>Thu, 16 Jul 2009 15:39:44 +0000</pubDate> <dc:creator>Joshua Townsend</dc:creator> <category><![CDATA[Issues & Troubleshooting]]></category> <category><![CDATA[VMware]]></category> <category><![CDATA[infrastructure]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[vi client]]></category> <category><![CDATA[VI3]]></category> <category><![CDATA[windows]]></category> <category><![CDATA[windows 7]]></category><guid
isPermaLink="false">http://vmtoday.com/?p=135</guid> <description><![CDATA[A user reported an issue with one of the VM&#8217;s in my environment this morning.  It seems that an automated process had spun up the CPU to 100% in the Windows guest and the system was deadlocked.  I was still at home when I received the message on my BlackBerry, so I fired up the [...]]]></description> <content:encoded><![CDATA[<p></p><p>A user reported an issue with one of the VM&#8217;s in my environment this morning.  It seems that an automated process had spun up the CPU to 100% in the Windows guest and the system was deadlocked.  I was still at home when I received the message on my BlackBerry, so I fired up the VPN on my Windows 7 laptop, opened the VI3 client and&#8230;.., um, where is it?  The VI3 client icon was in the taskbar, but the app was nowhere to be found &#8211; it had opened off-screen where my secondary monitor usually lives.  This is nothing new for the VI client &#8211; I have experienced it numerous times in the past.  But this was my first time with the problem on Windows 7.</p><p>Pre-Windows 7, I would have right-clicked the Windows taskbar for the app, selected &#8216;Move&#8217;, and then used the keyboard arrow keys to guide the phantom window home.  Windows 7 does not have the same Windows positioning options on a right-click to the taskbar so I had to find another way. Enter Windows shortcut keys.  Here&#8217;s how I brought the VI3 Client window back into view:</p><ol><li>Make sure that the VI3 Client window is in the foreground by selecting it in the taskbar.  You&#8217;ll know that it is in the foreground when the taskbar icon gets a white glow as pictured here: <a
href="http://cloudfront.vmtoday.com/wp-content/uploads/2009/07/vi3_client_in_taskbar.png" rel="lightbox[135]"><img
class="alignnone size-full wp-image-136" title="vi3_client_in_taskbar" src="http://cloudfront.vmtoday.com/wp-content/uploads/2009/07/vi3_client_in_taskbar.png" alt="vi3_client_in_taskbar" width="122" height="39" /></a></li><li>Press the hotkey combination: &#8220;<strong>ALT+Space, M</strong>&#8221; for Move.</li><li>Use the keyboard arrow keys to move the window to your active monitor, pressing &#8220;Enter&#8221; once the window is visible to commit the move.</li><li>If the arrow keys fail to move the window and/or you hear the Windows error sound, your VI3 Client windows is probably maximized.  The move option is not available when a window is maximized.  To work around this condition use the hotkey combination: &#8220;<strong>ALT+Space, R</strong>&#8221; for Restore.  You should now be able to move the window using steps #2 &amp; #3 above.</li></ol><p>If you are still really struggling, break out the trusty old registry editor and follow along:</p><ol><li>Close any open VMware Infrastructure Client windows</li><li>Navigate to <strong>HKEY_CURRENT_USER\Software\VMware\VMware Infrastructure Client\Preferences\UI</strong></li><li>Locate the <strong>ApplicationLocation</strong> key.  This key provides the X-Y coordinate for the VI Client window at startup.</li><li>Modify the string value to <strong>0-0</strong>.  This value will cause the VI3 client to open in the center of your primary display.</li><li>If you run different sized/resolution displays, you may also want to change the<strong> ApplicationMaximized</strong> or <strong>ApplicationSize</strong> keys to fit your needs.</li><li>Launch the VMware Infrastructure Client and get back to work.</li></ol><div
class="shr-publisher-135"></div><div
style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div
class='shareaholic-like-buttonset' style='float:none;height:30px;'><a
class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fvmtoday.com%2F2009%2F07%2Fvirtual-infrastructure-client-opens-off-screen%2F' data-shr_title='Virtual+Infrastructure+Client+Opens+Off+Screen'></a><a
class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fvmtoday.com%2F2009%2F07%2Fvirtual-infrastructure-client-opens-off-screen%2F'></a><a
class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fvmtoday.com%2F2009%2F07%2Fvirtual-infrastructure-client-opens-off-screen%2F' data-shr_title='Virtual+Infrastructure+Client+Opens+Off+Screen'></a></div><div
style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div>]]></content:encoded> <wfw:commentRss>http://vmtoday.com/2009/07/virtual-infrastructure-client-opens-off-screen/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>OT: Joining a Mac to a Windows Active Directory</title><link>http://vmtoday.com/2009/06/ot-joining-a-mac-to-a-windows-active-directory/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ot-joining-a-mac-to-a-windows-active-directory</link> <comments>http://vmtoday.com/2009/06/ot-joining-a-mac-to-a-windows-active-directory/#comments</comments> <pubDate>Tue, 30 Jun 2009 21:24:27 +0000</pubDate> <dc:creator>Joshua Townsend</dc:creator> <category><![CDATA[General IT]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[active directory]]></category> <category><![CDATA[apple]]></category> <category><![CDATA[domain]]></category> <category><![CDATA[fusion]]></category> <category><![CDATA[mac]]></category> <category><![CDATA[OS X]]></category> <category><![CDATA[VMware]]></category><guid
isPermaLink="false">http://vmtoday.com/?p=129</guid> <description><![CDATA[We picked up a few new 17&#8243; MacBook Pro&#8217;s at work. We&#8217;re a Microsoft shop, so Mac&#8217;s aren&#8217;t part of the basic knowledge for our IT staff, myself included. I don&#8217;t want to be the Windows guy who says &#8220;I don&#8217;t do Macs&#8221; &#8211; part of being a technologist is serving the user base where [...]]]></description> <content:encoded><![CDATA[<p></p><p>We picked up a few new 17&#8243; MacBook Pro&#8217;s at work.  We&#8217;re a Microsoft shop, so Mac&#8217;s aren&#8217;t part of the basic knowledge for our IT staff, myself included.  I don&#8217;t want to be the Windows guy who says &#8220;I don&#8217;t do Macs&#8221; &#8211; part of being a technologist is serving the user base where they are at with the technologies they require to do their job (but please, included me in determining your requirements and technological solutions &#8211; a Mac might be really cool, but might not fit with the organizations needs or your IT group&#8217;s ability to support your solution).  Really, that&#8217;s what Web 2.0 is all about &#8211; compatible, interchangeable tools that offer customized functionality for the users&#8217; abilities and needs.  Come to think of it, that&#8217;s what VMware is all about too &#8211; the right resources in the right place at the right time, independent of underlying hardware, application/OS agnostic, able to rise above local shortcomings by pushing to the cloud&#8230;.</p><p>To be fair, I was issued a Mac at a previous company, but didn&#8217;t care much for it as the programs I had to run for my job were Windows based.  I ran VMware Fusion, but it could only take me so far &#8211; funny things start to happen when you are in a VM, RDC&#8217;ing to a client server, opening the VI client and console&#8217;ing to a VM.  Shortcut keys behave strangely, and one can only create so many alternate key mappings before going insane.  It wasn&#8217;t the right tool for me and my job, but Macs do serve some purposes very well &#8211; graphic design and iPhone app development in my current case.</p><p>I didn&#8217;t have a requirement to do much customization the new Mac&#8217;s, but they did have to allow users to authenticate to the current Microsoft Windows Active Directory Domain.  I hit a few snags as I went through the process, including making domain users local administrators and allowing domain users to log in to the Mac while off-line.  Here is what I came up with for a final process in my environment &#8211; adjust according to your needs:</p><p>1.) Configure OS X to talk to the Active Directory</p><ul><li> Using Spotlight (LeftCommand+Space), open the &#8216;Directory Utility&#8217;</li><li> Switch to the Services tab</li><li> Tick the box next to Active Directory plug-in (Note: You may have to click the lock icon to make configuration changes).</li><li> Highlight the Active Directory plug-in and click the Configure icon (pencil icon).</li><li>Enter an Active Directory Domain, using the FQDN (example: mydomain.local)</li><li>Enter a Computer ID.  This ID will be used to create a computer object in the AD.</li><li>Expand Advanced Options:<ul><li>On the User Experience Tab:<ul><li>Check the box for &#8216;Create mobile account at login&#8217;.</li><li>Uncheck the box for &#8216;Require confirmation before creating a mobile account&#8217;.</li><li>Choose the &#8216;Use UNC path from Active Directory to derive network home location&#8217; if your AD is set to map a user&#8217;s home location to a UNC and/or DFS path; if not, you may want to uncheck this option.</li></ul></li><li>On the Administrative tab:<ul><li>Check the box for &#8216;Allow Administration By:&#8221; and then Add the Active Directory &#8216;domain admins&#8217; and &#8216;enterprise admins&#8217; group</li><li>Check the box for &#8216;Allow Authentication from any domain in the forest&#8217; if appropriate for your environment</li></ul></li></ul></li><li>Click the Bind button and enter credentials for an account with permissions to join the domain on the Active Directory domain you are joining.  Note: The computer account may appear in the default AD &#8216;Computers&#8217; container even if the redircmp utility was used on the domain to change the default Organizational Unit (OU) of new computers joining the domain.</li><li>Click OK.</li><li>Verify that the Active Directory Domain that you configured correctly appears with a green dot on the &#8216;Directory Servers&#8217; tab of the Directory Utility.</li><li>Close the Directory Utility.</li></ul><p>2.) Configure basic login options</p><ul><li>Open the Accounts tool from Apple | System Preferences | Accounts</li><li>Click Login Options (Note: you may have to click the lock icon to allow changes to be made).</li><li>Configure the Login Options settings as follows:<ul><li>Automatic Login: Disabled</li><li>Display login windows as: Name and Password</li><li>Check the box for Allow network users to login to this computer.<ul><li>Click the Options button and configure all network users (i.e. &#8211; all Domain users) or only select users to have login permissions.</li></ul></li><li>Configure other options as desired.</li></ul></li><li>Log out of the local Admin account</li></ul><p>3.) Log in using a domain user account (with permissions to login to the server (see above) while connected to the network) using the AD user.name and password</p><ul><li>The first login may take several minutes to complete as a local account is being created.</li><li>Open the Accounts tool from Apple | System Preferences | Accounts</li><li>Highlight the logged-in user&#8217;s account.<ul><li>Check the box for &#8216;Allow user to administer this computer&#8217; as appropriate</li></ul><ul><li>Verify that the &#8216;Settings&#8217; button for Mobile Account is grayed out &#8211; this means that an offline account has been created for the user.</li></ul></li></ul><p>4.) Test the config by removing network connectivity (disable AirPort and/or pull the network cable) and log in as the user you just configured.</p><p>5.) Buy <a
href="http://vmware.com/products/fusion/" target="_blank">VMware Fusion</a> so you can run Windows on your Mac when all the stuff you were used to just ain&#8217;t there anymore  <img
src='http://cloudfront.vmtoday.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /></p><div
class="shr-publisher-129"></div><div
style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div
class='shareaholic-like-buttonset' style='float:none;height:30px;'><a
class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fvmtoday.com%2F2009%2F06%2Fot-joining-a-mac-to-a-windows-active-directory%2F' data-shr_title='OT%3A+Joining+a+Mac+to+a+Windows+Active+Directory'></a><a
class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fvmtoday.com%2F2009%2F06%2Fot-joining-a-mac-to-a-windows-active-directory%2F'></a><a
class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fvmtoday.com%2F2009%2F06%2Fot-joining-a-mac-to-a-windows-active-directory%2F' data-shr_title='OT%3A+Joining+a+Mac+to+a+Windows+Active+Directory'></a></div><div
style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div>]]></content:encoded> <wfw:commentRss>http://vmtoday.com/2009/06/ot-joining-a-mac-to-a-windows-active-directory/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>VI Toolkit for Windows v1.5 Released Today</title><link>http://vmtoday.com/2009/01/vi-toolkit-for-windows-v15-released-today/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vi-toolkit-for-windows-v15-released-today</link> <comments>http://vmtoday.com/2009/01/vi-toolkit-for-windows-v15-released-today/#comments</comments> <pubDate>Wed, 28 Jan 2009 17:15:38 +0000</pubDate> <dc:creator>Joshua Townsend</dc:creator> <category><![CDATA[General IT]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[News]]></category> <category><![CDATA[VMware]]></category> <category><![CDATA[VMware How To]]></category> <category><![CDATA[ESX]]></category> <category><![CDATA[mangement]]></category> <category><![CDATA[powershell]]></category> <category><![CDATA[reporting]]></category> <category><![CDATA[virtual]]></category><guid
isPermaLink="false">http://vmtoday.com/?p=53</guid> <description><![CDATA[VMware released version 1.5 of the VI Toolkit for Windows &#8211; the PowerShell management and reporting tool of choice for many VMware administrators. The new version carries build number 142961. You can download v1.5 here: http://blogs.vmware.com/vipowershell/. The update includes some 32 new cmdlets, including ones for getting/setting NTP settings on ESX, getting/setting Advanced configuration options [...]]]></description> <content:encoded><![CDATA[<p></p><p>VMware released version 1.5 of the VI Toolkit for Windows &#8211; the PowerShell management and reporting tool of choice for many VMware administrators.  The new version carries build number 142961.  You can download v1.5 here: <a
title="VI Toolkit for Windows v1.5 Download" href="http://blogs.vmware.com/vipowershell/" target="_blank">http://blogs.vmware.com/vipowershell/</a>.  The update includes some 32 new cmdlets, including ones for getting/setting NTP settings on ESX, getting/setting Advanced configuration options on ESX, getting/setting ESX Firewall settings, and the ability to modify DRS rules using PowerShell.  Existing cmdlets have also been updated with new parameters, and several fixes have been introduced.  Check out the release notes here: <a
title="VI Toolkit for Windows v1.5 Release Notes" href="http://www.vmware.com/support/developer/windowstoolkit/wintk15/windowstoolkit15-200901-releasenotes.html" target="_blank">http://www.vmware.com/support/developer/windowstoolkit/wintk15/windowstoolkit15-200901-releasenotes.html</a>.</p><p>There are plenty of examples on the Internet to get you started with the VI Toolkit for Windows.  Check out these sites to get started:</p><p>Start at the VMware Community site for the Windows Toolkit for great examples and a little help from some friends: <a
href="http://communities.vmware.com/community/developer/windows_toolkit/" target="_blank"> http://communities.vmware.com/community/developer/windows_toolkit/</a><br
/> There are also some good example scripts and resources floating around, such as:</p><p
style="padding-left: 30px;"> <a
href="http://vmetc.com/2008/08/27/powershell-scripting-examples-for-vmware-virtual-infrastructure/" target="_blank">http://vmetc.com/2008/08/27/powershell-scripting-examples-for-vmware-virtual-infrastructure/</a><br
/> <a
href="http://www.peetersonline.nl/" target="_blank">http://www.peetersonline.nl/</a><br
/> <a
href="http://www.ivobeerens.nl/?p=106" target="_blank">http://www.ivobeerens.nl/?p=106</a><br
/> <a
href="http://www.vmguru.com/" target="_blank">http://www.vmguru.com/</a></p><p>Not a hard-core scripter?  Grab this<a
title="PowerGUI.org" href="http://powergui.org/" target="_blank"> handy tool</a> for a little GUI on your PowerShell, and extend it with the <a
title="VMware Infrastrucutre PowerPack 2.0 for PowerGUI" href="http://poshoholic.com/2008/12/19/vmware-infrastructure-powerpack-20-is-now-available/" target="_blank">VMware Infrastructure PowerPack 2.0<br
/> </a></p><p>What tools or examples are you using to extend the power of PowerShell into your Virtual Infrasturucture?  Leave a comment to share!</p><div
class="shr-publisher-53"></div><div
style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div
class='shareaholic-like-buttonset' style='float:none;height:30px;'><a
class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fvmtoday.com%2F2009%2F01%2Fvi-toolkit-for-windows-v15-released-today%2F' data-shr_title='VI+Toolkit+for+Windows+v1.5+Released+Today'></a><a
class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fvmtoday.com%2F2009%2F01%2Fvi-toolkit-for-windows-v15-released-today%2F'></a><a
class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fvmtoday.com%2F2009%2F01%2Fvi-toolkit-for-windows-v15-released-today%2F' data-shr_title='VI+Toolkit+for+Windows+v1.5+Released+Today'></a></div><div
style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div>]]></content:encoded> <wfw:commentRss>http://vmtoday.com/2009/01/vi-toolkit-for-windows-v15-released-today/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>NetApp Extends 50% Virtualization Guarantee</title><link>http://vmtoday.com/2009/01/netapp-extends-50-virtualization-guarantee/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=netapp-extends-50-virtualization-guarantee</link> <comments>http://vmtoday.com/2009/01/netapp-extends-50-virtualization-guarantee/#comments</comments> <pubDate>Tue, 13 Jan 2009 15:50:34 +0000</pubDate> <dc:creator>Joshua Townsend</dc:creator> <category><![CDATA[NetApp]]></category> <category><![CDATA[VMware]]></category> <category><![CDATA[DeDupe]]></category> <category><![CDATA[Hyper-V]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[virtualization]]></category> <category><![CDATA[Xen]]></category><guid
isPermaLink="false">http://vmtoday.com/2009/01/netapp-extends-50-virtualization-guarantee/</guid> <description><![CDATA[NetApp has extended their 50% Virtualization Guarantee to include Citrix Xen and Microsoft Hyper-V.  The program, first announced in 2008, initially covered only VMware virtualization solutions.  The 50% Guarantee program is a catchy way to get folks thinking through the cost savings that virtualization can offer when combined with shared storage (and in this economy [...]]]></description> <content:encoded><![CDATA[<p></p><p>NetApp has extended their <a
title="NetApp 50% Virtualization Guarantee" href="http://www.netapp.com/us/solutions/infrastructure/virtualization/guarantee.html" target="_blank">50% Virtualization Guarantee</a> to include Citrix Xen and Microsoft Hyper-V.  The program, first announced in 2008, initially covered only VMware virtualization solutions.  The 50% Guarantee program is a catchy way to get folks thinking through the cost savings that virtualization can offer when combined with shared storage (and in this economy who isn&#8217;t thinking about savings!).</p><p>NetApp has linked several Technical Reports on the 50% Virtualization Guarantee program site that are worth reading even if you are not preparing for a new storage purchase.  Here are links to the TR&#8217;s:</p><ul><li><a
href="http://www.netapp.com/us/library/technical-reports/tr-3732.html">Best Practices for Citrix Xen Server</a></li><li><a
href="http://www.netapp.com/us/library/technical-reports/tr-3702.html">Best Practices for Microsoft Hyper-V</a></li><li><a
href="http://www.netapp.com/us/library/technical-reports/tr-3428.html">Best Practices for VMware Virtual Infrastructure</a></li></ul><p>Are you planning new storage purchases this year?  If so, how do vendor resources and marketing tools like the 50% Virtualization Guarantee affect your decisions?</p><div
class="shr-publisher-40"></div><div
style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div
class='shareaholic-like-buttonset' style='float:none;height:30px;'><a
class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fvmtoday.com%2F2009%2F01%2Fnetapp-extends-50-virtualization-guarantee%2F' data-shr_title='NetApp+Extends+50%25+Virtualization+Guarantee'></a><a
class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fvmtoday.com%2F2009%2F01%2Fnetapp-extends-50-virtualization-guarantee%2F'></a><a
class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fvmtoday.com%2F2009%2F01%2Fnetapp-extends-50-virtualization-guarantee%2F' data-shr_title='NetApp+Extends+50%25+Virtualization+Guarantee'></a></div><div
style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div>]]></content:encoded> <wfw:commentRss>http://vmtoday.com/2009/01/netapp-extends-50-virtualization-guarantee/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Microsoft Offline Virtual Machine Servicing Tool v2 Released</title><link>http://vmtoday.com/2008/11/microsoft-offline-virtual-machine-servicing-tool-v2-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=microsoft-offline-virtual-machine-servicing-tool-v2-released</link> <comments>http://vmtoday.com/2008/11/microsoft-offline-virtual-machine-servicing-tool-v2-released/#comments</comments> <pubDate>Tue, 25 Nov 2008 16:00:41 +0000</pubDate> <dc:creator>Joshua Townsend</dc:creator> <category><![CDATA[Microsoft]]></category> <category><![CDATA[VMware]]></category> <category><![CDATA[ESX]]></category> <category><![CDATA[Offline]]></category> <category><![CDATA[Patch]]></category> <category><![CDATA[Update Manager]]></category> <category><![CDATA[Virtual Machine]]></category> <category><![CDATA[VM]]></category><guid
isPermaLink="false">http://vmtoday.com/?p=9</guid> <description><![CDATA[The Microsoft Offline Virtual Machine Servicing Tool v2 could be a good tool to add to your Microsoft patch management arsenel, but the small footprint and simplicity of VMware Update Manager will most likely keep all but the most dedicated Microsoft shops from implementing OVMSTv2.]]></description> <content:encoded><![CDATA[<p></p><p>Microsoft released version 2 of their <a
title="Offline Virtual Machine Servicing Tool" href="http://technet.microsoft.com/en-us/library/cc501231.aspx" target="_blank">Offline Virtual Machine Servicing Tool</a> (OVMSTv2) yesterday.  The updated version of the tool, a component of <a
title="Microsoft Download Center Solution Accelerator search results" href="http://www.microsoft.com/beta/downloads/Search.aspx?SearchText=solution%2520accelerator" target="_blank">Microsoft&#8217;s Solution Accelerator</a> family of &#8216;best-practice-meets-tools&#8217; adds integration with System Center Virtual Machine Manager 2008, and support for System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 R2, and Windows Server® Update Services 3.0 SP1.  The tool works in much the same way as VMware&#8217;s Update Manager product updates Windows guest VM&#8217;s. Support for System Center Virtual Machine Manager 2008 obviously means that this product could supplement, replace or conflict with VMware&#8217;s Update Manager&#8217;s ability to patch Windows guests hosted on a VMware Virtual Infrastructure.</p><p>There is not yet much information on this version of the Offline Virtual Machine Servicing Tool.  A <a
href="http://blogs.technet.com/mapblog/archive/2008/05/09/offline-virtual-machine-servicing-tool-beta-program-now-available.aspx" target="_blank">MSDN blog post from May 2008</a> includes some information on the beta version of the product.  The Getting Started guide included in the OVMSTv2 .zip download reveals a bit more about the requirements and footprint required to implement the solution.  The solution requires a good deal of Microsoft software, including (depending on your environment and requirements) Microsoft Active Directory, Windows Server Update Services (WSUS), Configuration Manager 2007, and Virtual Machine Manager 2007, and an appropriately designed Group Policy (GPO) environment.  Another requirement is that the target VM&#8217;s have DHCP assigned IP addresses.</p><p>I did not read anywhere in the documentation that the OVMSTv2 integrates snapshot capabilities to provide simple roll-back of guests that suffer problems on Patch Tuesday, as VMware Update Manager does.  I also did not see a reference to network isolation capabilites in OVMSTv2.  VMware Update Manager keeps offline VM&#8217;s offline during the patching process.  OVMSTv2 has to reach out to a WSUS or Configuration Manager server, so I suspect that the guest is not isolated during that patching process.</p><p>I have not had a chance to build up all of the requirements of this tool in the lab, so I don&#8217;t have any practical advise for using the tool.  Have any of you used the beta or release versions of the tool?  Post a comment to let everyone know your experiences.</p><p>The Microsoft Offline Virtual Machine Servicing Tool v2 could be a good tool to add to your Microsoft patch management arsenal, but the small footprint and simplicity of VMware Update Manager will most likely keep all but the most dedicated Microsoft shops from implementing OVMSTv2.</p><div
class="shr-publisher-9"></div><div
style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div
class='shareaholic-like-buttonset' style='float:none;height:30px;'><a
class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fvmtoday.com%2F2008%2F11%2Fmicrosoft-offline-virtual-machine-servicing-tool-v2-released%2F' data-shr_title='Microsoft+Offline+Virtual+Machine+Servicing+Tool+v2+Released'></a><a
class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fvmtoday.com%2F2008%2F11%2Fmicrosoft-offline-virtual-machine-servicing-tool-v2-released%2F'></a><a
class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fvmtoday.com%2F2008%2F11%2Fmicrosoft-offline-virtual-machine-servicing-tool-v2-released%2F' data-shr_title='Microsoft+Offline+Virtual+Machine+Servicing+Tool+v2+Released'></a></div><div
style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div>]]></content:encoded> <wfw:commentRss>http://vmtoday.com/2008/11/microsoft-offline-virtual-machine-servicing-tool-v2-released/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 27/87 queries in 0.251 seconds using disk: basic
Object Caching 1594/1686 objects using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: cloudfront.vmtoday.com

Served from: vmtoday.com @ 2012-02-08 14:10:55 -->
