<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>VMware Communities : Thread List - Richmond Area VMware User Group</title>
    <link>http://communities.vmware.com/community/vmug/us_northeast/richmond?view=discussions</link>
    <description>Latest Forum Threads in Richmond Area VMware User Group</description>
    <language>en</language>
    <pubDate>Mon, 09 Nov 2009 02:20:17 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-11-09T02:20:17Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Vmware Home Lab</title>
      <link>http://communities.vmware.com/thread/241119</link>
      <description>&lt;br /&gt;
I am new to working with Vmware. I want to install it on a non-production learning computer. What are the minmum requirements.&lt;br /&gt;
&lt;p /&gt;
Do I need a dual-processor motherboard?</description>
      <category domain="http://communities.vmware.com/tags?communityID=2458">self-learning</category>
      <pubDate>Fri, 06 Nov 2009 13:42:34 GMT</pubDate>
      <author>ralphferro</author>
      <guid>http://communities.vmware.com/thread/241119</guid>
      <dc:date>2009-11-06T13:42:34Z</dc:date>
      <clearspace:dateToText>2 weeks, 6 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>How do I change my registration information?</title>
      <link>http://communities.vmware.com/thread/237225</link>
      <description>&lt;br /&gt;
Hello All,&lt;br /&gt;
&lt;p /&gt;
Does anyone know how I can change my registration information for the VMUG's? The single-click registration has my old details. I would like to fill in my new employer details. Thank you.</description>
      <pubDate>Fri, 16 Oct 2009 18:15:57 GMT</pubDate>
      <author>hstagner</author>
      <guid>http://communities.vmware.com/thread/237225</guid>
      <dc:date>2009-10-16T18:15:57Z</dc:date>
      <clearspace:dateToText>1 month, 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Link aggregation, LACP, and Etherchannel</title>
      <link>http://communities.vmware.com/thread/136547</link>
      <description>&lt;br /&gt;
I would like to clear up some misconceptions surrounding link aggregation and ESX.  One of my colleagues, Dan Whitman, wrote up this very nice summary of our stance regarding link aggregation.   Hooray for Dan!  Seriously, thanks Dan for the clear and concise summary.&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#008000"&gt;Unfortunately, we don't document this very well but we do in fact support 802.3ad in specific configurations. We have to be careful when we refer to LACP generically because there are two modes which can be employed: Static and Dynamic and both are in the 802.3ad IEEE standard. While the whole premise of the LACP standard is to enable dynamic "routing" of Layer 2 traffic, there is a facility built into the standard to allow the forcing of static paths. Interestingly enough, the little documentation we have says that while we support 802.3ad, we do not support LACP. The appropriate statement should be that ESX doesn't support the dynamic aspect of the standard but does support static mode in the 802.3ad specification. &lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#008000"&gt;I have worked through this conundrum with several customers and the configuration below has been proven to work in single switch and multi-switch environments. Note that while spanning-tree is not needed simply because there is no way to link vSwitches together (without doing extreme networking in the VMs), enabling spanning-tree is the only way I've been able to find that allows the enablement of portfast which trims off 30secs of downtime during port failovers.&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#008000"&gt;At the end of the day, ESX 3.x does support 802.3ad and LACP in STATIC configurations. Below are the configurations of both the Cisco switch (6500 in this case) and peer vSwitch in ESX to support Link Aggregation Control Protocol (802.3ad) and port trunking/grouping (Cisco Fast EtherChannel - FEC).&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;&lt;u&gt;&lt;span style="color:#008000"&gt;Supporting links&lt;/span&gt;&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/files/pdf/virtual_networking_concepts.pdf"&gt; http://www.vmware.com/files/pdf/virtual_networking_concepts.pdf&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;&lt;u&gt;&lt;span style="color:#008000"&gt;Cisco switch example commands to group 2 physical ports in 1 trunk group&lt;/span&gt;&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#008000"&gt;!&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#008000"&gt;interface Port-channel10&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#008000"&gt; description ESX Server 1&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#008000"&gt; switchport&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#008000"&gt; switchport trunk encapsulation dot1q&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#008000"&gt; switchport mode trunk&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#008000"&gt; spanning-tree portfast trunk&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#008000"&gt;!&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#008000"&gt;interface GigabitEthernet3/1&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#008000"&gt; description ESX Server 1 NIC vmnic0&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#008000"&gt; speed 1000&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#008000"&gt; duplex full&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#008000"&gt; switchport&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#008000"&gt; switchport mode trunk&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#008000"&gt; spanning-tree portfast trunk&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#008000"&gt; channel-group 10 mode on&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#008000"&gt;!&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#008000"&gt;interface GigabitEthernet3/2&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#008000"&gt; description ESX Server 1 NIC vmnic1&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#008000"&gt; speed 1000&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#008000"&gt; duplex full&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#008000"&gt; switchport&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#008000"&gt; switchport mode trunk&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#008000"&gt; spanning-tree portfast trunk&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#008000"&gt; channel-group 10 mode on&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;b&gt;&lt;u&gt;&lt;span style="color:#008000"&gt;vSwitch example screenshot showing the necessary configuration to accommodate the Cisco port configuration above&lt;/span&gt;&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;span style="color:#008000"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;span style="color:#008000"&gt;dan whitman - system engineer - air force team - vmware&lt;/span&gt;</description>
      <pubDate>Wed, 02 Apr 2008 02:12:30 GMT</pubDate>
      <author>fr0gger03</author>
      <guid>http://communities.vmware.com/thread/136547</guid>
      <dc:date>2008-04-02T02:12:30Z</dc:date>
      <clearspace:dateToText>1 month, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>15</clearspace:messageCount>
      <clearspace:replyCount>14</clearspace:replyCount>
    </item>
    <item>
      <title>Training - Richmond, VA</title>
      <link>http://communities.vmware.com/thread/117832</link>
      <description>&lt;br /&gt;
