<?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 : All Content - New England Area VMware User Group</title>
    <link>http://communities.vmware.com/community/vmug/us_northeast/new_england</link>
    <description>All Content in New England Area VMware User Group</description>
    <language>en</language>
    <pubDate>Fri, 06 Nov 2009 03:39:02 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-11-06T03:39:02Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Lab Manager Consultants Needed ASAP!!!</title>
      <link>http://communities.vmware.com/message/1410492</link>
      <description>&lt;br /&gt;
Hi New England,&lt;br /&gt;
&lt;p /&gt;
This is Brad from ICI a local VMware VAR. We are looking for Lab Manager trained people for immediate employment in the New England area. If you know of anyone please contact me and we cna talk. &lt;br /&gt;
&lt;p /&gt;
 bmaltz@iciamerica.com&lt;br /&gt;
&lt;p /&gt;
Thanks,&lt;br /&gt;
&lt;p /&gt;
Brad&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2241">job</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">lab_manager</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">p2v</category>
      <pubDate>Fri, 06 Nov 2009 03:39:02 GMT</pubDate>
      <author>m8trixdg</author>
      <guid>http://communities.vmware.com/message/1410492</guid>
      <dc:date>2009-11-06T03:39:02Z</dc:date>
      <clearspace:dateToText>2 weeks, 3 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>OS X 10.5 (Leopard) Client / Server Virtualization on ESX Server (?)</title>
      <link>http://communities.vmware.com/message/1406885</link>
      <description>running ESX in X Server is a valid and only option for running OSx Server in a virtualised environment.  &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
If you found this or any other answer useful please consider the use of the Helpful or correct buttons to award points&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Tom Howarth VCP / vExpert&lt;br /&gt;
VMware Communities User Moderator&lt;br /&gt;
Blog: &lt;a class="jive-link-external" href="http://www.planetvm.net/"&gt;www.planetvm.net&lt;/a&gt;&lt;br /&gt;
Contributing author on "&lt;a class="jive-link-external" href="http://www.amazon.co.uk/VMware-VSphere-Virtual-Infrastructure-Security/dp/0137158009/ref=sr_1_1?ie=UTF8&amp;#38;s=books&amp;#38;qid=1256146240&amp;#38;sr=1-1"&gt;VMware vSphere and Virtual Infrastructure Security: Securing ESX and the Virtual Environment&lt;/a&gt;&amp;rdquo;. Currently available on roughcuts</description>
      <pubDate>Tue, 03 Nov 2009 06:56:42 GMT</pubDate>
      <author>tom howarth</author>
      <guid>http://communities.vmware.com/message/1406885</guid>
      <dc:date>2009-11-03T06:56:42Z</dc:date>
      <clearspace:dateToText>2 weeks, 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>NH Meeting -- Vendor Sponsorship</title>
      <link>http://communities.vmware.com/message/1381693</link>
      <description>I am interested in speaking to someone about vendor sponsorship for the upcoming user group meeting.  If someone could reach out to me or point me in the right direction I would appreciate it.&lt;br /&gt;
Regards, Scott Moody, scott@exultium.com, (781) 956-5528</description>
      <pubDate>Mon, 05 Oct 2009 17:00:33 GMT</pubDate>
      <author>smoody</author>
      <guid>http://communities.vmware.com/message/1381693</guid>
      <dc:date>2009-10-05T17:00:33Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Reformat a VMFS3 partition using 4m blocks</title>
      <link>http://communities.vmware.com/message/1379728</link>
      <description>&lt;br /&gt;
By default, VMWare ESX server uses a 1M block size which limits&lt;br /&gt;
you to having a maximum of 256GB in any single virtual machine.  By&lt;br /&gt;
changing the block size of your vmfs partition, you can increase&lt;br /&gt;
the maximum amount of disk you can have.  A 2M block size yields a&lt;br /&gt;
maximum disk size of 512 GB, 4M yields 1TB, and 8M yields 2TB.  There&lt;br /&gt;
is no support for anything larger under vmfs3.  Vmfs2 had a maximum&lt;br /&gt;
block size of 16M, but that has been removed in the vmfs3 specification.&lt;br /&gt;
&lt;p /&gt;
To change the block size of a vmfs filesystem, you need to use vmkfstools to reformat the partition.  The command is:&amp;lt;code&amp;gt;vmkfstools --createfs vmfs3 --blocksize 8M vmhba0:0:0:3&amp;lt;/code&amp;gt;&lt;br /&gt;
It is important to note that like any other formatting procedure, this&lt;br /&gt;
will destroy any data on the partition, so make sure you move your data&lt;br /&gt;
before you do this.  The &amp;ldquo;vmhba0:0:0:3&amp;Prime; is where you specify which&lt;br /&gt;
partition to reformat.  According to the VMWare server configuration&lt;br /&gt;
guide, the format is:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;vmhbaA:T:L:P format, where A, T, L, and P are integers &lt;br clear="all" /&gt; representing adapter, target, LUN, and partition number respectively. &lt;br clear="all" /&gt; The partition digit must be greater than zero and should correspond to &lt;br clear="all" /&gt; a valid VMFS partition of type fb &lt;br clear="all" /&gt; For example, vmhba0:2:3:1 refers to the first partition on LUN 3, target 2, HBA 0.&lt;/blockquote&gt;
&lt;br /&gt;
If you&amp;rsquo;re reformatting a current vmfs filesystem just to increase&lt;br /&gt;
the blocksize, you can get that information from the storage section in&lt;br /&gt;
the configuration tab of the Virtual Infrastructure Client.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
If you found this or any other answer useful please consider the use of the Helpful or Correct buttons to award points</description>
      <pubDate>Fri, 02 Oct 2009 09:08:14 GMT</pubDate>
      <author>pramodupadhyay5</author>
      <guid>http://communities.vmware.com/message/1379728</guid>
      <dc:date>2009-10-02T09:08:14Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Is there an Agenda of events for Brunswick yet?</title>
      <link>http://communities.vmware.com/message/1313983</link>
      <description>I have discovered that I cannot attend the user group meeting&lt;br /&gt;
next week due to business issues. Is there someone specific that&lt;br /&gt;
I should notify?&lt;br /&gt;
&lt;br /&gt;
Sorry for the late notice,&lt;br /&gt;
Dean C. Johnson&lt;br /&gt;
VP of Systems &amp;#38; Administration&lt;br /&gt;
Atlantic Fasteners Co., Inc.&lt;br /&gt;
49 Heywood Avenue&lt;br /&gt;
West Springfield, MA 01089&lt;br /&gt;
P: 413-241-2231&lt;br /&gt;
F: 413-241-2244&lt;br /&gt;
E-mail: djohnson@atlanticfasteners.com&lt;br /&gt;
www.atlanticfasteners.com</description>
      <category domain="http://communities.vmware.com/tags?communityID=2241">agenda</category>
      <pubDate>Fri, 17 Jul 2009 15:50:02 GMT</pubDate>
      <author>DeanCJohnson</author>
      <guid>http://communities.vmware.com/message/1313983</guid>
      <dc:date>2009-07-17T15:50:02Z</dc:date>
      <clearspace:dateToText>4 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Tips and Tricks</title>
      <link>http://communities.vmware.com/message/1312101</link>
      <description>&lt;br /&gt;
I was able to import an NT 4 terminal server into our 3.5 environment prior to upgrading my converter tool.  I'm going to try and use an older version to see if that makes a difference.&lt;br /&gt;
&lt;p /&gt;
FYI...&lt;br /&gt;
&lt;p /&gt;
I know this isn't supported or recommended but for grins I took our Nt4 Terminal server and changed the "guest operating system" properties to windows 2000 server. This allowed me to add another CPU.  Suprisingly the server is running fine.  It may be due to the fact that when you import NT 4 into a ESX 3.5 environment it wants to upgrade the kernel to NT5.  But you might try testing it for a while.  This doesn't resolve importing the NT 4 server into the environment but it is something I thought you'd like to know.</description>
      <pubDate>Wed, 15 Jul 2009 20:49:02 GMT</pubDate>
      <author>TVGorgon</author>
      <guid>http://communities.vmware.com/message/1312101</guid>
      <dc:date>2009-07-15T20:49:02Z</dc:date>
      <clearspace:dateToText>4 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
    </item>
    <item>
      <title>VMUG NE 2009 map</title>
      <link>http://communities.vmware.com/message/1303538</link>
      <description>&lt;br /&gt;
Hello fellow New Englanders, I just scheduled my lodging for this month's VMUG in Maine and made the following quick map for my reference and thought I'd share.  It has the high school site and the lobster bake on it and several hotels (randomly chosen ymmv).  Thought I'd post if it saves anyone time, see you there!&lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://maps.google.com/maps/ms?ie=UTF&amp;#38;msa=0&amp;#38;msid=104946434061635210066.00046e0d19db1b1b351f0"&gt;http://maps.google.com/maps/ms?ie=UTF&amp;#38;msa=0&amp;#38;msid=104946434061635210066.00046e0d19db1b1b351f0&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Mon, 06 Jul 2009 18:29:19 GMT</pubDate>
      <author>robertquast</author>
      <guid>http://communities.vmware.com/message/1303538</guid>
      <dc:date>2009-07-06T18:29:19Z</dc:date>
      <clearspace:dateToText>4 months, 2 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Wayne Blair - 1) Thoughts about VM and release eng. future 2) looking for opportunities</title>
      <link>http://communities.vmware.com/message/1299593</link>
      <description>&lt;br /&gt;
I looked, but did not find, a current and appropriate place to post this request. Thank you for reading or gently redirecting me. &lt;br /&gt;
&lt;br /&gt;
I am Wayne Blair and we may have met at past Down East "Summer Slammer &amp;#38; Lobster Bake" events. I'll be there this year too and I need help finding new opportunities. I would like to take my role evangelizing virtualization from renegade to mover-and-shaker mode.&lt;br /&gt;
&lt;br /&gt;
Yes, I am looking for new job opportunities (please see info below) but I'd also like to talk with people in the VM community who understand virtualization in the build/release/installation realm as much more than just access to more machines.&lt;br /&gt;
&lt;br /&gt;
My gut feeling is that the realm of build and release management will morph or evolve into something different once we can see beyond virtualization as just a pool of machine resources.  Stage Manager is a step in that direction because VM's now have a promotion model but I think the VM will become a build derivative, artifact, or even the deliverable product. Yes, I might be describing a VM appliance but I think there is something more.&lt;br /&gt;
&lt;br /&gt;
What do you think? Let it percolate for a while and maybe we can chat about it later this month while in our lobster bibs.&lt;br /&gt;
&lt;p /&gt;
Regarding my job search, I'd like to find opportunities with organizations that have seriously embraced and invested in virtualization; I want to move beyond the mind set of cost effective use of physical resources.  I am interested in opportunities that are within a 60-minute rush-hour commute of the Nashua, NH area. Below is an elevator speech about me and more information is available via my linked in profile at&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.linkedin.com/in/wayneblair"&gt;www.linkedin.com/in/wayneblair&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
and my full resume is available at&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.mv.com/ipusers/blair/wb"&gt;www.mv.com/ipusers/blair/wb&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Thank you for reading and I hope to see you in a few weeks.&lt;br /&gt;
&lt;br /&gt;
Wayne Blair&lt;br /&gt;
&lt;br /&gt;
=====================&lt;br /&gt;
Here's the elevator speech&lt;br /&gt;
=====================&lt;br /&gt;
&lt;p /&gt;
I'm Wayne Blair, software development tools/build/release/install engineer with extensive experience in development environments, source and build tools, and operating systems and virtualization. I have experience with Agile/XP development environments and infrastructure.&lt;br /&gt;
&lt;br /&gt;
Key highlights from my background include:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Virtualized development environments for improved utilization of resources, stability, time savings, and development test bed flexibility.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Migrated diverse SCM repositories to AccuRev to solve numerous constraints with a branch/merge SCM model and created tooling to support waterfall and Agile/XP processes in an AccuRev environment. I am an AccuRev Certified Engineer.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Designed and implemented Perl tools to extend source control functionality (CVS, RCS, PVCS, and AccuRev) functionality to automate development processes.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Wrote application and operating system installers with InstallShield, InstallAnywhere, RPM, Bash, Perl, and an Anaconda-like toolkit with dramatic improvements in time, reliability, and supportability.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Configured and managed development and manufacturing lab hardware, operating systems and networks.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Operating system sustainability and hardware maintenance experience.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2241">career</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">opportunity</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">build</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">release_engineering</category>
      <pubDate>Wed, 01 Jul 2009 03:56:06 GMT</pubDate>
      <author>wblair</author>
      <guid>http://communities.vmware.com/message/1299593</guid>
      <dc:date>2009-07-01T03:56:06Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>July VMUG - Vendor Sponsorship</title>
      <link>http://communities.vmware.com/message/1299007</link>
      <description>&lt;br /&gt;