Does anyone know of any local folks that are certified VMware instructors? We are considering sending a few folks away for training and are weighing the possibility of bringing someone in to teach a training class.</description>
      <pubDate>Mon, 17 Dec 2007 21:04:05 GMT</pubDate>
      <author>media_gen</author>
      <guid>http://communities.vmware.com/thread/117832</guid>
      <dc:date>2007-12-17T21:04:05Z</dc:date>
      <clearspace:dateToText>5 months, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>10</clearspace:messageCount>
      <clearspace:replyCount>9</clearspace:replyCount>
    </item>
    <item>
      <title>Real-World VDI Experience</title>
      <link>http://communities.vmware.com/thread/202142</link>
      <description>&lt;br /&gt;
At our most recent Richmond VMUG meeting, we had an excellent presentation from Mike Wells of NTelos, where he shared his company's experiences virtualizing over 400 XP desktops for their call centers.  Mike was kind enough to share his presentation, and I am posting a PDF of it here with his permission.  &lt;br /&gt;
&lt;p /&gt;
 For anyone considering virtualized desktops, I would recommend downloading a copy of this presentation and reading through it for some excellent lessons-learned.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2458">vdi</category>
      <category domain="http://communities.vmware.com/tags?communityID=2458">best_practice</category>
      <category domain="http://communities.vmware.com/tags?communityID=2458">xp</category>
      <category domain="http://communities.vmware.com/tags?communityID=2458">broker</category>
      <category domain="http://communities.vmware.com/tags?communityID=2458">virtual_desktop</category>
      <pubDate>Mon, 30 Mar 2009 15:22:25 GMT</pubDate>
      <author>fr0gger03</author>
      <guid>http://communities.vmware.com/thread/202142</guid>
      <dc:date>2009-03-30T15:22:25Z</dc:date>
      <clearspace:dateToText>6 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>How to join the Richmond User Group?</title>
      <link>http://communities.vmware.com/thread/183101</link>
      <description>&lt;br /&gt;
Hi all,&lt;br /&gt;
&lt;p /&gt;
I am local to Richmond and am interested in becoming a part of the Richmond VMware user group. Where and how do I join/register for the group?&lt;br /&gt;
&lt;p /&gt;
My apologies if I have posted this in the wrong section.&lt;br /&gt;
&lt;p /&gt;
Thanks!</description>
      <pubDate>Wed, 03 Dec 2008 21:20:56 GMT</pubDate>
      <author>anaghavartak</author>
      <guid>http://communities.vmware.com/thread/183101</guid>
      <dc:date>2008-12-03T21:20:56Z</dc:date>
      <clearspace:dateToText>7 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Finally got my VCP!</title>
      <link>http://communities.vmware.com/thread/174656</link>
      <description>&lt;br /&gt;
Hello All,&lt;br /&gt;
&lt;p /&gt;
Just a quick note to let everyone know that I finally got my VCP on VI3. Passed the test last Monday with a 93! Reading the extra material from VMware (Resource Guides, Configuration Guides, etc.) and seeing the many awesome tips in the community really helped. &lt;br /&gt;
&lt;p /&gt;
Thank you to all of you who are active members of the VMware Community.&lt;br /&gt;
&lt;p /&gt;
 Regards,&lt;br /&gt;
&lt;p /&gt;
 Harley</description>
      <pubDate>Thu, 16 Oct 2008 20:41:46 GMT</pubDate>
      <author>hstagner</author>
      <guid>http://communities.vmware.com/thread/174656</guid>
      <dc:date>2008-10-16T20:41:46Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>ESX 3i vs 3.x</title>
      <link>http://communities.vmware.com/thread/174330</link>
      <description>&lt;p /&gt;
I have been managing 30 ESX (mix of 2.x and 3.x) for 2+ years and I have been keeping myself from moving forward to ESX 3i because of my liking of the Linux console in 3.x that allows me to script some tasks during install and for maintenance. However, I found out that I can actually modify all my scripts to run from the remote CLI. Now I am interested in knowing all the benefits, advantages that 3i has over 3.x specially in performance and stability. Thanks in advance for any inputs. &lt;br /&gt;
&lt;p /&gt;
&lt;ul class="jive-dash"&gt;
&lt;li&gt;Kevin &lt;/li&gt;
&lt;/ul&gt;</description>
      <pubDate>Wed, 15 Oct 2008 17:45:01 GMT</pubDate>
      <author>kchan@landam.com</author>
      <guid>http://communities.vmware.com/thread/174330</guid>
      <dc:date>2008-10-15T17:45:01Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>User Group Meeting - June 26th</title>
      <link>http://communities.vmware.com/thread/147332</link>
      <description>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br /&gt;