I've recently started managing the New England Territory for Xiotech.  Would someone please contact me with information in regards to sponsoring and having a booth at the upcoming July 23 VMUG meeting?&lt;br /&gt;
&lt;p /&gt;
 Kandace Peterson, Account Executive.  &lt;a class="jive-link-email" href="mailto:kandace_peterson@xiotech.com"&gt;kandace_peterson@xiotech.com&lt;/a&gt; (586)557-9912.  thanks!</description>
      <pubDate>Tue, 30 Jun 2009 17:23:10 GMT</pubDate>
      <author>Kandace</author>
      <guid>http://communities.vmware.com/message/1299007</guid>
      <dc:date>2009-06-30T17:23:10Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Clarification on how to properly remove a VM server</title>
      <link>http://communities.vmware.com/message/1285422</link>
      <description>I did not click "Convert to a virtual machine" by mistake. Once I saw the issue I did a test to be sure I saw what I saw. Senerio: Template that is stored on one datastore. "Deploy Virtual machine from this template"  change the Datastore for this virtual machine to a different location then, at the end of the deployment wizzard chose "edit virtual hardware (Experimental)" choose that option and then change the hard drive size to a lager size. Then delete the new created VM when you go to delete it is says " Are you shure you want to delete this VM and its associated base disk? Please note if other VMs are sharing this base disk, they will no longer have access to the disk." Normally that message has not been an issue on other VMs created from templates it is only when you change the hard drive size during deployment. I believe this to be a bug but, it is labled as "Experimental"</description>
      <pubDate>Tue, 16 Jun 2009 14:23:23 GMT</pubDate>
      <author>bwildman</author>
      <guid>http://communities.vmware.com/message/1285422</guid>
      <dc:date>2009-06-16T14:23:23Z</dc:date>
      <clearspace:dateToText>5 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>Job Oppurtunity for VMware Consultant (VCDX Ambitions) with some EMC Experience</title>
      <link>http://communities.vmware.com/message/1108703</link>
      <description>&lt;ul&gt;

&lt;ul&gt;

&lt;ul&gt;

&lt;ul&gt;

&lt;ul&gt;

&lt;ul&gt;

&lt;ul&gt;

&lt;ul&gt;

&lt;ul&gt;
&lt;li&gt;This is still available *************** &lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;b&gt;This position is available again.&lt;/b&gt; &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;b&gt;We are looking for the following type of person BUT also someone who is at "VCDX Level" meaning you have the indepth experience in many VMware technologies and have delivered a Plan and Design engagement for VMware. With the announcement by VMware shortly we see a HUGE growth hitting us and want to build out an amazing team.&lt;/b&gt;  &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
If you are an ambitious person who loves VMware and has good experience with EMC then we might be the place for you. We are one of the top VMware/EMC Consulting companies in New England. We have a huge customer base and it is growing daily. We will give you the oppurtunity to learn anything you want related to VMware while dealing with multiple types of customers in the New England area including healthcare, financial, government, legal, educational and more. We have a great group of people and our compensation is tops in the industry. &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
If you are interested in a position for a growing company please feel free to email me and we can talk. &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;b&gt;Experience with VMware View, Lab Manager, SRM would be huge benefits. We sell solutions not just a box.&lt;/b&gt; &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
Note: This position deals with daily travel but no overnight events. Home every night with the family &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt; Full benefits are included.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Thanks,&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
Brad&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
bmaltz@iciamerica.com&lt;br /&gt;
&lt;br /&gt;
Message was edited by: Brad</description>
      <category domain="http://communities.vmware.com/tags?communityID=2241">job</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">career</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">vcdx</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">vcp</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">emc</category>
      <pubDate>Wed, 26 Nov 2008 03:22:52 GMT</pubDate>
      <author>m8trixdg</author>
      <guid>http://communities.vmware.com/message/1108703</guid>
      <dc:date>2008-11-26T03:22:52Z</dc:date>
      <clearspace:dateToText>5 months, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Senior Systems Admin opportunity in Providence</title>
      <link>http://communities.vmware.com/message/1258722</link>
      <description>&lt;br /&gt;
Johnson &amp;#38; Wales University is seeking a full-time senior systems administrator in Providence RI. Generically worded job description does not state out-right, but seeking a candidate with VMWare Infrastructure experience (3+ years) along with SAN administration, Windows Server and Active Directory experience (10 years +). The selected candidate will be responsible for operations in Providence along with three remote campuses in Charlotte NC, North Miami FL and Denver CO.&lt;br /&gt;
&lt;p /&gt;
Interested candidates must apply online &lt;a class="jive-link-external" href="http://work.jwu.edu/"&gt;http://work.jwu.edu&lt;/a&gt;. Requisition 1492.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2241">career</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">job</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">opportunity</category>
      <pubDate>Thu, 21 May 2009 17:17:32 GMT</pubDate>
      <author>kdmh</author>
      <guid>http://communities.vmware.com/message/1258722</guid>
      <dc:date>2009-05-21T17:17:32Z</dc:date>
      <clearspace:dateToText>6 months, 5 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>Vmware position in MA</title>
      <link>http://communities.vmware.com/message/1255341</link>
      <description>&lt;br /&gt;
I have a senior level Vmware position.  The position involves design, planning and development for system availability, functionality, security and performance for shared properties.  Provide production support, technical leadership, and capacity planning.&lt;br /&gt;
&lt;p /&gt;
Knowledge of VI3 enterprise, ESX servers and Virtual Center.  Experience with SAN clusters - HP EVA platform preferred.  NetApp a plus.  Vmware cluster knowledge.  HA, DRS, vMotion, Storage Motion.  Knowledge of Vmware View or Lab manager a plus.&lt;br /&gt;
&lt;p /&gt;
VCP preferred and strong customer facing skills.  &lt;br /&gt;
&lt;p /&gt;
The position will be a contract to hire or perm role.  US Citizen.&lt;br /&gt;
&lt;p /&gt;
 please reply to:&lt;br /&gt;
&lt;p /&gt;
 Steve&lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-email" href="mailto:ssheldon@intepros.com"&gt;ssheldon@intepros.com&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
IntePros Consulting&lt;br /&gt;
&lt;p /&gt;
IT Recruiting&lt;br /&gt;
&lt;p /&gt;
Lexington, MA&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Mon, 18 May 2009 18:34:13 GMT</pubDate>
      <author>Steve19</author>
      <guid>http://communities.vmware.com/message/1255341</guid>
      <dc:date>2009-05-18T18:34:13Z</dc:date>
      <clearspace:dateToText>6 months, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>VMware vSphere Event - May 5th - New England - Limited Seats Available</title>
      <link>http://communities.vmware.com/message/1233475</link>
      <description>&lt;h4&gt;&lt;a class="jive-link-external" href="http://icievents.wufoo.com/forms/vsphere-unlocked/"&gt;To register please click on this link&lt;/a&gt;&lt;/h4&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;h1&gt;&lt;b&gt;vSphere Unlocked&lt;/b&gt; &lt;/h1&gt;
&lt;h3&gt;Be the first to Get your keys to the Private Cloud &lt;/h3&gt;
&lt;h5&gt;&lt;h4&gt;Join, EMC&amp;rsquo;s Virtualization Partner of the Year, ICI for the unveiling of the much anticipated vSphere&lt;/h4&gt;&lt;/h5&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;h5&gt;When:           Tuesday, May 5th from 9:00-12:00 &lt;/h5&gt;
Where:          EMC Briefing Center serving lunch &lt;br /&gt;
42 South St, Hopkinton, MA &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;h5&gt;All attendees will receive an &amp;ldquo;ICI Cloud 2GB&amp;rdquo; flash drive with 60 day license of ESXi. Each drive will have a key attached and one key will unlock a treasure chest of prizes including: &lt;/h5&gt;
&lt;br /&gt;
&lt;h5&gt;An ICI pre-configured cloud infrastructure kit including: &lt;/h5&gt;
&lt;h5&gt;an EMC Iomega 2 TB NAS Device, &lt;/h5&gt;
&lt;h5&gt;30 Day VMware View License, &lt;/h5&gt;
&lt;h5&gt;30 Day Akorri BalancePoint License,&lt;/h5&gt;
&lt;h5&gt;ICI onsite technical know how on how to build your cloud.&lt;/h5&gt;
&lt;h5&gt;Two Red Sox Tickets for an upcoming game at Fenway Park!&lt;/h5&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;h4&gt;VMware is releasing vSphere on May 21st, however ICI, a leading Premier Partner of VMware and as a beta Partner for PowerPath for VMware, has been &lt;/h4&gt;
&lt;h4&gt;experimenting with this exiting new release in our Solutions Center on EMC CX4 array. &lt;/h4&gt;
&lt;h4&gt;We will demonstrate, LIVE, many of the exciting new features such as: &lt;/h4&gt;
&lt;h5&gt;&amp;bull; 256 GB of RAM per guest &lt;/h5&gt;
&lt;h5&gt;&amp;bull; 8 way virtual symmetric multiprocessing, or SMP &lt;/h5&gt;
&lt;h5&gt;&amp;bull; Clustering of vCenter servers &lt;/h5&gt;
&lt;h5&gt;&amp;bull; Provisioning virtual machines using new host profiles and guest templates &lt;/h5&gt;
&lt;h5&gt;&amp;bull; Pluggable storage architecture will enable enhanced storage multipathing/loadbalancing with EMC&amp;rsquo;s PowerPath &lt;/h5&gt;
&lt;h5&gt;&amp;bull; VMware Fault Tolerance &lt;/h5&gt;
&lt;h5&gt;Join ICI for the first local demonstration of VMware vSphere &lt;/h5&gt;
&lt;h5&gt;When:           Tuesday, May 5th from 9:00-12:00 &lt;/h5&gt;
Where:          EMC Briefing Center serving lunch &lt;br /&gt;
42 South St, Hopkinton, MA &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://icievents.wufoo.com/forms/vsphere-unlocked/"&gt;To register please click on this link&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2241">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">ici</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">new</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">england</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">event</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">emc</category>
      <pubDate>Thu, 23 Apr 2009 03:32:13 GMT</pubDate>
      <author>m8trixdg</author>
      <guid>http://communities.vmware.com/message/1233475</guid>
      <dc:date>2009-04-23T03:32:13Z</dc:date>
      <clearspace:dateToText>7 months, 4 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>Demo VMware to my client</title>
      <link>http://communities.vmware.com/message/1222057</link>
      <description>&lt;br /&gt;
So here are my suggestions for finding an VMware advocate for yourself.&lt;br /&gt;
&lt;p /&gt;
1) look at existing customers who are extremely happy with what you have done for them.&lt;br /&gt;
&lt;p /&gt;
2) Work with your local VMware SE or Sales person. No doubt they have a number of people who are more than willing to help out.&lt;br /&gt;
&lt;p /&gt;
3) (shameless promotion) Suggest that your potential client attend the New England VMware User Group Event in Newport Rhode Island on April 30th, where they can network with over 300 Users and see how VMware is being used in the real world.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Cheers&lt;br /&gt;
&lt;p /&gt;
Chris</description>
      <category domain="http://communities.vmware.com/tags?communityID=2241">new_england_vmware_users_group</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">opportunity</category>
      <pubDate>Thu, 09 Apr 2009 17:25:56 GMT</pubDate>
      <author>charney</author>
      <guid>http://communities.vmware.com/message/1222057</guid>
      <dc:date>2009-04-09T17:25:56Z</dc:date>
      <clearspace:dateToText>7 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Job / Career Corner</title>
      <link>http://communities.vmware.com/message/1218925</link>
      <description>I am recruiter working for our client in FT Benning, GA. We are currently hiring for Vmware SME Consultant position. This is a short term contract and I have provided a brief overview of the position below. If you are interested send me an updated resume along with your expected pay range and availability for an interview ASAP to sangeetha@srira.com. You can reach me at 202-470-0653.You may pass this opening along to others in your network that may be looking for work if you are not available. Thanks for your consideration&lt;br /&gt;
&lt;br /&gt;
Vmware SME Consultant &lt;br /&gt;
&lt;br /&gt;
FT Benning, GA&lt;br /&gt;
31905&lt;br /&gt;
&lt;br /&gt;
MUST&lt;br /&gt;
POSSESS SECRET Clearance&lt;br /&gt;
&lt;br /&gt;
*Job&lt;br /&gt;
Description*&lt;br /&gt;
&lt;br /&gt;
*Install HP&lt;br /&gt;
Management Stack (ICDCE)*&lt;br /&gt;
&lt;br /&gt;
Consultant&lt;br /&gt;
on-site at the customer site to install, configure and provide basic operational use guidelines (Knowledge Transfer) on HP Insight Control Data&lt;br /&gt;
Center Edition of the HP management stack for Blade Servers.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;System Insight Manager&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
The Consultant will install the latest version of HP System Insight Manager (SIM) on the identified Management Workstation or server system. This system can be a&lt;br /&gt;
standalone server, workstation, or other capable system, and identified in the resource requirements for ICDCE.&lt;br /&gt;
&lt;br /&gt;
Installation&lt;br /&gt;
&lt;br /&gt;
The Consultant will accomplish the following steps to install SIM:&lt;br /&gt;
&lt;br /&gt;
Install and configure the latest version of SIM. Configuring the SIM server to include initial automatic discovery of the managed servers. Set up the Administrator account for SIM. Install Secure Shell (SSH) on Windows systems - Configure managed servers to send SNMP traps. Set up default WBEM settings. Configure&lt;br /&gt;
protocol settings. Add new administrators, operators, or users (maximum of two users per function). Configure user rights from toolbox collection. Configure&lt;br /&gt;
automatic or manual discovery settings. Set up the discovery scheduler. Set up requested polling and data collection intervals. Add managed servers. Set up&lt;br /&gt;
e-mail and paging. Set up authorizations. Configure event filtering. Set default view when first browsing to CMS. Demonstrate SIM functionality such as fault and inventory management&lt;br /&gt;
&lt;br /&gt;
Testing&lt;br /&gt;
&lt;br /&gt;
The Consultant will test and verify the operation of the SIM console through the following steps:&lt;br /&gt;
&lt;br /&gt;
Logging on to the management server and verifying connectivity to the managed servers bydisplaying the discovered devices in the "All Systems" list. Configuring&lt;br /&gt;
the SIM security parameters according to the Customer's requirements. Configuring the events in the "All Events" list &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Remote Deployment Pack&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
The Consultant will install the Remote Deployment Pack (RDP) software on the management station. This software will be used to automate the deployment of&lt;br /&gt;
the ESX Server bade to the blade hardware. This installation will require the following steps.&lt;br /&gt;
&lt;br /&gt;
Installation&lt;br /&gt;
&lt;br /&gt;
Prepare the Management Station to be server as an RDP Host. Load the RDP Software. Configure the RDP Software to load the ESS 3.05 Server Software to the Blade Servers. Configure the RDP Software to load Windows 2003 R2 Server Software to the Virtual Machines.  &lt;br /&gt;
&lt;p /&gt;
Testing&lt;br /&gt;
&lt;br /&gt;
Enable theBlade Server target to boot through DHCP and request a load from RDP.Configurethe Blade Server to receive the ESX Server image.Test the deployment of the ESX Server Software through the RDP Console. Once the Deployment is complete &amp;ndash; log into the ESX server console to verify success.Create a VM target on the newly loaded ESX Server on a single blade.Configure this VM in DHCP to request a Windows 2003 Server load from RDP .Initializethe VM with Windows Server 2003 R2 from the RDP Server. Once theload is complete, log into the VM Server to validate the installation of Windows 2003. Once theabove actions are complete, the Consultant will observe and assist the customer in performing the same steps on an additional blade server. This process will provide the necessary knowledge transfer on the installation of ESX Server, the creation of a Virtual Machine, and the loading of the Virtual Machine with thedesired operating system&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;InstallVMware Infrastructure 3 (Version 3.5)&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Willprovide one consultant at the customer site to install, configure and providebasic operational use guidelines (Knowledge Transfer) on VMware Infrastructure&lt;br /&gt;
3, and VMware Converter.&lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;VMwareVirtual Center - Installation&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
TheConsultant will install the latest version of VMware Virtual Center Manager aseparate server system from the SIM installation. This server will utilize both&lt;br /&gt;
a Web Server and a Database server locally unless DISA security requirements prevent this type of configuration. In this case a pre-existing SQL server&lt;br /&gt;
(2005 SP2) that is not part of the virtualized system is required. We recommend a joint database for the ICDCE stack and Virtual Center.The Consultant performs the following steps in this installation process. This program requires no IVT testing. &lt;br /&gt;
Prepare the system for the VirtualCenter Database. Installingthe VirtualCenter Product. Finish theVirtualCenter Web Service Installation. ConfigureCommunication between VirtualCenter Components. Registerthe ESX Server blade (Loaded in the RDP Section) as a VMware Host. Install theVMware License server and load the customer provided license strings into theserver to allow operation of the purchased functionality of VMware&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;VMwareServer Installation&lt;/b&gt;&lt;br /&gt;
 TheConsultants will load the VMware Server software on 20 blade server systems andcreate the applicable VMware cluster configurations to support the 75th Ranger&lt;br /&gt;
Regiment virtualization effort. The Consultants will perform the followingactions in this phase:&lt;br /&gt;
&lt;br /&gt;
InstallVMware 3.05 on the identified 16 blade servers. Install the VMware Patch Console. Apply all critical and required software patches to the VMware Blade Servers&lt;br /&gt;
Create twoDRS cluster groups to contain the VMware Servers. Create the resource pools for the VMware Servers. Create the templates for Windows 2003 Server installation to Virtual Servers. Create two&lt;br /&gt;
Virtual Server systems from the Windows 2003 Server template and demonstrate the ability for this Virtual Server to fail-over to other VMware resource nodes in the DRS clusters.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;VMwareConverter &amp;ndash; Installation&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
TheConsultant will install the VMware Converter Software (Physical to VirtualMigration Tool) on the management console used for SIM. There is no verification process for this installation. Conversion of Physical Machines to Virtual Machines. Conversion of the physical to virtual machines requires identification of dependencies of the physical machines that not supported in a virtual environment. Targets that will work in a virtual environment and support the functionality of DistributedResource Sharing (DRS) cannot make use of standard I/O devices that include serial and parallel ports along with certain network drivers. The Consultant will work with the list of provided physical source systems from the customer to create the list of machines that serves as the source list for the conversion&lt;br /&gt;
process. The Consultant will use the derived system list for the system list for P2V migration efforts. Consultant will assist the customer in the virtualization of a maximum of 10 physical systems.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Configurationof the Archive System for VMware&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
The VMware Enterprise server solution provides interfaces to various backup/archive systems to facilitate the data archive process required for proper system&lt;br /&gt;
integrity. Will configure the backup agents on the VMware servers (16), to connect to the established 75th Ranger Regiments data archival system. At the&lt;br /&gt;
time of the site survey, CommVault Enterprise Backup System is the current model.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;QUALIFICATIONS/ EXPERIENCE OF THE SMEs&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
VMWareCertified (VCP)&lt;br /&gt;
HP C-ClassBlades &amp;ndash; Knowledge of what these systems are, how they connect and operate &amp;ndash;especially the use and configuration of the O/A&lt;br /&gt;
HP SystemInsight Manager (HP SIM)&amp;ndash; Deployment /Configuration and usage of tool in a VMWare Environment&lt;br /&gt;
HP RemoteDeployment Pack (HP RDP)&amp;ndash; Installation / Configuration / Usage to deploy VMWare and Virtual Machines&lt;br /&gt;
Knowledgeand experience with the conversion of physical machine to a virtual machine profile.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Desired(Nice to Have):&lt;/b&gt;&lt;br /&gt;
HP C-ClassBlades Virtual Connect&lt;br /&gt;
Basic SANAdministration&lt;br /&gt;
&lt;br /&gt;
Contact:&lt;br /&gt;
Sangeetha Abraham&lt;br /&gt;
202-470-0653&lt;br /&gt;
sangeetha@srira.com&lt;br /&gt;
&lt;br /&gt;
(Interested candidates can send their updated resume to the above e-mail address)</description>
      <pubDate>Mon, 06 Apr 2009 21:32:38 GMT</pubDate>
      <author>sabraham</author>
      <guid>http://communities.vmware.com/message/1218925</guid>
      <dc:date>2009-04-06T21:32:38Z</dc:date>
      <clearspace:dateToText>7 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
    </item>
    <item>
      <title>April VMUG - Newport Rhode Island!</title>
      <link>http://communities.vmware.com/message/1189529</link>
      <description>Then next New England VMUG will be:&lt;br /&gt;
April 30th&lt;br /&gt;
from 10:00 am to 6:00 PM&lt;br /&gt;
at the Newport, RI Marriot.&lt;br /&gt;
&lt;br /&gt;
We have negotiated a 99$ room rate for the first 100 people who reserve their rooms.&lt;br /&gt;
Just mention the New England VMware User Group Event!&lt;br /&gt;
&lt;p /&gt;
Or go to the following link&lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;&lt;i&gt;&lt;u&gt;&lt;a class="jive-link-external" href="http://cwp.marriott.com/pvdlw/vmware/"&gt;http://cwp.marriott.com/pvdlw/vmware/&lt;/a&gt;&lt;/u&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;KEYNOTE:&lt;/b&gt; &lt;br /&gt;
&lt;p /&gt;
Mark Brunstad VMware Educational Services presents: &lt;br /&gt;
&lt;p /&gt;
Distributed Power Management: Use Case &amp;#38; Technical Deep Dive &lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;Break out Sessions:&lt;/b&gt; &lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;VMware Systems Engineering presents:&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
What next for VMware Virtual Infrastructure? Learn about vSphere - the next generation of Virtual Infrastructure products from VMware &lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;VMware Professional Services presents:&lt;/b&gt; &lt;br /&gt;
&lt;p /&gt;
Performance Benchmarking using vCenter: Using vCenter as a tool to get performance data;see how applications and systems are performing when running on ESX. We will look at what the difference between benchmarking and load testing is, what counters are available is vCenter and how to understand what they mean, how to tune vCenter to get you the counters you need, and what counters matter for OS (Linux and Windows), MS SQL, and MS Exchange. The presentation will include screenshots of the vCenter performance tab as well as the new Reporting feature that was release with update 4. &lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;Envision Technology&lt;/b&gt; &lt;br /&gt;
&lt;p /&gt;
Assessment, Monitoring and Management &lt;br /&gt;
&lt;p /&gt;
1) How do you assess the health of VMware environment? What tools already exist in the system, and what third party tools are available? &lt;br /&gt;
&lt;p /&gt;
2) What tools are available for in-depth, ongoing monitoring of the virtual environment? What metrics can be monitored that will provide a reasonable snapshot of total health of a VMware environment? &lt;br /&gt;
&lt;p /&gt;
3) Once the environment is healthy and being monitored, what should actually be running in the environment? What is virtual server sprawl, why does it matter, and what are some strategies for controlling it? &lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;Virtera&lt;/b&gt; &lt;br /&gt;
&lt;p /&gt;
Building a financial justification for virtualization - how to justify a virtualization project internally &lt;b&gt;ICI&lt;/b&gt; Not your standard VDI Use Case: What you haven't thought about for the present and future &lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;Daymark&lt;/b&gt; &lt;br /&gt;
&lt;p /&gt;
&lt;u&gt;Avoiding the Top Pitfalls When Implementing VMware Site Recovery Manager in Your Environment&lt;/u&gt;&lt;br /&gt;
&lt;p /&gt;
Site Recovery Manager is VMware's framework to automate the testing, failover and recovery of your Virtual Machines and the applications running on those Virtual Machines at your Disaster Recovery site. However, a successful implementation of Site Recovery Manager depends on a well designed solution which includes both a storage replication architecture and a server infrastructure. Daymark will show you how to avoid the common design and implementation pitfalls that can stop a Site Recovery Manager implementation in its tracks.&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;*&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
**Left Hand/HP &lt;br /&gt;
&lt;p /&gt;
Lab/Hands On - Virtual SAN Appliance Software. Be sure to bring your laptop &lt;br /&gt;
&lt;p /&gt;
**&amp;lt;s &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Virtual Server Backup: Easy and Economical with Deduplication &lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;Data Core&lt;/b&gt; &lt;br /&gt;
&lt;p /&gt;
Maximizing your virtual environment with Powershell</description>
      <category domain="http://communities.vmware.com/tags?communityID=2241">nevmug</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">virtualization</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">vmug</category>
      <pubDate>Thu, 05 Mar 2009 11:00:06 GMT</pubDate>
      <author>charney</author>
      <guid>http://communities.vmware.com/message/1189529</guid>
      <dc:date>2009-03-05T11:00:06Z</dc:date>
      <clearspace:dateToText>7 months, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Everyone is Invited - Register Today</title>
      <link>http://communities.vmware.com/message/1208031</link>
      <description>If You have not had a chance to see these technologies actually workign, sign up for a real live demo today. If you signup for the VDI session you will get a real Virtual Desktop to use for 5 days at the ICI office. This desktopwill be reachable from anywhere there is an internet connection.&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;&lt;a class="jive-link-external" href="http://icievents.wufoo.com/forms/demo-days/"&gt;Register Here&lt;/a&gt;&lt;/h2&gt;