&lt;b&gt;Richmond Area VMware User Group Invitation&lt;/b&gt;&lt;br /&gt;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br /&gt;
&lt;br /&gt;
Please join us for the upcoming Richmond Area VMware User Group meeting on Thursday, June 26, 2008. &lt;br /&gt;
&lt;br /&gt;
Please join an innovative group of VMware users at Byrd Theater to network, share ideas and learn how to get the most out of your VMware solutions. &lt;br /&gt;
&lt;br /&gt;
This is a great opportunity to meet with your Richmond Area based peers to discuss virtualization trends, best practices and the latest technology. &lt;br /&gt;
&lt;br /&gt;
Date:  June 26, 2008&lt;br /&gt;
Time:  2:00pm - 5:00pm&lt;br /&gt;
&lt;br /&gt;
Location:  Byrd Theater&lt;br /&gt;
2908 W Cary St&lt;br /&gt;
Richmond, VA 23221&lt;br /&gt;
&lt;br /&gt;
Directions: &lt;a class="jive-link-external" href="http://tinyurl.com/5lctod"&gt;http://tinyurl.com/5lctod&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
To register: &lt;a class="jive-link-external" href="http://www.vmware.com/resources/communities/usergroup/events.html"&gt;http://www.vmware.com/resources/communities/usergroup/events.html&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
Agenda&lt;br /&gt;
&lt;br /&gt;
2:00pm - Register and Networking&lt;br /&gt;
2:30pm - Introduction&lt;br /&gt;
2:40pm - Peak 10 Presentation: Replication between two Peak 10 sites using Site Recovery Manager &amp;#38; some additional services, products, and capabilities specific to Peak 10&lt;br /&gt;
3:40pm - Break and Networking &lt;br /&gt;
4:00pm - Customer Presentation - TBD&lt;br /&gt;
4:30pm - Upcoming VMware capabilities and open Q&amp;#38;A with Tom Twyman&lt;br /&gt;
4:50pm - Wrap-up&lt;br /&gt;
5:00pm - Depart&lt;br /&gt;
&lt;p /&gt;
For more information, please contact: vmugteam@vmware.com&lt;br /&gt;
&lt;br /&gt;
Sponsored by Peak 10</description>
      <pubDate>Wed, 21 May 2008 00:25:04 GMT</pubDate>
      <author>Kristyn</author>
      <guid>http://communities.vmware.com/thread/147332</guid>
      <dc:date>2008-05-21T00:25:04Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Real time performance and capacity management using agent-less self-learning technology</title>
      <link>http://communities.vmware.com/thread/140629</link>
      <description>Organizations leveraging virtualization often struggle to answer questions such as:&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;ul&gt;

&lt;ul&gt;
&lt;li&gt;What impact is any particular VM having on the performance of the host, or other VM's?&lt;/li&gt;
&lt;li&gt;Where is the root cause of any perceived performance issue?&lt;/li&gt;
&lt;li&gt;Can "badly-behaving" VMs be readily identified?&lt;/li&gt;
&lt;li&gt;How do I correlate performance end-to-end across my physical and virtual infrastructures?&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
Netuitive's agent-less software is the only self-learning, real time, performance analysis solution that integrates directly into VirtualCenter. We won "Best of VMWorld" finalist award last year for our ability to fully automate performance and capacity management in large environments where rule-based approaches are humanly impossible. In a nutshell, we provide the proactive management capability that allows you to manage production VMware deployments and critical applications with confidence.&lt;br /&gt;
&lt;p /&gt;
Traditional systems management tools or manual approaches are unsuited to handle virtualization due to the increased complexity and interdependencies. Only Netuitive's self-learning technology using real-time analysis and statistical correlation provides benefits such as: &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;ul&gt;

&lt;ul&gt;
&lt;li&gt;Automated and dynamic baselining and thresholding, without rules or scripts&lt;/li&gt;
&lt;li&gt;Real-time performance management across the virtual infrastructure (and the physical as well, if required)&lt;/li&gt;
&lt;li&gt;Real-time workload reporting for host and VM's&lt;/li&gt;
&lt;li&gt;Statistical correlation of IT, Quality of Service, and Business data&lt;/li&gt;
&lt;li&gt;Forecast performance issues up to 2 hours in advance of becoming an incident&lt;/li&gt;
&lt;li&gt;Immediately pinpoint root cause of performance issues&lt;/li&gt;
&lt;li&gt;Identify "badly-behaving" VM's&lt;/li&gt;
&lt;li&gt;Proactively manage system health, end-to-end&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;p /&gt;
To learn more, please contact Andrew Carter, &lt;strike&gt;mailto:acarter@netuitive.com&lt;/strike&gt;, 703 609 3215, or visit &lt;a class="jive-link-external" href="http://www.netuitive.com/"&gt;www.netuitive.com&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2458">performance_management</category>
      <category domain="http://communities.vmware.com/tags?communityID=2458">capacity_management</category>
      <category domain="http://communities.vmware.com/tags?communityID=2458">self-learning</category>
      <category domain="http://communities.vmware.com/tags?communityID=2458">agent-less</category>
      <pubDate>Mon, 21 Apr 2008 18:23:30 GMT</pubDate>
      <author>AJRC</author>
      <guid>http://communities.vmware.com/thread/140629</guid>
      <dc:date>2008-04-21T18:23:30Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>VM Server Console : Using the MMC tool in WINXP Virtual Machine</title>
      <link>http://communities.vmware.com/thread/140468</link>
      <description>My question is related to add/remove snap in tool ,  I trying to add users/group from the WIN2000 pro on my virtual network and keep getting the error message access is denied now of course Im logged as  adminstrator  on  this  OS  so  why  am  I not able to  access this  tool ?</description>
      <pubDate>Sun, 20 Apr 2008 23:02:38 GMT</pubDate>
      <author>Cedricopsmgr</author>
      <guid>http://communities.vmware.com/thread/140468</guid>
      <dc:date>2008-04-20T23:02:38Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Advanced Settings</title>
      <link>http://communities.vmware.com/thread/136566</link>
      <description>&lt;br /&gt;