&lt;br /&gt;
&lt;img src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/2-1208031-5683/Demo+Days-2.jpg" alt="Demo Days-2.jpg" width="450" class="jive-image-thumbnail jive-image" onclick="myJiveImage.start(this, 'http://communities.vmware.com/servlet/JiveServlet/downloadImage/2-1208031-5683/Demo+Days-2.jpg');return false;"/&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;&lt;a class="jive-link-external" href="http://icievents.wufoo.com/forms/demo-days/"&gt;Register Here&lt;/a&gt;&lt;/h3&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2241">ici</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">vdi</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">view</category>
      <pubDate>Wed, 25 Mar 2009 02:16:35 GMT</pubDate>
      <author>m8trixdg</author>
      <guid>http://communities.vmware.com/message/1208031</guid>
      <dc:date>2009-03-25T02:16:35Z</dc:date>
      <clearspace:dateToText>8 months, 3 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>Employment Opportunity in Boston: Virtualization Solution Architect</title>
      <link>http://communities.vmware.com/message/1203839</link>
      <description>&lt;br /&gt;
We are currently looking for a Virtualization Solution Architect out of our Boston office. This is a senior role. We are looking for someone at the architect level who has presented to customers and has experience with the presales effort. The job is ~60% presales, 40% delivery. There is some associated travel to our offices in Rochester, Hartford, and Tampa offices. &lt;br /&gt;
&lt;br /&gt;
AdvizeX Technologies is a leading information technology provider of infrastructure and enterprise application solutions. AdvizeX combines the technical expertise of our consultants with the technologies from our strategic business partners to solve information technology issues impacting our clients' businesses. As a value-added reseller of open-systems information technology, AdvizeX has built key partnerships with leading technology vendors Hewlett-Packard, EMC, VMWare, Microsoft, and Oracle. We were named EMC Partner of the Year for 2008. &lt;br /&gt;
&lt;p /&gt;
Gary Federico &lt;br /&gt;
&lt;p /&gt;
Technical Recruitment Manager &lt;br /&gt;
&lt;p /&gt;
AdvizeX Technologies &lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-email" href="mailto:gfederico@advizex.com"&gt;gfederico@advizex.com&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
401-322-6043</description>
      <category domain="http://communities.vmware.com/tags?communityID=2241">job</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">employment</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">hire</category>
      <pubDate>Thu, 19 Mar 2009 18:49:33 GMT</pubDate>
      <author>gfederico</author>
      <guid>http://communities.vmware.com/message/1203839</guid>
      <dc:date>2009-03-19T18:49:33Z</dc:date>
      <clearspace:dateToText>8 months, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>Huge VMware Event This Wednesday in Boston - Limited Space - Register Now!!!!</title>
      <link>http://communities.vmware.com/message/1200452</link>
      <description>Deliver the cost savings, service &lt;br /&gt;
levels and productivity improvements your business demands.&lt;br /&gt;
&lt;br /&gt;
*In today's tough &lt;br /&gt;
economy, you must do more with less, yet still solve a range of IT challenges &lt;br /&gt;
across your entire infrastructure. The combined partnership of ICI* , *EMC and VMware &lt;br /&gt;
provides unmatched expertise and experience with the broadest portfolio of &lt;br /&gt;
industry-leading solutions that  enable you  to:* &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Realize a 25%&lt;/b&gt;   &lt;br clear="all" /&gt; *	 	reduction in storage TCO in less than a year*&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Reduce backup&lt;/b&gt;   &lt;br clear="all" /&gt; *	 	data and time by 90%*&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Reduce space,&lt;/b&gt;   &lt;br clear="all" /&gt; *	 	power, and cooling costs by 70-80%*&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Reduce e-mail&lt;/b&gt;   &lt;br clear="all" /&gt; *	 	operational costs by 50%*&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Decrease security&lt;/b&gt;   &lt;br clear="all" /&gt; *	 	spending by 150%*&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Manage 3-4 x&lt;/b&gt;   &lt;br clear="all" /&gt; *	 	servers, storage, and network devices without adding headcount*&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
To demonstrate &lt;br /&gt;
the value of this powerful collaboration,&lt;br /&gt;
EMC and VMware have established &lt;br /&gt;
the&lt;br /&gt;
&lt;i&gt;New&lt;/i&gt; EMC Velocity&amp;sup2; Solution Center for Virtualized &lt;br /&gt;
Infrastructure at ICI.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
*Learn. &lt;br /&gt;
Explore. Network.*&lt;br /&gt;
&lt;br /&gt;
*Take the next &lt;br /&gt;
step with ICI - EMC's Virtualization Partner of the Year - and view a live demo &lt;br /&gt;
of the integrated virtualized solutions. Afterwards, network with the technical &lt;br /&gt;
experts and your peers at the* +Seaport for &lt;br /&gt;
a Harpoon Brewery Beer Tasting +*reception sponsored &lt;br /&gt;
by ICI!*&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;h1&gt;&lt;span style="color:#000000"&gt;Register Here:    &lt;a class="jive-link-external" href="https://www.seeuthere.com/register/m2c4ec-1AZRVHHFT7CDV"&gt;https://www.seeuthere.com/register/m2c4ec-1AZRVHHFT7CDV&lt;/a&gt;&lt;/span&gt;&lt;/h1&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
or Email me bmaltz@iciamerica.com</description>
      <pubDate>Mon, 16 Mar 2009 22:50:10 GMT</pubDate>
      <author>m8trixdg</author>
      <guid>http://communities.vmware.com/message/1200452</guid>
      <dc:date>2009-03-16T22:50:10Z</dc:date>
      <clearspace:dateToText>8 months, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>VMug pats cheerleader photos</title>
      <link>http://communities.vmware.com/message/1171285</link>
      <description>Thanks Chris.</description>
      <pubDate>Fri, 13 Feb 2009 14:53:21 GMT</pubDate>
      <author>glynnd1</author>
      <guid>http://communities.vmware.com/message/1171285</guid>
      <dc:date>2009-02-13T14:53:21Z</dc:date>
      <clearspace:dateToText>9 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>January NEVMUG Keynote Presentation</title>
      <link>http://communities.vmware.com/docs/DOC-9515</link>
      <description />
      <category domain="http://communities.vmware.com/tags?communityID=2241">automation</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">nevmug</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">new_england_vmware_users_group</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">opportunity</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">performance</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">vmware</category>
      <pubDate>Thu, 12 Feb 2009 20:03:47 GMT</pubDate>
      <author>charney</author>
      <guid>http://communities.vmware.com/docs/DOC-9515</guid>
      <dc:date>2009-02-12T20:03:47Z</dc:date>
      <clearspace:dateToText>9 months, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>January NEVMUG Lefthand Presentation</title>
      <link>http://communities.vmware.com/docs/DOC-9514</link>
      <description />
      <category domain="http://communities.vmware.com/tags?communityID=2241">lefthand</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">network</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">hp</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">nevmug</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">new_england_vmware_users_group</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">performance</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">automation</category>
      <pubDate>Thu, 12 Feb 2009 20:01:56 GMT</pubDate>
      <author>charney</author>
      <guid>http://communities.vmware.com/docs/DOC-9514</guid>
      <dc:date>2009-02-12T20:01:56Z</dc:date>
      <clearspace:dateToText>9 months, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>January NEVMUG Vizioncore presentation</title>
      <link>http://communities.vmware.com/docs/DOC-9513</link>
      <description />
      <category domain="http://communities.vmware.com/tags?communityID=2241">new_england_vmware_users_group</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">nevmugvizioncore</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">automation</category>
      <pubDate>Thu, 12 Feb 2009 19:54:11 GMT</pubDate>
      <author>charney</author>
      <guid>http://communities.vmware.com/docs/DOC-9513</guid>
      <dc:date>2009-02-12T19:54:11Z</dc:date>
      <clearspace:dateToText>9 months, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>January NEVMUG Panologic Presentation</title>
      <link>http://communities.vmware.com/docs/DOC-9489</link>
      <description />
      <category domain="http://communities.vmware.com/tags?communityID=2241">vdi</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">nevmug</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">new_england_vmware_users_group</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">performance</category>
      <pubDate>Thu, 12 Feb 2009 17:03:01 GMT</pubDate>
      <author>charney</author>
      <guid>http://communities.vmware.com/docs/DOC-9489</guid>
      <dc:date>2009-02-12T17:03:01Z</dc:date>
      <clearspace:dateToText>9 months, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>January NEVMUG 3Par MartinsPoint Presentation</title>
      <link>http://communities.vmware.com/docs/DOC-9488</link>
      <description />
      <category domain="http://communities.vmware.com/tags?communityID=2241">3par</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">nevmug</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">new_england_vmware_users_group</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">performance</category>
      <pubDate>Thu, 12 Feb 2009 17:01:23 GMT</pubDate>
      <author>charney</author>
      <guid>http://communities.vmware.com/docs/DOC-9488</guid>
      <dc:date>2009-02-12T17:01:23Z</dc:date>
      <clearspace:dateToText>9 months, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>January NEVMUG Lighthouse Presentation</title>
      <link>http://communities.vmware.com/docs/DOC-9487</link>
      <description />
      <category domain="http://communities.vmware.com/tags?communityID=2241">lighthouse</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">automation</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">performance</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">new_england_vmware_users_group</category>
      <pubDate>Thu, 12 Feb 2009 16:59:29 GMT</pubDate>
      <author>charney</author>
      <guid>http://communities.vmware.com/docs/DOC-9487</guid>
      <dc:date>2009-02-12T16:59:29Z</dc:date>
      <clearspace:dateToText>9 months, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>January NEVMUG GreenPages Presentation</title>
      <link>http://communities.vmware.com/docs/DOC-9486</link>
      <description />
      <category domain="http://communities.vmware.com/tags?communityID=2241">cisco</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">greenpages</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">nevmug</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">new_england_vmware_users_group</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">performance</category>
      <pubDate>Thu, 12 Feb 2009 16:57:42 GMT</pubDate>
      <author>charney</author>
      <guid>http://communities.vmware.com/docs/DOC-9486</guid>
      <dc:date>2009-02-12T16:57:42Z</dc:date>
      <clearspace:dateToText>9 months, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>January NEVMUG FocusTI Presentation</title>
      <link>http://communities.vmware.com/docs/DOC-9485</link>
      <description />
      <category domain="http://communities.vmware.com/tags?communityID=2241">cisco</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">emc</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">nevmug</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">new_england_vmware_users_group</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">performance</category>
      <pubDate>Thu, 12 Feb 2009 16:54:13 GMT</pubDate>
      <author>charney</author>
      <guid>http://communities.vmware.com/docs/DOC-9485</guid>
      <dc:date>2009-02-12T16:54:13Z</dc:date>
      <clearspace:dateToText>9 months, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>January NEVMUG EMC Presentation</title>
      <link>http://communities.vmware.com/docs/DOC-9484</link>
      <description />
      <category domain="http://communities.vmware.com/tags?communityID=2241">nevmug</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">new_england_vmware_users_group</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">performance</category>
      <pubDate>Thu, 12 Feb 2009 16:52:54 GMT</pubDate>
      <author>charney</author>
      <guid>http://communities.vmware.com/docs/DOC-9484</guid>
      <dc:date>2009-02-12T16:52:54Z</dc:date>
      <clearspace:dateToText>9 months, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>January NEVMUG AMD Presentations</title>
      <link>http://communities.vmware.com/docs/DOC-9483</link>
      <description />
      <category domain="http://communities.vmware.com/tags?communityID=2241">amd</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">performance</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">new_england_vmware_users_group</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">nevmug</category>
      <pubDate>Thu, 12 Feb 2009 16:47:26 GMT</pubDate>
      <author>charney</author>
      <guid>http://communities.vmware.com/docs/DOC-9483</guid>
      <dc:date>2009-02-12T16:47:26Z</dc:date>
      <clearspace:dateToText>9 months, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>Can you create a new VM from another machine's snapshot?</title>
      <link>http://communities.vmware.com/message/1158707</link>
      <description>I was wondering if there was a way around having to manually move the files, but that makes a lot of sense...After all, a single snapshot in and of itself would be fairly useless without the other delta snapshots.  Looks like I just need to fire up some more coffee =)</description>
      <pubDate>Sat, 31 Jan 2009 15:14:25 GMT</pubDate>
      <author>Rob_B</author>
      <guid>http://communities.vmware.com/message/1158707</guid>
      <dc:date>2009-01-31T15:14:25Z</dc:date>
      <clearspace:dateToText>9 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>VMware experience</title>
      <link>http://communities.vmware.com/message/1153046</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
I was wondering if anyone had some good ideas on how to gain experience in Vmware?. etc. How to gain &lt;u&gt;experience&lt;/u&gt; in this field or anyone willing to help me gain experience would be great too. Is there any places to go to gain experience to implement/construct vmware systems? I would ultimatly like to tag along when someone is designing/installing a vmware system. &lt;br /&gt;
&lt;p /&gt;
I know its kind of an odd post, but anyone with any ideas would help me out.. &lt;br /&gt;
&lt;p /&gt;
thanks,&lt;br /&gt;
John</description>
      <pubDate>Sun, 25 Jan 2009 20:15:35 GMT</pubDate>
      <author>learnvm35</author>
      <guid>http://communities.vmware.com/message/1153046</guid>
      <dc:date>2009-01-25T20:15:35Z</dc:date>
      <clearspace:dateToText>10 months, 17 hours ago</clearspace:dateToText>
    </item>
    <item>
      <title>Be in Bangor on December 2nd - make sure you register</title>
      <link>http://communities.vmware.com/message/1102230</link>
      <description>&lt;br /&gt;
Norton Lamb &amp;#38; Company is hosting an event at Hollywood Slots Hotel &amp;#38; Convention Center on Decmber 2nd in Bangor, ME. &lt;br /&gt;
&lt;p /&gt;
IBM, DELL/EqualLogic, StorServer &amp;#38; VMware will all be there, and you should be too. &lt;br /&gt;
&lt;p /&gt;
Please see the attached invitation, go to the &lt;a class="jive-link-external" href="http://www.nortonlamb.com/events.php"&gt;website&lt;/a&gt;, and &lt;a class="jive-link-external" href="http://www.nortonlamb.com/event-registration.php?eid=14&amp;#38;ref=e2008005"&gt;register&lt;/a&gt;! &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Hope to see you there, &lt;br /&gt;
&lt;p /&gt;
Dave Johnson &lt;br /&gt;
&lt;p /&gt;
Senior Systems Analyst&lt;br /&gt;
&lt;p /&gt;
Norton Lamb &amp;#38; Company</description>
      <pubDate>Tue, 18 Nov 2008 19:18:58 GMT</pubDate>
      <author>dave@NLC</author>
      <guid>http://communities.vmware.com/message/1102230</guid>
      <dc:date>2008-11-18T19:18:58Z</dc:date>
      <clearspace:dateToText>1 year, 4 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>HUGE VMware and EMC event at the NEW CBS Scene at Patriots Place in Foxboro</title>
      <link>http://communities.vmware.com/message/1090652</link>
      <description>Wow news travels fast &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt; Thanks Dave. Hope to see you at the CBS Scene.</description>
      <pubDate>Tue, 04 Nov 2008 01:00:33 GMT</pubDate>
      <author>m8trixdg</author>
      <guid>http://communities.vmware.com/message/1090652</guid>
      <dc:date>2008-11-04T01:00:33Z</dc:date>
      <clearspace:dateToText>1 year, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>VMWare opportunity</title>
      <link>http://communities.vmware.com/message/1086008</link>
      <description>Hi All, &lt;br /&gt;
&lt;br /&gt;
My name is Lindsey Marquis and I work for Sapphire Technologies in Portland, Maine. I was speaking with a fellow VMWare consultant and they told me that this would be a good place to look for anyone that might be looking for a job opportunity. I have a great perm position in Maine/New Hampshire. They are looking for a VMWare Software engineer, someone that is VCP certified and also has some real world experience with VMWare. Please feel free to contact me at &lt;a class="jive-link-email" href="mailto:lindsey.marquis@sapphire.com"&gt;lindsey.marquis@sapphire.com&lt;/a&gt; or at 207-523-3409 or 1-800-679-6544 Ext. 1546 if you are interest, or if you have any suggestions on where else I could look for someone with thise skill set. We also offer a $500 referral bonus if you know someone that is looking. Thank you!</description>
      <category domain="http://communities.vmware.com/tags?communityID=2241">job</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">career</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">opportunity</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">vcp</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">certified</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">salary</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">maine</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">new</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">hampshire</category>
      <pubDate>Tue, 28 Oct 2008 20:04:34 GMT</pubDate>
      <author>jobopportunity</author>
      <guid>http://communities.vmware.com/message/1086008</guid>
      <dc:date>2008-10-28T20:04:34Z</dc:date>
      <clearspace:dateToText>1 year, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>October 23rd Presentations</title>
      <link>http://communities.vmware.com/docs/DOC-8520</link>
      <description>Here are two of the presentations from the NEVMUG event in Atkinson New Hampshire.&lt;br /&gt;
&lt;br /&gt;
One from Mark Bowker of Enterprise Strategy Group (&lt;a class="jive-link-email" href="mailto:Mark.Bowker@enterprisestrategygroup.com"&gt;Mark.Bowker@enterprisestrategygroup.com&lt;/a&gt;)&lt;br /&gt;
&lt;p /&gt;
One from Left Hand Networks&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Tue, 28 Oct 2008 14:49:21 GMT</pubDate>
      <author>charney</author>
      <guid>http://communities.vmware.com/docs/DOC-8520</guid>
      <dc:date>2008-10-28T14:49:21Z</dc:date>
      <clearspace:dateToText>1 year, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>October 23rd Presentations</title>
      <link>http://communities.vmware.com/message/1085674</link>
      <description>&lt;br /&gt;
Here are two of the presentations from the NEVMUG event in Atkinson New Hampshire.&lt;br /&gt;
&lt;p /&gt;
One from Mark Bowker of Enterprise Strategy Group (&lt;a class="jive-link-email" href="mailto:Mark.Bowker@enterprisestrategygroup.com"&gt;Mark.Bowker@enterprisestrategygroup.com&lt;/a&gt;)&lt;br /&gt;
&lt;p /&gt;
One from Left Hand Networks</description>
      <pubDate>Tue, 28 Oct 2008 14:48:30 GMT</pubDate>
      <author>charney</author>
      <guid>http://communities.vmware.com/message/1085674</guid>
      <dc:date>2008-10-28T14:48:30Z</dc:date>
      <clearspace:dateToText>1 year, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>How do I sponsor an event?</title>
      <link>http://communities.vmware.com/message/1085596</link>
      <description>&lt;br /&gt;
I wanted to see if someone can contact me about sponsoring the next event. I am talking to the decision maker on my end and he's interested. Please contact me at mmacauley@crgwest.com and I will get you in touch.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Thanks,&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Mark</description>
      <pubDate>Tue, 28 Oct 2008 13:43:46 GMT</pubDate>
      <author>virtualizationstuff</author>
      <guid>http://communities.vmware.com/message/1085596</guid>
      <dc:date>2008-10-28T13:43:46Z</dc:date>
      <clearspace:dateToText>1 year, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>What is the DATE for the NE VMUG?</title>
      <link>http://communities.vmware.com/message/1077806</link>
      <description>LOL.. That is fine.&lt;br /&gt;
Either way, please catch up with me&lt;br /&gt;
&lt;br /&gt;
Chris</description>
      <pubDate>Fri, 17 Oct 2008 20:28:15 GMT</pubDate>
      <author>charney</author>
      <guid>http://communities.vmware.com/message/1077806</guid>
      <dc:date>2008-10-17T20:28:15Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>VMworld 2008 Vegas</title>
      <link>http://communities.vmware.com/message/1035096</link>
      <description>I won't be making it out this year but all in for me!! Have fun and&lt;br /&gt;
thanks for helping keep this group going!</description>
      <category domain="http://communities.vmware.com/tags?communityID=2241">vmworld_2008</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">vegas</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">new_england_vmware_users_group</category>
      <pubDate>Wed, 27 Aug 2008 10:27:14 GMT</pubDate>
      <author>redsox04</author>
      <guid>http://communities.vmware.com/message/1035096</guid>
      <dc:date>2008-08-27T10:27:14Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>13</clearspace:replyCount>
    </item>
    <item>
      <title>After P2V, Power On Question</title>
      <link>http://communities.vmware.com/message/1075112</link>
      <description>One of the things I discovered with my first ESX server (I'm pretty new&lt;br /&gt;
to ESX still) was that I would get occasional "timeout" or "couldn't&lt;br /&gt;
complete because the host did not respond" errors, on various tasks but&lt;br /&gt;
particularly associated with powering-on a VM. Usually if I waited a&lt;br /&gt;
while after the error, Virtual Center would eventually update itself and&lt;br /&gt;
show that the VM had in fact been powered-on.&lt;br /&gt;
&lt;br /&gt;
Since I am still running ESX in a test network, I have no DNS server&lt;br /&gt;
between my host and my VC server. When I added entries to each machine's&lt;br /&gt;
Hosts file to point to the other, communications have improved and so&lt;br /&gt;
far I haven't seen any more "timeout" type errors.</description>
      <pubDate>Wed, 15 Oct 2008 13:55:17 GMT</pubDate>
      <author>jflanagan</author>
      <guid>http://communities.vmware.com/message/1075112</guid>
      <dc:date>2008-10-15T13:55:17Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Some basic Questions</title>
      <link>http://communities.vmware.com/message/1070922</link>
      <description>2: Yup. Just take everything that is in that VMs folder and bring it to another machine running VMware Server / Player / Workstation. Importing it into ESX is a little different but equally easy.</description>
      <pubDate>Thu, 09 Oct 2008 15:56:33 GMT</pubDate>
      <author>glynnd1</author>
      <guid>http://communities.vmware.com/message/1070922</guid>
      <dc:date>2008-10-09T15:56:33Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Topics Next New England VMUG meeting</title>
      <link>http://communities.vmware.com/message/1065302</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
If you are interested, I have material on Virtualization Security.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards,&lt;br /&gt;
Edward L. Haletky&lt;br /&gt;
VMware Communities User Moderator&lt;br /&gt;
====&lt;br /&gt;
Author of the book 'VMWare ESX Server in the Enterprise: Planning and Securing Virtualization Servers', Copyright 2008 Pearson Education. &lt;br /&gt;
CIO Virtualization Blog: &lt;a class="jive-link-external" href="http://www.cio.com/blog/index/topic/168354"&gt;http://www.cio.com/blog/index/topic/168354&lt;/a&gt;&lt;br /&gt;
As well as the Virtualization Wiki at &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization"&gt;http://www.astroarch.com/wiki/index.php/Virtualization&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2241">nevmug</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">new_england_vmware_users_group</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">performance</category>
      <pubDate>Thu, 02 Oct 2008 14:23:09 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1065302</guid>
      <dc:date>2008-10-02T14:23:09Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>VCPs in the area looking to expand your options?</title>
      <link>http://communities.vmware.com/message/1060947</link>
      <description>Mosaic Technology in Salem, NH is expanding its virtualization practices, and is looking for additional engineering resources.  If you are a VCP, in New England, and are interested in seeing what we have to offer, let me know and I will be glad to talk in more detail.&lt;br /&gt;
&lt;p /&gt;
Tim Antonowicz&lt;br /&gt;
&lt;br /&gt;
"There are 10 types of people.  Those who understand binary and those who don't."</description>
      <category domain="http://communities.vmware.com/tags?communityID=2241">vcp</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">certified</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">new_england_vmware_users_group</category>
      <pubDate>Fri, 26 Sep 2008 21:21:55 GMT</pubDate>
      <author>timantz</author>
      <guid>http://communities.vmware.com/message/1060947</guid>
      <dc:date>2008-09-26T21:21:55Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
    </item>
    <item>
      <title>Virtual back to Physical?</title>
      <link>http://communities.vmware.com/message/1045811</link>
      <description>Thanks alot, I will give all these application a try.&lt;br /&gt;
&lt;br /&gt;
I appreciate you input.&lt;br /&gt;
&lt;br /&gt;
Jeff</description>
      <pubDate>Tue, 09 Sep 2008 12:01:44 GMT</pubDate>
      <author>harpoon70</author>
      <guid>http://communities.vmware.com/message/1045811</guid>
      <dc:date>2008-09-09T12:01:44Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>New to VMware products</title>
      <link>http://communities.vmware.com/message/1044834</link>
      <description>&lt;br /&gt;