Please, anybody help-me...&lt;br /&gt;
&lt;p /&gt;
I need a documentation about "Advanced Settings ESX Server", Could you please help me?&lt;br /&gt;
&lt;p /&gt;
Thanks in advance!&lt;br /&gt;
&lt;p /&gt;
bycristian</description>
      <pubDate>Wed, 02 Apr 2008 04:47:40 GMT</pubDate>
      <author>bycristian</author>
      <guid>http://communities.vmware.com/thread/136566</guid>
      <dc:date>2008-04-02T04:47:40Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Lessons learned - Antivirus in your vms...</title>
      <link>http://communities.vmware.com/thread/136548</link>
      <description>&lt;br /&gt;
This is an anecdote from a colleague of mine - lesson - NEVER believe that nothing is happening in a guest OS.  J&lt;br /&gt;
&lt;p /&gt;
"I had a similar experience earlier this year in a 2.5 environment, and I'm sure it would have occurred in 3.x as well.  We had production vm-guest machines dropping dead from I/O timeouts in Windows, and this MUST be a VMware problem.&lt;br /&gt;
&lt;p /&gt;
The server admin was ABSOLUTELY convinced that nothing was running in the guests at 3am, so we spent weeks working with EMC to capture data on the SAN.  After weeks of frustration, I started troubleshooting as if this was a physical server so that I could blame ESX as well.  I had the customer run a perfmon report on some random guest machines during the same peak for a couple of days so that we could get a view on the problem from a different angle.  &lt;br /&gt;
&lt;p /&gt;
After weeks of chasing this phantom that MUST be a VMware problem, the &amp;lsquo;problem' turned out to be that their anti-virus definitions were scheduled to update at 3am on all of their guest machines.  The server admin was using their &amp;lsquo;standard build', which couldn't possibly be doing anything at 3am.  &lt;br /&gt;
&lt;p /&gt;
Interestingly, after we changed the antivirus definition update setting, there was still a significant spike during the 3 to 4am period.  And, again, this must be a VMware problem.  Again, perfmon to the rescue!!  The customer was also running their backups at that time with Netbackup, and this was installed by default in their &amp;lsquo;standard' image that does nothing at 3am.&lt;br /&gt;
&lt;p /&gt;
So, there were two lessons learned;&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;* This customer had been adding virtual machines over time, and eventually the spikes that did not overlap when Physical servers had Local storage, crept up and bit them in the virtual world.  The customer was not changing the processes that were successful in a physical world, and we were not advising them to do so.&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;* The separation of responsibilities at the account had everyone convinced that NOTHING HAPPENS IN THE GUESTS AT 3AM.  The only connection between the team that builds the Windows OS images, the Storage team, and the ESX admin team at the account was me.  "&lt;/div&gt;
&lt;p /&gt;
Happy computing!&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Tom Twyman&lt;br /&gt;
&lt;p /&gt;
Sr. Systems Engineer&lt;br /&gt;
&lt;p /&gt;
VMware, Inc. - Southern VA</description>
      <pubDate>Wed, 02 Apr 2008 02:14:50 GMT</pubDate>
      <author>fr0gger03</author>
      <guid>http://communities.vmware.com/thread/136548</guid>
      <dc:date>2008-04-02T02:14:50Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>vMotion - how's it do that?</title>
      <link>http://communities.vmware.com/thread/136546</link>
      <description>&lt;br /&gt;
One of the most common questions I get from customers goes something like this -  How can we guarantee consistency of our data and ensure we are capturing all transactions during a vMotion event, especially for a high-throughput app.?  &lt;br /&gt;
&lt;p /&gt;
The answer, of course, lies in how ESX and Virtual Center execute the transaction, and in the understanding that when a vMotion event occurs, CPU instructions are &lt;b&gt;not&lt;/b&gt; being mirrored or moved or shunted to the new system in any way.  We are simply performing a copy of the data held in memory  and the &lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;# &lt;b&gt;How can we guarantee consistency of the db and ensure we are capturing all transactions during a vMotion event, especially for a high-throughput app.?&lt;/b&gt;&lt;/div&gt;
&lt;ol&gt;

&lt;ol&gt;
&lt;li&gt;When an administrator issues a vMotion command, ESX and Virtual Center do the following:&lt;/li&gt;
&lt;li&gt;Provision new VM on target host.&lt;/li&gt;
&lt;li&gt;Provision new VM on target host&lt;/li&gt;
&lt;li&gt;Precopy memory from source to target, with ongoing memory changes logged in a memory bitmap&lt;/li&gt;
&lt;li&gt;Quiesce VM on the source host and copy memory bitmap to target host&lt;/li&gt;
&lt;li&gt;Start VM on target host&lt;/li&gt;
&lt;li&gt;"Demand page" the source VM when applications attempt to read/write modified memory&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Note -&lt;/b&gt; The new VM comes up before ALL the memory is copied over. We can do this, because once the initial copy has taken place, subsequent changes to the app touch only a fraction of all the memory pages.&lt;/li&gt;
&lt;li&gt;"Background page" the source VM until all memory has been successfully copied&lt;/li&gt;
&lt;li&gt;Delete VM from source host&lt;/li&gt;
&lt;/ol&gt;
&lt;li&gt;*Ar**e there in fact situations in which we can't vMotion because there are too many transactions?*
&lt;ol&gt;
&lt;li&gt;Theoretically, we agree there may be applications that just move too fast for vMotion to keep up with, and therefore ESX may never actually finish the memory copy from one ESX server to the other. Matt and I both agree, however, that this is extremely rare, and we ought to be able to architect around it. If you are seeing this to be the case, Mike, we should examine the situation in detail to make sure the implemented solution matches the business goals.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Can I use vMotion with instances of RAC that are clustered?&lt;/b&gt;
&lt;ol&gt;
&lt;li&gt;Absolutely you can vMotion an instance of a clustered Oracle database - there is nothing inherent in the design of the application that would prevent this.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Does all of this apply to SQL as well (as far as you know)?&lt;/b&gt;
&lt;ol&gt;
&lt;li&gt;There are of course, many differences in the manner in which Microsoft and Oracle have implemented clustering, and there are therefore some considerations regarding design, implementation and support, but in general the same discussion applies, yes.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
So there are a couple of take-aways from this - &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;The original vm is used for a brief period of time to grab memory pages (if necessary) that haven't yet been copied over.&lt;/li&gt;
&lt;li&gt;The copy progress continues in the background while the new vm is up and running.&lt;/li&gt;
&lt;li&gt;We are not touching the data - we only copy the active memory pages from one VM to another. This is significant, for as Matt will tell you, Oracle consistency doesn't depend on what is in memory, but the logs on the disk, which don't move during a vMotion event. Therefore:
&lt;ul&gt;
&lt;li&gt;if the transaction completes, it will be on disk. Case closed.&lt;/li&gt;
&lt;li&gt;If, in the very rare event there is actually a transaction sitting in memory that hasn't been flushed to disk, the memory bitmap will refer us to the source vm for that page/set of pages.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
Long story short, it works.  If any of you are in fact seeing you have some databases that you haven't been able to vMotion, I would be very interested to know more about that vm and the ESX host systems it is running on.  Where are we seeing the traffic?  Disk I/O?  Network I/O? What caused the timeout?  You get my drift.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Thanks, and happy computing!&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Tom Twyman&lt;br /&gt;
&lt;p /&gt;
Sr. Systems Engineer&lt;br /&gt;
&lt;p /&gt;
VMware, Inc. - Southern VA&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Wed, 02 Apr 2008 02:10:29 GMT</pubDate>
      <author>fr0gger03</author>
      <guid>http://communities.vmware.com/thread/136546</guid>
      <dc:date>2008-04-02T02:10:29Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>vMotion Compatibility</title>
      <link>http://communities.vmware.com/thread/136529</link>
      <description>&lt;br /&gt;