I also would like to recommend downloading and using the free VMware products to familiarize yourself with VMs and VMware Virtualization, both on a desktop level and enterprise level.&lt;br /&gt;
&lt;p /&gt;
VMware Server, VMware Player, and now VMware ESXi (enterprise level) are all available with no cost to startup.&lt;br /&gt;
&lt;p /&gt;
But yes, once you have them installed, check out the extensive library of documents pertaining to each product, as well as these community forums and KB articles. Once you get past that and can swing the cost, I would highly recommend the VI3 course to you or anyone intersested in getting a lot more detail and help with deploying in your own infrastructure some day. I like to tell people that our products are always easy to use, but difficult to master.....there's lots to learn!&lt;br /&gt;
&lt;p /&gt;
Hope you enjoy and welcome! &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;</description>
      <pubDate>Mon, 08 Sep 2008 14:36:00 GMT</pubDate>
      <author>hsmith-vmware</author>
      <guid>http://communities.vmware.com/message/1044834</guid>
      <dc:date>2008-09-08T14:36:00Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Great time in Maine !!!</title>
      <link>http://communities.vmware.com/message/1021917</link>
      <description>&lt;div class="jive-quote"&gt;&lt;span class="jive-quote-header"&gt;charney wrote:&lt;/span&gt;I heard that the event had that effect on MANY people..&lt;/div&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
Yes, I resembled that statement...  BTW thanks for the ride back to the truck. &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Wed, 13 Aug 2008 13:04:20 GMT</pubDate>
      <author>Shawn Markham</author>
      <guid>http://communities.vmware.com/message/1021917</guid>
      <dc:date>2008-08-13T13:04:20Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>July 17, 2008 User Group event</title>
      <link>http://communities.vmware.com/message/1001853</link>
      <description>Thanks for the great event Chris.  I really enjoyed the first Key Note speaker:  Mike DiPetrillo and - Beyond the Hypervisor.  Debunking competitor myths.  Now that the virualization marketspace is getting really competitive it was interesting to get VMware's perspective on the compeition.</description>
      <pubDate>Thu, 24 Jul 2008 15:18:33 GMT</pubDate>
      <author>twa3</author>
      <guid>http://communities.vmware.com/message/1001853</guid>
      <dc:date>2008-07-24T15:18:33Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>DBA Needed</title>
      <link>http://communities.vmware.com/message/996217</link>
      <description>I'm looking for a DBA that is also familiar with VMware and would be interested in some short term contract work.  We have a few Windows 2003 virtual machines running MS SQL that we would like to squeeze some better performance out of.  If you feel that you could help me with that, please let me know.</description>
      <pubDate>Thu, 17 Jul 2008 15:33:46 GMT</pubDate>
      <author>jharlan</author>
      <guid>http://communities.vmware.com/message/996217</guid>
      <dc:date>2008-07-17T15:33:46Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Local Contact for Event Sponsorship</title>
      <link>http://communities.vmware.com/message/988037</link>
      <description>Please let there be rubber chickens !!!!!:p</description>
      <pubDate>Mon, 07 Jul 2008 17:48:10 GMT</pubDate>
      <author>ejward</author>
      <guid>http://communities.vmware.com/message/988037</guid>
      <dc:date>2008-07-07T17:48:10Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>July 17, 2008 User Group event</title>
      <link>http://communities.vmware.com/docs/DOC-6052</link>
      <description>We have finalized the event agenda!&lt;br /&gt;
&lt;br /&gt;
Please register soon if you want to go, it is filling up fast!&lt;br /&gt;
&lt;br /&gt;
&lt;table class="jive-wiki-table"&gt;
&lt;tr&gt;
&lt;td&gt; &lt;br clear="all" /&gt; &lt;/td&gt;
&lt;td&gt;Please join us for the upcoming New England Area VMware User Group meeting on &lt;b&gt;Thursday, July 17, 2008&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
			Please join an innovative group of VMware users to network, share ideas and learn how to get the most out of your VMware solutions. This is a great opportunity to meet with your New England Area based peers to discuss virtualization trends, best practices.&lt;br /&gt;&lt;/td&gt;
&lt;td&gt;&lt;b&gt;Agenda&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;10:00am -&lt;/td&gt;
&lt;td&gt;Registration &amp;#38; Sponsor Showcase&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;12:00pm -&lt;/td&gt;
&lt;td&gt;Lunch / Welcome&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;01:00pm -&lt;/td&gt;
&lt;td&gt;&lt;b&gt;Key Note Speaker&lt;/b&gt;: Mike DiPetrillo &lt;br /&gt;
			!http://campaign.vmware.com/templates/email/template4/bullet_newsletter.gif!Beyond the Hypervisor (Why Stay with VMware) &lt;br /&gt;
&lt;b&gt;Break Out Sessions&lt;/b&gt;: &lt;a class="jive-link-external" href="http://app.connect.vmware.com/e/er.aspx?s=524&amp;#38;lid=2791&amp;#38;elq=42F5DBE489F14DE6B953C9808F9F96AD"&gt;see details&lt;/a&gt;&lt;br /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;02:00pm -&lt;/td&gt;
&lt;td&gt;&lt;b&gt;Key Note Speaker&lt;/b&gt;: Hans Bernhardt &lt;br /&gt;
			!http://campaign.vmware.com/templates/email/template4/bullet_newsletter.gif!The State of VMware in Summer of 2008&lt;br /&gt;
&lt;b&gt;Break Out Sessions&lt;/b&gt;: &lt;a class="jive-link-external" href="http://app.connect.vmware.com/e/er.aspx?s=524&amp;#38;lid=2791&amp;#38;elq=42F5DBE489F14DE6B953C9808F9F96AD"&gt;see details&lt;/a&gt;&lt;br /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;03:00pm -&lt;/td&gt;
&lt;td&gt;&lt;b&gt;Key Note Speaker&lt;/b&gt;: Eddie Dinel &lt;br /&gt;
			!http://campaign.vmware.com/templates/email/template4/bullet_newsletter.gif!THIS is Stage Manager&lt;br /&gt;
&lt;b&gt;Break Out Sessions&lt;/b&gt;: &lt;a class="jive-link-external" href="http://app.connect.vmware.com/e/er.aspx?s=524&amp;#38;lid=2791&amp;#38;elq=42F5DBE489F14DE6B953C9808F9F96AD"&gt;see details&lt;/a&gt;&lt;br /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;04:00pm -&lt;/td&gt;
&lt;td&gt;&lt;b&gt;Key Note Speaker&lt;/b&gt;: Don Schleicher &lt;br /&gt;
			!http://campaign.vmware.com/templates/email/template4/bullet_newsletter.gif!Closing Remarks &lt;br /&gt;
			- VMware's Commercial Division: Who We Are&lt;br /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;04:30pm -&lt;/td&gt;
&lt;td&gt;Vendor Raffles&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;06:00pm -&lt;/td&gt;
&lt;td&gt;Lobster/Clambake - &lt;a class="jive-link-external" href="http://app.connect.vmware.com/e/er.aspx?s=524&amp;#38;lid=2396&amp;#38;elq=42F5DBE489F14DE6B953C9808F9F96AD"&gt;Gritty's, Freeport Maine&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;br clear="left" /&gt;
&lt;br /&gt;
Register today to join us for this informative event. Space is limited, so respond as soon as possible to reserve your seat.&lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;The VMUG Team&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;img src="http://campaign.vmware.com/templates/email/usergroup/btn_registernow.gif" alt="http://campaign.vmware.com/templates/email/usergroup/btn_registernow.gif" class="jive-image"  /&gt;&lt;a class="jive-link-external" href="http://www.vmware.com/resources/communities/usergroup/events.html?elq=42F5DBE489F14DE6B953C9808F9F96AD"&gt;Gritty's, Freeport Maine&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
Each breakout session will be repeated &lt;i&gt;THREE TIMES&lt;/i&gt;: &lt;br /&gt;
&lt;b&gt;1:00-1:50pm&lt;/b&gt;, &lt;b&gt;2:00-2:50pm&lt;/b&gt;, &lt;b&gt;3:00-3:50pm&lt;/b&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;table class="jive-wiki-table"&gt;
&lt;tr&gt;
&lt;td&gt;Room&lt;/td&gt;
&lt;td&gt;Topic&lt;/td&gt;
&lt;td&gt;Presenter&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;101&lt;/td&gt;
&lt;td&gt;DRS &amp;#38; HA Technical Deep Dive Part II&lt;/td&gt;
&lt;td&gt;Mark Brunstad&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;102&lt;/td&gt;
&lt;td&gt;Getting the Most Out of Your ESX Environment with Performance Tuning&lt;/td&gt;
&lt;td&gt;CRI&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;103&lt;/td&gt;
&lt;td&gt;VDI According to Mainline&lt;/td&gt;
&lt;td&gt;Mainline&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;104&lt;/td&gt;
&lt;td&gt;Getting More from Virtual Infrastructure&lt;/td&gt;
&lt;td&gt;Shawn Markham&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;106&lt;/td&gt;
&lt;td&gt;Managing the Virtual Datacenter&lt;/td&gt;
&lt;td&gt;Akkori&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;108&lt;/td&gt;
&lt;td&gt;SRM Implementation&lt;/td&gt;
&lt;td&gt;Greenpages&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;109&lt;/td&gt;
&lt;td&gt;When Physical and Virtual Worlds Collide &lt;a class="jive-link-external" href="http://tinyurl.com/55qcp7"&gt;Gritty's, Freeport Maine&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Advocent&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;115&lt;/td&gt;
&lt;td&gt;Minimizing VM Sprawl &lt;a class="jive-link-external" href="http://tinyurl.com/55qcp7"&gt;Gritty's, Freeport Maine&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;vmSight&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;117&lt;/td&gt;
&lt;td&gt;A Working Demo and Lab of a VDI Environment &lt;a class="jive-link-external" href="http://tinyurl.com/55qcp7"&gt;Gritty's, Freeport Maine&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;EMC, ICI, Wyse&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;119&lt;/td&gt;
&lt;td&gt;DR at Bowdoin &lt;a class="jive-link-external" href="http://tinyurl.com/55qcp7"&gt;Gritty's, Freeport Maine&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Tim Antonowitz&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;br clear="left" /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;b&gt;Location:&lt;/b&gt;&lt;br /&gt;
Brunswick High School&lt;br /&gt;
116 Maquoit Rd&lt;br /&gt;
Brunswick, ME 04011&lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://app.connect.vmware.com/e/er.aspx?s=524&amp;#38;lid=2397&amp;#38;elq=42F5DBE489F14DE6B953C9808F9F96AD"&gt;see online directions&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
This document was generated from the following thread: &lt;a class="jive-link-thread" href="http://communities.vmware.com/thread/153408"&gt;July 17, 2008 User Group event&lt;/a&gt;</description>
      <pubDate>Tue, 24 Jun 2008 20:32:57 GMT</pubDate>
      <author>charney</author>
      <guid>http://communities.vmware.com/docs/DOC-6052</guid>
      <dc:date>2008-06-24T20:32:57Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Any Other ROI Numbers You Care To Share?</title>
      <link>http://communities.vmware.com/message/965198</link>
      <description>&lt;br /&gt;
Here are mine:&lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://virtualizationstuff.blogspot.com/2008/01/actual-roi-of-virtualization.html"&gt;http://virtualizationstuff.blogspot.com/2008/01/actual-roi-of-virtualization.html&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
Overall Consolidation ratio: 20:1&lt;br /&gt;
&lt;br /&gt;
1,000 Wintel boxes into 50 Sun Blades running VMWare&lt;br /&gt;
8,000 square feet to ~200 Square feet&lt;br /&gt;
Cooling is 1/10 of what it was&lt;br /&gt;
Power is 1/10 of what it was &lt;br /&gt;
&lt;br /&gt;
For a couple of large accounts that I work with, I will take you through the back of the napkin math we did on a whiteboard to quantify the ROI of Virtualization:&lt;br /&gt;
&lt;br /&gt;
100,000 physical Wintel servers collapse into 5,000 Sun Blades&lt;br /&gt;
Power is reduced to 1/10&lt;br /&gt;
Cooling is reduced to 1/10&lt;br /&gt;
Floor space in two data centers 10:1 reduction in footprint&lt;br /&gt;
&lt;br /&gt;
The assumptions were that the costs (they are leased machines) were a wash on the hardware:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;The Wintel boxes draw was 230 Watts at 50% Utilization so 23,000 KW per month&lt;/li&gt;
&lt;li&gt;@ $0.35/KW multiplied by 730 Hours in a month comes out to ~$6M per month on power costs to run machines and cool them.&lt;/li&gt;
&lt;li&gt;Did not include facilities costs like rent, depreciation, etc.&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
Virtualization costs:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;5,000 blades draw 3900kw*730*.35= $900,000/mo (6 to 1 reduction)&lt;/li&gt;
&lt;li&gt;Add in costs of VMWare - $5,000 per instance * 5000 = $25M&lt;/li&gt;
&lt;li&gt;5 month payback w/license inclusion&lt;/li&gt;
&lt;/ul&gt;</description>
      <pubDate>Fri, 06 Jun 2008 15:12:36 GMT</pubDate>
      <author>virtualizationstuff</author>
      <guid>http://communities.vmware.com/message/965198</guid>
      <dc:date>2008-06-06T15:12:36Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Anyone Else going to Burton Group's Catalyst conference 6/23-27</title>
      <link>http://communities.vmware.com/message/964351</link>
      <description>&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.catalyst.burtongroup.com/NA08/"&gt;http://www.catalyst.burtongroup.com/NA08/&lt;/a&gt; is the URL for it.&lt;br /&gt;