Vmotion compatibility for:&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Intel CPU - &lt;a class="jive-link-external" href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;#38;cmd=displayKC&amp;#38;externalId=1991"&gt;http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;#38;cmd=displayKC&amp;#38;externalId=1991&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
AMD CPU - &lt;a class="jive-link-external" href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;#38;cmd=displayKC&amp;#38;externalId=1992"&gt;http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;#38;cmd=displayKC&amp;#38;externalId=1992&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
Overriding Masks - &lt;a class="jive-link-external" href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;#38;cmd=displayKC&amp;#38;externalId=1993"&gt;http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;#38;cmd=displayKC&amp;#38;externalId=1993&lt;/a&gt;</description>
      <pubDate>Wed, 02 Apr 2008 01:58:29 GMT</pubDate>
      <author>fr0gger03</author>
      <guid>http://communities.vmware.com/thread/136529</guid>
      <dc:date>2008-04-02T01:58:29Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>2008 Q1 Richmond VMUG topics</title>
      <link>http://communities.vmware.com/thread/116182</link>
      <description>&lt;br /&gt;
Hello VMUG participants.  Michael and I are kicking around possible topics for our next VMUG meeting and want to get some input before our next meeting.  So far some potential topics are: &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;the four disciplines of application deployment (Virtual Desktop)&lt;/li&gt;
&lt;li&gt;NFS vs. ISCSI vs. Fiber&lt;/li&gt;
&lt;li&gt;Disaster Recovery&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
Any other topics?  I would like to gather ideas in this discussion, then post a vote.  Majority rules for our next VMUG topic. &lt;br /&gt;
&lt;p /&gt;
Thanks all! &lt;br /&gt;
&lt;p /&gt;
Jeff Tharp &lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-email" href="mailto:jeff.tharp@gmail.com"&gt;jeff.tharp@gmail.com&lt;/a&gt; &lt;br /&gt;
&lt;p /&gt;
540.455.1840 &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Thu, 06 Dec 2007 17:56:20 GMT</pubDate>
      <author>Jeff Tharp</author>
      <guid>http://communities.vmware.com/thread/116182</guid>
      <dc:date>2007-12-06T17:56:20Z</dc:date>
      <clearspace:dateToText>1 year, 8 months ago</clearspace:dateToText>
      <clearspace:messageCount>9</clearspace:messageCount>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>VMDK Mount utilities</title>
      <link>http://communities.vmware.com/thread/130689</link>
      <description>Did anyone catch the names of the utilities used to mount a vmdk file?  I know it was done with the NetApp using loopback mount.  I was told other utilities can do this from a windows system?</description>
      <pubDate>Wed, 05 Mar 2008 21:20:55 GMT</pubDate>
      <author>rdufour</author>
      <guid>http://communities.vmware.com/thread/130689</guid>
      <dc:date>2008-03-05T21:20:55Z</dc:date>
      <clearspace:dateToText>1 year, 8 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>VMUG meeting???</title>
      <link>http://communities.vmware.com/thread/130426</link>
      <description>&lt;br /&gt;
I got an email with the attachment.&lt;br /&gt;
&lt;p /&gt;
When was the meeting?  Where?  How do I somehow get the notes but no invite?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
 --&lt;br /&gt;
Erik Grotz&lt;br /&gt;
Extensive Consulting Group, Inc.</description>
      <pubDate>Wed, 05 Mar 2008 00:39:36 GMT</pubDate>
      <author>extensivegroup</author>
      <guid>http://communities.vmware.com/thread/130426</guid>
      <dc:date>2008-03-05T00:39:36Z</dc:date>
      <clearspace:dateToText>1 year, 8 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>08-03-04 Richmond VMUG Presentation</title>
      <link>http://communities.vmware.com/thread/130459</link>
      <description>&lt;br /&gt;
All,&lt;br /&gt;
&lt;p /&gt;
I have posted all of the presentation information in the documents section of the portal. Let me know if you have any questions.</description>
      <pubDate>Wed, 05 Mar 2008 04:18:53 GMT</pubDate>
      <author>sjwray</author>
      <guid>http://communities.vmware.com/thread/130459</guid>
      <dc:date>2008-03-05T04:18:53Z</dc:date>
      <clearspace:dateToText>1 year, 8 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Dell IT Assistant and VirtualCenter Integration?</title>
      <link>http://communities.vmware.com/thread/126610</link>
      <description>Just checking to see if anyone has fooled around with the Dell IT Assistant and its VirtualCenter integration.  I'd be interested in peoples experience so far.</description>
      <pubDate>Fri, 15 Feb 2008 14:26:43 GMT</pubDate>
      <author>scottmillerinva</author>
      <guid>http://communities.vmware.com/thread/126610</guid>
      <dc:date>2008-02-15T14:26:43Z</dc:date>
      <clearspace:dateToText>1 year, 9 months ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>lost data</title>
      <link>http://communities.vmware.com/thread/123305</link>
      <description>Can any one help? I have a new 24 in IMAC with VMWARE fusion with Windows XP and various windows software and data. All gets saved via Time machine , I thought !&lt;br /&gt;
My chain of disasters ! I connected my new phone via bluetooth but then lost my Bluetooth keyboard and mouse only in Windows but not in Mac partition. I was advised to restore Leopard OS as bootcamp drivers were corrupted so I did. No joy! Then I thought I will re install VM Fusion, but then windows did not load as it produced "unable to connect peer ... something error" I do not know how but some how I managed to delete some thing and hey presto I had windows running again but data I have is from when I originally installed windows in Sept when I brought new mac. I seem to have lost windows data for last few months that I cannot find. I tried restoring from Time machine and even restored all MacHD but still cannot find the data. Any ideas where the elusive data may be? I have some backup but not all Please help BOB</description>
      <pubDate>Sun, 27 Jan 2008 09:13:53 GMT</pubDate>
      <author>rookie123</author>
      <guid>http://communities.vmware.com/thread/123305</guid>
      <dc:date>2008-01-27T09:13:53Z</dc:date>
      <clearspace:dateToText>1 year, 9 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>VMUG Forum how-to Webinar</title>
      <link>http://communities.vmware.com/thread/116483</link>
      <description>&lt;br /&gt;
Who is interested in a how-to webinar on the VMUG forum site?  If there is reasonable interest I will get VMWare to schedule one for us.&lt;br /&gt;
&lt;p /&gt;
Thanks,&lt;br /&gt;
&lt;p /&gt;
Jeff&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Sat, 08 Dec 2007 13:50:47 GMT</pubDate>
      <author>Jeff Tharp</author>
      <guid>http://communities.vmware.com/thread/116483</guid>
      <dc:date>2007-12-08T13:50:47Z</dc:date>
      <clearspace:dateToText>1 year, 11 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
  </channel>
</rss>