&lt;p /&gt;
 I am speaking on the Data Center track Thursday, and I wanted to see if any other New Englanders would be in San Diego that week.&lt;br /&gt;
&lt;p /&gt;
Mark &lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://virtualizationstuff.blogspot.com"&gt;http://virtualizationstuff.blogspot.com&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2241">catalyst</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">conference</category>
      <pubDate>Thu, 05 Jun 2008 17:57:16 GMT</pubDate>
      <author>virtualizationstuff</author>
      <guid>http://communities.vmware.com/message/964351</guid>
      <dc:date>2008-06-05T17:57:16Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>New England VMUG Summer Session / Clambake</title>
      <link>http://communities.vmware.com/message/959674</link>
      <description>&lt;br /&gt;
Dave,&lt;br /&gt;
&lt;p /&gt;
Not me - but I am also a Rob B - now there are two of us - the more the merrier.&lt;br /&gt;
&lt;p /&gt;
See you all in Maine next month.&lt;br /&gt;
&lt;p /&gt;
Thanks,&lt;br /&gt;
&lt;p /&gt;
Rob&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Rob Bergin&lt;br /&gt;
Systems Engineer&lt;br /&gt;
www.vkernel.com&lt;br /&gt;
&lt;br /&gt;
Managing Virtualization with Virtual Appliances &lt;br /&gt;
&lt;br /&gt;
To download a free trial of our products, click here: &lt;a class="jive-link-external" href="http://www.vkernel.com/downloads/all/"&gt;http://www.vkernel.com/downloads/all/&lt;/a&gt;</description>
      <pubDate>Mon, 02 Jun 2008 01:41:27 GMT</pubDate>
      <author>VkernelRB</author>
      <guid>http://communities.vmware.com/message/959674</guid>
      <dc:date>2008-06-02T01:41:27Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>24</clearspace:replyCount>
    </item>
    <item>
      <title>Couple upcoming events.</title>
      <link>http://communities.vmware.com/message/959673</link>
      <description>&lt;br /&gt;
All,&lt;br /&gt;
&lt;p /&gt;
Lighthouse is having a Go Green with Virtualization session on this Tuesday (6/3) in Foxboro:&lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://www.lighthousecs.com/News-and-Events/Events/Register.asp?EventID=55"&gt;http://www.lighthousecs.com/News-and-Events/Events/Register.asp?EventID=55&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
FlyTrap Technologies is doing a VDI dinner (6/24)&lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://www.flytraptech.com/page/12-events"&gt;http://www.flytraptech.com/page/12-events&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
Both look like decent events if folks are interested.&lt;br /&gt;
&lt;p /&gt;
Thanks,&lt;br /&gt;
&lt;p /&gt;
Rob&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
Rob Bergin&lt;br /&gt;
Systems Engineer&lt;br /&gt;
www.vkernel.com&lt;br /&gt;
&lt;br /&gt;
Managing Virtualization with Virtual Appliances &lt;br /&gt;
&lt;br /&gt;
To download a free trial of our products, click here: &lt;a class="jive-link-external" href="http://www.vkernel.com/downloads/all/"&gt;http://www.vkernel.com/downloads/all/&lt;/a&gt;</description>
      <pubDate>Mon, 02 Jun 2008 01:33:39 GMT</pubDate>
      <author>VkernelRB</author>
      <guid>http://communities.vmware.com/message/959673</guid>
      <dc:date>2008-06-02T01:33:39Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>GreenPages event in Boston - mini vmworld?</title>
      <link>http://communities.vmware.com/message/959671</link>
      <description>&lt;br /&gt;
I spoke with them (Marketing folks) and they said it was shaping up to be a good event - 130+ registered, lots of vendors, lots of stuff to look at it, ask questions, etc.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;p /&gt;
Rob&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
Rob Bergin&lt;br /&gt;
Systems Engineer&lt;br /&gt;
www.vkernel.com&lt;br /&gt;
&lt;br /&gt;
Managing Virtualization with Virtual Appliances &lt;br /&gt;
&lt;br /&gt;
To download a free trial of our products, click here: &lt;a class="jive-link-external" href="http://www.vkernel.com/downloads/all/"&gt;http://www.vkernel.com/downloads/all/&lt;/a&gt;</description>
      <pubDate>Mon, 02 Jun 2008 01:27:20 GMT</pubDate>
      <author>VkernelRB</author>
      <guid>http://communities.vmware.com/message/959671</guid>
      <dc:date>2008-06-02T01:27:20Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Job Opening: Senior Systems Administrator</title>
      <link>http://communities.vmware.com/message/958526</link>
      <description>Sounds interestings, is this full time employee or contract openings?  Any details about rate and requirements.  Hit me a message I would be interested if pays well and relocate as well.&lt;br /&gt;
&lt;br /&gt;
If you found this information useful, please consider awarding points for "Correct" or "Helpful". Thanks!!! &lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Stefan Nguyen&lt;br /&gt;
iGeek Systems Inc.&lt;br /&gt;
VMware, Citrix, Microsoft Consultant</description>
      <pubDate>Fri, 30 May 2008 14:46:37 GMT</pubDate>
      <author>azn2kew</author>
      <guid>http://communities.vmware.com/message/958526</guid>
      <dc:date>2008-05-30T14:46:37Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>New England VMUG 3-37-08 presentation by Brandeis</title>
      <link>http://communities.vmware.com/docs/DOC-4683</link>
      <description />
      <pubDate>Tue, 22 Apr 2008 00:24:31 GMT</pubDate>
      <author>cwalling</author>
      <guid>http://communities.vmware.com/docs/DOC-4683</guid>
      <dc:date>2008-04-22T00:24:31Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>New England VMUG 3-27-08 presentation by International Computerware, Inc</title>
      <link>http://communities.vmware.com/docs/DOC-4682</link>
      <description />
      <pubDate>Tue, 22 Apr 2008 00:22:25 GMT</pubDate>
      <author>cwalling</author>
      <guid>http://communities.vmware.com/docs/DOC-4682</guid>
      <dc:date>2008-04-22T00:22:25Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>New England VMUG 3-27-08 presentation - by Sun Microsystems</title>
      <link>http://communities.vmware.com/docs/DOC-4681</link>
      <description />
      <pubDate>Tue, 22 Apr 2008 00:20:57 GMT</pubDate>
      <author>cwalling</author>
      <guid>http://communities.vmware.com/docs/DOC-4681</guid>
      <dc:date>2008-04-22T00:20:57Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>New England VMUG 3-27-08 presentation - by sappi</title>
      <link>http://communities.vmware.com/docs/DOC-4680</link>
      <description />
      <pubDate>Tue, 22 Apr 2008 00:05:35 GMT</pubDate>
      <author>cwalling</author>
      <guid>http://communities.vmware.com/docs/DOC-4680</guid>
      <dc:date>2008-04-22T00:05:35Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Position Available - EMC/Vmware Consultant</title>
      <link>http://communities.vmware.com/message/915870</link>
      <description>We are looking for a consultant with experience in VMware deployments and EMC technology. preferebably EMC NAS solutions. This indivudal should possess the following:&lt;br /&gt;
Ability to talk to customers at all levels including Executives and administrators.&lt;br /&gt;
Hands on implementation experience including Best Practices from VMware and EMC technologies.&lt;br /&gt;
Willing to travel around New England incluidng NY/NJ. Considered Local travel Only.&lt;br /&gt;
Compensation includes Salary (DOE), 401, insurance, expenses etc... &lt;br /&gt;
&lt;br /&gt;
Please email me at at bmaltz@iciamerica.com for further information or if interested.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Brad</description>
      <pubDate>Tue, 15 Apr 2008 18:00:56 GMT</pubDate>
      <author>m8trixdg</author>
      <guid>http://communities.vmware.com/message/915870</guid>
      <dc:date>2008-04-15T18:00:56Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Slides From Yesterday's Event at TD BankNorth Boston MA</title>
      <link>http://communities.vmware.com/message/907320</link>
      <description>&lt;br /&gt;
I will get them posted later this week.&lt;br /&gt;
&lt;p /&gt;
What did people think of the event&amp;gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Chris</description>
      <pubDate>Mon, 07 Apr 2008 00:57:52 GMT</pubDate>
      <author>charney</author>
      <guid>http://communities.vmware.com/message/907320</guid>
      <dc:date>2008-04-07T00:57:52Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>NTP time sync issue.  Stratum @ 16u Jiggle @ 4000.0!</title>
      <link>http://communities.vmware.com/message/879482</link>
      <description>I've had pretty good luck with the following on all of my ESX hosts&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
.&lt;br /&gt;
==========================================&lt;br /&gt;
restrict kod nomodify notrap noquery nopeer&lt;br /&gt;
restrict 127.0.0.1&lt;br /&gt;
server 0.us.pool.ntp.org&lt;br /&gt;
server 1.us.pool.ntp.org&lt;br /&gt;
server 2.us.pool.ntp.org&lt;br /&gt;
server 3.us.pool.ntp.org&lt;br /&gt;
driftfile /var/lib/ntp/drift</description>
      <pubDate>Thu, 06 Mar 2008 04:42:23 GMT</pubDate>
      <author>DWilga</author>
      <guid>http://communities.vmware.com/message/879482</guid>
      <dc:date>2008-03-06T04:42:23Z</dc:date>
      <clearspace:dateToText>1 year, 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Video Performance - vnc/vmware server console/remote desktop/ etc ??</title>
      <link>http://communities.vmware.com/message/856614</link>
      <description>&lt;br /&gt;
hi!!&lt;br /&gt;
&lt;p /&gt;
another way is to use LogMeIn.&lt;br /&gt;
&lt;p /&gt;
Install LogMeIn  into a vm machine (only windows vm) and manage/controle/handle/take over the VM throught the internet without configure firewall, or router..etc. &lt;br /&gt;
&lt;p /&gt;
The result is awsome.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2241">video</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">rdp</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">remote</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">deskto</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">vnc</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">access</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">performance</category>
      <pubDate>Tue, 05 Feb 2008 17:02:30 GMT</pubDate>
      <author>danao</author>
      <guid>http://communities.vmware.com/message/856614</guid>
      <dc:date>2008-02-05T17:02:30Z</dc:date>
      <clearspace:dateToText>1 year, 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Job Opening: Windows Administrator</title>
      <link>http://communities.vmware.com/message/848522</link>
      <description>Franklin area company seeks a direct hire Windows Administrator.  5-10 years of experience in an enterprise- class data center necessary.  Experience with VMWare, HP C Class Blades, troubleshooting SANs is preferred.  75-85k Please respond with interest.</description>
      <pubDate>Fri, 25 Jan 2008 19:41:37 GMT</pubDate>
      <author>Brickard</author>
      <guid>http://communities.vmware.com/message/848522</guid>
      <dc:date>2008-01-25T19:41:37Z</dc:date>
      <clearspace:dateToText>1 year, 10 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Recover data from Linux VM (VMWare Fusion)</title>
      <link>http://communities.vmware.com/message/833322</link>
      <description>&lt;div class="jive-quote"&gt;Is there a way to mount the .vmdk file on to some other VM like an external disk, something like we used to do with phyical HDDs (or by doing something more mundane like ftp-ing it into the VM and using setting up loopback and then mouting it) ?&lt;/div&gt;
&lt;br /&gt;
You can connect the .vmdk to another VM (analgous to the real-world case of pulling the hard drive and adding it to another computer). There's no GUI to do this, but you can edit the .vmx file(s). You could also copy it to the guest and use vmware-mount, but this seems like extra effort for no gain.&lt;br /&gt;
&lt;br /&gt;
In the future, you might consider posting such questions in the &lt;a class="jive-link-external" href="http://communities.vmware.com/community/vmtn/desktop/fusion"&gt;Fusion subforums&lt;/a&gt; for a faster response.</description>
      <pubDate>Sun, 06 Jan 2008 13:35:06 GMT</pubDate>
      <author>etung</author>
      <guid>http://communities.vmware.com/message/833322</guid>
      <dc:date>2008-01-06T13:35:06Z</dc:date>
      <clearspace:dateToText>1 year, 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Hosting New England Area UG meeting</title>
      <link>http://communities.vmware.com/message/797057</link>
      <description>&lt;br /&gt;
Good Morning Steve,&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
    That would be me. Feel free to e-mail me &lt;a class="jive-link-email" href="mailto:charney@llbean.com"&gt;charney@llbean.com&lt;/a&gt; . We have the January meeting just about buttoned up and will be posting the information soon.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Chris</description>
      <pubDate>Fri, 16 Nov 2007 15:02:49 GMT</pubDate>
      <author>charney</author>
      <guid>http://communities.vmware.com/message/797057</guid>
      <dc:date>2007-11-16T15:02:49Z</dc:date>
      <clearspace:dateToText>2 years, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>vmware workstation disabled my m9750 hotkeys</title>
      <link>http://communities.vmware.com/message/779942</link>
      <description>&lt;br /&gt;
I have just installed vmware workstation 6 on my Vista Ultimate notebook and it is causing the hotkeys on my keyboard to stop functioning. Any ideas on how to fix this problem?&lt;br /&gt;
&lt;p /&gt;
Thanks,</description>
      <category domain="http://communities.vmware.com/tags?communityID=2241">workstation</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">6</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">vista</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">ultimate</category>
      <category domain="http://communities.vmware.com/tags?communityID=2241">hotkey</category>
      <pubDate>Fri, 26 Oct 2007 20:08:34 GMT</pubDate>
      <author>yusufz</author>
      <guid>http://communities.vmware.com/message/779942</guid>
      <dc:date>2007-10-26T20:08:34Z</dc:date>
      <clearspace:dateToText>2 years, 4 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>newbie seeking succor of a technical kind</title>
      <link>http://communities.vmware.com/message/774342</link>
      <description>&lt;br /&gt;
Hi nweissma, &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
If you don't mind coming to Springfield, Mass, we have a possible intern position opening up.</description>
      <pubDate>Fri, 19 Oct 2007 19:40:57 GMT</pubDate>
      <author>wbednarzyk</author>
      <guid>http://communities.vmware.com/message/774342</guid>
      <dc:date>2007-10-19T19:40:57Z</dc:date>
      <clearspace:dateToText>2 years, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Job Opportunity</title>
      <link>http://communities.vmware.com/message/772594</link>
      <description>I am currently looking for a full time System Engineer with VMware experience to work for a leading provider of virtualization infrastructure technologies and services to companies worldwide. Would be responsible for performing installation, configuration, and implementation of VMware products and technologies.  You would be working remotely from home with commuting to clients sites throughout New England.  Primarily you would be commuting to the Boston area. Please forward resumes to &lt;a class="jive-link-email" href="mailto:abelleville@exsosit.com"&gt;abelleville@exsosit.com&lt;/a&gt;</description>
      <pubDate>Wed, 17 Oct 2007 20:25:44 GMT</pubDate>
      <author>AEB</author>
      <guid>http://communities.vmware.com/message/772594</guid>
      <dc:date>2007-10-17T20:25:44Z</dc:date>
      <clearspace:dateToText>2 years, 1 month ago</clearspace:dateToText>
    </item>
    <item>
      <title>VMware Event in Hartford Connecticut</title>
      <link>http://communities.vmware.com/message/769473</link>
      <description>&lt;br /&gt;
Regan Technologies Corporation, partnered with Sun Microsystems, will be demonstrating how VMware software and Sun AMD-based technology can help customers resolve chronic problems like server proliferation, underutilized hardware, application lifecycle management, and desktop security. The meeting will be held at &lt;b&gt;The Hartford Club&lt;/b&gt; in Hartford, CT on &lt;b&gt;October 16, 2007&lt;/b&gt; from 8:30am - 12:00pm. &lt;br /&gt;
&lt;p /&gt;
Regan Technologies, a Sun Microsystems Principal Partner and VMware Enterprise VIP Reseller, will offer insights based on first-hand experience on how to effectively design, implement and manage a solution incorporating these two powerful technologies.  Included in the presentation is a customer testimonial from St. Francis Hospital who implemented a Sun Microsystems and VMWare environment with the help of Regan Technologies.&lt;br /&gt;
&lt;p /&gt;
If you would like to attend, please register at the Regan Technologies web site: &lt;a class="jive-link-external" href="http://www.ReganTech.com/Discover/Oct"&gt;http://www.ReganTech.com/Discover/Oct&lt;/a&gt;</description>
      <pubDate>Fri, 12 Oct 2007 19:05:50 GMT</pubDate>
      <author>Regan Technologies</author>
      <guid>http://communities.vmware.com/message/769473</guid>
      <dc:date>2007-10-12T19:05:50Z</dc:date>
      <clearspace:dateToText>2 years, 1 month ago</clearspace:dateToText>
    </item>
    <item>
      <title>ESX 3 licensing</title>
      <link>http://communities.vmware.com/message/768803</link>
      <description>&lt;br /&gt;
G'day,&lt;br /&gt;
&lt;p /&gt;
I work for a hardware reseller and one of our salespeople posed this question from a customer:&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt;"We have another question about VMWare license usage. We have been reading various articles from users who claim that if you purchase a 2-processor license you can split the license across two 1-processor machines. The bottom line is that if you have four 1-processor machines you only need to purchase two 2-processor licenses."&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#000000"&gt;Any thoughts on this ?  VMWare said "no", that a 2 CPU license would still need to be purchased for a single CPU server.  I would think that would be true of host-based licensing, but wouldn't Licensing Server licenses only view the number of CPUs in the cluster and not individual servers ?&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
Thanks</description>
      <pubDate>Thu, 11 Oct 2007 19:55:37 GMT</pubDate>
      <author>cfpender</author>
      <guid>http://communities.vmware.com/message/768803</guid>
      <dc:date>2007-10-11T19:55:37Z</dc:date>
      <clearspace:dateToText>2 years, 1 month ago</clearspace:dateToText>
    </item>
    <item>
      <title>July 2007 User Group meeting presentations</title>
      <link>http://communities.vmware.com/message/733144</link>
      <description>Virtual Strategy Magazine was kind enough to record and edit the July 2007 NEVMUG meeting in Freeport. &lt;br /&gt;
&lt;br /&gt;
To view the content, please go to: &lt;a class="jive-link-external" href="http://www.virtual-strategy.com"&gt;http://www.virtual-strategy.com&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
Click Login (top right of home page). Username and Password are: &lt;br /&gt;
USER: vmug2007 &lt;br /&gt;
PASS: llbean &lt;br /&gt;
&lt;br /&gt;
Once you are logged in, click the link below: &lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.virtual-strategy.com/article/articleview/2135/1/2/"&gt;http://www.virtual-strategy.com/article/articleview/2135/1/2/&lt;/a&gt;</description>
      <pubDate>Fri, 24 Aug 2007 17:56:34 GMT</pubDate>
      <author>charney</author>
      <guid>http://communities.vmware.com/message/733144</guid>
      <dc:date>2007-08-24T17:56:34Z</dc:date>
      <clearspace:dateToText>2 years, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>VMworld 2007</title>
      <link>http://communities.vmware.com/message/704475</link>
      <description>thanks for the update, that's good to know.  they must have problems with session registration in general because last year was a nightmare.</description>
      <pubDate>Tue, 24 Jul 2007 19:52:17 GMT</pubDate>
      <author>twa3</author>
      <guid>http://communities.vmware.com/message/704475</guid>
      <dc:date>2007-07-24T19:52:17Z</dc:date>
      <clearspace:dateToText>2 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>13</clearspace:replyCount>
    </item>
    <item>
      <title>ESX Patch update utility with GUI</title>
      <link>http://communities.vmware.com/message/695455</link>
      <description>I agree.  For what ESX enterprise is costing companies I am very surprised that VMware doesn't have a patch mgmt system.  Almost every distro available today uses an automated patch download system....couldn't VMware go with a similar system as apt, yast or redhat's utility?</description>
      <pubDate>Fri, 13 Jul 2007 13:16:54 GMT</pubDate>
      <author>twa3</author>
      <guid>http://communities.vmware.com/message/695455</guid>
      <dc:date>2007-07-13T13:16:54Z</dc:date>
      <clearspace:dateToText>2 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Reminder--February 20th SNUGNE Meeting - Virtualization</title>
      <link>http://communities.vmware.com/message/577597</link>
      <description>Hello, &lt;br /&gt;
&lt;br /&gt;
For those interested, we will be presenting on virtualization at the next SNUGNE (Storage Networking Users Group of New England) meeting. The initial portion of this meeting will be an overview and then we will open the floor to discussion on topics by majority rule. This is your meeting so bring your questions and topics of choice. NOTE: This will not be a marketing session but rather a discussion based on real experiences and successful implementations. &lt;br /&gt;
&lt;br /&gt;
Topic: Virtualization for Server Consolidation, DR, Development, and Desktop Manageability &lt;br /&gt;
&lt;br /&gt;
Date: Tuesday, February 20th &lt;br /&gt;
Time: 6-8pm &lt;br /&gt;
Location: Microsoft Office (201 Jones Road, 6th Floor, Waltham, MA) &lt;br /&gt;
www.snugne.org &lt;br /&gt;
&lt;br /&gt;
Sponsor: International Computerware (www.iciamerica.com) &lt;br /&gt;
Speaker: Brad Maltz, CTO &amp;#38; Ali Bliss, Sr. Account Manager</description>
      <pubDate>Fri, 16 Feb 2007 03:58:49 GMT</pubDate>
      <author>Blisstar55</author>
      <guid>http://communities.vmware.com/message/577597</guid>
      <dc:date>2007-02-16T03:58:49Z</dc:date>
      <clearspace:dateToText>2 years, 9 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>January 18, 2007 meeting</title>
      <link>http://communities.vmware.com/message/557249</link>
      <description>Thanks for the meeting Chris. Good stuff. I wish we could have had about 4 hours of the performance tuning topic. See you in March</description>
      <pubDate>Mon, 22 Jan 2007 18:07:23 GMT</pubDate>
      <author>buzzer</author>
      <guid>http://communities.vmware.com/message/557249</guid>
      <dc:date>2007-01-22T18:07:23Z</dc:date>
      <clearspace:dateToText>2 years, 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>VAC/VCP Consultants Looking for Fulltime Consulting Job in New England</title>
      <link>http://communities.vmware.com/message/555278</link>
      <description>If you are a:&lt;br /&gt;
-VCP with VI3 experience &lt;br /&gt;
-A strong consultative nature&lt;br /&gt;
-Want a dynamic environment&lt;br /&gt;
-Travel ONLY in New England/NYC&lt;br /&gt;
&lt;br /&gt;
Then PM Me.&lt;br /&gt;
We are looking for 1 or 2 great consultants.&lt;br /&gt;
Thanks.</description>
      <pubDate>Fri, 19 Jan 2007 04:00:19 GMT</pubDate>
      <author>m8trixdg</author>
      <guid>http://communities.vmware.com/message/555278</guid>
      <dc:date>2007-01-19T04:00:19Z</dc:date>
      <clearspace:dateToText>2 years, 10 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>VMworld 2006?</title>
      <link>http://communities.vmware.com/message/513336</link>
      <description>VMworld 2006 has come and gone.  That was a really busy week!</description>
      <pubDate>Tue, 14 Nov 2006 17:18:31 GMT</pubDate>
      <author>twa3</author>
      <guid>http://communities.vmware.com/message/513336</guid>
      <dc:date>2006-11-14T17:18:31Z</dc:date>
      <clearspace:dateToText>3 years, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Kick Off Meeting</title>
      <link>http://communities.vmware.com/message/440887</link>
      <description>Chris,&lt;br /&gt;
Thanks for a great kick off meeting.&lt;br /&gt;
Though I fear the bar has been set high with such good grub!&lt;br /&gt;
David</description>
      <pubDate>Fri, 21 Jul 2006 12:19:25 GMT</pubDate>
      <author>glynnd1</author>
      <guid>http://communities.vmware.com/message/440887</guid>
      <dc:date>2006-07-21T12:19:25Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Member Survey</title>
      <link>http://communities.vmware.com/message/419249</link>
      <description>Please fill out a member survey and send it off to me. &lt;br /&gt;
This will help us keep meetings interesting for the group&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
Chris&lt;br /&gt;
&lt;br /&gt;
charney@llbean.com</description>
      <pubDate>Fri, 16 Jun 2006 13:36:41 GMT</pubDate>
      <author>charney</author>
      <guid>http://communities.vmware.com/message/419249</guid>
      <dc:date>2006-06-16T13:36:41Z</dc:date>
      <clearspace:dateToText>3 years, 5 months ago</clearspace:dateToText>
    </item>
  </channel>
</rss>

