<?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 : Blog List - All Communities</title>
    <link>http://communities.vmware.com/index.jspa?view=blogposts</link>
    <description>Latest Blog Posts in VMware Communities</description>
    <language>en</language>
    <pubDate>Mon, 08 Feb 2010 15:23:52 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2010-02-08T15:23:52Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>lust zu poppen?</title>
      <link>http://communities.vmware.com/blogs/poppen/2010/02/08/lust-zu-poppen</link>
      <description>&lt;br /&gt;
scharfe luder wollen poppen! wenn du auch mal mit diesen fotzen lust auf ein spielchen hast, dann schau dir erstmal diese geilen &lt;a class="jive-link-external" href="http://www.lustspiel.org/"&gt;porno&lt;/a&gt; filmchen an! es gibt jede menge vids die man sich runterladen kann also man sollte nicht z&amp;ouml;gern! hinzu gibt es auch noch diverse andere sternchen. wenn ja dann kannst du auch &lt;a class="jive-link-external" href="http://www.linkbabe.com/"&gt;gina wild&lt;/a&gt; beim poppen erleben.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
andererseits kannst du auch noch diverse andere &lt;a class="jive-link-external" href="http://www.kostenlos-ficken.com/"&gt;kontaktanzeigen&lt;/a&gt; finden mit denen du dich am&amp;uuml;sieren kannst. probiere s einfach mal aus &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;</description>
      <pubDate>Mon, 08 Feb 2010 15:26:57 GMT</pubDate>
      <author>poppen</author>
      <guid>http://communities.vmware.com/blogs/poppen/2010/02/08/lust-zu-poppen</guid>
      <dc:date>2010-02-08T15:26:57Z</dc:date>
      <clearspace:dateToText>1 day, 10 hours ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/poppen/comment/lust-zu-poppen</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/poppen/feeds/comments?blogPostID=5504</wfw:commentRss>
    </item>
    <item>
      <title>WDW-1.0 Wikimedia Drupal Wordpress Ubuntu Server VM testing platform</title>
      <link>http://communities.vmware.com/blogs/3bx/2010/02/08/wdw10-wikimedia-drupal-wordpress-ubuntu-server-vm-testing-platform</link>
      <description>This - WDW - procedure will detail my creation of an Ubuntu Server virtual machine for the purpose of serving as a Wikimedia, Drupal, and WordPress testing platform.  I want a compare Wikimedia and Drupal for creating both personal and public information systems.  WordPress will also be installed for testing.  In addition to testing the applications, this procedure will create the virtual machine for use in the next procedure: RES - Restore from External Storage.  In the RES procedure I will use the successfully completed BES (Backup to External Storage) procedure on the WDW virtual machine, delete the WDW virtual machine, then figure out how to restore it. &lt;br /&gt;
&lt;br /&gt;
Notations: A-Action, R-Result, Q-Question, C-Cognition/Commentary, X-Exploration research&lt;br /&gt;
&lt;br /&gt;
C WDW 1.0.0 - This procedure is based on the one at this link &lt;a class="jive-link-external" href="http://www.mediawiki.org/wiki/Manual:Running_MediaWiki_on_Ubuntu"&gt;http://www.mediawiki.org/wiki/Manual:Running_MediaWiki_on_Ubuntu&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
A WDW 1.0.1 - Create Ubuntu Server 9.10 virtual machine in ESX Server 3i 3.5&lt;br /&gt;
a. Custom Virtual Machine&lt;br /&gt;
b. 2 Virtual CPUs&lt;br /&gt;
c. Choose memory size recommended for best performance: 4864MB&lt;br /&gt;
d. 1NIC, VM Network, Flexible&lt;br /&gt;
e. SCSI LSI Logic&lt;br /&gt;
f. Create new virtual disk, 11 GB, browse to "datastore2"&lt;br /&gt;
g. Installation of Ubuntu Server 9.10 from ISO successful&lt;br /&gt;
&lt;br /&gt;
A WDW 1.0.2 - Configure Static IP on NIC&lt;br /&gt;
a. CLI type: sudo su&lt;br /&gt;
b. CLI type: vi /etc/network/interfaces&lt;br /&gt;
c. (assuming eth0) edit with appropriate IPv4 values then save:&lt;br /&gt;
auto eth0&lt;br /&gt;
iface eth0 inet static&lt;br /&gt;
address A.B.C.D&lt;br /&gt;
netmask Am.Bm.Cm.Dm&lt;br /&gt;
network An.Bn.Cn.Dn&lt;br /&gt;
broadcast Ab.Bb.Cb.Db&lt;br /&gt;
gateway Ag.Bg.Cg.Dg&lt;br /&gt;
d. restart the network daemon, CLI type: /etc/init.d/networking restart&lt;br /&gt;
&lt;br /&gt;
A WDW 1.0.3 - Install Wikimedia&lt;br /&gt;
a. CLI type: aptitude update&lt;br /&gt;
b. CLI type: apt-get install mediawiki&lt;br /&gt;
c. CLI type: apt-get install php5-gd&lt;br /&gt;
d. CLI type: apt-get install imagemagick&lt;br /&gt;
e. CLI type: apt-get install mediawiki-extensions&lt;br /&gt;
f. CLI type (to edit a file): /etc/mediawiki/apache.conf&lt;br /&gt;
g. edit file to uncomment out the following then save:&lt;br /&gt;
Alias /mediawiki /var/lib/mediawiki&lt;br /&gt;
h. CLI type (to restart apache): apache2ctl restart&lt;br /&gt;
i. in browser go to: localmachineIP/mediawiki&lt;br /&gt;
&lt;br /&gt;
R WDW 1.0.4 - Initial installation successful.  With: localmachineIP/mediawiki in the browser I see MediaWiki Flower (1.15.0) with a link to set up the wiki first &lt;br /&gt;
&lt;br /&gt;
A WDW 1.0.5 - Follow link to enter values for database name, database user, database user password, turn-on superuser account, and other items, then click on the install button.&lt;br /&gt;
&lt;br /&gt;
R WDW 1.0.6 - Installation successful with this direction:&lt;br /&gt;
Installation successful! Move /var/lib/mediawiki/config/LocalSettings.php to /etc/mediawiki&lt;br /&gt;
&lt;br /&gt;
A WDW 1.0.7 - More configuration 1&lt;br /&gt;
a. CLI type:  sudo chmod a+rwx /var/lib/mediawiki/config&lt;br /&gt;
b. CLI type:  sudo mv /var/lib/mediawiki/config/LocalSettings.php /etc/mediawiki&lt;br /&gt;
&lt;br /&gt;
R WDW 1.0.8 - Wiki page is now visible in browser at: localmachineIP/mediawiki&lt;br /&gt;
&lt;br /&gt;
A WDW 1.0.9 - More configuration 2&lt;br /&gt;
a. CLI type (to edit the LocalSettings.php file): vi /etc/mediawiki/LocalSettings.php&lt;br /&gt;
change: $wgEnableUploads from false to true&lt;br /&gt;
add: $wgFileExtensions = array('pdf','png','jpg','jpeg','ogg','doc','xls','ppt','mp3','sxc','nse');&lt;br /&gt;
b. CLI type (to edit php.ini file): /etc/php5/apache2/php.ini&lt;br /&gt;
change: upload_max_filesize = 50M  (if you want 50Meg uploads)&lt;br /&gt;
change:  memory_limit = 64M (if you want scripts to get 64M memory)&lt;br /&gt;
c. CLI type (to edit the LocalSettings.php file): vi /etc/mediawiki/LocalSettings.php&lt;br /&gt;
limit account creation only to sysop: $wgGroupPermissions = false; &lt;br /&gt;
limit page creation to sysop and users only: $wgGroupPermissions = false;&lt;br /&gt;
limit edits to sysop and users only: $wgGroupPermissions = false;&lt;br /&gt;
&lt;br /&gt;
A WDW 1.0.10 - Get the localIP to be the Wiki instead of localIP/mediawiki&lt;br /&gt;
Thanks to another forum for this important direction:&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.mwusers.com/forums/showthread.php?t=11857&amp;#38;highlight=focaccio"&gt;http://www.mwusers.com/forums/showthread.php?t=11857&amp;#38;highlight=focaccio&lt;/a&gt;&lt;br /&gt;
a. CLI type (to edit and save an apache2 config file): vi /etc/apache2/sites-available/default&lt;br /&gt;
comment out as such: #DocumentRoot /var/www/&lt;br /&gt;
add the following: DocumentRoot /var/lib/mediawiki/&lt;br /&gt;
b. CLI type (to restart Apache): /etc/init.d/apache2 restart&lt;br /&gt;
&lt;br /&gt;
R WDW 1.0.11 - The Wiki is working&lt;br /&gt;
The framework of the WikiMedia platform it working as is should.  The home page comes up with just the IP of the server (thus allowing easy port forwarding on the firewall) and only sysop and users are able to edit and add pages.  The rest is adding the content, formatting and configuring / extending as needed.&lt;br /&gt;
&lt;br /&gt;
to be continued...installing Drupal and WordPress and then...working out the RES procedure</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">mediawiki</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">1.15.0</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">ubuntu</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">server</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">9.10</category>
      <pubDate>Mon, 08 Feb 2010 14:29:33 GMT</pubDate>
      <author>focaccio</author>
      <guid>http://communities.vmware.com/blogs/3bx/2010/02/08/wdw10-wikimedia-drupal-wordpress-ubuntu-server-vm-testing-platform</guid>
      <dc:date>2010-02-08T14:29:33Z</dc:date>
      <clearspace:dateToText>2 months, 1 week ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/3bx/comment/wdw10-wikimedia-drupal-wordpress-ubuntu-server-vm-testing-platform</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/3bx/feeds/comments?blogPostID=5254</wfw:commentRss>
    </item>
    <item>
      <title>Just Passed VCP 410</title>
      <link>http://communities.vmware.com/blogs/Paule83/2010/02/05/just-passed-vcp-410</link>
      <description>&lt;br /&gt;
After 2 days off from work for training at home, I just managed to pass my VCP 410 with 438 Points.&lt;br /&gt;
&lt;p /&gt;
Let's see, how long it will take, until VMware sends me my stuff.</description>
      <pubDate>Fri, 05 Feb 2010 15:24:21 GMT</pubDate>
      <author>Paule83</author>
      <guid>http://communities.vmware.com/blogs/Paule83/2010/02/05/just-passed-vcp-410</guid>
      <dc:date>2010-02-05T15:24:21Z</dc:date>
      <clearspace:dateToText>4 days, 10 hours ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/Paule83/comment/just-passed-vcp-410</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/Paule83/feeds/comments?blogPostID=5502</wfw:commentRss>
    </item>
    <item>
      <title>esxtop valores recomendados</title>
      <link>http://communities.vmware.com/blogs/xacolabril/2010/02/05/esxtop-valores-recomendados</link>
      <description>&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;table class="jive-wiki-table"&gt;
&lt;tr&gt;
&lt;td&gt;Display&lt;/td&gt;
&lt;td&gt;Metric&lt;/td&gt;
&lt;td&gt;Threshold&lt;/td&gt;
&lt;td&gt;Explanation&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;CPU&lt;/td&gt;
&lt;td&gt;%RDY&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;Overprovisioning of vCPUs, excessive usage of vSMP or a limit(check %MLMTD) has been set. See Jason's &lt;a class="jive-link-external" href="http://www.yellow-bricks.com/2010/01/05/esxtop-valuesthresholds/comment-page-1/#comment-5861"&gt;explanation\&lt;/a&gt; for vSMP VMs&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;CPU&lt;/td&gt;
&lt;td&gt;%CSTP&lt;/td&gt;
&lt;td&gt;100&lt;/td&gt;
&lt;td&gt;Excessive usage of vSMP. Decrease amount of vCPUs for this particular VM. This should lead to increased scheduling opportunities.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;CPU&lt;/td&gt;
&lt;td&gt;%MLMTD&lt;/td&gt;
&lt;td&gt;0&lt;/td&gt;
&lt;td&gt;If larger than 0 the world is being throttled. Possible cause: Limit on CPU.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;CPU&lt;/td&gt;
&lt;td&gt;%SWPWT&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;VM waiting on swapped pages to be read from disk. Possible cause: Memory overcommitment.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MEM&lt;/td&gt;
&lt;td&gt;MCTLSZ (I)&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;If larger than 0 host is forcing VMs to inflate balloon driver to reclaim memory as host is overcommited.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MEM&lt;/td&gt;
&lt;td&gt;SWCUR (J)&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;If larger than 0 host has swapped memory pages in the past. Possible cause: Overcommitment.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MEM&lt;/td&gt;
&lt;td&gt;SWR/s (J)&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;If larger than 0 host is actively reading from swap(vswp). Possible cause: Excessive memory overcommitment.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MEM&lt;/td&gt;
&lt;td&gt;SWW/s (J)&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;If larger than 0 host is actively writing to swap(vswp). Possible cause: Excessive memory overcommitment.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;NETWORK&lt;/td&gt;
&lt;td&gt;%DRPTX&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;Dropped packages transmitted, hardware overworked. Possible cause: very high network utilization&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;NETWORK&lt;/td&gt;
&lt;td&gt;%DRPRX&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;Dropped packages received, hardware overworked. Possible cause: very high network utilization&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DISK&lt;/td&gt;
&lt;td&gt;GAVG (H)&lt;/td&gt;
&lt;td&gt;25&lt;/td&gt;
&lt;td&gt;Look at "DAVG" and "KAVG" as the sum of both is GAVG.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DISK&lt;/td&gt;
&lt;td&gt;DAVG (H)&lt;/td&gt;
&lt;td&gt;25&lt;/td&gt;
&lt;td&gt;Disk latency most likely to be caused by array.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DISK&lt;/td&gt;
&lt;td&gt;KAVG (H)&lt;/td&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;td&gt;Disk latency caused by the VMkernel, high KAVG usually means queuing. Check "QUED".&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DISK&lt;/td&gt;
&lt;td&gt;QUED (F)&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;Queue maxed out. Possibly queue depth set to low. Check with array vendor for optimal queue depth value.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DISK&lt;/td&gt;
&lt;td&gt;ABRTS/s (K)&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;Aborts issued by guest(VM) because storage is not responding. For Windows VMs this happens after 60 seconds by default. Can be caused for instance when paths failed or array is not accepting any IO for whatever reason.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DISK&lt;/td&gt;
&lt;td&gt;RESETS/s (K)&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;The number of commands reset per second.&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;br clear="left" /&gt;
&lt;p /&gt;
&lt;p /&gt;
Estos son los valores que &lt;a class="jive-link-external" href="http://www.yellow-bricks.com/"&gt;http://www.yellow-bricks.com/&lt;/a&gt; ha estado recopilando y revisando a trav&amp;eacute;s de whitepapers y presentaciones de VMWare. Creo que son de gran utilidad al igual que la Biblia del esxtop, de lectura recomendada y necesaria en determinadas ocasiones:&lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-wiki" href="http://communities.vmware.com/docs/DOC-9279"&gt;http://communities.vmware.com/docs/DOC-9279&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
Saludos.</description>
      <pubDate>Fri, 05 Feb 2010 13:57:16 GMT</pubDate>
      <author>xacolabril</author>
      <guid>http://communities.vmware.com/blogs/xacolabril/2010/02/05/esxtop-valores-recomendados</guid>
      <dc:date>2010-02-05T13:57:16Z</dc:date>
      <clearspace:dateToText>4 days, 11 hours ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/xacolabril/comment/esxtop-valores-recomendados</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/xacolabril/feeds/comments?blogPostID=5500</wfw:commentRss>
    </item>
    <item>
      <title>Remove the ESXi web welcome screen</title>
      <link>http://communities.vmware.com/blogs/xacolabril/2010/02/05/remove-the-esxi-web-welcome-screen</link>
      <description>&lt;br /&gt;
Me parece interesante el siguiente post de las Communities donde se habla de c&amp;oacute;mo eliminar u ocultar la pantalla web al connectarnos a un ESX desde un navegador:&lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://communities.vmware.com/docs/DOC-11864"&gt;http://communities.vmware.com/docs/DOC-11864&lt;/a&gt;</description>
      <pubDate>Fri, 05 Feb 2010 13:50:51 GMT</pubDate>
      <author>xacolabril</author>
      <guid>http://communities.vmware.com/blogs/xacolabril/2010/02/05/remove-the-esxi-web-welcome-screen</guid>
      <dc:date>2010-02-05T13:50:51Z</dc:date>
      <clearspace:dateToText>4 days, 11 hours ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/xacolabril/comment/remove-the-esxi-web-welcome-screen</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/xacolabril/feeds/comments?blogPostID=5499</wfw:commentRss>
    </item>
    <item>
      <title>RVTools 2.8</title>
      <link>http://communities.vmware.com/blogs/xacolabril/2010/02/05/rvtools-28</link>
      <description>&lt;br /&gt;
Nueva versi&amp;oacute;n de las RVTools. Incluye:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;On vHost tab field "# VMs" now only powered on VMs are counted.&lt;/li&gt;
&lt;li&gt;On vHost tab field "VMs per core" now only powered on VMs are counted.&lt;/li&gt;
&lt;li&gt;On vHost tab field "vCPUs per core" now only powered on VMs are counted.&lt;/li&gt;
&lt;li&gt;On vDatastore tab field "# VMs" now only calculated for VM's which are powered on.&lt;/li&gt;
&lt;li&gt;Health check "Number of running virtual CPUs per core" now only powered on VMs are counted.&lt;/li&gt;
&lt;li&gt;Health check "Number of running VMs per datastore" now only powered on VMs are counted.&lt;/li&gt;
&lt;li&gt;During Installation there will be an application event source created for RVTools. This to fix some security related problems.&lt;/li&gt;
&lt;li&gt;Some users run into a timeout exception from the SDK Web server. The default web service timeout value is now changed to a higher value.&lt;/li&gt;
&lt;li&gt;New fields on vHost tab: NTP Server(s), time zone information, Hyper Threading information (available and active), Boot time, DNS Servers, DHCP flag, Domain name and  DNS Search order&lt;/li&gt;
&lt;li&gt;New Health Check: Inconsistent folder names.&lt;/li&gt;
&lt;li&gt;Improved exception handling on vDisk, vSwitch and vPort tab pages.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.robware.net/download/RVTools.msi"&gt;http://www.robware.net/download/RVTools.msi&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Fri, 05 Feb 2010 13:46:03 GMT</pubDate>
      <author>xacolabril</author>
      <guid>http://communities.vmware.com/blogs/xacolabril/2010/02/05/rvtools-28</guid>
      <dc:date>2010-02-05T13:46:03Z</dc:date>
      <clearspace:dateToText>4 days, 11 hours ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/xacolabril/comment/rvtools-28</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/xacolabril/feeds/comments?blogPostID=5498</wfw:commentRss>
    </item>
    <item>
      <title>VCP310 Pass</title>
      <link>http://communities.vmware.com/blogs/Realitysoft/2010/02/03/vcp310-pass</link>
      <description>Welcome!&lt;br /&gt;
&lt;br /&gt;
Bit of info about myself and my progression through the VMware Certification lifecycle. In the future plans and information will be uploaded of my activity.&lt;br /&gt;
&lt;br /&gt;
I studied and attempted the VCP310 on December 6th but failed short by 6%. I didn't feel confident but was happy to retry before the end of the year but had a nightmare due to not realising the 7 business day gap and finding somewhere open! and then along came the snow . I passed 2^nd^ time and only just but now studying in anger for vcp410 to hopefully pass in January as I don't have the funds available to jump on the vSphere 2 day upgrade course. If I fail I will have to dig deep for the course itself but with currently only having VI3.0 infrastructure we cannot justify the outlay for our training budget. &lt;br /&gt;
&lt;p /&gt;
We have a small vSphere configuration (single host 64Gb - 1tb disk attachment). I have also invested in 2 new servers for my home test/training lab. These are Dell T100s that are compatible with vSphere and are excellent entry level boxes. I have also invested in a Cisco Managed Switch to allow for some network traffic understanding. A QNAP TS-259Pro storage device which has recently been certified has also been purchased. To compliment my home lab.&lt;br /&gt;
&lt;p /&gt;
Delivery Wednesday 13th Jan so shall update as I go. &lt;br /&gt;
&lt;p /&gt;
Any information or questions - &lt;a class="jive-link-email" href="mailto:realitysoft@hotmail.com"&gt;realitysoft@hotmail.com&lt;/a&gt; &lt;br /&gt;
&lt;p /&gt;
Previous post migrated from original blog.</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">vcp310</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">exam</category>
      <pubDate>Wed, 03 Feb 2010 11:56:22 GMT</pubDate>
      <author>Realitysoft</author>
      <guid>http://communities.vmware.com/blogs/Realitysoft/2010/02/03/vcp310-pass</guid>
      <dc:date>2010-02-03T11:56:22Z</dc:date>
      <clearspace:dateToText>6 days, 14 hours ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/Realitysoft/comment/vcp310-pass</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/Realitysoft/feeds/comments?blogPostID=5472</wfw:commentRss>
    </item>
    <item>
      <title>How to Retrieve Task Info</title>
      <link>http://communities.vmware.com/blogs/dmitrif/2010/02/02/how-to-retrieve-task-info</link>
      <description>&lt;br /&gt;
Posted a message about how to retrieve a task info in you have the task MOR to the community forum and at&lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://blog.fedorov.ca/2010/02/02/how-to-retrieve-task-info/"&gt;http://blog.fedorov.ca/2010/02/02/how-to-retrieve-task-info/&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Tue, 02 Feb 2010 15:26:04 GMT</pubDate>
      <author>dmitrif</author>
      <guid>http://communities.vmware.com/blogs/dmitrif/2010/02/02/how-to-retrieve-task-info</guid>
      <dc:date>2010-02-02T15:26:04Z</dc:date>
      <clearspace:dateToText>1 week, 10 hours ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/dmitrif/comment/how-to-retrieve-task-info</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/dmitrif/feeds/comments?blogPostID=5470</wfw:commentRss>
    </item>
    <item>
      <title>Virtual Center 2.5 Update 6</title>
      <link>http://communities.vmware.com/blogs/xacolabril/2010/02/01/virtual-center-25-update-6</link>
      <description>&lt;br /&gt;
Buenas, el pasado 29 de Enero se liber&amp;oacute; el Update 6 de Virtual Center 2.5&lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/support/vi3/doc/vi3_vc25u6_rel_notes.html"&gt;VC 2.5U6 Release Notes&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
Novedades:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Guest Operating System Customization Improvements&lt;/li&gt;
&lt;li&gt;Support for Firefox 3.x Browsers with VirtualCenter Web Access&lt;/li&gt;
&lt;li&gt;Bug and security fixes&lt;/li&gt;
&lt;/ul&gt;</description>
      <pubDate>Mon, 01 Feb 2010 14:15:42 GMT</pubDate>
      <author>xacolabril</author>
      <guid>http://communities.vmware.com/blogs/xacolabril/2010/02/01/virtual-center-25-update-6</guid>
      <dc:date>2010-02-01T14:15:42Z</dc:date>
      <clearspace:dateToText>1 week, 1 day ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/xacolabril/comment/virtual-center-25-update-6</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/xacolabril/feeds/comments?blogPostID=5467</wfw:commentRss>
    </item>
    <item>
      <title>VMware TAM Newsletter Edition 2.2 - 1 Feb 2010 (Virtual Center 2.5 Update 6, Life Cycle Manager 1.1, new KB’s, VI end of availability)</title>
      <link>http://communities.vmware.com/blogs/vmwaretam/2010/02/01/vmware-tam-newsletter-edition-22-1-feb-2010-virtual-center-25-update-6-life-cycle-manager-11-new-kb-s-vi-end-of-availability</link>
      <description>Hi everyone, loads of news this week including Virtual Center 2.5 Update 6, Life Cycle Manager 1.1, new KB’s, VI end of availability information and loads more. Be sure to take a look at the newsletter and of course please let me know if you require anything at all.&lt;br /&gt;
&lt;br /&gt;
Have a safe and enjoyable week.&lt;br /&gt;
&lt;br /&gt;
&lt;ul class="jive-dash"&gt;

&lt;ul class="jive-dash"&gt;
&lt;li&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
Kind Regards&lt;br /&gt;
&lt;br /&gt;
Neil Isserow | VCP3 | Technical Account Manager - Queensland | &lt;br /&gt;
VMware Australia |</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">4.0</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">anz</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">archive</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">brisbane</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">certification</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">course</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">discount</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">esx</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">esxi</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">neil</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">news</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">newsletter</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">region</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">tam</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">technical</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">technical_account_manager</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">twitter</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vforum</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vi4</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">virtualization</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vmworld</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vss</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">weekly</category>
      <pubDate>Mon, 01 Feb 2010 09:53:35 GMT</pubDate>
      <author>nisserow</author>
      <guid>http://communities.vmware.com/blogs/vmwaretam/2010/02/01/vmware-tam-newsletter-edition-22-1-feb-2010-virtual-center-25-update-6-life-cycle-manager-11-new-kb-s-vi-end-of-availability</guid>
      <dc:date>2010-02-01T09:53:35Z</dc:date>
      <clearspace:dateToText>1 week, 1 day ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/vmwaretam/comment/vmware-tam-newsletter-edition-22-1-feb-2010-virtual-center-25-update-6-life-cycle-manager-11-new-kb-s-vi-end-of-availability</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/vmwaretam/feeds/comments?blogPostID=5466</wfw:commentRss>
    </item>
    <item>
      <title>Disk Expansion Issue in VMguest</title>
      <link>http://communities.vmware.com/blogs/Bharathvmware/2010/01/31/disk-expansion-issue-in-vmguest</link>
      <description>Hi &lt;br /&gt;
&lt;p /&gt;
 Im unable to extend the drive from 700 Gb to 1150 GB.&lt;br /&gt;
&lt;p /&gt;
My block size is 8 MB LUN has free space.&lt;br /&gt;
&lt;p /&gt;
Im getting "General System error" Please help me to fix this issue&lt;br /&gt;
&lt;p /&gt;
Thanx!&lt;br /&gt;
&lt;p /&gt;
Bharathi</description>
      <pubDate>Mon, 01 Feb 2010 06:05:43 GMT</pubDate>
      <author>Bharathvmware</author>
      <guid>http://communities.vmware.com/blogs/Bharathvmware/2010/01/31/disk-expansion-issue-in-vmguest</guid>
      <dc:date>2010-02-01T06:05:43Z</dc:date>
      <clearspace:dateToText>1 week, 1 day ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/Bharathvmware/comment/disk-expansion-issue-in-vmguest</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/Bharathvmware/feeds/comments?blogPostID=5465</wfw:commentRss>
    </item>
    <item>
      <title>Main Blog Link</title>
      <link>http://communities.vmware.com/blogs/dmitrif/2010/01/31/main-blog-link</link>
      <description>There is a separate blog I maintain at &lt;a class="jive-link-external" href="http://blog.fedorov.ca/"&gt;http://blog.fedorov.ca/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Also I'm on LinkedIn and Facebook</description>
      <pubDate>Mon, 01 Feb 2010 04:32:08 GMT</pubDate>
      <author>dmitrif</author>
      <guid>http://communities.vmware.com/blogs/dmitrif/2010/01/31/main-blog-link</guid>
      <dc:date>2010-02-01T04:32:08Z</dc:date>
      <clearspace:dateToText>1 week, 1 day ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/dmitrif/comment/main-blog-link</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/dmitrif/feeds/comments?blogPostID=5463</wfw:commentRss>
    </item>
    <item>
      <title>Products and features comparison</title>
      <link>http://communities.vmware.com/blogs/ServerVirtualizationComparison/2010/01/30/products-and-features-comparison</link>
      <description>One of the most complete and up to date products comparison (feature by feature):&lt;br /&gt;
Virtual Infrastructure products: features comparison - &lt;a class="jive-link-external" href="http://www.it20.info/misc/virtualizationscomparison.htm"&gt;http://www.it20.info/misc/virtualizationscomparison.htm&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
VMware products comparison:&lt;br /&gt;
&lt;a class="jive-link-external" href="http://deinoscloud.wordpress.com/2009/10/21/vmware-esx-and-esxi-4-0-comparison/"&gt;http://deinoscloud.wordpress.com/2009/10/21/vmware-esx-and-esxi-4-0-comparison/&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://communities.vmware.com/docs/DOC-11113" class="jive-link-wiki"&gt;ESXi vs Full ESX&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://communities.vmware.com/docs/DOC-11143" class="jive-link-wiki"&gt;VI 3.5 vs vSphere 4.0&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://communities.vmware.com/docs/DOC-11582" class="jive-link-wiki"&gt;VMware Server vs VMware ESX/ESXi&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">virtualization</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">infrastructure</category>
      <pubDate>Sun, 31 Jan 2010 07:01:57 GMT</pubDate>
      <author>AndreTheGiant</author>
      <guid>http://communities.vmware.com/blogs/ServerVirtualizationComparison/2010/01/30/products-and-features-comparison</guid>
      <dc:date>2010-01-31T07:01:57Z</dc:date>
      <clearspace:dateToText>1 week, 2 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/ServerVirtualizationComparison/comment/products-and-features-comparison</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/ServerVirtualizationComparison/feeds/comments?blogPostID=5459</wfw:commentRss>
    </item>
    <item>
      <title>VMware VirtualCenter 2.5 Update 6 is now GA</title>
      <link>http://communities.vmware.com/blogs/gabrielmaciel/2010/01/30/vmware-virtualcenter-25-update-6-is-now-ga</link>
      <description>What's New&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Guest Operating Systems Customization Improvements&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Customization support for the following guest operating systems has been added in this release:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Windows 7 Enterprise (32-bit and 64-bit)&lt;/li&gt;
&lt;li&gt;Windows 7 Ultimate (32-bit and 64-bit)&lt;/li&gt;
&lt;li&gt;Windows 7 Professional (32-bit and 64-bit)&lt;/li&gt;
&lt;li&gt;Windows 7 Home Premium (32-bit and 64-bit)&lt;/li&gt;
&lt;li&gt;Windows Server 2008 R2 Standard Edition (64-bit)&lt;/li&gt;
&lt;li&gt;Windows Server 2008 R2 Enterprise Edition (64-bit)&lt;/li&gt;
&lt;li&gt;Windows Server 2008 R2 Datacenter Edition (64-bit)&lt;/li&gt;
&lt;li&gt;Windows Server 2008 R2 Web Server (64-bit)&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;b&gt;Support for Firefox 3.x Browsers with VirtualCenter Web  Access&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;This release adds support for Firefox 3.x browsers with VirtualCenter Web Access. Firefox 3.x is not a supported browser for ESX Server 3.5 Update 5 Web Access with this release.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;b&gt;Changes to Virtual Infrastructure Client Installer&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;The VI Client standalone installer (available from ESX Server Web Access) allows installation of the VMware Infrastructure Update service, which is used for updating and patching ESX Server 3i hosts. The standalone VI Client Installer  is now modified to allow optional installation of the VMware Infrastructure Update service. The VirtualCenter Unified Installer  (available as part of the VirtualCenter 2.5 Update 6 download) now includes an option to install VMware Infrastructure Update service when you choose the &lt;b&gt;VI Client&lt;/b&gt; installation option.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
VMware vCenter Server 2.5 Update 6 can be downloaded &lt;a class="jive-link-external" href="http://downloads.vmware.com/d/details/vc250u6/dGViZGpwQGJkZXBo"&gt;here&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Posted by &lt;a class="jive-link-external" href="http://it-infrastructure-management.blogspot.com/"&gt;Gabriel Maciel&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">vi3</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">virtual</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">virtualization</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">virtualcenter</category>
      <pubDate>Sun, 31 Jan 2010 03:14:59 GMT</pubDate>
      <author>Gabriel Maciel Ottawa</author>
      <guid>http://communities.vmware.com/blogs/gabrielmaciel/2010/01/30/vmware-virtualcenter-25-update-6-is-now-ga</guid>
      <dc:date>2010-01-31T03:14:59Z</dc:date>
      <clearspace:dateToText>1 week, 2 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/gabrielmaciel/comment/vmware-virtualcenter-25-update-6-is-now-ga</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/gabrielmaciel/feeds/comments?blogPostID=5457</wfw:commentRss>
    </item>
    <item>
      <title>Apple iPad as Virtual Desktop Client - Probably Not</title>
      <link>http://communities.vmware.com/blogs/ToddMuirhead/2010/01/29/apple-ipad-as-virtual-desktop-client-probably-not</link>
      <description>&lt;br /&gt;
There has &lt;a class="jive-link-external" href="http://search.twitter.com/search?q=ipad+vdi"&gt;been a discussion on twitter&lt;/a&gt; starting just after the big Apple iPad announcement about using the iPad as an endpoint or client device for &lt;a class="jive-link-external" href="http://www.vmware.com/products/view/"&gt;virtual desktops&lt;/a&gt;.  Probably not a good idea - and here's a few reasons why. &lt;br /&gt;
&lt;p /&gt;
While the iPad looks really cool, that won't make it a good device to connect to your desktop running the virtual cloud.  The current desktop computing environment assumes a mouse and keyboard.  The iPad doesn't have either.  The touch screen can easily substitute for a mouse, but the keyboard is more difficult to truly replace. &lt;br /&gt;
&lt;p /&gt;
The screen of the iPad is way bigger than any phone, but it isn't nearly as big or high resolution as a standard monitor from 3 years ago.  This limits the amount of screen real estate for your desktop and leads to a lot of resizing and or scrolling.  Additionally, if you have to use an on screen touch keyboard this just gets worse. &lt;br /&gt;
&lt;p /&gt;
The cost of the iPad is much higher than a Netbook and is equivalent to a low end notebook, while not having some of the things that make these devices better desktops.  Namely a keyboard and more screen real estate. &lt;br /&gt;
&lt;p /&gt;
I do think that the iPad could be a &lt;a class="jive-link-external" href="http://www.amazon.com/s/ref=nb_sb_ss_i_0_14?url=search-alias%3Daps&amp;#38;field-keywords=arthur+c+clarke&amp;#38;sprefix=arthur+c+clark"&gt;great device for reading books&lt;/a&gt;, checking out Facebook, reading blogs, and catching up on your &lt;a class="jive-link-external" href="http://www.twitter.com/virtualtodd"&gt;favorite sites on the internet&lt;/a&gt;.  I'm just not so sure about connecting to your virtual desktop and getting alot of work done.  &lt;br /&gt;
&lt;p /&gt;
Todd</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">notebook</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">tablet</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">terminal</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">services</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">ipad</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vdi</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">view</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">client</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">virtualization</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">apple</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">netbook</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">slate</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">iphone</category>
      <pubDate>Fri, 29 Jan 2010 22:43:25 GMT</pubDate>
      <author>ToddMuirhead</author>
      <guid>http://communities.vmware.com/blogs/ToddMuirhead/2010/01/29/apple-ipad-as-virtual-desktop-client-probably-not</guid>
      <dc:date>2010-01-29T22:43:25Z</dc:date>
      <clearspace:dateToText>1 week, 4 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/ToddMuirhead/comment/apple-ipad-as-virtual-desktop-client-probably-not</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/ToddMuirhead/feeds/comments?blogPostID=5454</wfw:commentRss>
    </item>
    <item>
      <title>Why did I set up this blog?</title>
      <link>http://communities.vmware.com/blogs/DMayo/2010/01/29/why-did-i-set-up-this-blog</link>
      <description>Really don't know why I set up this blog. Just sitting in the fast track for vSphere trying to stay awake...</description>
      <pubDate>Fri, 29 Jan 2010 20:33:36 GMT</pubDate>
      <author>DMayo</author>
      <guid>http://communities.vmware.com/blogs/DMayo/2010/01/29/why-did-i-set-up-this-blog</guid>
      <dc:date>2010-01-29T20:33:36Z</dc:date>
      <clearspace:dateToText>1 week, 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <wfw:comment>http://communities.vmware.com/blogs/DMayo/comment/why-did-i-set-up-this-blog</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/DMayo/feeds/comments?blogPostID=5453</wfw:commentRss>
    </item>
    <item>
      <title>Primer dia</title>
      <link>http://communities.vmware.com/blogs/MyVirtualWorld/2010/01/29/primer-dia</link>
      <description>Hoy es el primer dia de mi blog.&lt;br /&gt;
&lt;br /&gt;
Aqui intentare contar mi dia a dia con la tecnologia de la virtualizacion, intentando contar mis experiencias, mis descubrimientos, mi experiencia y los resultados obtenidos en el dia a dia ... &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;</description>
      <pubDate>Fri, 29 Jan 2010 13:41:02 GMT</pubDate>
      <author>sanmarfe</author>
      <guid>http://communities.vmware.com/blogs/MyVirtualWorld/2010/01/29/primer-dia</guid>
      <dc:date>2010-01-29T13:41:02Z</dc:date>
      <clearspace:dateToText>1 week, 4 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/MyVirtualWorld/comment/primer-dia</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/MyVirtualWorld/feeds/comments?blogPostID=5451</wfw:commentRss>
    </item>
    <item>
      <title>How to use ESXi Datastore Browser to easily upload  Tar, Zip, Rar without Network drives in VM</title>
      <link>http://communities.vmware.com/blogs/crownadmin/2010/01/28/how-to-use-esxi-datastore-browser-to-easily-upload-tar-zip-rar-without-network-drives-in-vm</link>
      <description>I have always had an issue creating a VM then having additional software needing to be transferred to it. Since ESXi does not have USB support your limited to Network Drives or downloading it from the website. From my own experience, using Linux Server Distro and other Win versions make drive connections a real pain. Use native ESXI functions to transfer these files using the Datastore Browsers Upload (file/folder) function and the VM's CDROM  Image drives to move the files around.&lt;br /&gt;
&lt;br /&gt;
What Software you'll need:&lt;br /&gt;
&lt;br /&gt;
ISO Creating Software - I use PowerISO&lt;br /&gt;
full version. Pay the $9 and get the full functionality, as it limits&lt;br /&gt;
the ISO size on the shareware.&lt;br /&gt;
ESXi (any version) - "obviously"&lt;br /&gt;
&lt;br /&gt;
Note ** all the below steps should be done prior to turning ON the VM and adding the needed hardware can be configured after initial creation of the VM&lt;br /&gt;
&lt;br /&gt;
To start, download what your going to need to create the VM (in my case, my servers lack the CD Rom Drive, so Burning a CD is pretty useless, and a waste of a CD, and attaching a USB drive is a pain). My example project will be: To create an Ubuntu VCenter Converter Server. The OS will be any level of Unbuntu and I had the Ubuntu 9 Distro ISO on my PC, so I used Vsphere Datastore Browser to upload that ISO from my desktop to the datastore. But we also need the Linux VCenter Converter Tar.gz which I already had download also. So lets get going and get the tar.gz ready on the datastore 1st.......&lt;br /&gt;
&lt;p /&gt;
Steps&lt;br /&gt;
#1 - Located the tar.gz in an accessible location, like desktop&lt;br /&gt;
#2 - Open PowerISO and add the file&lt;br /&gt;
#3 - Save this as an ISO file&lt;br /&gt;
#4 - Open Vsphere Client and log into ESXi&lt;br /&gt;
#5 - Now right Click your datastore were your going to install the VM and click Browse Datastore&lt;br /&gt;
#6 - Click "Upload files to the datastore" the Icon with the Disks with Up Arrow&lt;br /&gt;
#7 - Point to the ISO File you created and the file will be loaded to the directory&lt;br /&gt;
#8 - Now Create the VM and Make sure you add Hardware for a CDROM using image of Ubuntu ISO&lt;br /&gt;
#9 - (Configure VM for your Need)&lt;br /&gt;
#10 - Start the VM and it should boot from the ISO CDROM, follow normal Installation of OS (Bios should be set to boot off CDRoms)&lt;br /&gt;
#11- After Installation, power VM Down and Add/swap Installation ISO with Vcenter Converter ISO thats on the DataStore&lt;br /&gt;
#12 - Start VM and now Ubuntu will have a CDROM with the tar.gz waiting&lt;br /&gt;
#13 - Now transfer the tar.gz to your Ubuntu desktop or particular folder. Thats It!</description>
      <pubDate>Fri, 29 Jan 2010 04:32:37 GMT</pubDate>
      <author>crownadmin</author>
      <guid>http://communities.vmware.com/blogs/crownadmin/2010/01/28/how-to-use-esxi-datastore-browser-to-easily-upload-tar-zip-rar-without-network-drives-in-vm</guid>
      <dc:date>2010-01-29T04:32:37Z</dc:date>
      <clearspace:dateToText>1 week, 4 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/crownadmin/comment/how-to-use-esxi-datastore-browser-to-easily-upload-tar-zip-rar-without-network-drives-in-vm</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/crownadmin/feeds/comments?blogPostID=5448</wfw:commentRss>
    </item>
    <item>
      <title>Guia de referência rápida para o esxtop</title>
      <link>http://communities.vmware.com/blogs/aandriolli/2010/01/28/guia-de-refer-ncia-r-pida-para-o-esxtop</link>
      <description>&lt;br /&gt;
Caraca, sai cada uma...&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
O cara desse site j&amp;aacute; tinha feito uma legal montando um "reference card" para vSphere, que postei aqui anteriormente. Agora, ele vez um para o esxtop. Pra quem administra ambiente VMware e eventualmente tem que lidar com troubleshooting de performance, &amp;eacute; uma m&amp;atilde;o na roda. Est&amp;aacute; dispon&amp;iacute;vel em.&lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://www.vreference.com/esxtop-precis/"&gt;http://www.vreference.com/esxtop-precis/&lt;/a&gt;</description>
      <pubDate>Thu, 28 Jan 2010 21:47:19 GMT</pubDate>
      <author>aandriolli</author>
      <guid>http://communities.vmware.com/blogs/aandriolli/2010/01/28/guia-de-refer-ncia-r-pida-para-o-esxtop</guid>
      <dc:date>2010-01-28T21:47:19Z</dc:date>
      <clearspace:dateToText>1 week, 5 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/aandriolli/comment/guia-de-refer-ncia-r-pida-para-o-esxtop</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/aandriolli/feeds/comments?blogPostID=5447</wfw:commentRss>
    </item>
    <item>
      <title>SQL Server Data Consistency Levels with VCB Backups</title>
      <link>http://communities.vmware.com/blogs/vmroyale/2010/01/28/sql-server-data-consistency-levels-with-vcb-backups</link>
      <description>I was recently involved in defining a backup strategy for multiple SQL Servers running in a vSphere environment.  The latest version (1.5 U1) of VCB was being used along with the latest release (6.5.5) of NetBackup .  Part of this process involved creating a matrix of Microsoft supported Windows/SQL configurations and the data consistency levels of these supported configurations.  The chart below summarizes the current state of data consistency levels, when using VCB for Windows/SQL Server backups.&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5445-8344/matrix.jpg" alt="http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5445-8344/matrix.jpg" class="jive-image"  /&gt;  &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Not Supported:&lt;/b&gt; &lt;br /&gt;
Microsoft does not support this combination of Windows and SQL Server.  A combination unsupported by Microsoft.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Crash Consistent:&lt;/b&gt;&lt;br /&gt;
This is the state in which a system would be found after a system failure or power outage.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Application Consistent:&lt;/b&gt;&lt;br /&gt;
This is the state in which all databases are in-synch and represent the true status of the application.&lt;br /&gt;
&lt;p /&gt;
The customer, in this case, was not willing to assume the risk of crash consistent data for SQL Servers.   With this particular VCB and NetBackup setup, the reality is that any Windows/SQL pair that does not provide application level consistency will either need to be backed up as a native SQL flat file backup or utilize the NetBackup SQL Agents.  This decision would ultimately lead to additional spending in the form of either disk space or the purchase of NetBackup SQL Agents, and would add operational complexities with multiple backup strategies.  There is also hope that NetBackup 7 may allow us to revisit this issue very soon and find a more singular approach for SQL Servers. &lt;br /&gt;
&lt;br /&gt;
Note: This information is valid as of January 28, 2010 for VCB 1.5 U1 and vSphere 4.0 U1 editions.  &lt;br /&gt;
&lt;br /&gt;
As always, thanks for reading.&lt;br /&gt;
Brian</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">vcb</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">infrastructure</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">storage</category>
      <pubDate>Thu, 28 Jan 2010 16:05:37 GMT</pubDate>
      <author>vmroyale</author>
      <guid>http://communities.vmware.com/blogs/vmroyale/2010/01/28/sql-server-data-consistency-levels-with-vcb-backups</guid>
      <dc:date>2010-01-28T16:05:37Z</dc:date>
      <clearspace:dateToText>1 week, 5 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/vmroyale/comment/sql-server-data-consistency-levels-with-vcb-backups</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/vmroyale/feeds/comments?blogPostID=5445</wfw:commentRss>
    </item>
    <item>
      <title>Exámen VCP 410</title>
      <link>http://communities.vmware.com/blogs/xacolabril/2010/01/27/ex-men-vcp-410</link>
      <description>&lt;br /&gt;
Ayer me present&amp;eacute; al ex&amp;aacute;men de certificaci&amp;oacute;n de vSphere, VCP 410. UYn a&amp;ntilde;o despu&amp;eacute;s de hacerlo con VMWare VI3, VCP 310.&lt;br /&gt;
&lt;br /&gt;
Para quien pueda interesarle y a falt y de s&amp;oacute;lo tres d&amp;iacute;as para que finalice el plazo para poder certificarse en vSphere, siendo certificado en VCP310, sin tener que hacer el curso obligatorio presencial; el material de estudio que he utilizado ha sido el siguiente:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;El documento de VMWare sobre M&amp;aacute;ximos para vSphere, publicado en la web.&lt;/li&gt;
&lt;li&gt;El documento de VMWare sobre administraci&amp;oacute;n de vSphere, publicado en la web tambi&amp;eacute;n.&lt;/li&gt;
&lt;li&gt;Haber asistido a un par o tres de sesiones de presentaci&amp;oacute;n de vSphere, una de ellas el curso gratuito VMWare vSphere Overview.&lt;/li&gt;
&lt;li&gt;El d&amp;iacute;a a d&amp;iacute;a con VI3, ESX 3.5.&lt;/li&gt;
&lt;li&gt;El blog de Simonlong, donde pude hacer algunas preguntas online: &lt;a class="jive-link-external" href="http://www.simonlong.co.uk/blog/vcp-vsphere-4-practice-exam/"&gt;http://www.simonlong.co.uk/blog/vcp-vsphere-4-practice-exam/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Sentido com&amp;uacute;n.&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&amp;Aacute;nimo para los interesados/as.&lt;br /&gt;
&lt;p /&gt;
Un saludo.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">vcp</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">certificación</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vsphere</category>
      <pubDate>Wed, 27 Jan 2010 16:20:40 GMT</pubDate>
      <author>xacolabril</author>
      <guid>http://communities.vmware.com/blogs/xacolabril/2010/01/27/ex-men-vcp-410</guid>
      <dc:date>2010-01-27T16:20:40Z</dc:date>
      <clearspace:dateToText>1 week, 6 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/xacolabril/comment/ex-men-vcp-410</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/xacolabril/feeds/comments?blogPostID=5427</wfw:commentRss>
    </item>
    <item>
      <title>Aumentando a segurança em ambientes vSphere 4</title>
      <link>http://communities.vmware.com/blogs/aandriolli/2010/01/26/aumentando-a-seguran-a-em-ambientes-vsphere-4</link>
      <description>Provavelmente voc&amp;ecirc; j&amp;aacute; conhece o &lt;a class="jive-link-external" href="http://www.vmware.com/pdf/vi3_security_hardening_wp.pdf"&gt;guia de "security hardening" para o VI3&lt;/a&gt;. &lt;i&gt;Security Hardening&lt;/i&gt; &amp;eacute; como administradores geralmente se referem aos passos para aumentar a seguran&amp;ccedil;a.&lt;br /&gt;
&lt;br /&gt;
Agora, a VMware acaba de publicar a primeira vers&amp;atilde;o, ainda em desenvolvimento, do guia atualizado de security hardening p/ vSphere 4. Eles est&amp;atilde;o dispon&amp;iacute;veis em:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;vSphere 4.0 Security Hardening Guide: Introduction (RevB)&lt;/b&gt;&lt;br /&gt;
&lt;a class="jive-link-wiki" href="http://communities.vmware.com/docs/DOC-11843" title="This document is part of the public draft of the vSphere 4.0 Security Hardening Guide.  Please provide your feedback in the comments section below.  For more information, please read the Introduction section of the guide."&gt;http://communities.vmware.com/docs/DOC-11843&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;vSphere 4.0 Security Hardening Guide: COS (Rev B)&lt;/b&gt;&lt;br /&gt;
&lt;a class="jive-link-wiki" href="http://communities.vmware.com/docs/DOC-11848" title="This document is part of the public draft of the vSphere 4.0 Security Hardening Guide. Please provide your feedback in the comments section below. For more information, please read the Introduction section of the guide."&gt;http://communities.vmware.com/docs/DOC-11848&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;vSphere 4.0 Security Hardening Guide: vCenter (Rev B)&lt;/b&gt;&lt;br /&gt;
&lt;a class="jive-link-wiki" href="http://communities.vmware.com/docs/DOC-11847" title="This document is part of the public draft of the vSphere 4.0 Security Hardening Guide. Please provide your feedback in the comments section below. For more information, please read the Introduction section of the guide."&gt;http://communities.vmware.com/docs/DOC-11847&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;vSphere 4.0 Security Hardening Guide: vNetwork (Rev B)&lt;/b&gt;&lt;br /&gt;
&lt;a class="jive-link-wiki" href="http://communities.vmware.com/docs/DOC-11846" title="This document is part of the public draft of the vSphere 4.0 Security Hardening Guide. Please provide your feedback in the comments section below. For more information, please read the Introduction section of the guide."&gt;http://communities.vmware.com/docs/DOC-11846&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;vSphere 4.0 Security Hardening Guide: Host (Rev B)&lt;/b&gt;&lt;br /&gt;
&lt;a class="jive-link-wiki" href="http://communities.vmware.com/docs/DOC-11845" title="This document is part of the public draft of the vSphere 4.0 Security Hardening Guide. Please provide your feedback in the comments section below. For more information, please read the Introduction section of the guide."&gt;http://communities.vmware.com/docs/DOC-11845&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;vSphere 4.0 Security Hardening Guide: Virtual Machines (Rev B)&lt;/b&gt;&lt;br /&gt;
&lt;a class="jive-link-wiki" href="http://communities.vmware.com/docs/DOC-11844" title="This document is part of the public draft of the vSphere 4.0 Security Hardening Guide. Please provide your feedback in the comments section below. For more information, please read the Introduction section of the guide."&gt;http://communities.vmware.com/docs/DOC-11844&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">security</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">segurança</category>
      <pubDate>Tue, 26 Jan 2010 17:55:29 GMT</pubDate>
      <author>aandriolli</author>
      <guid>http://communities.vmware.com/blogs/aandriolli/2010/01/26/aumentando-a-seguran-a-em-ambientes-vsphere-4</guid>
      <dc:date>2010-01-26T17:55:29Z</dc:date>
      <clearspace:dateToText>2 weeks, 9 hours ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/aandriolli/comment/aumentando-a-seguran-a-em-ambientes-vsphere-4</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/aandriolli/feeds/comments?blogPostID=5421</wfw:commentRss>
    </item>
    <item>
      <title>PCoIP Review</title>
      <link>http://communities.vmware.com/blogs/gunnarb/2010/01/26/pcoip-review</link>
      <description>PCOIP REVIEW&lt;br /&gt;
I’m smack dad in the middle of a terminal review to see if PCoIP is all it’s cracked up to be.  I am testing two terminals the P20 by Wyse and the FX100 by Dell.  I am pretty familiar with VDI and have been a proponent of this technology since the get go, it is my hope that PCoIP will take the technology out of the infant stages and into the main stream. &lt;br /&gt;
&lt;br /&gt;
TERADICI&lt;br /&gt;
Setting up the Teradici PCoIP appliance, while simple, could be made much easier by changing the format it comes in.  Currently it is shipped as a VMDK file, which I thought was great, until I imported it to my SAN and tried to add it to my cluster.  The VMDK is designed for Workstation/Player use only and I had to use converter to get it to work on ESX.  Not a huge deal, honestly I just thought this was weird as View requires ESX so why would you make an appliance that runs on something else. &lt;br /&gt;
&lt;br /&gt;
Understanding the PCoIP Management Console was simple enough, I still haven’t read all of the instructions but I was able to figure out enough to get my terminal up and running in a short amount of time.  My first take is that they could improve on this interface but overall it gets the job done and has some pretty cool features (I really like that it can detect what devices are plugged into the zero client).  &lt;br /&gt;
&lt;br /&gt;
The only thing I had to do outside of installing this appliance was a small DNS change, with that setup it was time for me to plug in the terminal.&lt;br /&gt;
&lt;br /&gt;
P20&lt;br /&gt;
I’m not really sure what to review on the terminal itself.  All I did was take it out of the box, plug it in and it worked; honestly isn’t that exactly what we want in a zero client.&lt;br /&gt;
&lt;br /&gt;
USB&lt;br /&gt;
I do not try to hide my allegiance to Citrix, they’ve been around much longer than VMware and know a thing or two about getting a desktop to an end user.  However, even with the most advanced Citrix system I still have to do some magic to do anything with a USB port.  What impressed me the most with all of this PCoIP stuff was the simplicity in USB; I’ve put in some random devices in this USB port and every one so far has worked.  My favorite part about it is that it shows up identical to a USB device plugged directly into a workstation.  I’m sure there are plenty of things that don’t work, but the integration I’ve seen so far has been very impressive.  I’m not sure if this is PCoIP or the Wyse P20 that deserves the credit, either way great work.&lt;br /&gt;
&lt;br /&gt;
CPU&lt;br /&gt;
Admittedly the first thing I wanted to see on PCoIP was some rockin video, so I went to youtube and did a search for HD Trailer and clicked on whatever I found.  Initially my results were terrible.  The CPU would max out and the video would sputter along as did the sound.   Warren Ponder took the time to set the record straight about this issue in a get forum post and I learned a bit about Client Side Rendering and Host Side Rendering.  The short version is that View using Client Side Rendering which burns more CPU cycles and bandwidth but allows more flexibility in video formats.  The solution to this according to “wponder” is to get over my mind set of 1-CPU per VM and move on to 2-CPU per VM.  This makes perfect sense as HD Video is going to choke on just about any PC with 1-CPU, so the work around was simple enough.  After adding a second process I had the best looking HD video I’ve ever seen over a remote connection, however my CPU was still burning about 40% on both processors.  With the HD video running at acceptable rates I moved on to a glaring issue, my second monitor wasn’t working.&lt;br /&gt;
&lt;br /&gt;
MULTI-MONITOR SUPPORT&lt;br /&gt;
Getting the second monitor to work was a huge hassle that I made for myself.  I was following too many google searches and didn’t realize a simple truth.  The settings in View Manager override the settings for the VM.  View Manager actually modifies the VMX files in the VMs to match what is set on the Desktop Pool.  Many online articles were having me modify the VM video RAM, amongst other things but these settings kept getting overwritten by View Manager.  As I was on a Wide Screen the calculations are incorrect in View Manager (thanks again to wponder who clarified this for me) so all I had to do was increase the resolution in View Manager and low and behold I had dual screens… on Windows XP.  For Windows 7 I had to do some non-documented tricks (again thanks to wponder), I’m not sure if I’m not supposed to tell but oh well: basically all you do is remove the WDDM video driver and replace it with the SVGA video driver located: C:\Program Files\Common Files\VMWare\Drivers.  I have been warned that this can cause BSOD but I want my dual screen to work so I’m dealing with the looming threat.  &lt;br /&gt;
&lt;br /&gt;
UAC&lt;br /&gt;
Out of the box UAC on Windows 7 just doesn’t work, period.  Switching to the SVGA driver solved this issue, also switching off UAC also solved it… but that resolution is a bit more obvious.    I have been told that VMware is working on an updated driver for Windows 7 that will solve this and the Mult-Monitor issue, however it is what it is for the time being.&lt;br /&gt;
&lt;br /&gt;
BLACK SCREEN&lt;br /&gt;
While troubleshooting my multi-monitor support problem I managed to screw the entire VM so that neither monitor worked.  I’m pretty sure I did this while fooling with the amount of video RAM to give to each VM.  The only solution I had for this was to reinstall both VMWare Tools and the View Agent.  Once those were reinstalled I was back in business with at least one screen.&lt;br /&gt;
&lt;br /&gt;
SCREEN SAVER&lt;br /&gt;
Another issue I had with the WDDM driver is the screen saver.  As soon as the machine kicks on the screen saver I would lose all access to the VM.  After chaning the driver this issue also went away.&lt;br /&gt;
&lt;br /&gt;
WINDOWS XP VERSE WINDOWS 7&lt;br /&gt;
It comes as no surprise that I did not have any major issues with Windows XP.  Maybe I should read a manual because it probably says somewhere that Windows 7 is not supported.  If it is supported then it’s a ways off from working properly from the get go. &lt;br /&gt;
&lt;br /&gt;
CONCLUSION&lt;br /&gt;
Well obviously I had some issues with my setup, but 1 day of work to get both XP and 7 working isn’t that big of a deal.  If I were deploying this for a customer I’d have no issues doing it with XP, truly USB and HD video is VERY impressive.  Setting up the Teradici is very simple and a great relieve to an admin who doesn’t want to spend a lot of time fooling with zero clients.  As for Windows 7, well like I said, it probably is written somewhere that it’s not support, in which case I’m just wasting my own time.  Windows XP however works very well in just about every area I tested.&lt;br /&gt;
&lt;br /&gt;
I’m writing this article on my PCoIP terminal and am pretty happy with the results.  I’ve decided for the time being I’m going to give myself the PCoIP treatment and see how long I had take it.  Right now, I’m pretty happy.  We’ll see what the future brings.&lt;br /&gt;
&lt;br /&gt;
I’m really interested in your comments as I’d like to continue to push both XP and 7, so please let me know if there is anything I can do in my lab that you’d like to know about.</description>
      <pubDate>Tue, 26 Jan 2010 16:50:02 GMT</pubDate>
      <author>gunnarb</author>
      <guid>http://communities.vmware.com/blogs/gunnarb/2010/01/26/pcoip-review</guid>
      <dc:date>2010-01-26T16:50:02Z</dc:date>
      <clearspace:dateToText>2 weeks, 8 hours ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/gunnarb/comment/pcoip-review</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/gunnarb/feeds/comments?blogPostID=5422</wfw:commentRss>
    </item>
    <item>
      <title>The Novell Issue</title>
      <link>http://communities.vmware.com/blogs/ViewEd/2010/01/26/the-novell-issue</link>
      <description>We are currently a mixed environment running AD and Novell eDirectory. We also have Novell drives that need to be networked. We are working at moving away from this to be a pure MS site, but in the mean time we need to be able to work as normal with Novell. &lt;br /&gt;
&lt;br /&gt;
Novell Client is required for attaching to Novell drives. &lt;br /&gt;
Novell Zenworks is required for delivery of apps (albeit we are looking at thinapp as well). &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style="color:#ff0000"&gt;To get the pass-through authentication working with Novell Client, we needed the following setup:&lt;/span&gt;&lt;/b&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Novell Client 4.91 SP5&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;HKey_Local_Machine\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon : GinaDLL = &lt;b&gt;"C:\Program Files\VMware\VMware View\Agent\bin\wsgina.dll"&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;HKey_Local_Machine\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon : &lt;i&gt;VdmGinaChainDLL&lt;/i&gt; = &lt;b&gt;NWGINA.DLL&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;HKLM\Software\Novell\Login : &lt;i&gt;TSClientAutoAdminLogon&lt;/i&gt; = &lt;b&gt;"1"&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;HKLM\Software\Novell\Login : &lt;i&gt;DefaultLocationProfile&lt;/i&gt; = &lt;b&gt;"Default"&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
This allows the SSO/passthrough to work with RDP (not yet supported in PCoIP at all), and seems to be quite well documented around the web. We have been having no trouble with this. Of course, the workstation needs to be registered correctly with eDirectory to allow the logins to take place correctly. &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;b&gt;&lt;span style="color:#ff0000"&gt;Novell W/S Registration:&lt;/span&gt;&lt;/b&gt; &lt;br /&gt;
&lt;br /&gt;
We have created a Post-Synchronization script that registers the machine with eDirectory once built. We use a similar process with real desktops that runs after image/mini-setup time. We do this by using a Novell Import Server (a service that is set up as part of the Zenworks server services). &lt;br /&gt;
&lt;br /&gt;
We use the &lt;b&gt;zwsreg.exe&lt;/b&gt; which doesn't need a elevated user as we use an import server to do the work. &lt;br /&gt;
&lt;br /&gt;
We have setup the Novell Client in the master image to point correctly to our servers etc, so only the registration needs to take place. &lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;Side note:&lt;/b&gt; We are facing some chanllenges with Post-Syncrhonization scripts for persistent desktops, which I will address in another post.</description>
      <pubDate>Tue, 26 Jan 2010 14:25:20 GMT</pubDate>
      <author>MrBeatnik</author>
      <guid>http://communities.vmware.com/blogs/ViewEd/2010/01/26/the-novell-issue</guid>
      <dc:date>2010-01-26T14:25:20Z</dc:date>
      <clearspace:dateToText>2 weeks, 11 hours ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/ViewEd/comment/the-novell-issue</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/ViewEd/feeds/comments?blogPostID=5420</wfw:commentRss>
    </item>
    <item>
      <title>VMware TAM Newsletter Edition 2.1 - 25 Jan 2010</title>
      <link>http://communities.vmware.com/blogs/vmwaretam/2010/01/25/vmware-tam-newsletter-edition-21-25-jan-2010</link>
      <description>&lt;br /&gt;
Hi everyone, please see attached for this week&amp;rsquo;s VMware TAM newsletter. Please note a number of important items in the newsletter including the new VMware support name changes, ZImbra announcement, Springsource information and new KB articles of importance for the week.&lt;br /&gt;
&lt;p /&gt;
&lt;ul class="jive-dash"&gt;

&lt;ul class="jive-dash"&gt;
&lt;li&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
Kind Regards&lt;br /&gt;
&lt;br /&gt;
Neil Isserow | VCP3 | Technical Account Manager - Queensland | &lt;br /&gt;
VMware Australia | &lt;br /&gt;
&lt;br /&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">your</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">tags:</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">below</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">is</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">a</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">list</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">of</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">frequently</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">used</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">tags</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">on</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">your</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">blog.</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">4.0</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">anz</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">archive</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">brisbane</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">certification</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">course</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">discount</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">esx</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">esxi</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">neil</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">news</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">newsletter</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">region</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">tam</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">technical</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">technical_account_manager</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">twitter</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vforum</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vi4</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">virtualization</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vmworld</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vss</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">weekly</category>
      <pubDate>Mon, 25 Jan 2010 23:45:38 GMT</pubDate>
      <author>nisserow</author>
      <guid>http://communities.vmware.com/blogs/vmwaretam/2010/01/25/vmware-tam-newsletter-edition-21-25-jan-2010</guid>
      <dc:date>2010-01-25T23:45:38Z</dc:date>
      <clearspace:dateToText>2 weeks, 1 day ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/vmwaretam/comment/vmware-tam-newsletter-edition-21-25-jan-2010</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/vmwaretam/feeds/comments?blogPostID=5418</wfw:commentRss>
    </item>
    <item>
      <title>System recipes and configuration management with Puppet</title>
      <link>http://communities.vmware.com/blogs/matthewsnodderly/2010/01/25/system-recipes-and-configuration-management-with-puppet</link>
      <description>&lt;a class="jive-link-external" href="http://people.redhat.com/dlutter/puppet-app.html"&gt;http://people.redhat.com/dlutter/puppet-app.html&lt;/a&gt;&lt;a class="jive-link-external" href="http://people.redhat.com/dlutter/puppet-app.html"&gt;http://people.redhat.com/dlutter/puppet-app.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt; What you (or your boss, really) want for your web application cluster is a system recipe, a formalized description of all the things that need to be present and configured on the machines in your cluster. Since it is very unlikely that your application vendor will be able to give you the best recipe for your specific hardware and software combination, such a recipe must be composed from ingredients published by a variety of sources, and leave you free to tweak it to your liking: some parts will come from your OS vendor, others from the database vendor and yet others may be contributed by the community or the result of your internal testing and tweaking. &lt;/div&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">puppet</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">ruby</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">automation</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">configuration</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">sysadmin</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">infrastructure</category>
      <pubDate>Mon, 25 Jan 2010 21:34:25 GMT</pubDate>
      <author>msnodderly</author>
      <guid>http://communities.vmware.com/blogs/matthewsnodderly/2010/01/25/system-recipes-and-configuration-management-with-puppet</guid>
      <dc:date>2010-01-25T21:34:25Z</dc:date>
      <clearspace:dateToText>2 weeks, 1 day ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/matthewsnodderly/comment/system-recipes-and-configuration-management-with-puppet</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/matthewsnodderly/feeds/comments?blogPostID=5417</wfw:commentRss>
    </item>
    <item>
      <title>"Is your sysadmin dumber than a hamster?"</title>
      <link>http://communities.vmware.com/blogs/matthewsnodderly/2010/01/25/is-your-sysadmin-dumber-than-a-hamster</link>
      <description>Cute powerpoint on developer/ops relations, configuration management and infrastructure automation: &lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.slideshare.net/bitfield/agile-sysadmin-and-the-art-of-infrastructure-automation-2493286"&gt;Agile Sysadmin and the Art of Infrastructure Automation&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
See also: &lt;a class="jive-link-external" href="http://bitfieldconsulting.com/agile-sysadmin"&gt;http://bitfieldconsulting.com/agile-sysadmin&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">sysadmin</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">infrastructure</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">automation</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">puppet</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">devops</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">cloud</category>
      <pubDate>Mon, 25 Jan 2010 21:26:46 GMT</pubDate>
      <author>msnodderly</author>
      <guid>http://communities.vmware.com/blogs/matthewsnodderly/2010/01/25/is-your-sysadmin-dumber-than-a-hamster</guid>
      <dc:date>2010-01-25T21:26:46Z</dc:date>
      <clearspace:dateToText>2 weeks, 1 day ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/matthewsnodderly/comment/is-your-sysadmin-dumber-than-a-hamster</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/matthewsnodderly/feeds/comments?blogPostID=5416</wfw:commentRss>
    </item>
    <item>
      <title>How to check HBA performance</title>
      <link>http://communities.vmware.com/blogs/ygao/2010/01/25/how-to-check-hba-performance</link>
      <description>How to check HBA performance&lt;br /&gt;
&lt;br /&gt;
ESXTOP&lt;br /&gt;
D&lt;br /&gt;
F&lt;br /&gt;
deselect B, C&lt;br /&gt;
Select J</description>
      <pubDate>Mon, 25 Jan 2010 21:03:14 GMT</pubDate>
      <author>ygao</author>
      <guid>http://communities.vmware.com/blogs/ygao/2010/01/25/how-to-check-hba-performance</guid>
      <dc:date>2010-01-25T21:03:14Z</dc:date>
      <clearspace:dateToText>2 weeks, 1 day ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/ygao/comment/how-to-check-hba-performance</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/ygao/feeds/comments?blogPostID=5415</wfw:commentRss>
    </item>
    <item>
      <title>To ESXi and beyond</title>
      <link>http://communities.vmware.com/blogs/larstr/2010/01/22/to-esxi-and-beyond</link>
      <description>Like I also blogged about in a previous blog posting, the &lt;a class="jive-link-external" href="http://communities.vmware.com/blogs/larstr/2009/10/25/the-wonderful-service-console"&gt;Service Console&lt;/a&gt; of ESX is being discontinued and that leaves us with ESXi as the only option for the future.  &lt;a class="jive-link-external" href="http://www.vmware.com/support/developer/vima/"&gt;vMA&lt;/a&gt; will take the Service Console’s role for command line stuff and you only need one of these for managing many servers. &lt;br /&gt;
&lt;br /&gt;
First I’d like to give a shortened history lesson so we can better understand where we are today and where we’re heading. I didn’t include every new feature here, but only those I regard as the most important ones regarding the evolution from tightly bound systems to stateless ones.&lt;br /&gt;
&lt;br /&gt;
VMware have provided technologies that for each iteration has had a greater level of statelessness than the previous version.  Version 1.x of ESX could run &lt;a class="jive-link-external" href="http://www.vmware.com/support/esx15/doc/releasenotes_esx152.html"&gt;one VM&lt;/a&gt; per physical cpu. When &lt;a class="jive-link-external" href="http://www.vmware.com/support/pubs/esx_pubs.html"&gt;ESX 2.0&lt;/a&gt; was released in 2003 you could no longer count the cpus to get the number of VMs anymore as this limit was removed. Instead of binding each VM to a cpu it would load balance all of the running VMs across all available cpus, and it could now also run multiple VMs per cpu. After the introduction of Virtual Center in 2004, data center admins no longer needed to know which physical server a VM is running on. Virtual Center gave you the ability to administer all your ESX hosts from a single interface and with VMotion you could move your VMs from physical host A to B without any service interruption.&lt;br /&gt;
&lt;br /&gt;
ESX 3 was released in 2006 and brought in new important features such as a &lt;a class="jive-link-external" href="http://www.vmware.com/products/drs/features.html"&gt; Distributed Resource Scheduler (DRS)&lt;/a&gt; and &lt;a class="jive-link-external" href="http://www.vmware.com/products/high-availability/"&gt;Distributed Availability Services (VMware HA)&lt;/a&gt;. These new features would ensure that the performance of your environment was optimal at any time and that all of your VMs was running, even if a host died or if a VM or two would start eating up a lot of resources. &lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://www.vmware.com/files_inline/images/products_vi3_diagram.gif" alt="http://www.vmware.com/files_inline/images/products_vi3_diagram.gif" class="jive-image"  /&gt; &lt;br /&gt;
ESX 3.5 was released late in 2007 and came with the ability to migrate VMs between different cpu models (EVC), the ability to change datastore for your VMs while running and a software update utility for hosts and guest VMs. ESXi (or 3i as it was called back then) was also released at the same time and could do everything that a full blown ESX host could do, except for the missing Service Console.&lt;br /&gt;
&lt;br /&gt;
In 2008 we had the release of Site Recovery Manager (SRM). Having a recovery site (a datacenter at a remote location that will host all your services in case of a disaster) is something that has existed in the physical world for quite some time, but there has not been a unified solution that would work equally for all kinds of services.  Virtualization is a game changer here as it uncouples the servers from their physical hardware and with SRM you could also bring up a copy of your main datacenter at the disaster site within minutes by the click of a single button. &lt;br /&gt;
&lt;br /&gt;
With vSphere 4.0 they also introduced host profiles and distributed switches for making it easier to deploy the same configuration across multiple ESX hosts. SRM was also updated to support two active data centers.&lt;br /&gt;
&lt;br /&gt;
 &lt;img class="jive-image-thumbnail" src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5412-8297/250-167/thin+client.jpg" width="250" height="167" alt="thin client.jpg" onclick="myJiveImage.start(this, 'http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5412-8297/thin+client.jpg');return false;"/&gt; &lt;br /&gt;
VMware demoed booting of ESXi from the network back at &lt;a class="jive-link-external" href="http://www.vmworld.com/docs/DOC-3111"&gt;VMworld 2009&lt;/a&gt;, and it is surely something that will be coming as an official feature from VMware in the future. By doing this you get the same advantages that you get with your VMs today as you’re unbinding the systems from their hw. It also lowers your deployment time (of a new host) as you don’t have to install anything. We also have a similar technology from VMware already with VMware View where all users boot from the same disk image (&lt;a class="jive-link-external" href="http://www.brianmadden.com/blogs/guestbloggers/archive/2009/01/18/an-introduction-to-vmware-view-3-part-2-of-3-linked-clones.aspx"&gt;linked clones&lt;/a&gt;). The users may also already be using stateless &lt;a class="jive-link-external" href="http://www.vmware.com/resources/compatibility/pdf/vi_view_guide.pdf"&gt;thin clients&lt;/a&gt; to access these desktops. &lt;br /&gt;
&lt;br /&gt;
 &lt;img class="jive-image-thumbnail" src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5412-8296/250-169/green+data+center.jpg" width="250" height="169" alt="green data center.jpg" onclick="myJiveImage.start(this, 'http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5412-8296/green+data+center.jpg');return false;"/&gt; &lt;br /&gt;
A couple of years ago I showed some end users from the company I worked for around in the data center and they were wondering what server “their” system was running on. My answer was that I didn’t know. All I knew was that their system was running on one of the ESX servers, but it could change server without anyone knowing it and without anyone noticing it. I also told them that there were around 80 virtual servers running on these 4 physical boxes and that it would have taken two full racks of pizza box servers if we had not been running it like that.  &lt;br /&gt;
&lt;br /&gt;
As we all know ESX is an acronym for &lt;a class="jive-link-external" href="http://vmfaq.com/entry/32/"&gt;Elastic Sky X&lt;/a&gt;. I don’t know if they were having cloud computing in mind when they invented that name, but it surely seems to be a name that fits the future. Now that traditional ESX is going away we’re left with ESXi which gives us Elastic Sky XI. XI in roman numerals equals 11, something I take as a hint to that 2011 is the year ESXi can help use move VMs into the sky. &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;&lt;br /&gt;
&lt;br /&gt;
So I guess when I show around end users again in the data center in a year or two, my answer would be “your system may be running on these boxes here, or on one of the similar ones  in our secondary data center, but if it is running some heavy transactions it may also have been temporarily migrated to a more powerful system out somewhere on the internet”.</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">esxi</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">esx</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">virtual</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">center</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vcenter</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">cloud</category>
      <pubDate>Sat, 23 Jan 2010 02:06:47 GMT</pubDate>
      <author>larstr</author>
      <guid>http://communities.vmware.com/blogs/larstr/2010/01/22/to-esxi-and-beyond</guid>
      <dc:date>2010-01-23T02:06:47Z</dc:date>
      <clearspace:dateToText>2 weeks, 3 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/larstr/comment/to-esxi-and-beyond</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/larstr/feeds/comments?blogPostID=5412</wfw:commentRss>
    </item>
    <item>
      <title>Heartbeat for SRM</title>
      <link>http://communities.vmware.com/blogs/Superwin/2010/01/21/heartbeat-for-srm</link>
      <description>I have a production site which will run SRM and Continuous Access and fail over to my new Dissaster Recovery Site and be fully Virtualised.&lt;br /&gt;
&lt;br /&gt;
My question is, i am not sure how the heartbeat will connect up over the WAN. At the moment the heartbeat is only within a single environment on a switch running 192.X.X.X.&lt;br /&gt;
&lt;p /&gt;
All our virtual and physical machines are in a seperate DMZ 172.X,X.X and our DR building is again in another DMZ.&lt;br /&gt;
&lt;p /&gt;
How can i connect up the heartbeats on both sites and do i need to with SRM.&lt;br /&gt;
&lt;p /&gt;
Sorry to sound so vague but any help would be much appreciated.&lt;br /&gt;
&lt;p /&gt;
Cheers&lt;br /&gt;
&lt;p /&gt;
Paul</description>
      <pubDate>Thu, 21 Jan 2010 13:41:30 GMT</pubDate>
      <author>Superwin</author>
      <guid>http://communities.vmware.com/blogs/Superwin/2010/01/21/heartbeat-for-srm</guid>
      <dc:date>2010-01-21T13:41:30Z</dc:date>
      <clearspace:dateToText>2 weeks, 5 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/Superwin/comment/heartbeat-for-srm</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/Superwin/feeds/comments?blogPostID=5407</wfw:commentRss>
    </item>
    <item>
      <title>About Us and our plans</title>
      <link>http://communities.vmware.com/blogs/ViewEd/2010/01/21/about-us-and-our-plans</link>
      <description>&lt;br /&gt;
We are a UK based university planning on rolling out a VDI infrastructure to an entire campus with a plan to spread to all campuses. This direction was chosen to help achieve a few things: &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Assist with "Green Status" - Bream Excellence award, cutting carbon footprint, etc.&lt;/li&gt;
&lt;li&gt;Centralised management of desktops&lt;/li&gt;
&lt;li&gt;Accessible desktops for students outwith the University (no VPN access for studens as they have no dedicated desktop).&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
Initially we plan to roll about 600 clients.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
So why VMWare? &lt;br /&gt;
&lt;p /&gt;
We were already a dedicated early adopter of for VMWare server infrastructure with almost all our servers virtualised. The backend (ESX) choice of VMWare was therefore simple as we are familiar with the setup and maintenance. After evaluating a few different types of VDI directions (including the likes of Citrix), we decided to use VMWare VDM (now View of course) due to VMWare skills in house from the ESX/Workstation use, minimal management console and performance of VMs in our POC.&lt;br /&gt;
&lt;p /&gt;
We have also evaluated different virtual application choices, and have gone with ThinApp due to the way it has developed, integrated with AdminStudio, and license inclusion with View. We also liked the ability to deliver to home users from over the internet or in a take-away USB format (within reason)!&lt;br /&gt;
&lt;p /&gt;
So VMWare all the way!</description>
      <pubDate>Thu, 21 Jan 2010 13:33:01 GMT</pubDate>
      <author>MrBeatnik</author>
      <guid>http://communities.vmware.com/blogs/ViewEd/2010/01/21/about-us-and-our-plans</guid>
      <dc:date>2010-01-21T13:33:01Z</dc:date>
      <clearspace:dateToText>2 weeks, 5 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/ViewEd/comment/about-us-and-our-plans</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/ViewEd/feeds/comments?blogPostID=5405</wfw:commentRss>
    </item>
    <item>
      <title>Why Blog?</title>
      <link>http://communities.vmware.com/blogs/ViewEd/2010/01/21/why-blog</link>
      <description>Hello! &lt;br /&gt;
&lt;br /&gt;
This blog will try to be as imformative as possible in regards to our own experiences of setting up VMWare View in an Education Environment; what is expected, what is required, how things are progressing what challenges are faced. Ideally it will be a record for me to check how we are doing without all the other red-tape that goes in our real, official, private, report.&lt;br /&gt;
&lt;p /&gt;
Educational based VDI can be a very different kettle of fish to the typical corporate models that are out there, and that most documents, seminars, adivce, etc is based on. We have many many different applications to run, many types of input devices, high turn over of users and different multimedia requirements. &lt;br /&gt;
&lt;p /&gt;
Hopefully there will be some of you out there that can advise us on issue we face, as well as resolve some issues of your own.</description>
      <pubDate>Thu, 21 Jan 2010 13:12:51 GMT</pubDate>
      <author>MrBeatnik</author>
      <guid>http://communities.vmware.com/blogs/ViewEd/2010/01/21/why-blog</guid>
      <dc:date>2010-01-21T13:12:51Z</dc:date>
      <clearspace:dateToText>2 weeks, 5 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/ViewEd/comment/why-blog</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/ViewEd/feeds/comments?blogPostID=5404</wfw:commentRss>
    </item>
    <item>
      <title>Virtualized Data Center Summit (Jan 21): Virtualized SAP Applications - From the Datacenter To The Cloud</title>
      <link>http://communities.vmware.com/blogs/SAPsolutions/2010/01/20/virtualized-data-center-summit-jan-21-virtualized-sap-applications-from-the-datacenter-to-the-cloud</link>
      <description>We will be participating in in the &lt;a class="jive-link-external" href="http://www.brighttalk.com/summit/datacenter3"&gt;Virtualized Data Center Summit&lt;/a&gt; at BrightTalk on Thursday, January 21, and we will be presenting on the move of SAP applications towards internal and external clouds. The session will run live on Thursday, January 21, 2 pm PDT. You can view the live session (and later the recorded session) &lt;a class="jive-link-external" href="http://www.brighttalk.com/webcasts/8200/attend"&gt;right here&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
We will also be participating in a roundtable discussion at 4 pm PDT.&lt;br /&gt;
&lt;br /&gt;
Sign up and join us!&lt;br /&gt;
&lt;br /&gt;
&lt;ul class="jive-dash"&gt;
&lt;li&gt;Joachim&lt;/li&gt;
&lt;/ul&gt;</description>
      <pubDate>Wed, 20 Jan 2010 23:21:35 GMT</pubDate>
      <author>jorad</author>
      <guid>http://communities.vmware.com/blogs/SAPsolutions/2010/01/20/virtualized-data-center-summit-jan-21-virtualized-sap-applications-from-the-datacenter-to-the-cloud</guid>
      <dc:date>2010-01-20T23:21:35Z</dc:date>
      <clearspace:dateToText>2 weeks, 6 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/SAPsolutions/comment/virtualized-data-center-summit-jan-21-virtualized-sap-applications-from-the-datacenter-to-the-cloud</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/SAPsolutions/feeds/comments?blogPostID=5401</wfw:commentRss>
    </item>
    <item>
      <title>Standardizing the Measurement of Cloud Performance</title>
      <link>http://communities.vmware.com/blogs/ToddMuirhead/2010/01/20/standardizing-the-measurement-of-cloud-performance</link>
      <description>While thinking about the performance of clouds it turns out that there doesn't seem to be any type of established metric or score. There exists many different benchmarks to measure the performance of cpu, network, storage, and a very wide range of applications. A great example is the&lt;a class="jive-link-external" href="http://www.delltechcenter.com/page/dvd+store"&gt;DVD Store for testing database performance&lt;/a&gt;! But there doesn't seem to yet be a standard way of measuring the performance of a cloud. &lt;br /&gt;
&lt;br /&gt;
I did a google search for "Cloud Performance" and I'm clearly not the first person to think of this, but at the same time I don't think the answer has been found yet. On his &lt;a class="jive-link-external" href="http://www.elasticvapor.com/2009/05/standardized-cloud-performance-rating.html"&gt;Elastic Vapor blog&lt;/a&gt;, Reuven Cohen points out how nice it would be to have a standardized way to measure performance of clouds. Randy Bias talks about how &lt;a class="jive-link-external" href="http://cloudscaling.com/blog/cloud-computing/subscription-modeling-cloud-performance"&gt;oversubscribing in a cloud&lt;/a&gt; can have big impact on performance if the circumstances are just right (or just wrong depending on how you look at it). Finally G.H. Brooks uses a personal experience with a cloud based blogging application to break &lt;a class="jive-link-external" href="http://cloudscaling.com/blog/cloud-computing/subscription-modeling-cloud-performance"&gt;down performance into four categories&lt;/a&gt; on his blog. &lt;br /&gt;
&lt;p /&gt;
While we could use existing tools to measure the performance of a single server within a cloud, that wouldn't address the other infrastructure involved - primarily network and storage. In order to get a good measure of the potential performance of any given cloud, many factors would need to be included. Then cloud providers could charge according for higher or lower performance. &lt;br /&gt;
&lt;p /&gt;
It will fun to watch this topic over the next year or two to see what standards emerge. When you go to make your move into a cloud, how will you know what to expect in terms of performance? &lt;br /&gt;
&lt;p /&gt;
Todd</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">performance</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">virtualization</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">esx</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">server</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">cluster</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">cloud</category>
      <pubDate>Wed, 20 Jan 2010 22:01:53 GMT</pubDate>
      <author>ToddMuirhead</author>
      <guid>http://communities.vmware.com/blogs/ToddMuirhead/2010/01/20/standardizing-the-measurement-of-cloud-performance</guid>
      <dc:date>2010-01-20T22:01:53Z</dc:date>
      <clearspace:dateToText>2 weeks, 6 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/ToddMuirhead/comment/standardizing-the-measurement-of-cloud-performance</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/ToddMuirhead/feeds/comments?blogPostID=5400</wfw:commentRss>
    </item>
    <item>
      <title>HBA firmware</title>
      <link>http://communities.vmware.com/blogs/ygao/2010/01/20/hba-firmware</link>
      <description>To check the HBA's firmware and info&lt;br /&gt;
&lt;br /&gt;
check the /proc/scsi/qla or lpfc</description>
      <pubDate>Wed, 20 Jan 2010 17:59:46 GMT</pubDate>
      <author>ygao</author>
      <guid>http://communities.vmware.com/blogs/ygao/2010/01/20/hba-firmware</guid>
      <dc:date>2010-01-20T17:59:46Z</dc:date>
      <clearspace:dateToText>2 weeks, 6 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/ygao/comment/hba-firmware</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/ygao/feeds/comments?blogPostID=5399</wfw:commentRss>
    </item>
    <item>
      <title>VMware TAM Newsletter Edition 2.0 - 18 Jan 2010</title>
      <link>http://communities.vmware.com/blogs/vmwaretam/2010/01/19/vmware-tam-newsletter-edition-20-18-jan-2010</link>
      <description>Hi all, please find attached the first VMware TAM newsletter of 2010 packed full of news and VMware related information including KB articles, new vSphere Troubleshooting course and lots more. Please enjoy this newsletter and feel free to send me any feedback that you have.</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">4.0</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">anz</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">archive</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">brisbane</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">certification</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">course</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">discount</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">esx</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">esxi</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">neil</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">news</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">newsletter</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">region</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">tam</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">technical</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">technical_account_manager</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">twitter</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vforum</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vi4</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">virtualization</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vmworld</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vss</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">weekly</category>
      <pubDate>Tue, 19 Jan 2010 23:18:45 GMT</pubDate>
      <author>nisserow</author>
      <guid>http://communities.vmware.com/blogs/vmwaretam/2010/01/19/vmware-tam-newsletter-edition-20-18-jan-2010</guid>
      <dc:date>2010-01-19T23:18:45Z</dc:date>
      <clearspace:dateToText>3 weeks, 1 day ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/vmwaretam/comment/vmware-tam-newsletter-edition-20-18-jan-2010</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/vmwaretam/feeds/comments?blogPostID=5392</wfw:commentRss>
    </item>
    <item>
      <title>Update to Home Data center - vSphere Rocks!</title>
      <link>http://communities.vmware.com/blogs/Jim-Realitysoft/2010/01/19/update-to-home-data-center-vsphere-rocks</link>
      <description>&lt;br /&gt;
Okay, Successful delivery of 2 new Dell t100 servers 4gb mem and 64bit Single socket quad core proc and finally received 2 additional PCIe 1gb Nics. (I will require a further 2 for FT testing in due course). Along with the new kit I have now received as promised the Cicso/Linksys Managed 8 port switch which will now allow me to further work with traffic shaping/networking knowledge. The only downside to this particular unit is its fan is quite noisy but cannot grumble due to the low cost for such a great device. Check the Cisco site out for the srw2008p (Power over Ethernet).&lt;br /&gt;
&lt;p /&gt;
 Final part I am now waiting on is a QNAP TS-259 Pro. I have been watching the forums and waiting in anticipation for these devices to be VMware certified and thankfully they have! Wooha On to iscsi in due course.&lt;br /&gt;
&lt;p /&gt;
 I had previously experimented with Openfiler and Freenas for iscsi but eventually used freenas for NFS which to be honest for small scale disks has been pretty cool for testing purposes. I wouldn't rate the speed overall but again this is ideal for training and getting a good understanding of iscsi within VMware. I don't have the cash for fibre and I need to draw the line somewhere &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;&lt;br /&gt;
&lt;p /&gt;
I have the VCP410 booked for Wednesday so off to study for the next few hours as I fear there is still lots to cover!&lt;br /&gt;
&lt;p /&gt;
 Back with an update and hopefully some diagrams/useful notes for noobies in a few days.&lt;br /&gt;
&lt;p /&gt;
  So far tested - Install, config for ESX/ESXi, iscsi, Nics'networking, HA/DRS, VCenter, Migration, VM Build, performance and too many other demos to list here right now.&lt;br /&gt;
&lt;p /&gt;
 Jim</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">infrastructure</category>
      <pubDate>Tue, 19 Jan 2010 19:12:02 GMT</pubDate>
      <author>jbooth21</author>
      <guid>http://communities.vmware.com/blogs/Jim-Realitysoft/2010/01/19/update-to-home-data-center-vsphere-rocks</guid>
      <dc:date>2010-01-19T19:12:02Z</dc:date>
      <clearspace:dateToText>3 weeks, 6 hours ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/Jim-Realitysoft/comment/update-to-home-data-center-vsphere-rocks</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/Jim-Realitysoft/feeds/comments?blogPostID=5395</wfw:commentRss>
    </item>
    <item>
      <title>Oracle support for VMware in SAP environments</title>
      <link>http://communities.vmware.com/blogs/SAPsolutions/2010/01/19/oracle-support-for-vmware-in-sap-environments</link>
      <description>Happy New Year 2010 to all readers of our blog  I am very excited to make a great announcement just as we start into business in 2010. &lt;br /&gt;
&lt;br /&gt;
In the past months, I have spoken to many SAP customers that told me about ONE issue they face, when virtualizing SAP: Oracle would not support SAP production landscapes on VMware. While many customers continued virtualizing SAP on Oracle despite these restrictions, some did not and had to delay their project. We have worked with SAP and Oracle to improve the support situation and in Q4 09 the stack was already under evaluation. &lt;br /&gt;
&lt;br /&gt;
Now, I am happy to announce that Oracle modified their policy to support SAP/VMware users as follows (see SAP Note 1173954 for details):&lt;br /&gt;
&lt;br /&gt;
1.	&lt;i&gt;Since Jan 13, 2010, Oracle supports SAP production landscapes on Oracle DB single instance (no RAC) virtualized with VMware ESX 3.5 and higher&lt;/i&gt;&lt;br /&gt;
2.	Minimum OS on MSFT is Windows Server 2008; SLES and RHEL are also supported &lt;br /&gt;
3.	Minimum Oracle release is Oracle 10.2.0.4 &lt;br /&gt;
4.	Oracle will support VMware in the context of Oracle Metalink Note 249212.1&lt;br /&gt;
&lt;br /&gt;
Interestingly, there is also a new note (SAP Note 1426182) created about &amp;ldquo;&lt;i&gt;Support of Oracle Databases for XEN&lt;/i&gt;", which clearly highlights that &amp;ldquo;XEN virtualized environments on the Linux platform impact critical runtime related areas for the Oracle Database such as process scheduling, network and disk IO access. Therefore &lt;i&gt;Oracle does not support to run production databases in XEN virtualized environments&lt;/i&gt;.&amp;rdquo; Also there is &lt;i&gt;still no support from Oracle for Hyper-V&lt;/i&gt;. &lt;br /&gt;
&lt;br /&gt;
To make this real simple: &lt;br /&gt;
&lt;span style="color:#0000ff"&gt;All databases Oracle, IBM DB2, SAP Max DB, and MS SQL Server now support SAP production environments on VMware. &lt;br /&gt;
On x86 platforms: &lt;br /&gt;
&amp;bull;	VMware was the first virtualization solution that supported SAP on Windows&lt;br /&gt;
&amp;bull;	VMware is the only virtualization solution that supports SAP on Windows and Linux&lt;br /&gt;
&amp;bull;	VMware is the only virtualization solution that is supported by all database vendors&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
If you haven&amp;rsquo;t done so already, now, it&amp;rsquo;s time to think about virtualizing SAP on VMware. There will be nothing that stops you.&lt;br /&gt;
&lt;img class="jive-image-thumbnail" src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5386-8251/249-187/Oracle+support+on+SAP_VMware.gif" width="249" height="187" alt="Oracle support on SAP_VMware.gif" onclick="myJiveImage.start(this, 'http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5386-8251/Oracle+support+on+SAP_VMware.gif');return false;"/&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">sap</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">oracle</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">support</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">production</category>
      <pubDate>Tue, 19 Jan 2010 09:01:59 GMT</pubDate>
      <author>m@t</author>
      <guid>http://communities.vmware.com/blogs/SAPsolutions/2010/01/19/oracle-support-for-vmware-in-sap-environments</guid>
      <dc:date>2010-01-19T09:01:59Z</dc:date>
      <clearspace:dateToText>3 weeks, 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <wfw:comment>http://communities.vmware.com/blogs/SAPsolutions/comment/oracle-support-for-vmware-in-sap-environments</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/SAPsolutions/feeds/comments?blogPostID=5386</wfw:commentRss>
    </item>
    <item>
      <title>View4 Deployments out there......</title>
      <link>http://communities.vmware.com/blogs/olentsch/2010/01/18/view4-deployments-out-there</link>
      <description>&lt;b&gt;I am searching for some real world configurations of VMware View4&lt;/b&gt; &lt;br /&gt;
&lt;br /&gt;
i.e. 200 View4 Users &lt;br /&gt;
&lt;br /&gt;
Windows XP with 1GB Ram and 1 vCPU using PCoIP &lt;br /&gt;
&lt;p /&gt;
How many servers (CPU&amp;acute;s) &lt;br /&gt;
&lt;p /&gt;
How much RAM per Server &lt;br /&gt;
&lt;p /&gt;
Which Storage , How many disks (which Disks) which Raid Level? &lt;br /&gt;
&lt;p /&gt;
What about the Read/Write Ratio? &lt;br /&gt;
&lt;p /&gt;
Which Apps are frequently used?&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Any Real World experience is highly welcome ;o) &lt;br /&gt;
&lt;p /&gt;
regards/Oliver</description>
      <pubDate>Mon, 18 Jan 2010 13:51:28 GMT</pubDate>
      <author>olentsch</author>
      <guid>http://communities.vmware.com/blogs/olentsch/2010/01/18/view4-deployments-out-there</guid>
      <dc:date>2010-01-18T13:51:28Z</dc:date>
      <clearspace:dateToText>3 weeks, 1 day ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/olentsch/comment/view4-deployments-out-there</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/olentsch/feeds/comments?blogPostID=5394</wfw:commentRss>
    </item>
    <item>
      <title>Cisco UCS with vSphere</title>
      <link>http://communities.vmware.com/blogs/rManic/2010/01/17/cisco-ucs-with-vsphere</link>
      <description>This is Manic. I have been working in the IT Infrastructure field for over 6 years.I have been working with VI3 and vSphere for more than 2 years. &lt;br /&gt;
&lt;br /&gt;
I have started evaluting Cisco UCS. I welcome to discuss on UCS and it is performance with vSphere.&lt;br /&gt;
&lt;p /&gt;
Regards&lt;br /&gt;
&lt;p /&gt;
Manic&lt;br /&gt;
&lt;p /&gt;
MCITP,MCSE,CCNA,CCA,VCP,ICSNS&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;br /&gt;</description>
      <pubDate>Sun, 17 Jan 2010 14:26:09 GMT</pubDate>
      <author>rManic</author>
      <guid>http://communities.vmware.com/blogs/rManic/2010/01/17/cisco-ucs-with-vsphere</guid>
      <dc:date>2010-01-17T14:26:09Z</dc:date>
      <clearspace:dateToText>1 month, 1 day ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/rManic/comment/cisco-ucs-with-vsphere</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/rManic/feeds/comments?blogPostID=5376</wfw:commentRss>
    </item>
    <item>
      <title>VMware v4</title>
      <link>http://communities.vmware.com/blogs/lazarusgoh/2010/01/16/vmware-v4</link>
      <description>Replacing MCSE with Fault-tolerance or failover. &lt;br /&gt;
&lt;p /&gt;
Fault Tolerance Cons:&lt;br /&gt;
Fault-tolerance is limited by 1 CPU and this is not acceptable from performance perspective. And it will take up CPU and RAM on the passive standby system. &lt;br /&gt;
&lt;p /&gt;
Fault Tolerance Pros:&lt;br /&gt;
Instantaneous Failover without downtime.&lt;br /&gt;
&lt;p /&gt;
Failover Cons:&lt;br /&gt;
There will be downtime with the Failover features (via Vmotion). Re-booting.&lt;br /&gt;
&lt;p /&gt;
Failover Pros:&lt;br /&gt;
Can use the CPU and RAM to the application's requirement. And no need to cater to the passive system CPU and RAM needs.</description>
      <pubDate>Sun, 17 Jan 2010 05:53:28 GMT</pubDate>
      <author>lazarusgoh</author>
      <guid>http://communities.vmware.com/blogs/lazarusgoh/2010/01/16/vmware-v4</guid>
      <dc:date>2010-01-17T05:53:28Z</dc:date>
      <clearspace:dateToText>3 weeks, 2 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/lazarusgoh/comment/vmware-v4</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/lazarusgoh/feeds/comments?blogPostID=5389</wfw:commentRss>
    </item>
    <item>
      <title>vSphere 4.0 Upgrade Part 1.5: Additional Considerations</title>
      <link>http://communities.vmware.com/blogs/ManualAutomation/2010/01/15/vsphere-40-upgrade-part-15-additional-considerations</link>
      <description>After reviewing the planning resources in the previous article I've identified some additional concerns/considerations that need to be addressed:&lt;br /&gt;
&lt;h2&gt;Hardware: BIOS/Firmware Updates&lt;/h2&gt;
Since we're going to have the servers down anyway, we sould update the system BIOS and firmware of the system components as necessary. For my QLogic iSCS HBAs, while they were on VMwares I/O HCL, it was unclear what BIOS/firmware rev they should have. A quick email to support and the response was BIOS 1.15 and firmware rev "53". I was at 1.14/"49" so I needed to update all of my hosts. &lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;Platform: ESX or ESXi?&lt;/h2&gt;
If you've been following, you know I've been pretty hard on the ESXi/USB combination in previous articles. I experienced a problem with ESXi, iSCSI HBAs and SRM recovery plan tests causing random reboots of my ESXi hosts. This has been fixed since then. Also, rumor has it that the next major release will be ESXi-only. VMware is certainly steering customers in this direction now. I beleive this is really a now-or-later decision. And to add to the good ESXi news, HP has much better support for CIM providers with vSphere 4.0 in the form up an update package that can be installed on each host.&lt;br /&gt;
&lt;br /&gt;
As for the USB keys, I won't be going back to those any time soon if I can help it. Having local disks on the host gives us another benefit with ESX 4 - it can now use these for the scratchconfig files as needed for the HA feature. See Duncan's post here: &lt;a class="jive-link-external" href="http://www.yellow-bricks.com/2009/12/03/esxi-lessons-learned-part-1"&gt;http://www.yellow-bricks.com/2009/12/03/esxi-lessons-learned-part-1&lt;/a&gt; So ESXi embedded may work fine for you, but if I go back to ESXi, it will be the ESXi installable route. Another task to add to my upgrade plan. &lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;Platform: Upgrade or Clean Install?&lt;/h2&gt;
My experience with ESX upgrades goes back to my first ESX 1.5 server. I don't think there was an upgrade for ESX 1.x to 2.0 and 2.x to 3.0 was a nightmare. I had limited success upgrading ESX hosts and then once they were upgraded, you had to upgrade VFMS in a staged/controlled fashion. It wasn't pretty and my guess is that most admins performed a clean install. The good news ist that upgrading ESX 3 to 4 is a much better experience. This seems to be due to VMware doing a better job this time around (not that they've had some more experience?) and that VFMS doesn't require an upgrade. You can upgrade VMFS but it is a minor point update and it doesn't sound like it buys you much based on what I heard listening to the VMware Communiuies podcast on vSphere 4.0.&lt;br /&gt;
&lt;br /&gt;
However, I just can seem to escape the fact that a clean install provide a good, well-known installation from which to start fresh. If I switch back from ESX to ESXi the point will be mute - I'll have to do a clean install. I'll get a better idea of this as I progress thru the test plan.&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;vCenter 32 or 64bit?&lt;/h2&gt;
Decisions, decisions! Another bit floating out there in rumor-land is that the next release of vCenter will be 64bit-only. I think this one makes more sense since most development is moving in this direction if it hasn't already (a.k.a. Windows Server 2008 R2). VMware does support vCenter running on a 64bit operating using a 32bit DSN. There are instructions on how to do this that can be found in the vShpere Upgrade Center (see links in previous article).&lt;br /&gt;
&lt;br /&gt;
And while we're at it, why include a little more future-proofing and do a clean install of vCenter on Windows Server 2008? Please review VMware's vSphere compatibility matrix as there are some distictions when considering the OS in either R1 or R2 flavors. In my evironment, we don't use Update Manager for scannig or patching VMs, so Windows Server 2008 Standard R1 64bit will work quite nicely. The vSphere components you're using in your environment will largely drive your OS choice.</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">compatibility</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">hcl</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vcenter</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">esxi</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">virtualization</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vmware</category>
      <pubDate>Fri, 15 Jan 2010 16:28:01 GMT</pubDate>
      <author>Virtual_JTW</author>
      <guid>http://communities.vmware.com/blogs/ManualAutomation/2010/01/15/vsphere-40-upgrade-part-15-additional-considerations</guid>
      <dc:date>2010-01-15T16:28:01Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/ManualAutomation/comment/vsphere-40-upgrade-part-15-additional-considerations</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/ManualAutomation/feeds/comments?blogPostID=5319</wfw:commentRss>
    </item>
    <item>
      <title>Perception of Clouds and Performance</title>
      <link>http://communities.vmware.com/blogs/ToddMuirhead/2010/01/14/perception-of-clouds-and-performance</link>
      <description>&lt;br /&gt;
I attended &lt;a class="jive-link-external" href="http://www.sapteched.com/usa/news/home.htm"&gt;SAP TechEd&lt;/a&gt; in Phoenix last fall and really learned a ton about SAP.  I naturally attended lots of sessions with virtualization and cloud based themes.  Most of these sessions were pretty good, but there was a few striking observations that I came away with.  So stay with me for a couple of paragraphs and I'll get to the point. &lt;br /&gt;
&lt;p /&gt;
 In the virtualization specific sessions there was alot of &lt;a class="jive-link-external" href="http://blogs.vmware.com/performance/2009/12/sap-performance-and-scalability-with-ibm-system-x3850-m2-and-vsphere-4.html"&gt;emphasis on performance&lt;/a&gt;.  Many presenters would give specifics in terms of number of users or CPU utilization.  Direct performance comparisons were given between older physical environments and new virtualized environments, that showed some pretty good consolidation ratios.  Based on the questions, there were still some who were concerned about performance becuase SAP was being virtualized.  &lt;br /&gt;
&lt;p /&gt;
If the session was centered around cloud, then it was about ways to use SAP in the cloud.  The key issue with SAP in the cloud today was support and how to make it work.  Performance was not mentioned as a potential issue, and it even seemed to be assumed that performance would be good because of the large scale nature of a cloud.  Based on the questions that I heard asked, customers just wanted to know when they would be able to begin moving to the cloud.  Nobody questioned the performance. &lt;br /&gt;
&lt;p /&gt;
Following this experience I started paying more attention to the way that people think about clouds and I believe that most are not concerned about performance.  Using virtualization seems to have always raised questions about performance, going back to the very early versions of VMware Workstation and ESX Server. &lt;br /&gt;
&lt;p /&gt;
 The funny thing about this is that clouds are typically based on virtualization - but cloud seems to equate to good performance in most people's minds.  By using the word "Cloud"  instead of "Virtualization" many of the performance questions seem to go away. &lt;br /&gt;
&lt;p /&gt;
Todd</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">cloud</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">performance</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">virtualization</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">esx</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">sap</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">overhead</category>
      <pubDate>Thu, 14 Jan 2010 22:47:26 GMT</pubDate>
      <author>ToddMuirhead</author>
      <guid>http://communities.vmware.com/blogs/ToddMuirhead/2010/01/14/perception-of-clouds-and-performance</guid>
      <dc:date>2010-01-14T22:47:26Z</dc:date>
      <clearspace:dateToText>3 weeks, 5 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/ToddMuirhead/comment/perception-of-clouds-and-performance</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/ToddMuirhead/feeds/comments?blogPostID=5385</wfw:commentRss>
    </item>
    <item>
      <title>Add and remove physical NIC to vSwitch</title>
      <link>http://communities.vmware.com/blogs/ygao/2010/01/14/add-and-remove-physical-nic-to-vswitch</link>
      <description>To list physical NIC&lt;br /&gt;
&lt;br /&gt;
esxcfg-nics -l&lt;br /&gt;
&lt;p /&gt;
To list virtual switch&lt;br /&gt;
&lt;p /&gt;
esxcfg-vswitch -l&lt;br /&gt;
&lt;p /&gt;
to add Phyiscal NIC to vSwitch&lt;br /&gt;
&lt;p /&gt;
esxcfg-vswitch -L vmnic1 vSwitch0&lt;br /&gt;
&lt;p /&gt;
to remove Physical NIC to vSwitch&lt;br /&gt;
&lt;p /&gt;
esxcfg-vswitch -U vmnic0 vSwitch0&lt;br /&gt;
&lt;p /&gt;
To restart the NIC&lt;br /&gt;
&lt;p /&gt;
service network restart</description>
      <pubDate>Thu, 14 Jan 2010 17:43:32 GMT</pubDate>
      <author>ygao</author>
      <guid>http://communities.vmware.com/blogs/ygao/2010/01/14/add-and-remove-physical-nic-to-vswitch</guid>
      <dc:date>2010-01-14T17:43:32Z</dc:date>
      <clearspace:dateToText>1 month, 3 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/ygao/comment/add-and-remove-physical-nic-to-vswitch</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/ygao/feeds/comments?blogPostID=5368</wfw:commentRss>
    </item>
    <item>
      <title>How to use esxupdate</title>
      <link>http://communities.vmware.com/blogs/ygao/2010/01/14/how-to-use-esxupdate</link>
      <description>esxupdate --bundle file:///tmp/ESX-4.0.0-update01.zip stage&lt;br /&gt;
&lt;br /&gt;
esxupdate --bundle file:///tmp/ESX-4.0.0-update01.zip update</description>
      <pubDate>Thu, 14 Jan 2010 17:42:57 GMT</pubDate>
      <author>ygao</author>
      <guid>http://communities.vmware.com/blogs/ygao/2010/01/14/how-to-use-esxupdate</guid>
      <dc:date>2010-01-14T17:42:57Z</dc:date>
      <clearspace:dateToText>3 weeks, 5 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/ygao/comment/how-to-use-esxupdate</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/ygao/feeds/comments?blogPostID=5384</wfw:commentRss>
    </item>
    <item>
      <title>How to change password on ESX server</title>
      <link>http://communities.vmware.com/blogs/cfo/2010/01/14/how-to-change-password-on-esx-server</link>
      <description>1. Use Virtual Center to Vmotion all of the VMs to other ESX hosts. (if you have a stand alone host then power down all your VMs)&lt;br /&gt;
2. Put the host in Maintenance Mode&lt;br /&gt;
3. Reboot your ESX host.&lt;br /&gt;
4. Physically go to the ESX console. You will not be able to use a remote console like WinSCP for the next few steps.&lt;br /&gt;
5. At the first menu type "a"&lt;br /&gt;
6. At the next prompt type "single"&lt;br /&gt;
7. After ESX finishes booting you will end up at a # prompt&lt;br /&gt;
8. Type "passwd" and enter a new password&lt;br /&gt;
9. re-type the new password again when prompted&lt;br /&gt;
10. Reboot the ESX server normally. ( just type "reboot" at the # prompt)&lt;br /&gt;
11. Don't forget to take the host out of Maintenance Mode in Virtual Center.</description>
      <pubDate>Thu, 14 Jan 2010 14:11:29 GMT</pubDate>
      <author>cfo</author>
      <guid>http://communities.vmware.com/blogs/cfo/2010/01/14/how-to-change-password-on-esx-server</guid>
      <dc:date>2010-01-14T14:11:29Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/cfo/comment/how-to-change-password-on-esx-server</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/cfo/feeds/comments?blogPostID=2057</wfw:commentRss>
    </item>
    <item>
      <title>Ubuntu Rsync Daemon Configuration Tips</title>
      <link>http://communities.vmware.com/blogs/ecrossley/2010/01/13/ubuntu-rsync-daemon-configuration-tips</link>
      <description>I understand that this isn't the standard and some frown upon it; however, sometimes you just have to buck the trend because you have to.&lt;br /&gt;
&lt;br /&gt;
I recently ran across a situation where my home NAS system, a Iomega ix4-200d, had a fantastic backup job feature that I wanted to use for my Ubuntu systems at home.  While the NAS could be configured as an rsync server, the copy job feature uses a configuration-less (if thats a word) rsync copy command that essentially goes out to your specific Linux hosts and compares files in a backup location on the NAS to changes on your remote Linux box.&lt;br /&gt;
&lt;br /&gt;
In order to get this to function properly, I had to learn more than I ever wanted to learn about the rsync daemon and how to configure excludes for it.&lt;br /&gt;
&lt;br /&gt;
It took a bit of trial and error; hopefully, someone can benefit from what I learned.&lt;br /&gt;
&lt;br /&gt;
Once you have completed the rsync daemon configuration at &lt;a class="jive-link-external" href="https://help.ubuntu.com/community/rsync,"&gt;https://help.ubuntu.com/community/rsync,&lt;/a&gt; then make the following changes to exlude specific files from your rsync daemon presents.  Make sure that you have installed the following packages - rsync, xinetd and ssh onto your system.&lt;br /&gt;
&lt;p /&gt;
1. Edit the file /etc/rsyncd.conf and add your exlude filter configuration location. I put my exclude file under my user home directory to ensure that it gets backed up during any rsync backups (Note - Do not include the section between the ** ):&lt;br /&gt;
&lt;br /&gt;
Example /etc/rsyncd.conf&lt;br /&gt;
&lt;br /&gt;
  max connections = 2&lt;br /&gt;
  log file = /var/log/rsync.log&lt;br /&gt;
  timeout = 300&lt;br /&gt;
&lt;br /&gt;
  **share**  - The ** should be brackets but the blog system replaces them, so I had to change to ** so you could see it.&lt;br /&gt;
  comment = Public Share&lt;br /&gt;
  path = /home/share&lt;br /&gt;
  read only = no&lt;br /&gt;
  list = yes&lt;br /&gt;
  uid = nobody&lt;br /&gt;
  gid = nogroup&lt;br /&gt;
  auth users = user&lt;br /&gt;
  secrets file = /etc/rsyncd.secrets&lt;br /&gt;
  exclude from = /home/USERNAME/LOCATION  **(My location is /home/ecrossley/rsync.exludes)**&lt;br /&gt;
&lt;br /&gt;
2. Create a file and list your excludes or includes in that file.  This is the file that the rsync daemon will read and use to determine what files and locations to "show" to the remote rsync connection.  In the example below, I have opted not to present my Music, Pictures, Videos, Internet browser, etc. to the rsync client.  I did this because my media files (Music, Videos and Pictures) are already stored on a centralized NAS and I use NFS to mount these locations in Ubuntu.  By excluding them, I ensure that I'm not backing up my NAS media files as part of my Ubuntu backups.  The way I have chosen to "exlude" items is backwards from other's in that I want everything visible but WHAT I tell it to hide.  Most others "exclude" everything and only "include" what they want visible.  I don't have the time to keep up with changes on my system and track them in a filter file, so I keep it simple.  My system is secured behind a firewall and anything internal can access anything on the box by design so I'm not concerned about security.&lt;br /&gt;
&lt;br /&gt;
(For those of you not in the know, NFS presents your remote drives in Ubuntu as Directories on your local system.  Ubuntu treats them as file folders with content and shows them as such.  As I sync many systems, I want to minimize file irregularities across them and therefore NFS mount specific locations to make sure that any files I update, add, change are all presented to all of my Ubuntu systems the same.)&lt;br /&gt;
&lt;br /&gt;
Example /home/ecrossley/rsync.exludes&lt;br /&gt;
&lt;br /&gt;
  - Music/&lt;br /&gt;
  - Pictures/&lt;br /&gt;
  - public/&lt;br /&gt;
  - Videos/&lt;br /&gt;
  - *Xauthority&lt;br /&gt;
  - EMCSohoClient/&lt;br /&gt;
  - .juniper_networks/&lt;br /&gt;
  - .cache/&lt;br /&gt;
  - .config/&lt;br /&gt;
  - .mozilla/&lt;br /&gt;
  - .local/share/Trash/&lt;br /&gt;
&lt;br /&gt;
With exludes, it's important to note that you and use wildcards if you so desire.  There are many references on what the wild cards are and how to use them.  From above you can see that * is a global wildcard and anything following the * would be excluded (both files and directories).&lt;br /&gt;
&lt;br /&gt;
3. Verify your rsync daemon shares to ensure that what you told it to exlude are exluded.  You can do this with the following command in terminal:&lt;br /&gt;
  sudo rsync USERNAME@HOSTNAME::share  **Replace USERNAME with the configured username you put into your /etc/rsyncd.secrets file and by using your Ubuntu system's Hostname**&lt;br /&gt;
&lt;br /&gt;
That's it.  Have fun playing with excludes.  I'm attaching my rsync.conf and rsync.excludes files for your reference.</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">linux</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">ubuntu</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">rsync</category>
      <pubDate>Wed, 13 Jan 2010 19:47:37 GMT</pubDate>
      <author>ecrossley</author>
      <guid>http://communities.vmware.com/blogs/ecrossley/2010/01/13/ubuntu-rsync-daemon-configuration-tips</guid>
      <dc:date>2010-01-13T19:47:37Z</dc:date>
      <clearspace:dateToText>3 weeks, 6 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/ecrossley/comment/ubuntu-rsync-daemon-configuration-tips</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/ecrossley/feeds/comments?blogPostID=5382</wfw:commentRss>
    </item>
    <item>
      <title>ix4-200d Iomega 4tb NAS and Ubuntu 9.x</title>
      <link>http://communities.vmware.com/blogs/ecrossley/2010/01/13/ix4200d-iomega-4tb-nas-and-ubuntu-9x</link>
      <description>So I run Ubuntu at home and figured that I'd post my experiences with the ix4-200d and some of my configurations to help anyone else out there through the process of configuring the NAS with my setup.  (I'm also posting this so that in the event I lose my ubuntu box or have to build a new one, I'll have it online &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/wink.gif" alt=";)" /&gt; )&lt;br /&gt;
&lt;br /&gt;
Configuration setup information by topic:&lt;br /&gt;
&lt;br /&gt;
1) Rsync copy job&lt;br /&gt;
	a) I followed the rsync setup and configuration at: &lt;a class="jive-link-external" href="https://help.ubuntu.com/community/rsync"&gt;https://help.ubuntu.com/community/rsync&lt;/a&gt;&lt;br /&gt;
		- This page shows you how to setup and configure rsync, the rsync daemon and the files necessary to make it all play nice.&lt;br /&gt;
			- You MUST install the rsync, xinetd, and ssh packages for your distro to make this work&lt;br /&gt;
			- I have attached copies of my /etc/default/rsync, /etc/xinetd.d/rsync/, /etc/rsyncd.conf and /etc/rsyncd.secrets for your 				  reference on how these files should look.&lt;br /&gt;
			- In the attachments I've changed my specifics and indicated items you need to change in ALL CAPS.&lt;br /&gt;
	b) After configuring the above and using the files as shown, you can then successfully use the rsync copy job command to backup your ubuntu system.&lt;br /&gt;
	c) NOTE: If you use NFS and have mapped NFS drives inside of your /home user area, it will back these up too.  This is good and bad depending on what you want on your NAS.  I have scripts that unmount my NAS drives BEFORE copy job and Mount AFTER it's completed.&lt;br /&gt;
&lt;br /&gt;
---UPDATED to use rsync daemon excludes, to prevent issues with item c) above.  See updated code below! I added exclude from in the rscyncd.conf and a new excludes file in my home directory.  I also included the test commands to run to show what your rsync daemon will present to your Iomega ---&lt;br /&gt;
&lt;br /&gt;
/etc/default/rsync&lt;br /&gt;
[code]&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;defaults file for rsync daemon mode&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;start rsync in daemon mode from init.d script?&lt;/li&gt;
&lt;li&gt;only allowed values are "true", "false", and "inetd"&lt;/li&gt;
&lt;li&gt;Use "inetd" if you want to start the rsyncd from inetd,&lt;/li&gt;
&lt;li&gt;all this does is prevent the init.d script from printing a message&lt;/li&gt;
&lt;li&gt;about not starting rsyncd (you still need to modify inetd's config yourself).&lt;/li&gt;
&lt;/ol&gt;
RSYNC_ENABLE=inetd&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;which file should be used as the configuration file for rsync.&lt;/li&gt;
&lt;li&gt;This file is used instead of the default /etc/rsyncd.conf&lt;/li&gt;
&lt;li&gt;Warning: This option has no effect if the daemon is accessed&lt;/li&gt;
&lt;li&gt;using a remote shell. When using a different file for&lt;/li&gt;
&lt;li&gt;rsync you might want to symlink /etc/rsyncd.conf to&lt;/li&gt;
&lt;li&gt;that file.&lt;/li&gt;
&lt;li&gt;RSYNC_CONFIG_FILE=&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;what extra options to give rsync --daemon?&lt;/li&gt;
&lt;li&gt;that excludes the --daemon; that's always done in the init.d script&lt;/li&gt;
&lt;li&gt;Possibilities are:&lt;/li&gt;
&lt;li&gt;--address=123.45.67.89		(bind to a specific IP address)&lt;/li&gt;
&lt;li&gt;--port=8730				(bind to specified port; default 873)&lt;/li&gt;
&lt;/ol&gt;
RSYNC_OPTS=''&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;run rsyncd at a nice level?&lt;/li&gt;
&lt;li&gt;the rsync daemon can impact performance due to much I/O and CPU usage,&lt;/li&gt;
&lt;li&gt;so you may want to run it at a nicer priority than the default priority.&lt;/li&gt;
&lt;li&gt;Allowed values are 0 - 19 inclusive; 10 is a reasonable value.&lt;/li&gt;
&lt;/ol&gt;
RSYNC_NICE=''&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Don't forget to create an appropriate config file,&lt;/li&gt;
&lt;li&gt;else the daemon will not start.&lt;/li&gt;
&lt;/ol&gt;
[/code]&lt;br /&gt;
&lt;br /&gt;
/etc/rysncd.conf&lt;br /&gt;
[code]&lt;br /&gt;
max connections = 2&lt;br /&gt;
  log file = /var/log/rsync.log&lt;br /&gt;
  timeout = 300&lt;br /&gt;
&lt;br /&gt;
  &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=share"&gt;share&lt;/a&gt;&lt;br /&gt;
  comment = Home&lt;br /&gt;
  path = /home/USERAREA&lt;br /&gt;
  read only = yes&lt;br /&gt;
  list = yes&lt;br /&gt;
  uid = YOURUSERID&lt;br /&gt;
  gid = YOURGROUPID&lt;br /&gt;
  auth users = YOURUSERID&lt;br /&gt;
  secrets file = /etc/rsyncd.secrets&lt;br /&gt;
  exclude from = /home/ecrossley/rsync.excludes&lt;br /&gt;
  [/code]&lt;br /&gt;
&lt;br /&gt;
/etc/xinetd.d/rsync&lt;br /&gt;
[code]&lt;br /&gt;
service rsync&lt;br /&gt;
    {&lt;br /&gt;
        disable         = no&lt;br /&gt;
        socket_type     = stream&lt;br /&gt;
        wait            = no&lt;br /&gt;
        user            = root&lt;br /&gt;
        server          = /usr/bin/rsync&lt;br /&gt;
        server_args     = --daemon&lt;br /&gt;
        log_on_failure  += USERID&lt;br /&gt;
    }&lt;br /&gt;
[/code]&lt;br /&gt;
&lt;br /&gt;
/etc/rsyncd.secrets&lt;br /&gt;
[code]&lt;br /&gt;
USERNAME:PASSWORD&lt;br /&gt;
(Example:  NOBODY:cr@zy)&lt;br /&gt;
[/code]&lt;br /&gt;
&lt;br /&gt;
/home/ecrossley/rsync.excludes (these are examples of directories that I do NOT want the rsync copy job to include in the backups, edit as you feel fit.  Anything with a trailing slash is a root level direcotry in my /home location.  Anything with a * will exclude any patterns written immediately after.  I exclude trash because no sense backing that up.)&lt;br /&gt;
&lt;br /&gt;
[code]&lt;br /&gt;
&lt;ul class="jive-dash"&gt;
&lt;li&gt;Music/&lt;/li&gt;
&lt;li&gt;Pictures/&lt;/li&gt;
&lt;li&gt;public/&lt;/li&gt;
&lt;li&gt;Videos/&lt;/li&gt;
&lt;li&gt;*Xauthority&lt;/li&gt;
&lt;li&gt;EMCSohoClient/&lt;/li&gt;
&lt;li&gt;.juniper_networks/&lt;/li&gt;
&lt;li&gt;.cache/&lt;/li&gt;
&lt;li&gt;.config/&lt;/li&gt;
&lt;li&gt;.mozilla/&lt;/li&gt;
&lt;li&gt;.local/share/Trash/&lt;/li&gt;
&lt;/ul&gt;
[/code]&lt;br /&gt;
&lt;br /&gt;
Testing command:&lt;br /&gt;
[code] &lt;br /&gt;
&lt;br /&gt;
In terminal type:  &lt;br /&gt;
sudo rsync USERNAME@HOSTNAME::share&lt;br /&gt;
&lt;br /&gt;
My example:  sudo rsync ecrossley@Quad64::share&lt;br /&gt;
&lt;br /&gt;
Replace USERNAME with the username identified above in the secrets file and hostname with the hostname of your Ubuntu system (Quad64 in my case)&lt;br /&gt;
&lt;br /&gt;
The resulting list in the terminal window shows what files your Iomega drive can see and backup using the Copy Job feature in your Iomega control panel.&lt;br /&gt;
&lt;br /&gt;
[/code]&lt;br /&gt;
&lt;br /&gt;
2) Printing&lt;br /&gt;
	a) After moving my printer over (HP DeskJet 5550) to the NAS, I was unable to get my Ubuntu system to print to it properly.  As a result, I used the Windows SAMBA share option in your printer configuration (System, Administration, Printing).  This allowed me to print to my printer.&lt;br /&gt;
		- When configuring using this option, I found that I HAD to set authentication to allow printing to work.  I created a printer "user" 			  via security in the StorCenter control panel and used that account for "authentication".  I've been able to print perfectly ever 			  since.&lt;br /&gt;
&lt;br /&gt;
3) NFS&lt;br /&gt;
	a) It took me a bit to get NFS to function properly; however, it's really not that complicated (I was just being a moron).&lt;br /&gt;
		- Make sure to set NFS options in the StorCenter settings section.&lt;br /&gt;
		- When you edit an existing share that has security, you will be presented with an option for a host and what host access rights you 			  want.&lt;br /&gt;
		- Use the following commands to mount the NFS shares in your system:  sudo mount IPADDRESSOFNAS:/nfs/SHAREDLOCATION  /LOCALUBUNTUFILESYSTEM/LOCALDIRECTORY  (Example in my case:  sudo mount 192.168.xxx.xxx:/nfs/public/Media/xxxxxxx /home/ecrossley/Media/xxxxxx)&lt;br /&gt;
		- REMEMBER:  If you mount NFS under your home directory and execute a copy job, Ubuntu treats the NFS share as a local drive and will include it in your copy job.  This essentially duplicates all data you have on your NAS under your backup file location.  I personally didn't want this so I unmount the shares before the copy job rsync and remount them after.  This is until I move the shares to a different location in my filesystem (once I get around to it).&lt;br /&gt;
&lt;br /&gt;
4) FTP&lt;br /&gt;
	a) DO NOT OVERLOOK USING FTP TO MAKE YOUR LIFE MUCH SIMPLER!!!!!!!!!&lt;br /&gt;
	b) Copy something to your NAS only to find out if you have to change it's location you have to do it through your client? - FTP is your answer&lt;br /&gt;
	c) After logging into FTP, you can drag and drop files using the FTP client (I use FileZilla) and not have to transfer data across your network or through the shares on your system.  You can literally move things from backup locations to public locations, public directories to private, between private to private, etc.&lt;br /&gt;
	d) This is possible because when you move something with the FTP client, it will use a RENAME feature in the FTP server and the server will just change the location of the existing files on the NAS, without it having to transfer across your network, etc.&lt;br /&gt;
&lt;p /&gt;
Ok that's it for now, hope this helps someone.</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">iomega</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">ubuntu</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">nas</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">ix4-200d</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">iscsi</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">home</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">certified</category>
      <pubDate>Wed, 13 Jan 2010 19:04:01 GMT</pubDate>
      <author>ecrossley</author>
      <guid>http://communities.vmware.com/blogs/ecrossley/2010/01/13/ix4200d-iomega-4tb-nas-and-ubuntu-9x</guid>
      <dc:date>2010-01-13T19:04:01Z</dc:date>
      <clearspace:dateToText>1 month, 3 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/ecrossley/comment/ix4200d-iomega-4tb-nas-and-ubuntu-9x</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/ecrossley/feeds/comments?blogPostID=5367</wfw:commentRss>
    </item>
    <item>
      <title>VCP310 Completed</title>
      <link>http://communities.vmware.com/blogs/Jim-Realitysoft/2010/01/12/vcp310-completed</link>
      <description>I studied and attempted the VCP310 on December 6th but failed short by 6%. I didn't feel confident but was happy to retry before the end of the year but had a nightmare due to not realising the 7 business day gap and finding somewhere open! and then came the snow &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt; &lt;br /&gt;
&lt;br /&gt;
I passed and only just but now studying in anger for vcp410 to hopefully pass in January as I don't have the funds available to jump on the vSphere 2 day upgrade course. If I fail I will have to dig deep for the course itself but with only having 3.0 infrastructure currently we cannot justify the outlay for training budget. We have a small vSphere configuration in the US but only basic access so again very difficult to cover the experience I want to have. So... I have invested in 2 new servers (Dell t100) That are compatible with vSphere and also a Cisco Managed Switch to allow for some network traffic playing. I hope to also purchase a QNAP storage device as these have recently been certified. I don't mind forking out for hardware but it does help if you also can confirm that it will work &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt; &lt;br /&gt;
&lt;p /&gt;
Delivery Wednesday 13th Jan so shall update as I go. &lt;br /&gt;
&lt;p /&gt;
Bye for now! &lt;br /&gt;
&lt;p /&gt;
Jim</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">vi3</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">server</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">storage</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">infrastructure</category>
      <pubDate>Tue, 12 Jan 2010 20:38:20 GMT</pubDate>
      <author>jbooth21</author>
      <guid>http://communities.vmware.com/blogs/Jim-Realitysoft/2010/01/12/vcp310-completed</guid>
      <dc:date>2010-01-12T20:38:20Z</dc:date>
      <clearspace:dateToText>4 weeks, 5 hours ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/Jim-Realitysoft/comment/vcp310-completed</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/Jim-Realitysoft/feeds/comments?blogPostID=5381</wfw:commentRss>
    </item>
    <item>
      <title>Multicore Processors in a Windows Guest OS</title>
      <link>http://communities.vmware.com/blogs/PonderingVMware/2010/01/12/multicore-processors-in-a-windows-guest-os</link>
      <description>I was recently asked by a customer if it is possible to have multi-core vCPUs when dealing with Windows desktop operating systems. The windows desktop OS is confined to 2 processors (or sockets), whereas the processor could have multiple cores. Unfortunately, VMware ESX, by default, presents 1 core per processor regardless of the processor density of the underlying host, so creating a VM with two processors gives the guest two cores.&lt;br /&gt;
Prior to vSphere, there was no way around this limitation. There is an undocumented work-around in vSphere, however:&lt;br /&gt;
&lt;br /&gt;
1. (With the VM turned off) edit settings&lt;br /&gt;
2. Select the "Options" tab&lt;br /&gt;
3. Select the "General" entry under "Advanced" settings&lt;br /&gt;
4. Click the "Configuration" button&lt;br /&gt;
5. Click the "Add Row" button&lt;br /&gt;
6. The "Name" is "cpuid.coresPerSocket" (without the quotes)&lt;br /&gt;
7. The "Value" is a digit (1, 2, 4 ) -- make sure not to exceed the density of the underlying host. ESX will try to keep all the vCPUs of a VM on the same physical processor, if it can. There are performance hits if you try to spread across multiple physical processors (sockets)&lt;br /&gt;
8. Click the "OK" button to save and exit the configuration screen.&lt;br /&gt;
9. Click the "OK" button to save and exit the VM Properties screen.&lt;br /&gt;
10. When you start the VM, you should see multiple cores in the taskmanager performance window. Another method is to download and run the "CoreInfo.exe" from Sysinternals (www.sysinternals.com) in the System Information Utilities section.&lt;br /&gt;
&lt;br /&gt;
Remember, this is not a VMware GSS supported work-around.....</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">multicore</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">processors</category>
      <pubDate>Tue, 12 Jan 2010 20:29:06 GMT</pubDate>
      <author>Doug Cowie</author>
      <guid>http://communities.vmware.com/blogs/PonderingVMware/2010/01/12/multicore-processors-in-a-windows-guest-os</guid>
      <dc:date>2010-01-12T20:29:06Z</dc:date>
      <clearspace:dateToText>4 weeks, 5 hours ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/PonderingVMware/comment/multicore-processors-in-a-windows-guest-os</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/PonderingVMware/feeds/comments?blogPostID=5380</wfw:commentRss>
    </item>
    <item>
      <title>LSI Logic SAS driver flp Disk for windows 2003</title>
      <link>http://communities.vmware.com/blogs/rManic/2010/01/11/lsi-logic-sas-driver-flp-disk-for-windows-2003</link>
      <description>&lt;br /&gt;
We can use the attached flp to windows 2003 on VM with LSI Logic SAS SCSI driver.&lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;Steps&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
1.Create VM &lt;br /&gt;
&lt;p /&gt;
2.map attacehed flp image to the VM floppy drive&lt;br /&gt;
&lt;p /&gt;
4. boot the VM with windows 2003 CD or iso image&lt;br /&gt;
&lt;p /&gt;
3.start the installation&lt;br /&gt;
&lt;p /&gt;
4.press F6 &lt;br /&gt;
&lt;p /&gt;
6. Select the LSI Logic driver from floppy disk.Then press enter&lt;br /&gt;
&lt;p /&gt;
7.Continue the installtion steps&lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;Issue resolved&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
HDD  will not be detected without the driver on flp disk.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Tue, 12 Jan 2010 07:32:21 GMT</pubDate>
      <author>rManic</author>
      <guid>http://communities.vmware.com/blogs/rManic/2010/01/11/lsi-logic-sas-driver-flp-disk-for-windows-2003</guid>
      <dc:date>2010-01-12T07:32:21Z</dc:date>
      <clearspace:dateToText>4 weeks, 18 hours ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/rManic/comment/lsi-logic-sas-driver-flp-disk-for-windows-2003</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/rManic/feeds/comments?blogPostID=5377</wfw:commentRss>
    </item>
    <item>
      <title>Performance Testing the SAP SD Benchmark Kit on vSphere - Or - Where I've Been for the Past Few Months</title>
      <link>http://communities.vmware.com/blogs/ToddMuirhead/2010/01/11/performance-testing-the-sap-sd-benchmark-kit-on-vsphere-or-where-ive-been-for-the-past-few-months</link>
      <description>Immediately following VMworld 09 in September I began spending a significant part of my time working with SAP on vSphere. Although I had only a small amount of experience with SAP up to that point, I had put in a lot time with all the other pieces over the years. I had done a lot with databases and vSphere and other mission critical apps. &lt;br /&gt;
&lt;br /&gt;
Now don't get me wrong, I knew that SAP is not something that you can easily pick up. I knew that it was going to be difficult to get fully up to speed. Fortunately we have lots of other people here at VMware with lots of experience and they answered all of my newbie questions. &lt;br /&gt;
&lt;p /&gt;
The goal of all this work was to be able to do some testing with SAP on vSphere to be able to produce some new whitepapers and blog posts showing the performance. After overcoming a learning curve that involved lots of SAPnotes (these are basically SAP KB articles) and getting some great assistance from others in our engineering and technical marketing organizations - I was well on my way to having some data to talk about at the very first of this year. &lt;br /&gt;
&lt;p /&gt;
I just needed to do about another week or so of tests..... &lt;br /&gt;
&lt;p /&gt;
A little background - The standard benchmark for SAP is the &lt;a class="jive-link-external" href="http://www.sap.com/solutions/benchmark/sd.epx"&gt;SD (Sales and Distribution) benchmark&lt;/a&gt;. It uses the current dates and must be rolled forward every month with a script. At the end of each year a little bit more than just this script is needed to get everything just right. &lt;br /&gt;
&lt;p /&gt;
It turns out that when a new decade is started, there are even more things that need to be updated and it actually requires some updates from SAP to the benchmark kit itself. I discovered this on Monday when I returned from vacation and we are now in the process of getting the update. &lt;br /&gt;
&lt;p /&gt;
The end result - I hope to have some new performance data with SAP on vSphere in a couple of weeks. Thanks to the &lt;a class="jive-link-external" href="http://www.delltechcenter.com/"&gt;Dell TechCenter&lt;/a&gt; guys for their cooperation on this testing. I've been using a couple of M710 servers with Intel 5500 series processors (Nehalem) and EqualLogic iSCSI storage to get some pretty good results so far. &lt;br /&gt;
&lt;p /&gt;
1/11/2010 - Update - The SD benchmark kit with the stuff for 2010 is now in my hands and I'm restarting testing.&lt;br /&gt;
&lt;p /&gt;
Todd</description>
      <pubDate>Mon, 11 Jan 2010 16:27:43 GMT</pubDate>
      <author>ToddMuirhead</author>
      <guid>http://communities.vmware.com/blogs/ToddMuirhead/2010/01/11/performance-testing-the-sap-sd-benchmark-kit-on-vsphere-or-where-ive-been-for-the-past-few-months</guid>
      <dc:date>2010-01-11T16:27:43Z</dc:date>
      <clearspace:dateToText>1 month, 2 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/ToddMuirhead/comment/performance-testing-the-sap-sd-benchmark-kit-on-vsphere-or-where-ive-been-for-the-past-few-months</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/ToddMuirhead/feeds/comments?blogPostID=5373</wfw:commentRss>
    </item>
    <item>
      <title>Please accept my sincere congratulations to the new year 2010 and Merry Christmas!</title>
      <link>http://communities.vmware.com/blogs/vmwaresecuritygrouprussia/2010/01/09/please-accept-my-sincere-congratulations-to-the-new-year-2010-and-merry-christmas</link>
      <description>&lt;img class="jive-image-thumbnail" src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5375-8192/250-176/%D0%9E%D1%82%D0%BA%D1%80%D1%8B%D1%82%D0%BA%D0%B0_%D0%9D%D0%93_2009_eng.jpg" width="250" height="176" alt="Открытка_НГ_2009_eng.jpg" onclick="myJiveImage.start(this, 'http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5375-8192/%D0%9E%D1%82%D0%BA%D1%80%D1%8B%D1%82%D0%BA%D0%B0_%D0%9D%D0%93_2009_eng.jpg');return false;"/&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">vmware</category>
      <pubDate>Sat, 09 Jan 2010 17:30:27 GMT</pubDate>
      <author>MariaSidorova</author>
      <guid>http://communities.vmware.com/blogs/vmwaresecuritygrouprussia/2010/01/09/please-accept-my-sincere-congratulations-to-the-new-year-2010-and-merry-christmas</guid>
      <dc:date>2010-01-09T17:30:27Z</dc:date>
      <clearspace:dateToText>1 month, 1 day ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/vmwaresecuritygrouprussia/comment/please-accept-my-sincere-congratulations-to-the-new-year-2010-and-merry-christmas</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/vmwaresecuritygrouprussia/feeds/comments?blogPostID=5375</wfw:commentRss>
    </item>
    <item>
      <title>Command to monitor snapshot deletion</title>
      <link>http://communities.vmware.com/blogs/Knorrhane/2010/01/09/command-to-monitor-snapshot-deletion</link>
      <description>&lt;br /&gt;
&lt;a class="jive-link-external" href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;#38;cmd=displayKC&amp;#38;externalId=1007566"&gt;http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;#38;cmd=displayKC&amp;#38;externalId=1007566&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">snapshot</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">delete</category>
      <pubDate>Sat, 09 Jan 2010 11:50:20 GMT</pubDate>
      <author>nikkar</author>
      <guid>http://communities.vmware.com/blogs/Knorrhane/2010/01/09/command-to-monitor-snapshot-deletion</guid>
      <dc:date>2010-01-09T11:50:20Z</dc:date>
      <clearspace:dateToText>1 month, 1 day ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/Knorrhane/comment/command-to-monitor-snapshot-deletion</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/Knorrhane/feeds/comments?blogPostID=5374</wfw:commentRss>
    </item>
    <item>
      <title>Blog location</title>
      <link>http://communities.vmware.com/blogs/e1/2010/01/07/blog-location</link>
      <description>&lt;br /&gt;
My blog is at &lt;a class="jive-link-external" href="http://virtual-red-dot.blogspot.com/"&gt;http://virtual-red-dot.blogspot.com/&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
Thanks&lt;br /&gt;
&lt;p /&gt;
e1</description>
      <pubDate>Fri, 08 Jan 2010 04:11:06 GMT</pubDate>
      <author>Iwan Rahabok</author>
      <guid>http://communities.vmware.com/blogs/e1/2010/01/07/blog-location</guid>
      <dc:date>2010-01-08T04:11:06Z</dc:date>
      <clearspace:dateToText>1 month, 2 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/e1/comment/blog-location</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/e1/feeds/comments?blogPostID=5371</wfw:commentRss>
    </item>
    <item>
      <title>Hello VMWorld!</title>
      <link>http://communities.vmware.com/blogs/xacolabril/2010/01/07/hello-vmworld</link>
      <description>&lt;br /&gt;
Para poder acceder al blog, pulsad &lt;a class="jive-link-external" href="http://www.vmworld.com/blogs/colome"&gt;AQU&amp;Iacute;&lt;/a&gt;.&lt;br /&gt;
&lt;p /&gt;
 Saludos.&lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://www.vmworld.com/blogs/colome"&gt;AQU&amp;Iacute;&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Thu, 07 Jan 2010 15:58:18 GMT</pubDate>
      <author>xacolabril</author>
      <guid>http://communities.vmware.com/blogs/xacolabril/2010/01/07/hello-vmworld</guid>
      <dc:date>2010-01-07T15:58:18Z</dc:date>
      <clearspace:dateToText>1 month, 3 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/xacolabril/comment/hello-vmworld</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/xacolabril/feeds/comments?blogPostID=5366</wfw:commentRss>
    </item>
    <item>
      <title>Profile Image + Avatar Drawing Winner!</title>
      <link>http://communities.vmware.com/blogs/communities/2010/01/05/profile-image-avatar-drawing-winner</link>
      <description>Yes, we have a winner for the Profile Image + Avatar Drawing!!  And the winner is....&lt;br /&gt;
&lt;br /&gt;
(drum roll)&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;a class="jive-link-external" href="http://communities.vmware.com/tristant"&gt;TristanT&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Congratulations, Tristan!  I am now sending you a US$50 iTunes gift card that you can redeem for $50 of goodies from www.itunes.com.  Enjoy!&lt;br /&gt;
&lt;br /&gt;
A &lt;b&gt;big thank you&lt;/b&gt; to the 140 people who have uploaded both a profile image and an avatar (and were in the drawing), as well as the additional 300+ people who have one or the other but not both (and therefore didn't qualify for the drawing -- but I thank you anyway!).  I encourage every VMware Communities member to upload at least one image, so that people can learn a bit more about you.&lt;br /&gt;
&lt;br /&gt;
And thanks to the Web site &lt;a class="jive-link-external" href="http://www.random.org"&gt;http://www.random.org&lt;/a&gt; for generating a true random number -- no pseudo-random numbers used here -- for the drawing.  &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":-)" /&gt;&lt;br /&gt;
&lt;br /&gt;
Regards, Robert  (see &lt;a href="http://communities.vmware.com/blogs/communities/2009/10/20/upload-a-profile-image-avatar-and-win" class="jive-link-blogpost"&gt;Upload a Profile Image + Avatar, and Win!&lt;/a&gt; for drawing details)</description>
      <pubDate>Tue, 05 Jan 2010 19:50:36 GMT</pubDate>
      <author>RDellimmagine</author>
      <guid>http://communities.vmware.com/blogs/communities/2010/01/05/profile-image-avatar-drawing-winner</guid>
      <dc:date>2010-01-05T19:50:36Z</dc:date>
      <clearspace:dateToText>3 months, 1 week ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/communities/comment/profile-image-avatar-drawing-winner</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/communities/feeds/comments?blogPostID=5167</wfw:commentRss>
    </item>
    <item>
      <title>Connections &amp;#38; Ports in ESX/ESXi - v4</title>
      <link>http://communities.vmware.com/blogs/DudleySmith/2010/01/05/connections-38-ports-in-esxesxi-v4</link>
      <description>Connections &amp;#38; Ports in ESX/ESXi v4 in .PDF format.&lt;br /&gt;
&lt;br /&gt;
Source: VMware Network Ports Compendium v4&lt;br /&gt;
&lt;br /&gt;
--Dudley Smith</description>
      <pubDate>Tue, 05 Jan 2010 17:53:04 GMT</pubDate>
      <author>DudleyAtVMware</author>
      <guid>http://communities.vmware.com/blogs/DudleySmith/2010/01/05/connections-38-ports-in-esxesxi-v4</guid>
      <dc:date>2010-01-05T17:53:04Z</dc:date>
      <clearspace:dateToText>1 month, 5 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/DudleySmith/comment/connections-38-ports-in-esxesxi-v4</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/DudleySmith/feeds/comments?blogPostID=5364</wfw:commentRss>
    </item>
    <item>
      <title>VMware Network Ports Compendium -v4</title>
      <link>http://communities.vmware.com/blogs/DudleySmith/2010/01/05/vmware-network-ports-compendium-v4</link>
      <description>VMware Network Ports Compendium v4 in Excel .XLS format.&lt;br /&gt;
&lt;br /&gt;
--Dudley Smith</description>
      <pubDate>Tue, 05 Jan 2010 17:51:34 GMT</pubDate>
      <author>DudleyAtVMware</author>
      <guid>http://communities.vmware.com/blogs/DudleySmith/2010/01/05/vmware-network-ports-compendium-v4</guid>
      <dc:date>2010-01-05T17:51:34Z</dc:date>
      <clearspace:dateToText>1 month, 5 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/DudleySmith/comment/vmware-network-ports-compendium-v4</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/DudleySmith/feeds/comments?blogPostID=5363</wfw:commentRss>
    </item>
    <item>
      <title>NFS Solution by using Windows Unix Service (NFS Service)</title>
      <link>http://communities.vmware.com/blogs/stanleykwan/2010/01/04/nfs-solution-by-using-windows-unix-service-nfs-service</link>
      <description>&lt;br /&gt;
I plan to use NFS on our vmware infrastructure,&lt;br /&gt;
&lt;p /&gt;
 We looking for different hardware, but due to the limited budget, we want to use our current NAS (HP storage work)&lt;br /&gt;
&lt;p /&gt;
just plug a service (Windows Unix Service) and active a NFS mount point.&lt;br /&gt;
&lt;p /&gt;
 But the performance seem not really good&lt;br /&gt;
&lt;p /&gt;
Attach with the result I test.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Anyone can help to improve the performance?</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">windows</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">nfs</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">datastore</category>
      <pubDate>Tue, 05 Jan 2010 02:37:19 GMT</pubDate>
      <author>stanleykwan</author>
      <guid>http://communities.vmware.com/blogs/stanleykwan/2010/01/04/nfs-solution-by-using-windows-unix-service-nfs-service</guid>
      <dc:date>2010-01-05T02:37:19Z</dc:date>
      <clearspace:dateToText>1 month, 5 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <wfw:comment>http://communities.vmware.com/blogs/stanleykwan/comment/nfs-solution-by-using-windows-unix-service-nfs-service</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/stanleykwan/feeds/comments?blogPostID=5362</wfw:commentRss>
    </item>
    <item>
      <title>Monitoring ESX 4.0 Hosts - CIM or not CIM</title>
      <link>http://communities.vmware.com/blogs/tam_frank/2010/01/04/monitoring-esx-40-hosts-cim-or-not-cim</link>
      <description>With the release of vSphere VMware fully supports monitoring using CIM for ESX and ESXi hosts. This is very cool since it eliminates the need for 3rd party monitoring agents and brings you a big step closer to Service Console-less environments (ESXi). You can find the hint on the &lt;a class="jive-link-external" href="http://www.vmware.com/support/vsphere4/doc/vsp_40_new_feat.html"&gt;What's New in vSphere page&lt;/a&gt; when you search for "CIM".&lt;br /&gt;
&lt;br /&gt;
Monitoring with CIM involves multiple elements:&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;The hardware vendor provides a CIM agent which collects information about the hardware like health status, temperature, or similar.&lt;/li&gt;
&lt;li&gt;This information is passed to the VMware CIM framework using a standard protocol and displayed in the vSphere Client hardware status tabs.&lt;/li&gt;
&lt;li&gt;vCenter Server can generate Alarms and messages based on the collected information.&lt;/li&gt;
&lt;/ol&gt;
This works very fine for most hardware types and ESX variants. However, there is an important requirement which you should be aware of: The CIM monitoring only works if point 1. above is fulfilled. There are cases where the hardware vendor does not provide or support the required CIM agent, for example classic ESX on HP hardware. In this case you have the following options:&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Work with your VMware TAM to document the exact situation. The TAM will contact the VMware internal hardware vendor alliance team. Though this is not providing a direct solution it will help raising the awareness even further.&lt;/li&gt;
&lt;li&gt;Provide your hardware vendor contact details to the VMware TAM. He can talk to your hardware vendor directly or together with you. Ultimately, only the hardware vendor can provide the solution.&lt;/li&gt;
&lt;li&gt;As a short term solution you may have to revert back to the well known SNMP monitoring or classic 3rd party monitoring agents.&lt;/li&gt;
&lt;/ol&gt;
This very important situation is not documented in the &lt;a class="jive-link-external" href="http://www.vmware.com/go/hcl"&gt;VMware HCL&lt;/a&gt;, and VMware does not have any plans to document this in detail for each hardware vendor since the information can vary too fast. So the strong advice for you is: Before you decide to purchase hardware for vSphere ESX hosts not only consult the VMware HCL but also ask your hardware vendor directly if he provides and supports CIM agents for VMware if you plan to use CIM.&lt;br /&gt;
&lt;br /&gt;
Your VMware TAM can help you steer into the right direction.</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">cim</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">monitoring</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">esx</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">esxi</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">snmp</category>
      <pubDate>Mon, 04 Jan 2010 15:01:05 GMT</pubDate>
      <author>frank_wegner</author>
      <guid>http://communities.vmware.com/blogs/tam_frank/2010/01/04/monitoring-esx-40-hosts-cim-or-not-cim</guid>
      <dc:date>2010-01-04T15:01:05Z</dc:date>
      <clearspace:dateToText>1 month, 6 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/tam_frank/comment/monitoring-esx-40-hosts-cim-or-not-cim</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/tam_frank/feeds/comments?blogPostID=5361</wfw:commentRss>
    </item>
    <item>
      <title>ESX Purple Screen of Death (PSOD)</title>
      <link>http://communities.vmware.com/blogs/aCrazyPenguin/2010/01/03/esx-purple-screen-of-death-psod</link>
      <description>Some useful VMware KB articles covering the PSOD and how to &amp;ldquo;read&amp;rdquo; them.&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Types of purple screen errors &amp;ndash; &lt;a class="jive-link-external" href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;#38;cmd=displayKC&amp;#38;externalId=1006794"&gt;link&lt;/a&gt; &lt;br clear="all" /&gt;&lt;a class="jive-link-external" href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;#38;cmd=displayKC&amp;#38;externalId=1006794"&gt;http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;#38;cmd=displayKC&amp;#38;externalId=1006794&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Service Console stops responding and displays a purple screen error &amp;ndash; &lt;a class="jive-link-external" href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;#38;cmd=displayKC&amp;#38;externalId=1006800"&gt;link&lt;/a&gt; &lt;br clear="all" /&gt;&lt;a class="jive-link-external" href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;#38;cmd=displayKC&amp;#38;externalId=1006800"&gt;http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;#38;cmd=displayKC&amp;#38;externalId=1006800&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Decoding Machine Check Exception (MCE) output after a purple screen error &amp;ndash; &lt;a class="jive-link-external" href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;#38;cmd=displayKC&amp;#38;externalId=1005184"&gt;link&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">psod</category>
      <pubDate>Sun, 03 Jan 2010 21:23:32 GMT</pubDate>
      <author>aCrazyPenguin</author>
      <guid>http://communities.vmware.com/blogs/aCrazyPenguin/2010/01/03/esx-purple-screen-of-death-psod</guid>
      <dc:date>2010-01-03T21:23:32Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/aCrazyPenguin/comment/esx-purple-screen-of-death-psod</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/aCrazyPenguin/feeds/comments?blogPostID=5359</wfw:commentRss>
    </item>
    <item>
      <title>A VMware TAM is more than just Better Support</title>
      <link>http://communities.vmware.com/blogs/tam_frank/2010/01/02/a-vmware-tam-is-more-than-just-better-support</link>
      <description>Many companies have concepts of a Technical Account Manager (TAM). They mostly provide technical guidance and support, are paid by the hour, and work mostly reactively. TAMs are often part of the support organization at other companies.&lt;br /&gt;
&lt;br /&gt;
VMware's concept is very different. TAMs are part of the &lt;a class="jive-link-external" href="http://www.vmware.com/services"&gt;VMware Professional Services Organization (PSO)&lt;/a&gt;. Despite the identical job name, and VMware TAM does much more than just reactive work. &lt;a class="jive-link-external" href="http://www.vmware.com/services/tam"&gt;The official TAM Datasheet&lt;/a&gt; indicates the advanced services you get from a VMware TAM. Most notably this includes proactive work like architecture discussions, product roadmap presentations, arranging feedback sessions with VMware corporate teams, and much more. For example we have a TAM called Neil from Australia who regularly publishes a TAM Newsletter in &lt;a class="jive-link-blog" href="http://communities.vmware.com/blogs/vmwaretam" title="This is the official VMware TAM blog. The weekly newsletter produced by the VMware TAM community will be archived here."&gt;his VMware TAM blog&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
VMware TAMs facilitate the communication between customers, partners, and VMware departments like  product management, marketing, engineering, and support. Weekly calls with the customers' VMware teams and regular - normally quarterly - on-site visits are the foundation of a strong customer relationship.&lt;br /&gt;
&lt;br /&gt;
One TAM covers up to six customers. Customers can buy the TAM service separately for a fixed price per year. Very often the TAM Service is also included in Enterprise License Agreements (ELAs). TAM hours are not counted or tracked officially, but the TAM is available all the time. The TAM can be seen as a special customer resource which is a member of the customer's VMware team. &lt;br /&gt;
&lt;br /&gt;
TAMs do not do consulting work like creating architecture blueprints or installing and configuring VMware software. This is done by VMware consultants or partners. The VMware TAM can indirectly drive business for these consulting services if the customer identifies the need based on the advice given by the TAM.&lt;br /&gt;
&lt;br /&gt;
Future entires in the blog cover more aspects of my life as a TAM. The disclaimer holds true: This is my personal view and not statements of my employer.</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">tam</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">service</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">proactive</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">reactive</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">roadmap</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">review</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">feedback</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">product_management</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">engineering</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">marketing</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">pso</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">professional_services_organization</category>
      <pubDate>Sat, 02 Jan 2010 15:03:30 GMT</pubDate>
      <author>frank_wegner</author>
      <guid>http://communities.vmware.com/blogs/tam_frank/2010/01/02/a-vmware-tam-is-more-than-just-better-support</guid>
      <dc:date>2010-01-02T15:03:30Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/tam_frank/comment/a-vmware-tam-is-more-than-just-better-support</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/tam_frank/feeds/comments?blogPostID=5358</wfw:commentRss>
    </item>
    <item>
      <title>Attended VMWare Fusion 3 Training</title>
      <link>http://communities.vmware.com/blogs/f173023/2010/01/01/attended-vmware-fusion-3-training</link>
      <description>&lt;br /&gt;
Happy New Year!!  Started the new year learning something new about VMWare Fusion 3.  Initially the training seems relatively unattractive but after attending it, the section on Chapter 6 - Understanding Wndows Activations was truly lesson learnt.  &lt;br /&gt;
&lt;p /&gt;
 Never thought the VMWare tools plays a critical role in this activity.  Whenever the VM starts up, VMWare Tools matches the activation codes in it's records for the VM.  This would be significantly noticeable in bootcamp environment.  &lt;br /&gt;
&lt;p /&gt;
 Bootcamp physical hardware and virtual hardware does differ and this would trigger activation as explained in the course material.  Thus, the next time the Bootcamp VM is started up, VMWare Tools would handle the activation.</description>
      <pubDate>Fri, 01 Jan 2010 15:31:39 GMT</pubDate>
      <author>f173023</author>
      <guid>http://communities.vmware.com/blogs/f173023/2010/01/01/attended-vmware-fusion-3-training</guid>
      <dc:date>2010-01-01T15:31:39Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/f173023/comment/attended-vmware-fusion-3-training</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/f173023/feeds/comments?blogPostID=5357</wfw:commentRss>
    </item>
    <item>
      <title>Applications catering to the eastern world</title>
      <link>http://communities.vmware.com/blogs/girishvmware/2009/12/31/applications-catering-to-the-eastern-world</link>
      <description>&lt;br /&gt;
VmWare solutions have been accepted very well in the western world; for cultural reasons or otherwise the penetration in the easten world seems to be low in comparision to the western world.&lt;br /&gt;
&lt;p /&gt;
Integration of Applications related to project/people management to the suite of products.</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">vmapplications</category>
      <pubDate>Fri, 01 Jan 2010 06:30:57 GMT</pubDate>
      <author>girishvmware</author>
      <guid>http://communities.vmware.com/blogs/girishvmware/2009/12/31/applications-catering-to-the-eastern-world</guid>
      <dc:date>2010-01-01T06:30:57Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/girishvmware/comment/applications-catering-to-the-eastern-world</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/girishvmware/feeds/comments?blogPostID=5356</wfw:commentRss>
    </item>
    <item>
      <title>DBX-1.0 Database Transfer (vm1 ongoing wiki db to new wiki install on vm2)</title>
      <link>http://communities.vmware.com/blogs/3bx/2009/12/31/dbx10-database-transfer-vm1-ongoing-wiki-db-to-new-wiki-install-on-vm2</link>
      <description>Notations: A-Action, R-Result, Q-Question, C-Cognition, X-Exploration research&lt;br /&gt;
&lt;br /&gt;
C DBX 1.0.1 - This is not a strictly VMware procedure.  It will however be an essential procedure in the maintenance of my virtual infrastructure so is fitting here.  The idea is to take the ongoing Mediawiki wiki I've been working on (running on vm MAP1) and export &lt;i&gt;whatever needs to be exported&lt;/i&gt; so that I am able to import &lt;i&gt;whatever needs to be imported&lt;/i&gt; into a fresh Mediawiki install on a second vm so that after the import the wiki on vm2 is identical to the ongoing original.&lt;br /&gt;
&lt;br /&gt;
A DBX 1.0.2 - Preparing vm2: Install Wikimedia (as in WDW 1.0.3)&lt;br /&gt;
a. CLI type: aptitude update&lt;br /&gt;
b. CLI type: apt-get install mediawiki&lt;br /&gt;
c. CLI type: apt-get install php5-gd&lt;br /&gt;
d. CLI type: apt-get install imagemagick&lt;br /&gt;
e. CLI type: apt-get install mediawiki-extensions&lt;br /&gt;
f. CLI type: cd /etc/mediawiki&lt;br /&gt;
g. CLI type (to back-up original file): cp apache.conf orig_apache.conf&lt;br /&gt;
h. CLI type (edit file to un-comment the following then save): vi apache.conf&lt;br /&gt;
Alias /mediawiki /var/lib/mediawiki&lt;br /&gt;
i. CLI type (to restart apache): apache2ctl restart&lt;br /&gt;
j. in browser go to: localmachineIP/mediawiki and follow the link&lt;br /&gt;
&lt;br /&gt;
A DBX 1.0.3 - Preparing vm2: Configure Mediawiki part 1 (as in WDW 1.0.5)&lt;br /&gt;
a. enter values for wikiname, admin user credentials, datbase host, database name, database admin credentials, superuser credentials&lt;br /&gt;
&lt;br /&gt;
A DBX 1.0.4 - Preparing vm2: Configure Mediawiki part 2 (as in WDW 1.0.6 and 1.0.7)&lt;br /&gt;
a. move /var/lib/mediawiki/config/LocalSettings.php to /etc/mediawiki CLI type:&lt;br /&gt;
cd /var/lib/mediawiki/config&lt;br /&gt;
cp LocalSettings.php orig_LocalSettings.php&lt;br /&gt;
mv LocalSettings.php /etc/mediawiki&lt;br /&gt;
&lt;br /&gt;
A DBX 1.0.5 - Preparing vm2: Configure Mediawiki part 3 (as in WDW 1.0.10)&lt;br /&gt;
a. CLI type (to edit and save an apache2 config file): &lt;br /&gt;
cd /etc/apache2/sites-available&lt;br /&gt;
cp default orig_default&lt;br /&gt;
vi default&lt;br /&gt;
comment out as such: #DocumentRoot /var/www/&lt;br /&gt;
add the following: DocumentRoot /var/lib/mediawiki/&lt;br /&gt;
b. CLI type (to restart Apache): /etc/init.d/apache2 restart&lt;br /&gt;
&lt;br /&gt;
R DBX 1.0.6 - type the local host IP into a browser to see the vm2 is successfully prepared with a fresh Mediawiki install.&lt;br /&gt;
&lt;br /&gt;
X DBX 1.0.7 - Now it is time to research how a wiki may be backed up and have its database transferred from vm1 to vm2. Posted thread here: &lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.mwusers.com/forums/showthread.php?13953-Ubuntu-to-Ubuntu-Migration-or-back-up-on-A-restore-on-B&amp;#38;p=46058#post46058"&gt;http://www.mwusers.com/forums/showthread.php?13953-Ubuntu-to-Ubuntu-Migration-or-back-up-on-A-restore-on-B&amp;#38;p=46058#post46058&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
R DBX 1.0.8 - The research from 1.0.7 has yielded absolute success.  I was able to move an exact copy of my wiki from vm1 to vm2.  I will soon be detailing the complete procedure in a post on my wiki (search for MBX at &lt;a class="jive-link-external" href="http://www.3BX.US"&gt;http://www.3BX.US&lt;/a&gt;), but in the meantime the post mentioned above in 1.0.7 has the rough path I took to get where I needed to go.</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">mediawiki</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">database</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">transfer</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vm1</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vm2</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">infrastructure</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">backup</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">success</category>
      <pubDate>Thu, 31 Dec 2009 19:37:01 GMT</pubDate>
      <author>focaccio</author>
      <guid>http://communities.vmware.com/blogs/3bx/2009/12/31/dbx10-database-transfer-vm1-ongoing-wiki-db-to-new-wiki-install-on-vm2</guid>
      <dc:date>2009-12-31T19:37:01Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/3bx/comment/dbx10-database-transfer-vm1-ongoing-wiki-db-to-new-wiki-install-on-vm2</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/3bx/feeds/comments?blogPostID=5326</wfw:commentRss>
    </item>
    <item>
      <title>Central Storage (iSCSI / NFS)</title>
      <link>http://communities.vmware.com/blogs/stanleykwan/2009/12/29/central-storage-iscsi-nfs</link>
      <description>&lt;br /&gt;
Looking for a central storage for Vmware Infrastructure.&lt;br /&gt;
&lt;p /&gt;
iSCSI / NFS ???&lt;br /&gt;
&lt;p /&gt;
 For budget...can using the current NAS (just enable the NFS service)&lt;br /&gt;
&lt;p /&gt;
The performance not that good as I expected.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
for iSCSI.....due to limited budget...boss turn me down.&lt;br /&gt;
&lt;p /&gt;
I try to use Open-E software iSCSI target server, so far is okay, but cannot apply on Production environment.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Any other way out???</description>
      <pubDate>Wed, 30 Dec 2009 04:28:32 GMT</pubDate>
      <author>stanleykwan</author>
      <guid>http://communities.vmware.com/blogs/stanleykwan/2009/12/29/central-storage-iscsi-nfs</guid>
      <dc:date>2009-12-30T04:28:32Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/stanleykwan/comment/central-storage-iscsi-nfs</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/stanleykwan/feeds/comments?blogPostID=5352</wfw:commentRss>
    </item>
    <item>
      <title>Stopping a VM gone crazy</title>
      <link>http://communities.vmware.com/blogs/aCrazyPenguin/2009/12/27/stopping-a-vm-gone-crazy</link>
      <description>&lt;br /&gt;
Sometimes a virtual machine which has gone &amp;ldquo;crazy&amp;rdquo; can&amp;rsquo;t be stopped via the VI Client &amp;ndash; the task simply hangs.&lt;br /&gt;
&lt;p /&gt;
There are a number of options to stop the virtual machine from within the service console.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;b&gt;Option 1&lt;/b&gt;&lt;br /&gt;
Stopping the virtual machine by issuing the command:&lt;br /&gt;
&lt;p /&gt;
 vmware-cmd /vmfs /volumes /path / to / vm /&amp;lt;vmname&amp;gt;.vmx stop&lt;br /&gt;
&lt;p /&gt;
This must be done on the ESX host where the virtual machine is running.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;b&gt;Option 2&lt;/b&gt;&lt;br /&gt;
If this command does not work, try adding the extra parameter &amp;ldquo;hard&amp;rdquo;:&lt;br /&gt;
&lt;p /&gt;
vmware-cmd /vmfs / volumes /path / to / vm /&amp;lt;vmname&amp;gt;.vmx stop &lt;b&gt;hard&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
This will try to kill the virtual machine instantly.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;b&gt;Option 3&lt;/b&gt;&lt;br /&gt;
Another way to stop the &amp;ldquo;run-away&amp;rdquo; VM and gather some logs for later analysis is to ssue the commands:&lt;br /&gt;
&lt;p /&gt;
vm-support -x (note lower case &amp;lsquo;x&amp;rsquo;) to list the running virtual machines and their &amp;ldquo;World ID&amp;rdquo;&lt;br /&gt;
vm-support -X &amp;lt;world id&amp;gt; (note higher case &amp;lsquo;X&amp;rsquo;)&lt;br /&gt;
&lt;p /&gt;
This will then prompt you with a couple of questions, run a debug&lt;br /&gt;
stop of the VM, and create a set of log files which you can be used to&lt;br /&gt;
troubleshoot why the VM went &amp;ldquo;crazy&amp;rdquo;.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;b&gt;Option 4&lt;/b&gt;&lt;br /&gt;
A final option is to kill the PID (process ID). At the console, type the following command:&lt;br /&gt;
&lt;p /&gt;
ps auxfww | grep &amp;lt;vmname&amp;gt; &lt;br /&gt;
&lt;p /&gt;
The first number to appear in the output is your PID. You can use the PID to kill the process:&lt;br /&gt;
&lt;p /&gt;
kill -9 &amp;lt;PID&amp;gt;&lt;br /&gt;
&lt;p /&gt;
The virtual machine will be powered off after the kill.</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">stopping_vm</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">stop_a_vm</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vm_crashed</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vm</category>
      <pubDate>Sun, 27 Dec 2009 08:51:46 GMT</pubDate>
      <author>aCrazyPenguin</author>
      <guid>http://communities.vmware.com/blogs/aCrazyPenguin/2009/12/27/stopping-a-vm-gone-crazy</guid>
      <dc:date>2009-12-27T08:51:46Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/aCrazyPenguin/comment/stopping-a-vm-gone-crazy</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/aCrazyPenguin/feeds/comments?blogPostID=5348</wfw:commentRss>
    </item>
    <item>
      <title>New Bug Found</title>
      <link>http://communities.vmware.com/blogs/aCrazyPenguin/2009/12/27/new-bug-found</link>
      <description>&lt;div class="entry"&gt;&lt;div class="snap_preview"&gt;
This week we had a PSOD on one of our 3.5 hosts with the following details in the logs:&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#339966"&gt;&amp;lt;0&amp;gt;Assertion failure in journal_stop() at transaction.c:1415: &amp;ldquo;transaction-&amp;gt;t_updates &amp;gt; 0&amp;Prime;&lt;br /&gt;
&amp;lt;4&amp;gt;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=+cut+here+"&gt; cut here &lt;/a&gt;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&lt;br /&gt;
&amp;lt;4&amp;gt;kernel BUG at transaction.c:1415!&lt;br /&gt;
&amp;lt;4&amp;gt;invalid operand: 0000&lt;br /&gt;
&amp;lt;4&amp;gt;loop ppdev parport ipmi_devintf ipmi_si_drv ipmi_msghandler&lt;br /&gt;
ipt_REJECT ipt_state ip_conntrack ipt_LOG iptable_filter ip_tables&lt;br /&gt;
vmxnet_console sg usb-storage k&lt;br /&gt;
&amp;lt;4&amp;gt;CPU:    0&lt;br /&gt;
&amp;lt;4&amp;gt;EIP:    0060:&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=%26lt%3Bc0196614%26gt%3B"&gt;&amp;lt;c0196614&amp;gt;&lt;/a&gt;    Tainted: P&lt;br /&gt;
&amp;lt;4&amp;gt;EFLAGS: 00010282&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
VMware have confirmed its a new bug (we&amp;rsquo;re getting good at finding&lt;br /&gt;
these) and its currently out with their Engineering team. Hope they get&lt;br /&gt;
back soon with a fix.&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;p /&gt;
&lt;/div&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">bug</category>
      <pubDate>Sun, 27 Dec 2009 08:49:50 GMT</pubDate>
      <author>aCrazyPenguin</author>
      <guid>http://communities.vmware.com/blogs/aCrazyPenguin/2009/12/27/new-bug-found</guid>
      <dc:date>2009-12-27T08:49:50Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/aCrazyPenguin/comment/new-bug-found</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/aCrazyPenguin/feeds/comments?blogPostID=5347</wfw:commentRss>
    </item>
    <item>
      <title>Identifying an ESX host with a process holding a VM lock</title>
      <link>http://communities.vmware.com/blogs/aCrazyPenguin/2009/12/27/identifying-an-esx-host-with-a-process-holding-a-vm-lock</link>
      <description>&lt;br /&gt;
One of the most troublesome tasks as an administrator of ESX is when&lt;br /&gt;
a host has a lock on a VM and you are unable to start that VM on&lt;br /&gt;
another host. This can occur, for example, after a host failure where&lt;br /&gt;
the lock has not been released correctly.&lt;br /&gt;
&lt;p /&gt;
The following procedure steps through each stage of identifying&lt;br /&gt;
which host is running the process that is holding the lock, and killing&lt;br /&gt;
it.&lt;br /&gt;
&lt;p /&gt;
1. With the hostname of the last known ESX host where the VM was running, log on to the console.&lt;br /&gt;
2. Run the following commands:&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#000080"&gt;&lt;b&gt;vmkfstools -D /vmfs/volumes/path/to/vm.vmx&lt;/b&gt;&lt;br /&gt;
&lt;/span&gt; &lt;b&gt;&lt;span style="color:#000080"&gt;less /var/log/vmkerne&lt;/span&gt;l&lt;/b&gt; and scroll to the bottom, you will see output like shown below:&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#808080"&gt;Dec 17 12:00:10 host5 vmkernel: 2:00:11:13.723 cpu6:1038)FS3: 130: &amp;lt;START vmware-6.log&amp;gt;&lt;br /&gt;
Dec 17 12:00:10 host5 vmkernel: 2:00:11:13.723 cpu6:1038)Lock [type 10c00001 offset 45823900 v 21, hb offset 6290651&lt;br /&gt;
Dec 17 12:00:10 host5 vmkernel: gen 26595, mode 1, owner &lt;b&gt;{color:#ff0000}58422081-629bc75a-9826-00173b845ca9&lt;/span&gt;&lt;/b&gt; mtime 10611865]&lt;br /&gt;
Dec 17 12:00:10 host5 vmkernel: 2:00:11:13.723 cpu6:1077)Addr &amp;lt;4,&lt;br /&gt;
332,6&amp;gt;, gen 20, links 1, type reg, flags 0&amp;times;0, uid 0, gid 0, mode 644&lt;br /&gt;
Dec 17 12:00:10 host5 vmkernel: 2:00:11:13{color:#808080}.723 cpu6:1077)len 23973, nb 1 tbz 0, zla 2, bs 65536&lt;br /&gt;
Dec 17 12:00:10 host5 vmkernel: 2:00:11:13.723 cpu6:1077)FS3: 132: &amp;lt;END vmware-6.log&amp;gt;&lt;br /&gt;
&lt;p /&gt;
4. The host with the lock is highlighed above in red, the last part of the ID is all that is needed, for the above it would be &lt;span style="color:#ff0000"&gt;&lt;b&gt;00173b845ca9&lt;/b&gt; &lt;/span&gt;&lt;br /&gt;
5. Run the following command on each ESX host in the cluster to get the system uuid of the ESX host.&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#000080"&gt;&lt;b&gt;esxcfg-info | grep -i &amp;rsquo;system uuid&amp;rsquo; | awk -F  &amp;lsquo;-&amp;rsquo;  &amp;lsquo;{print $NF}&amp;rsquo;&lt;/b&gt; &lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
6. When the ESX host has been located which matches the uuid owner, log on to the host and run the following command:&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#000080"&gt;&lt;b&gt;ps -elf|grep &amp;lt;vmname&amp;gt;&lt;/b&gt; &lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
You should see something like:&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#808080"&gt;4 S root *{color:#ff0000}5650 &lt;/span&gt;*1&lt;br /&gt;
0 65 -10 &amp;ndash; 737 schedu Dec17 ? 10:44:52 /usr/lib/vmware/bin/vmkload_app&lt;br /&gt;
/usr/lib/vmware/bin/vmware-vmx -ssched.group=host/user/pool2 -@&lt;br /&gt;
pipe=/tmp/vmhsdaemon-    0/vmxf6fb22ef3b8a3222;vm=vmxf6fb46ef7b4b3223&lt;br /&gt;
/vmfs/volumes/440d24d6-47076d77-a7c3-021c98aed2d/testvm/testvm.vmx0&lt;br /&gt;
&lt;p /&gt;
7. Kill the process by {color:#000080}*kill -9 &amp;lt;PID&amp;gt;* &amp;ndash; in the case above just type: &lt;b&gt;&lt;span style="color:#000080"&gt;kill -9 5650&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
8. The lock on the VM should now be released and the VM should be able to be powered on.</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">esx</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">troubleshooting</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">lock</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vm_lock</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">identify</category>
      <pubDate>Sun, 27 Dec 2009 08:43:51 GMT</pubDate>
      <author>aCrazyPenguin</author>
      <guid>http://communities.vmware.com/blogs/aCrazyPenguin/2009/12/27/identifying-an-esx-host-with-a-process-holding-a-vm-lock</guid>
      <dc:date>2009-12-27T08:43:51Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/aCrazyPenguin/comment/identifying-an-esx-host-with-a-process-holding-a-vm-lock</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/aCrazyPenguin/feeds/comments?blogPostID=5346</wfw:commentRss>
    </item>
    <item>
      <title>VMWare Converter</title>
      <link>http://communities.vmware.com/blogs/f173023/2009/12/25/vmware-converter</link>
      <description>Without much of a disappointment, 3 Windows desktop and laptop are being converted without any surprises today.  On my Mac Pro with 5 VM simultaneously running at one go, this is close to my previous experience managing ESX 3.5 Infrastructure.</description>
      <pubDate>Fri, 25 Dec 2009 10:09:03 GMT</pubDate>
      <author>f173023</author>
      <guid>http://communities.vmware.com/blogs/f173023/2009/12/25/vmware-converter</guid>
      <dc:date>2009-12-25T10:09:03Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/f173023/comment/vmware-converter</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/f173023/feeds/comments?blogPostID=5344</wfw:commentRss>
    </item>
    <item>
      <title>Virtual Machine Conversation</title>
      <link>http://communities.vmware.com/blogs/f173023/2009/12/24/virtual-machine-conversation</link>
      <description>Had spent hours trying to copy a VM to Mac.  After many hours of trial and error, the solution was to allocate a single processor to the Virtual Machine.  Start up the Windows XP and install VMWare Tools.  After shutdown, change to 2 processors and everything works.</description>
      <pubDate>Thu, 24 Dec 2009 15:25:53 GMT</pubDate>
      <author>f173023</author>
      <guid>http://communities.vmware.com/blogs/f173023/2009/12/24/virtual-machine-conversation</guid>
      <dc:date>2009-12-24T15:25:53Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/f173023/comment/virtual-machine-conversation</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/f173023/feeds/comments?blogPostID=5339</wfw:commentRss>
    </item>
    <item>
      <title>An update to my third party vendor related blog postings</title>
      <link>http://communities.vmware.com/blogs/larstr/2009/12/22/an-update-to-my-third-party-vendor-related-blog-postings</link>
      <description>I’ve had feedback from each of the vendors that I’ve blogged about so it's probably time to update the status on these topics &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;NetApp: NFS vs FC&lt;/b&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://communities.vmware.com/blogs/larstr/2009/02/06/nfs-vs-fc"&gt;http://communities.vmware.com/blogs/larstr/2009/02/06/nfs-vs-fc&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
The first vendor I  blogged about was NetApp and some material that was part of their ASAP training. I had done some testing using NetApp storage back at VMworld 2006 that gave results that didn’t match those slides from the training. When these slides came up during training I told the trainer that I thought these slides could not be valid and told him about the testing I had done myself a few years back. He couldn’t comment any further than that these slides where part of the official NetApp course.&lt;br /&gt;
&lt;br /&gt;
A few months later I received an email from Mike Shea (@NetApp) who had read my blog and informed me that “the slides from NetApp is factual, but it is old and very out of date.”. &lt;br /&gt;
 &lt;img class="jive-image-thumbnail" src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5337-8114/250-160/email+from+mike+shea.png" width="250" height="160" alt="email from mike shea.png" onclick="myJiveImage.start(this, 'http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5337-8114/email+from+mike+shea.png');return false;"/&gt; &lt;br /&gt;
&lt;br /&gt;
VMware also released a paper during the summer confirming that FC is still king of the hill on storage performance.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/files/pdf/perf_vsphere_storage_protocols.pdf"&gt;http://www.vmware.com/files/pdf/perf_vsphere_storage_protocols.pdf&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Even though FC gives best performance I still prefer to use NFS for my customers with NetApp storage due to the extra benefits you get from using it.&lt;br /&gt;
&lt;br /&gt;
I don’t know if the ASAP course still is teaching about superior NFS performance. Maybe someone who has taken it more recently would care to share their knowledge?&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;CheckPoint: Riding the virtualization wave&lt;/b&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://communities.vmware.com/blogs/larstr/2009/06/17/riding-the-virtualization-wave"&gt;http://communities.vmware.com/blogs/larstr/2009/06/17/riding-the-virtualization-wave&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
The second blog posting was about CheckPoint’s virtual firewall solution for VMware that had insane pricing and licensing. A few days after writing this post I also discussed this issue with a local CheckPoint SE who wasn’t aware of this issue, but he agreed with me that this didn’t look right. He checked my findings and he could also only find the same information about this as I did. All he could offer me was special pricing if I showed him a customer case, but I told him the point here was not special pricing for a single case. &lt;br /&gt;
&lt;br /&gt;
1.5 half monts later there was a CheckPoint sales presentation at my office. They where talking about upcoming products and here also the virtual firewall appliance (“Virtual Edition”) was mentioned. The upcoming version was supposed to be much better than the previous one as it was using VMsafe and it would be a specialized solution for VMware environments. I raised my hand and asked if they were planning to fix their broken licensing model too.They were not aware of the licensing model, but since this was a non-released product licensing wasn’t necessarily 100% nailed yet&lt;br /&gt;
&lt;br /&gt;
I sent them an email with a link to my blog posting and it reached the people within CheckPoint responsible for this product and they wanted a conference call with us. In the end they came visiting the local CheckPoint office for a meeting about this.&lt;br /&gt;
&lt;img class="jive-image-thumbnail" src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5337-8113/250-158/email+from+checkpoint.png" width="250" height="158" alt="email from checkpoint.png" onclick="myJiveImage.start(this, 'http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5337-8113/email+from+checkpoint.png');return false;"/&gt; &lt;br /&gt;
&lt;br /&gt;
At VMworld I also visited the CheckPoint booth for a demo of the upcoming version and it surely looks nice.&lt;br /&gt;
&lt;br /&gt;
We still haven’t seen the final results of this, but I’d be very surprised if their licensing model for VE remains unchanged.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Trend Micro: My view on the new TrendMicro Smart Scan Server Virtual Appliance&lt;/b&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://communities.vmware.com/blogs/larstr/2009/06/26/my-view-on-the-new-trendmicro-smart-scan-server-virtual-appliance"&gt;http://communities.vmware.com/blogs/larstr/2009/06/26/my-view-on-the-new-trendmicro-smart-scan-server-virtual-appliance&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
The third vendor I blogged about was TrendMicro who had just released a series of virtual appliances where I did a peek into one of them during a customer install. TrendMicro was the ones I had the quickest feedback from.  Within an hour  I got feedback on twitter from a Trend Micro employee stating: ”Thank you sir, I have already passed your suggestions on to the dev team.”&lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://twitter.com/rik_ferguson/status/2344954320"&gt;http://twitter.com/rik_ferguson/status/2344954320&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
During VMworld in San Francisco I also talked to a Trend Micro marketing guy (@Solutions Exchange) from whom I also learned that they would now start using .ovf files instead of .iso files for distributing their virtual appliances (great move). If they will also start having VMware Tools preinstalled remains to be seen.</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">netapp</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">checkpoint</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">trendmicro</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">nfs</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">fc</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">performance</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">asap</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vpn1-ve</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">ovf</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">virtual</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">appliance</category>
      <pubDate>Wed, 23 Dec 2009 07:44:26 GMT</pubDate>
      <author>larstr</author>
      <guid>http://communities.vmware.com/blogs/larstr/2009/12/22/an-update-to-my-third-party-vendor-related-blog-postings</guid>
      <dc:date>2009-12-23T07:44:26Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/larstr/comment/an-update-to-my-third-party-vendor-related-blog-postings</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/larstr/feeds/comments?blogPostID=5337</wfw:commentRss>
    </item>
    <item>
      <title>Using solid-state drives to improve performance of SQL databases on vSphere hosts when memory is overcommitted</title>
      <link>http://communities.vmware.com/blogs/chethank/2009/12/22/using-solidstate-drives-to-improve-performance-of-sql-databases-on-vsphere-hosts-when-memory-is-overcommitted</link>
      <description>Performance of certain applications such as databases running in a vSphere based virtual infrastructure can be affected when demand for memory increases beyond what is available on the host. vSphere uses complex memory reclamation techniques to acquire and reallocate memory to VMs that need it. Swapping memory pages of a virtual machine to a swap file located on physical storage media is one such technique. Swapping is known to have a negative effect on the performance of the application in the VM. The degree to which the performance is affected depends on the I/O performance of the storage media used to host the swap file. Recently, I ran a few experiments to study the possibility of using a solid state device (SSD) as swap storage in virtualized SQL environments.&lt;br /&gt;
&lt;br /&gt;
Experiments showed that when the workload became active in a VM with a portion of memory swapped to disk, within 2 minutes the SQL workload performed at: &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;~88 % of its baseline performance with the VM's swap file on SSD local to the host&lt;/li&gt;
&lt;li&gt;31% of baseline performance with the VM's swap file on Fibre Channel disks in a SAN&lt;/li&gt;
&lt;li&gt;17% of baseline performance with the VM's swap file on SATA disks local to the host&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;b&gt;Methodology&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
A vSphere host with 2 VMs was used for the experiments. The host was in a memory overcommitted state, i.e. total memory allocated to the VMs was more than what was available for the VMs on the host. SQL server was allowed to use its own memory management techniques. The workload in each VM was configured to become active and run at random intervals. As the workload became active after the VM was powered on, the SQL data buffer grew in size. This in turn increased the demand for memory in the guest OS. vSphere attempted to allocate all the memory assigned to the active VM but could not as the host was in a memory overcommitted state. vSphere, eventually, resorted to memory reclamation techniques to reclaim memory from the other idle VM and allocate it to the active VM. Thus a portion of the memory allocated to the idle VM was either ballooned or swapped to disk. &lt;br /&gt;
&lt;br /&gt;
Subsequently, when the idle VM became active, vSphere had to swap-in the memory pages that were swapped to disk earlier. The memory that was reclaimed before through ballooning had to be reallocated. To show the impact of host-level swapping alone on application performance, I collected application metrics for the first 2 minutes after the SQL workload became active in the idle VM. The results are presented in the next section. &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Results&lt;/b&gt; &lt;br /&gt;
&lt;br /&gt;
The graph in figure 1 compares the performance of the virtualized SQL workload (&lt;a class="jive-link-external" href="http://www.delltechcenter.com/page/DVD+Store"&gt;DVDStore version 2.0&lt;/a&gt;) when using different storage media - SSD, FC and SATA disks for host swap. In each case, before the workload became active, the VM was idle and a portion of its memory was swapped to swap storage. Performance of the SQL workload running in the VM whose memory was not swapped serves as a baseline for comparison. &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Figure 1: Application throughput under memory pressure&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5334-8108/image001.gif" alt="http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5334-8108/image001.gif" class="jive-image"  /&gt; &lt;br /&gt;
&lt;br /&gt;
From the graphs we can conclude that &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;With SSD as the swap destination, vSphere swapped-in the memory pages of the VM very quickly from the swap file. In this case, the latency of swapping back the memory pages had minimal impact on the performance of the SQL workload. Performance remained at ~88% of the baseline through out the period.&lt;/li&gt;
&lt;li&gt;With the swap file on Fiber Channel disks in a SAN, it took a longer time to read the swapped memory pages. This affected SQL performance significantly with performance starting at 7% and ending at 31% of the baseline during the 2 minute period.&lt;/li&gt;
&lt;li&gt;When a local SATA drive was used as the swap destination, it took the longest time of all to read the swapped memory pages. SQL performance started at 6% and rose to 17% of the baseline during the 2 minute period.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;b&gt;Conclusion&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Spikes in memory consumption in a memory overcommitted scenario can cause vSphere to use host-level swapping for reclaiming memory from VMs. Host-level swapping is seen as unwanted because of its negative effect on performance. To avoid swapping, customers have to reserve more free memory which means less or no memory overcommitment. The experiments conducted in our labs show that the performance of virtualized SQL databases are not affected as much when vSphere swaps memory pages from SSDs as compared to that when swapping from rotation based drives. Thus, SQL databases running in a vSphere based virtual infrastructure with high memory overcommitment can see significant improvement in performance when using SSDs as swap storage.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Experimental Setup&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Hardware Configuration:&lt;/b&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Dell PowerEdge 2950&lt;/li&gt;
&lt;li&gt;Intel Xeon CPU 5160 @ 3:00GHz, dual socket, dual core&lt;/li&gt;
&lt;li&gt;8GB Memory&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;b&gt;ESX Configuration:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;VMware ESXi 4.0.0 build-164009&lt;/li&gt;
&lt;li&gt;Maximum memory that can be reclaimed through ballooning: 1536MB (configurable)&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;b&gt;VM Configuration:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Windows Server 2008 (64bit)&lt;/li&gt;
&lt;li&gt;Virtual Hardware Version 7&lt;/li&gt;
&lt;li&gt;2 vCPUs&lt;/li&gt;
&lt;li&gt;4GB Memory&lt;/li&gt;
&lt;li&gt;SQL Server 2008 64bit with SP2&lt;/li&gt;
&lt;li&gt;DVD Store Database (20GB version): 45GB (data) + 10GB (log)&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;b&gt;Swap Drives:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;SSD: 32GB (local)&lt;/li&gt;
&lt;li&gt;FC: 4*146GB, 15K rpm FC drives configured as RAID-0 (SAN)&lt;/li&gt;
&lt;li&gt;SATA: 2*146GB SATA drives configured as RAID-0 (local)&lt;/li&gt;
&lt;/ul&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">database</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">sql</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">dvdstore</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">performance</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">swap</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">memory</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">overcommit</category>
      <pubDate>Tue, 22 Dec 2009 20:16:01 GMT</pubDate>
      <author>chethank</author>
      <guid>http://communities.vmware.com/blogs/chethank/2009/12/22/using-solidstate-drives-to-improve-performance-of-sql-databases-on-vsphere-hosts-when-memory-is-overcommitted</guid>
      <dc:date>2009-12-22T20:16:01Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/chethank/comment/using-solidstate-drives-to-improve-performance-of-sql-databases-on-vsphere-hosts-when-memory-is-overcommitted</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/chethank/feeds/comments?blogPostID=5334</wfw:commentRss>
    </item>
    <item>
      <title>RES-1.1 Restore Virtual Machine from External Storage backup</title>
      <link>http://communities.vmware.com/blogs/3bx/2009/12/21/res11-restore-virtual-machine-from-external-storage-backup</link>
      <description>This is the second attempt to get a working restore procedure based on the procedure found here &lt;a class="jive-link-external" href="http://communities.vmware.com/docs/DOC-10595"&gt;http://communities.vmware.com/docs/DOC-10595&lt;/a&gt;  On the first try, the script said that it had completed successfully, but no files appeared to have been transferred.  This time the restore will be attempted from the NFS share created in the BEN procedure.&lt;br /&gt;
&lt;br /&gt;
 Notations: A-Action, R-Result, (F)A-(Failed) Action, (F)R-(Failed) Result, Q-Question, C-Cognition, X-Exploration research&lt;br /&gt;
&lt;br /&gt;
C RES 1.1.1 This procedure will follow the lines of RES 1.0&lt;br /&gt;
&lt;br /&gt;
A RES 1.1.2 Transfer the ghettoVCB-restore.sh script to the same directory as ghettoVCB, on my system:&lt;br /&gt;
/vmfs/volumes/datastore2&lt;br /&gt;
&lt;br /&gt;
A RES 1.1.13 Make the script executable with command line input (CLI): chmod +x  ghettoVCB-restore.sh (done)&lt;br /&gt;
&lt;br /&gt;
A RES 1.1.14 Use vi to create the data file that the script will use as input.  The data file will contain - in order -source;destination; and file type&lt;br /&gt;
a. Here is my input data file vms_to_restore:&lt;br /&gt;
 "/vmfs/volumes/machines8/DEV1/DEV1-2009-12-21--1;/vmfs/volumes/datastore2;1"&lt;br /&gt;
&lt;br /&gt;
A RES 1.1.15 Stop, then delete the DEV1 vm from the host in the Virtual Infrastructure Client.  Right click on the vm then select delete from disk.&lt;br /&gt;
&lt;br /&gt;
A RES 1.1.16 Execute the script as such from /vmfs/volumes/datastore2&lt;br /&gt;
 ./ghettoVCB-restore.sh -c vms_to_restore -d 2&lt;br /&gt;
&lt;br /&gt;
(F)R RES 1.1.17 The result fails even though the debug of the script reports that it has completed without error.&lt;br /&gt;
Restoring VM: DEV1&lt;br /&gt;
DEBUG MODE LEVEL 2 ENABLED&lt;br /&gt;
Start time: Mon Dec 21 20:59:45 UTC 2009&lt;br /&gt;
Restoring VM from: "/vmfs/volumes/machines8/DEV1/DEV1-2009-12-21--1"&lt;br /&gt;
Restoring VM to Datastore: "/vmfs/volumes/datastore2" using Disk Format: "zeroedthick"&lt;br /&gt;
Creating VM directory: "/vmfs/volumes/datastore2/DEV1" ...&lt;br /&gt;
Copying "DEV1.vmx" file ...&lt;br /&gt;
Restoring VM's VMDK(s) ...&lt;br /&gt;
Updating VMDK entry in "DEV1.vmx" file ...&lt;br /&gt;
SOURCE: "/vmfs/volumes/machines8/DEV1/DEV1-2009-12-21--1/DEV1.vmdk"&lt;br /&gt;
        ORIGINAL_VMX_LINE: &lt;strike&gt;&amp;gt;scsi0:0.fileName = "DEV1.vmdk"&amp;lt;&lt;/strike&gt;&lt;br /&gt;
DESTINATION: "/vmfs/volumes/datastore2/DEV1/DEV1-0.vmdk"&lt;br /&gt;
        MODIFIED_VMX_LINE: &lt;strike&gt;&amp;gt;scsi0:0.fileName  = "DEV1-0.vmdk"&amp;lt;&lt;/strike&gt;&lt;br /&gt;
Registering DEV1 ...&lt;br /&gt;
End time: Mon Dec 21 20:59:45 UTC 2009&lt;br /&gt;
Completed restore for DEV1! &lt;br /&gt;
Start time: Mon Dec 21 20:59:45 UTC 2009&lt;br /&gt;
End   time: Mon Dec 21 20:59:45 UTC 2009&lt;br /&gt;
Duration  : 0 Seconds&lt;br /&gt;
&lt;br /&gt;
C RES 1.1.18 The following steps are not properly part of the RES procedure, but are taken from th MBR procedure&lt;br /&gt;
&lt;br /&gt;
A RES 1.1.19 Manually copy (using the datastore browser in the virtual infrastructure client) the .vmdk and .vmx files backed up in the BES 1.2 procedure to the Ubuntu server NFS store back to the original datastore into a manually created directory.&lt;br /&gt;
&lt;br /&gt;
A RES 1.1.20 Right click the .vmx file copied back to the original datastore then select add to inventory.&lt;br /&gt;
&lt;br /&gt;
R RES 1.1.21 The DEV1 vm is now restored and can be powered on and logged in to.&lt;br /&gt;
&lt;br /&gt;
C RES 1.1.22 The RES procedure using the ghettoVCB-restore.sh script fails in my environment, though the script does not error out.  The MBR procedure is fully sufficient to my needs at this point.</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">failed</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">ghettovcb</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">restore</category>
      <pubDate>Tue, 22 Dec 2009 05:15:31 GMT</pubDate>
      <author>focaccio</author>
      <guid>http://communities.vmware.com/blogs/3bx/2009/12/21/res11-restore-virtual-machine-from-external-storage-backup</guid>
      <dc:date>2009-12-22T05:15:31Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/3bx/comment/res11-restore-virtual-machine-from-external-storage-backup</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/3bx/feeds/comments?blogPostID=5333</wfw:commentRss>
    </item>
    <item>
      <title>BES-1.1 Backup Virtual Machines to External Storage</title>
      <link>http://communities.vmware.com/blogs/3bx/2009/12/21/bes11-backup-virtual-machines-to-external-storage</link>
      <description>Notations: A-Action, R-Result, (F)A-(Failed) Action, (F)R-(Failed) Result, Q-Question, C-Cognition, X-Exploration research&lt;br /&gt;
&lt;br /&gt;
C BES 1.1.1 - Since I had perfect success with backing up and restoring a virtual machine in the manual procedure MBR, it is not crucial that I get the BES and RES procedures, which incorporate ghettoVCB and ghettoVCB-restore scripts respectively, working.  I would, however, like to have an alternate back-up method so am undertaking a second attempt at the BES/RES procedure for backing up and restoring a virtual machine running in ESX.&lt;br /&gt;
&lt;br /&gt;
C BES 1.1.2 - I will be following the general outline of steps from BES 1.0&lt;br /&gt;
&lt;br /&gt;
A BES 1.1.3 - Allow SSH to ESX host server (already completed)&lt;br /&gt;
&lt;br /&gt;
A BES 1.1.4 - Get script to ESX host server (already completed)&lt;br /&gt;
&lt;br /&gt;
A BES 1.1.5 - Create list of VMs to back up&lt;br /&gt;
a. created a file (DEV1backup) with vi, the contents of which is: DEV1&lt;br /&gt;
&lt;br /&gt;
(F)A BES 1.1.6 - Create destination for backups&lt;br /&gt;
a. Run Allegro NFS on local W7 system, create NFS share to export called /machines4&lt;br /&gt;
b. Open VMware Infrastructure Client (VIC) to add the /machines4 share as a datastore&lt;br /&gt;
c. select host machine&lt;br /&gt;
d. select Storage in hardware then select add storage link&lt;br /&gt;
e. select NFS then next&lt;br /&gt;
f. input the static IP of the backup destination&lt;br /&gt;
g. input the path of the backup destination ( see a above)&lt;br /&gt;
h. do not check Mount NFS read-only&lt;br /&gt;
i. input the name of the new datastore&lt;br /&gt;
j. click next and finish&lt;br /&gt;
&lt;br /&gt;
(F)R BES 1.1.7 - Windows 7 fails (even with firewall service stopped and disabled), where XP worked.  VIC responds with:  Unable to Mount Filesystem&lt;br /&gt;
&lt;br /&gt;
C BES 1.1.8 I'll have to re-try this after I get another Ubuntu server built.&lt;br /&gt;
&lt;br /&gt;
A BES 1.1.9 Re-Do of 1.1.6 - Create destination for backups&lt;br /&gt;
a.Built bare metal Ubuntu Server 9.10 and used BEN procedure to create an NFS share that is now a valid datastore (machines8) on my ESX server.&lt;br /&gt;
&lt;br /&gt;
A BES 1.1.10 - Configure the ghettoVCB script&lt;br /&gt;
(This step is only necessary on the first instance and every time you need to reconfigure the script)&lt;br /&gt;
Use vi to edit the ghettoVCB.sh file on the ESX server&lt;br /&gt;
a. first make a backup of the script: cp ghettoVCB.sh unmodified_ghettoVCB.sh (done)&lt;br /&gt;
b.. VM_BACKUP_VOLUME=/vmfs/volumes/backup or whatever the path of the NFS share is from BES 1.1.9&lt;br /&gt;
   in this case it will be: VM_BACKUP_VOLUME=/vmfs/volumes/machines8&lt;br /&gt;
c.. any other changes needed based on reading of script&lt;br /&gt;
d.. write changes and exit vi&lt;br /&gt;
&lt;br /&gt;
A BES 1.1.11 - Run the script&lt;br /&gt;
(This step will be needed every time you want a backup unless a cron'd)&lt;br /&gt;
a. execute the script: ./ghettoVCB.sh DEV1backup&lt;br /&gt;
&lt;br /&gt;
R BES 1.1.12A The script is running with current output as such:&lt;br /&gt;
Starting backup for DEV1 ... &lt;br /&gt;
Start time: Mon Dec 21 15:57:59 UTC 2009&lt;br /&gt;
Destination disk format: VMFS thick&lt;br /&gt;
Cloning disk '/vmfs/volumes/datastore2/DEV1/DEV1.vmdk'...&lt;br /&gt;
Clone: 9% done.&lt;br /&gt;
&lt;br /&gt;
R BES 1.1.12B The script completed successfully as such:&lt;br /&gt;
Clone: 100% done.&lt;br /&gt;
End time: Mon Dec 21 16:11:38 UTC 2009&lt;br /&gt;
Completed backup for DEV1! &lt;br /&gt;
Start time: Mon Dec 21 15:57:56 UTC 2009&lt;br /&gt;
End   time: Mon Dec 21 16:11:38 UTC 2009&lt;br /&gt;
Duration  : 13.70 Minutes&lt;br /&gt;
Completed backing up specified Virtual Machines!&lt;br /&gt;
&lt;br /&gt;
C BES 1.1.13 This completes the BES procedure successfully.  Next step is the RES restore procedure - which failed on the last attempt and prompted me to log a comment in the following location: &lt;a class="jive-link-external" href="http://communities.vmware.com/docs/DOC-10595"&gt;http://communities.vmware.com/docs/DOC-10595&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">windows</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">7</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">problem</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">nfs</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">ubuntu</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">share</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">success</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">datastore</category>
      <pubDate>Tue, 22 Dec 2009 03:09:28 GMT</pubDate>
      <author>focaccio</author>
      <guid>http://communities.vmware.com/blogs/3bx/2009/12/21/bes11-backup-virtual-machines-to-external-storage</guid>
      <dc:date>2009-12-22T03:09:28Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/3bx/comment/bes11-backup-virtual-machines-to-external-storage</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/3bx/feeds/comments?blogPostID=5320</wfw:commentRss>
    </item>
    <item>
      <title>BEN-1.0 Building an External NFS datastore for ESX with Ubuntu 9.10 server</title>
      <link>http://communities.vmware.com/blogs/3bx/2009/12/21/ben10-building-an-external-nfs-datastore-for-esx-with-ubuntu-910-server</link>
      <description>The purpose of this procedure is to provide a repeatable method for building Ubuntu server NFS datastores for an ESX system. &lt;br /&gt;
&lt;br /&gt;
Notations: A-Action, R-Result, Q-Question, C-Cognition, X-Exploration research&lt;br /&gt;
&lt;br /&gt;
C BEN 1.0.1.A I am really excited to have made this procedure work.  It will free me from the limitations of the disk space on my host DL360 G3 system.  I will be able to create more virtual machines and be able to create backups and snapshots as needed.  It is also nice that the technology comes free of charge.&lt;br /&gt;
&lt;br /&gt;
C BEN 1.0.1.B The software systems used in this procedure were VMware Infrastructure Client 2.5.0 Build 147633, ESX server 3i 3.5.0 Build 153875, Ubuntu server 9.10&lt;br /&gt;
&lt;br /&gt;
A BEN 1.0.2 Install Ubuntu 9.10 server with a static IP address&lt;br /&gt;
&lt;br /&gt;
A BEN 1.0.3 Set-up NFS share using procedure outlined here &lt;a class="jive-link-external" href="http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html"&gt;http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html&lt;/a&gt;&lt;br /&gt;
a. Command Line Input (CLI): sudo apt-get install nfs-kernel-server nfs-common portmap&lt;br /&gt;
b. CLI:  /etc/init.d/portmap restart&lt;br /&gt;
c. Create the directory that will become the NFS share with something like:  &lt;br /&gt;
   root@915PBL:/# mkdir machines8&lt;br /&gt;
d.Use vi to add the exact path ( in this case /machines8 ) of the directory created above to be the NFS share to the "exports" file with CLI: vi /etc/exports&lt;br /&gt;
e. Restart the NFS daemon with CLI: /etc/init.d/nfs-kernel-server restart&lt;br /&gt;
f. CLI: apt-get install portmap nfs-common /etc/init.d/nfs-kernel-server restart&lt;br /&gt;
g. CLI:  /etc/init.d/nfs-kernel-server restart&lt;br /&gt;
&lt;br /&gt;
A BEN 1.0.4 Add the datastore in the ESX server Virtual Infrastructure Client&lt;br /&gt;
a. select the host machine&lt;br /&gt;
b. select the configuration tab&lt;br /&gt;
c. select storage link in the hardware box&lt;br /&gt;
d. select add storage link&lt;br /&gt;
e. select NFS and do not select read-only&lt;br /&gt;
f. enter the IP from 1.0.2 above&lt;br /&gt;
g. enter the export exactly as added to the /etc/exports file (in this case /machines8)&lt;br /&gt;
h. enter the name for thenew datastore&lt;br /&gt;
&lt;br /&gt;
R BEN 1.0.5 The new datastore will appear in the list of datastores.&lt;br /&gt;
&lt;br /&gt;
A BEN 1.0.6 Test to make sure you can write to the new share&lt;br /&gt;
a. SSH to the ESX host server and go to the new datastore, in my case CLI:&lt;br /&gt;
cd /vmfs/volumes/machines8&lt;br /&gt;
b. create a test file with vi&lt;br /&gt;
&lt;br /&gt;
R BEN 1.0.7 From the Ubuntu server you see that the test file shows up in the directory created at 1.0.3.c  The datastore is now ready to be used.</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">nfs</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">share</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">external</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">datastore</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">esx</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">ubuntu</category>
      <pubDate>Mon, 21 Dec 2009 16:41:41 GMT</pubDate>
      <author>focaccio</author>
      <guid>http://communities.vmware.com/blogs/3bx/2009/12/21/ben10-building-an-external-nfs-datastore-for-esx-with-ubuntu-910-server</guid>
      <dc:date>2009-12-21T16:41:41Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/3bx/comment/ben10-building-an-external-nfs-datastore-for-esx-with-ubuntu-910-server</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/3bx/feeds/comments?blogPostID=5332</wfw:commentRss>
    </item>
    <item>
      <title>Running ESX 4.0u1 on Lenovo Thinkpad T500</title>
      <link>http://communities.vmware.com/blogs/larstr/2009/12/18/running-esx-40u1-on-lenovo-thinkpad-t500</link>
      <description>I needed to run a demo for some customers, but our lab environment is going through a relocation process to a new datacenter so I had issues with both VLANs and SAN connectivity that wasn't fully available as needed.&lt;br /&gt;
&lt;br /&gt;
Instead of bringing a noisy server to the event I could have installed ESX &lt;a class="jive-link-external" href="http://communities.vmware.com/blogs/vladan.fr/2009/07/28/my-video-on-installing-esx-4-inside-of-vmware-workstation-you-like-rock"&gt;inside VMware Workstation&lt;/a&gt; (or Player).&lt;br /&gt;
&lt;br /&gt;
Instead I decided to try to install ESX 4.0U1 on a Lenovo Thinkpad T500 (dual core 2.8 GHz,, 4GB ram). It comes with an Intel based nic and Intel based SATA controller so I thought it should have a fair chance on being able to run ESX.&lt;br /&gt;
&lt;br /&gt;
 &lt;img src="http://www.notebookcheck.nl/typo3temp/pics/f6f8152896.jpg" alt="http://www.notebookcheck.nl/typo3temp/pics/f6f8152896.jpg" class="jive-image"  /&gt; &lt;br /&gt;
&lt;br /&gt;
I booted the ESX cd and the installation process would only run in text mode, but that's not a big deal. After entering text mode I answered all the questions the &lt;a class="jive-link-external" href="http://www.vmware.com/pdf/vsphere4/r40_u1/vsp_40_u1_esx_vc_installation_guide.pdf"&gt;same way&lt;/a&gt; as if it was a real server and I did not need to load any extra drivers.&lt;br /&gt;
&lt;br /&gt;
After finishing the installation steps I successfully started up ESX, configured it, and setup a few VMs. It worked out quite well. The io is quite limited when running your VMs from a single SATA disk, but it can easily run a handful (low load) VMs. As always, the cpu is not the limiting factor: RAM and storage performance are, and I did get way high disk latency while doing installation on multiple VMs simultaneously (40-50ms). Other than that, the VMs were running quite well once installation was finished. &lt;br /&gt;
&lt;br /&gt;
The system was running very stable, but I had a few PSODs during shutdown of ESX. I didn't look more deeply into these (during ESX shutdown) PSODs as this system is a 100% unsupported config.</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">ibm</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">lenovo</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">thinkpad</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">t500</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">esx</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">4.0u1</category>
      <pubDate>Fri, 18 Dec 2009 22:56:35 GMT</pubDate>
      <author>larstr</author>
      <guid>http://communities.vmware.com/blogs/larstr/2009/12/18/running-esx-40u1-on-lenovo-thinkpad-t500</guid>
      <dc:date>2009-12-18T22:56:35Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/larstr/comment/running-esx-40u1-on-lenovo-thinkpad-t500</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/larstr/feeds/comments?blogPostID=5327</wfw:commentRss>
    </item>
    <item>
      <title>vdr (vmware data recovery) Size (See Update1 on Free column on destination screen)</title>
      <link>http://communities.vmware.com/blogs/JCData/2009/12/17/vdr-vmware-data-recovery-size-see-update1-on-free-column-on-destination-screen</link>
      <description>OK first off let me say how awesome vdr is before I start bashing it. One of the best new products they released this year besides the big ones view4, vsphere4, etc... Perfect for solving our smb markets single san single point of failure issues without forking over the bucks for another san and implementing costly replication or other means to backup the data to quickly recover from a SAN failure.(ok dont drill me on vcb and other ways to backup these vm's without spending big dollars because their cost are huge on the time factor of setup, and as a consulatnt selling these solutions I need quick reliable ways to do back up these vm's without paying anything additional for it.)&lt;br /&gt;
&lt;br /&gt;
Now here is my wish list:&lt;br /&gt;
&lt;br /&gt;
1. WE NEED TO KNOW HOW MUCH DATA IS BEEING BACKED UP WITH RATIOS OR SOMETHING ABOUT THE DEDUPED data. Maybe Im just overlooking it but my issue is that if I back up a 20GB vm 3 times and run a integrity check manual afterwards each time the data keeps incrementing by 20GB. So after 3 times it shows 60GB used. Now here is the weird part if you now go in and create a new backup job the nice little gui says my 196GB storage has 180GB free. So what gives why does a integrity check see 60GB of data and the gui shows only 16GB used.&lt;br /&gt;
&lt;br /&gt;
2. Same as above but more specific to each of the nodes. I want to be able to right click a restore point I want to see how big it is and any other information realitive to whats in it how it was backed up etc....&lt;br /&gt;
&lt;p /&gt;
3. More documentation on vdr as our single pdf leaves me constantly searching the net for more info. And the best practices link was not much info there either just another link back to the same pdf that refered me to it in the facts and qa section.&lt;br /&gt;
&lt;p /&gt;
Now this is a new product so I hope this starts getting better as time goes on.&lt;br /&gt;
&lt;p /&gt;
-----------------------------------------------UPDATE1 - Dec17,2009--------------------------------------------------------&lt;br /&gt;
&lt;p /&gt;
I was just was playing around on the Destinations screen and sure enough my screen is hiding part of what I have been looking for this seems to happen alot on there screens not recognizing its out of space and putting up scroll bars. To the far right there is a field column FREE and in my screen on 3 different systems this is almost 100% covered up, but if you click next to the Capacity field you can actually click on the free column and drag it over. Its the same display when you go to back up a vm and you choose a destination.&lt;br /&gt;
Last night I ran my full backup of my vms. 3 20GB vm's 1 40GB vm vShield, vCMA, router and a view 4 linked set of vm's. Integrity check sees 191.1GB of data on the volume, but my free sapce shows 170GB free on a 196GB volume. So still some confusion as to why the full set of backups show in the integrity check!!!! Had 1 error last night that is related to the linked view 4 VDM's They failed to backup I only assume because they are linked clones that you cant snapshot anyhow. Im going to check and see if I can backup the user disks though. &lt;br /&gt;
&lt;p /&gt;
BUG found during my backup of a linked clone with little docs or application aware messages telling us not to back them up it failed. Doesn't surprise me though because the way the system works is it creates a snap of the disk and then mounts the disk on vdr vm using SCSI hot add. But what it fails to do is if the vm fails to backup it does not back out and properly detatch the disk from vDR. This is a major issue if you do alot of backups the next morning you can come in and find multiple disk hanging aroun or fail your backup because Im sure there is some limit on how many SCSI disks you can add to a vm. So I will be turning this one in for review to vmware.&lt;br /&gt;
&lt;p /&gt;
NEW Feature request: We need some way to email notification reports on the status of our jobs I have yet found anything on here to do this. Maybe I will write one as free addon that just reads the logs and send emails notifications out.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
I will try to upload any new info I have or find out as Im currently setting this up for a client and we shall see how well it holds up in the real world, and I will see how long before my storage runs out on my test enviroment.&lt;br /&gt;
&lt;p /&gt;
James Craft</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">vdr</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">data_recovery</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">size</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">free</category>
      <pubDate>Thu, 17 Dec 2009 17:43:35 GMT</pubDate>
      <author>JCData</author>
      <guid>http://communities.vmware.com/blogs/JCData/2009/12/17/vdr-vmware-data-recovery-size-see-update1-on-free-column-on-destination-screen</guid>
      <dc:date>2009-12-17T17:43:35Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/JCData/comment/vdr-vmware-data-recovery-size-see-update1-on-free-column-on-destination-screen</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/JCData/feeds/comments?blogPostID=5324</wfw:commentRss>
    </item>
    <item>
      <title>Portas no firewall para os vários componentes do vSphere 4</title>
      <link>http://communities.vmware.com/blogs/aandriolli/2009/12/16/portas-no-firewall-para-os-v-rios-componentes-do-vsphere-4</link>
      <description>Para saber que portas de rede abrir no firewall para usar algum componente do vSphere, basta consultar o &lt;a class="jive-link-external" href="http://kb.vmware.com/kb/1012382"&gt;KB 1012382&lt;/a&gt;, certo? Certo.&lt;br /&gt;
&lt;br /&gt;
Mas, se voc&amp;ecirc; preferir uma representa&amp;ccedil;&amp;atilde;o gr&amp;aacute;fica disto, pode usar o mapa visual que o o dudley criou em &lt;a class="jive-link-external" href="http://webbrain.com/brainpage/brain/89EFA582-2C35-F6A2-9ED1-7AD4810266C2/"&gt;http://webbrain.com/brainpage/brain/89EFA582-2C35-F6A2-9ED1-7AD4810266C2/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Fica bem legal:&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5323-8066/b1.jpg" alt="b1.jpg" width="620" class="jive-image-thumbnail jive-image" onclick="myJiveImage.start(this, 'http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5323-8066/b1.jpg');return false;"/&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">network</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">port</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">firewall</category>
      <pubDate>Wed, 16 Dec 2009 21:12:59 GMT</pubDate>
      <author>aandriolli</author>
      <guid>http://communities.vmware.com/blogs/aandriolli/2009/12/16/portas-no-firewall-para-os-v-rios-componentes-do-vsphere-4</guid>
      <dc:date>2009-12-16T21:12:59Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/aandriolli/comment/portas-no-firewall-para-os-v-rios-componentes-do-vsphere-4</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/aandriolli/feeds/comments?blogPostID=5323</wfw:commentRss>
    </item>
    <item>
      <title>HyperThreading no ESX</title>
      <link>http://communities.vmware.com/blogs/aandriolli/2009/12/16/hyperthreading-no-esx</link>
      <description>&lt;br /&gt;
Estive hoje em um cliente da VMware, e acabamos discutindo justamente o uso de HyperThreading com VMware ESX. Habilitar ou n&amp;atilde;o habilitar? &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
 Para quem tem d&amp;uacute;vidas a respeito, o Scott Drummonds, do time de performance da VMware, criou um &amp;oacute;timo documento de refer&amp;ecirc;ncia para tirar d&amp;uacute;vidas:&lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-wiki" href="http://communities.vmware.com/docs/DOC-5101"&gt;Hyper-Threading on ESX Server&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">esx</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">cpu</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">hyperthreading</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">ht</category>
      <pubDate>Wed, 16 Dec 2009 20:54:34 GMT</pubDate>
      <author>aandriolli</author>
      <guid>http://communities.vmware.com/blogs/aandriolli/2009/12/16/hyperthreading-no-esx</guid>
      <dc:date>2009-12-16T20:54:34Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/aandriolli/comment/hyperthreading-no-esx</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/aandriolli/feeds/comments?blogPostID=5322</wfw:commentRss>
    </item>
    <item>
      <title>vSphere 4 Reference Card</title>
      <link>http://communities.vmware.com/blogs/aandriolli/2009/12/16/vsphere-4-reference-card</link>
      <description>&lt;br /&gt;
J&amp;aacute; devia ter postado isso aqui. Deixei pra depois, acabei n&amp;atilde;o postando. Ainda bem que o Berti me lembrou disso hoje.  &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/cool.gif" alt="B-)" /&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Este &amp;eacute; um guia de refer&amp;ecirc;ncia para o vSphere - j&amp;aacute; atualizado para o vCenter 4 U1 e ESX/ESXi 4 U1. Sei que muitos admins v&amp;atilde;o colocar na parede (j&amp;aacute; que as empresas n&amp;atilde;o costumam permitir posters mais "interessantes"): &lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://www.vreference.com/vsphere4-card/"&gt;http://www.vreference.com/vsphere4-card/&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">reference</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">card</category>
      <pubDate>Wed, 16 Dec 2009 20:43:39 GMT</pubDate>
      <author>aandriolli</author>
      <guid>http://communities.vmware.com/blogs/aandriolli/2009/12/16/vsphere-4-reference-card</guid>
      <dc:date>2009-12-16T20:43:39Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/aandriolli/comment/vsphere-4-reference-card</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/aandriolli/feeds/comments?blogPostID=5321</wfw:commentRss>
    </item>
    <item>
      <title>2010 Predictions for Storage Virtual Appliances</title>
      <link>http://communities.vmware.com/blogs/StorMagic/2009/12/15/2010-predictions-for-storage-virtual-appliances</link>
      <description>&lt;b&gt;Economic conditions will continue to make IT budgets tight.&lt;/b&gt; Most organizations will be looking for a very quick return on IT investment. Many will be looking to reduce their operating costs by implementing a server virtualization strategy. They will also have difficulty hiring more employees to manage their IT environments. Maintenance and operating costs will force a hardware refresh but this will be offset by implementation of server virtualization. &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Server Virtualization will become more broadly accepted in the SMB.&lt;/b&gt; Virtualization vendors will put additional focus on this growth area in 2010. Microsoft and Citrix are getting more aggressive and with their recent releases; they can offer competitive features. VMware has been working hard to build out their SMB offerings. With the recent release of Essentials and Essentials Plus, they have created SMB packages that reduce the cost and complexity of implementation. Many of the small and midsized organizations that can benefit from the features of server virtualization have not adopted it yet. The technology is widely accepted in the enterprise, but has seen slower adoption in the SMB due to cost and complexity. &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Business Continuity will become a priority for the SMB.&lt;/b&gt; As they move to a server virtualization infrastructure, the SMB will be faced with a requirement to implement a Business Continuity plan. By consolidating independent servers and applications onto a virtual server platform the impact of a single failure becomes business critical. Organizations will need to provide seamless access to the application and data even in the event of a failure. &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Planned downtime that limits user access will be a concept of the past.&lt;/b&gt; Users will demand that they have access to applications and data no matter what the time of day or night. This requirement will be another factor in both virtualization and business continuity planning. &lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;Cost and complexity of shared storage will limit the success of VMware's business continuity features in the SMB.&lt;/b&gt; SMB customers have had to go without the high availability and ease of management features they get with VMware HA, VMotion and DRS, because of the cost of the external shared storage. It is also too complicated. Many storage vendors have tried to address the cost issue by releasing "lite" versions of their higher end SAN products, but they haven't addressed the complexity issue. &lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;Storage Virtual Appliances will remove the Business Continuity barrier to entry that most SMB's face.&lt;/b&gt; Storage Virtual Appliance (SVA) unlocks the resources (disk drives and processor) of the ESX server and provides a virtual SAN that enables datastores to be shared in the same way as an external shared storage system. By using the internal disk drives of the ESX server to create a virtual SAN, SVAs provide a cost effective shared storage environment without having to install a complex external SAN. &lt;br /&gt;
&lt;p /&gt;
A SVA provides enterprise-class data storage services, but instead of running them on an external storage system it runs them in a virtual machine running under ESX. This enables it to take control of a VMware ESX server's internal disk drives (commonly referred to as Direct Attached Storage or DAS). The SVA virtualizes these drives as part of the virtual SAN. The SVA uses the server's DAS storage to create datastores, which can be made available to and shared by any ESX server on the network. The SVA runs in a standard VM and communicates directly with RAID hardware via an agent. &lt;br /&gt;
&lt;p /&gt;
In most environments, virtual servers are implemented as part of a server consolidation strategy. Usually the servers' applications are critical to the organization, and unplanned downtime is unacceptable. A hardware failure on a virtual server platform could result in many VMs and virtualized servers becoming unavailable. To prevent this downtime, it is essential that the entire virtualized environment is built to provide High Availability, with no single point of failure. The SVA offers High Availability, so that even if an ESX server and its SVA become unavailable, its datastores can still be accessed.&lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;Hans O'Sullivan, Founder and CEO&lt;/b&gt; Hans is co-founder and CEO of StorMagic. Hans has been working in the technology industry for 25 years and today has seven patents in his name. Prior to founding StorMagic in 2006, Hans was CEO of Elipsan, a software development organization spun off by data storage array vendor Eurologic, another company founded by Hans (in 1989). Elipsan's expertise was in the area of IP-based storage and protocols and it was one of the primary developers of what became known as iSCSI. Elipsan was sold in 2004. &lt;br /&gt;
&lt;p /&gt;
Eurologic, where Hans held the position of CTO, grew to $350 million in revenue and more than 400 people. It became the number one supplier of storage platforms in the world to companies such as Network Appliance, Dell, Fujitsu Siemens, Avid, and many others. Eurologic was sold to Adaptec in 2003. &lt;br /&gt;
&lt;p /&gt;
Hans started his career as a design engineer at the Mentec Group, where he was responsible for designing a PDP-compatible computer. Hans holds a bachelor of engineering in Electronics from the University of Limerick, Ireland, where he graduated with honors.</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">3i</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">center</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">delltechcenter</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">desktop</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">esg</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">esx</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">esxi</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">free</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">fusion</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">infrastructure</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">it</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">management</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">microsoft</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">performance</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">powershell</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">sap</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">script</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">sdk</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">server</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">storage</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">stormagic</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">stormagic_svsan</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">svsan</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vmotion</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vdi</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vi</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vi3</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">virtual</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">virtualization</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vsphere</category>
      <pubDate>Tue, 15 Dec 2009 17:20:00 GMT</pubDate>
      <author>StorMagic</author>
      <guid>http://communities.vmware.com/blogs/StorMagic/2009/12/15/2010-predictions-for-storage-virtual-appliances</guid>
      <dc:date>2009-12-15T17:20:00Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/StorMagic/comment/2010-predictions-for-storage-virtual-appliances</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/StorMagic/feeds/comments?blogPostID=5318</wfw:commentRss>
    </item>
    <item>
      <title>Understanding VMware Fault Tolerance benefits and requirements</title>
      <link>http://communities.vmware.com/blogs/karavinds1/2009/12/15/understanding-vmware-fault-tolerance-benefits-and-requirements</link>
      <description>VMware Fault Tolerance (FT) is a new high availability feature in VMware's vSphere 4. With Fault Tolerance, your virtual guest machine runs on a primary ESX host server while the memory of that virtual machine (VM) is mirrored (using vLockstep) over to a secondary (ghost) ESX host server. If the primary ESX Server fails, the virtual machine immediately resumes operation on the secondary ESX Server with zero downtime to the VM, application or end user using that VM. &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;The benefits of VMware Fault Tolerance&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Unlike traditional high-availability (HA) technologies, VMware's Fault Tolerance works regardless of the operating system and you aren't charged for every server that uses this HA feature. FT is based on VMware Workstation's Record/Replay features that can play back what happened in a VM. &lt;br /&gt;
&lt;p /&gt;
Fault Tolerance is not used for load balancing - it is strictly for high availability of a VM in the event that an ESX Server goes down. Unlike VMware HA clusters (VMHA), with FT, the VM that was protected doesn't have to be rebooted. Thus, with FT, unlike VMHA, there is no downtime for end users. &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
The best thing about VMware FT is that, to enable it all you need to do is to right-click on the primary VM and enable Fault Tolerance. At that point, FT takes over, creating the secondary VM that will protect the primary VM if the ESX server running the primary VM has a failure.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;The hardware requirements for VMware Fault Tolerance&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
VMware FT requires Intel 31xx, 33xx, 52xx, 54xx, 55xx, 74xx or AMD 13xx, 23xx, 83xx series of processors (or greater). Moreover, you can't run FT on just any vSphere-compatible server because FT uses special features of the CPU. Today, FT is also supported only on VMs that have a single CPU (no multiprocessor VMs can use FT). &lt;br /&gt;
&lt;br /&gt;
High availability, in general, is an excellent part of any large scale disaster recovery strategy. With Fault Tolerance you have the added protection for smaller-scale disasters such as the loss of a single ESX host server running 50+ virtual machines.&lt;br /&gt;
&lt;br /&gt;
VMware's Fault Tolerance (FT) is supported in vSphere Advanced, Enterprise and Enterprise Plus. VMware's vCenter is also a required component.</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">ft</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">fault</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">tolerance</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vm</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">availability</category>
      <pubDate>Tue, 15 Dec 2009 16:52:35 GMT</pubDate>
      <author>karavinds1</author>
      <guid>http://communities.vmware.com/blogs/karavinds1/2009/12/15/understanding-vmware-fault-tolerance-benefits-and-requirements</guid>
      <dc:date>2009-12-15T16:52:35Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/karavinds1/comment/understanding-vmware-fault-tolerance-benefits-and-requirements</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/karavinds1/feeds/comments?blogPostID=5317</wfw:commentRss>
    </item>
    <item>
      <title>VMware vShield Zones</title>
      <link>http://communities.vmware.com/blogs/karavinds1/2009/12/15/vmware-vshield-zones</link>
      <description>&lt;b&gt;What is vShield Zones?&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
VMware addressed the growing virtual machine (VM) security concern with two vSphere releases: VMsafe and vShield Zones. VShield Zones is essentially a virtual firewall designed to protect VMs and analyze virtual network traffic. Whereas VMsafe are the APIs for third party vendors to create security products for VMware. With VMware's vShield Zones, you can monitor network traffic in a virtualized environment and ensure regulatory compliance by segmenting users and sensitive data on a network. VMware's vShield Zones is VMware's virtualization security offering that is based on technology that VMware bought from Blue Lane Technologies in October 2008. &lt;br /&gt;
&lt;br /&gt;
Just as many companies need to create demilitarized zones (DMZs) for their physical servers, vShield Zones lets them create security zones for virtual servers. An added benefit of vShield Zones is that companies can receive a tremendous amount of network traffic flow-monitoring, analysis, and reporting.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;How vShield Zones works&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
vShield performs Stateful Packet Inspection (SPI) and tracks dynamic connections such as FTP. Better yet, vShield understands your virtual infrastructure and works with vCenter to track traffic between virtual machines and event, VMotion-associated traffic.  &lt;br /&gt;
&lt;br /&gt;
With vShield, you can create various levels of administrative permission and assign that to your hierarchy of network and VMware administrators. &lt;br /&gt;
&lt;br /&gt;
VShield Zones works by having a single virtual machine (VM) act as the vShield management station. VShield monitoring VMs are then deployed to monitor each virtual switch (vSwitch) on each ESX Server. You can create policies on the management station to police your virtual infrastructure network traffic and report on both allowed and denied network traffic.&lt;br /&gt;
&lt;br /&gt;
VMware's vShield Zones is offered in three of the six vSphere Editions: Advanced, Enterprise and Enterprise Plus.</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">vshield</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">security</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">spi</category>
      <pubDate>Tue, 15 Dec 2009 16:40:05 GMT</pubDate>
      <author>karavinds1</author>
      <guid>http://communities.vmware.com/blogs/karavinds1/2009/12/15/vmware-vshield-zones</guid>
      <dc:date>2009-12-15T16:40:05Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/karavinds1/comment/vmware-vshield-zones</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/karavinds1/feeds/comments?blogPostID=5316</wfw:commentRss>
    </item>
    <item>
      <title>Is anyone out there? - Storage failover script</title>
      <link>http://communities.vmware.com/blogs/weirk/2009/12/15/is-anyone-out-there-storage-failover-script</link>
      <description>So far I've posted a few scripts, helped out in the community a little bit. And what I'm wondering is has anyone noticed? I've got more powershell scripts, and aparently people have downloaded the ones I've posted, and given me a few points for them. But no one's commented on my own blog, here, or pretty much anywhere else to let me know if the scripts were helpful.&lt;br /&gt;
In any case here's a script I wrote a few weeks ago for doing a HP EVA CA failover or any SAN/storage failover (without purchasing SRM ) just using powershell. &lt;br /&gt;
&lt;p /&gt;
&lt;ol&gt;
&lt;li&gt;This program will work with Vsphere or vcenter - at the moment I haven't had time to perfect passing the login credentials to sub threads. So you'll have to put the credentials in two places.&lt;/li&gt;
&lt;li&gt;It makes it a bit easier to deal with things, as it will give you a list of LUN's which you then select the one that you want to failover.&lt;/li&gt;
&lt;li&gt;It will shutdown/suspend the VM's and then prompt you to rescan after you have done the failover via your Storage appliance. After you've done a rescan - or two (in case you rescan before your storage is available again)&lt;/li&gt;
&lt;li&gt;then it will resume/start only the VM's that were powered on when you began.&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
When I have time, I plan on getting it to detect if it's Vsphere and to do a datastore rescan across all of the hosts (it's new in vsphere) and developing a way to have it verify that the lun is available again before it resumes/starts the VM's I believe one of the newer vsphere powershell commands will allow you to send and receive files from a ESX server so I'll probably try to write/read a file from the lun. &lt;br /&gt;
&lt;p /&gt;
!http://www.sitevacuum.com/publisher/GoogleSearchIconShadow.gif!!http://www.sitevacuum.com/publisher/SuperSearchIconShadow.gif!&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
!http://www.SiteVacuum.com/publisher/GoogleSearchIconShadow.gif!!http://www.SiteVacuum.com/publisher/SuperSearchIconShadow.gif!&lt;br /&gt;
&lt;br /&gt;
!http://www.SiteVacuum.com/publisher/GoogleSearchIconShadow.gif!!http://www.SiteVacuum.com/publisher/SuperSearchIconShadow.gif!&lt;br /&gt;
&lt;br /&gt;
!http://www.SiteVacuum.com/publisher/GoogleSearchIconShadow.gif!!http://www.SiteVacuum.com/publisher/SuperSearchIconShadow.gif!</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">storage</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">failover</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">srm</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">powershell</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vcenter</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vi3</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">management</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">script</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">storage</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">eva</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">hp</category>
      <pubDate>Tue, 15 Dec 2009 16:13:17 GMT</pubDate>
      <author>Kyle Weir</author>
      <guid>http://communities.vmware.com/blogs/weirk/2009/12/15/is-anyone-out-there-storage-failover-script</guid>
      <dc:date>2009-12-15T16:13:17Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/weirk/comment/is-anyone-out-there-storage-failover-script</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/weirk/feeds/comments?blogPostID=5314</wfw:commentRss>
    </item>
    <item>
      <title>Stubborn NICs</title>
      <link>http://communities.vmware.com/blogs/n00bsJourney/2009/12/14/stubborn-nics</link>
      <description>While performing one of my first ESX host server builds today, I noticed that a few of the vmnics on the ESX server were showing as "down". Three in total...the network team confirmed cabling and switch configurations, but for some reason the NICs that handle NFS traffic to the NAS, as well as one of the NICs we use for VM traffic, were showing as down...&lt;br /&gt;
&lt;br /&gt;
Since initial troubleshooting with the network team yielded no results, I took a look at the duplex settings of the NICs that were showing as down...for some reason the three that were showing as down were listed as half duplex as shown below: &lt;br /&gt;
&lt;br /&gt;
&lt;span style="color:#ff6600"&gt;Name    PCI            Driver    Link         Speed     Duplex    MTU    Description&lt;br /&gt;
vmnic2  16:04.00   tg3         Down      0Mbps     Half        1500     Broadcom Corporation Broadcom BCM5715S Gigabit&lt;/span&gt; &lt;br /&gt;
&lt;br /&gt;
There were two other NICs with the same status...these were vmnic4 and vmnic5 (used for NFS traffic)&lt;br /&gt;
&lt;br /&gt;
In an attempt to bring this three NICs up I tried manually setting the speed and duplex to 1000 Full using the command&lt;span style="color:#ff6600"&gt;&lt;br /&gt;
&lt;br /&gt;
esxcfg-nics -s 1000 -d full vmnic2&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
That command didn't seem to work because vmnic2 still showed as half duplex with no link...after this didn't work I tried setting vmnic2 to auto-negotiate for speed/duplex and the following error was kindly provided back to me:&lt;span style="color:#ff6600"&gt;&lt;br /&gt;
&lt;br /&gt;
esxcfg-nics -a vmnic2&lt;br /&gt;
Error: Function not implemented: Function not implemented&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Since I couldn't make heads or tails of what the issue was I tried the magic reboot. After the server came back up it had appeared that the reboot did in fact work it's magic on one of the three previously "down" NICs, as vmnic5 now showed as "Up". vmnic2 and vmnic4 were still down though showing half duplex.&lt;br /&gt;
&lt;br /&gt;
This is where I'm at now and hoping to figure out what's going on soon. Seems like it should be something basic that I'm overlooking so any suggestions are welcome   &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;</description>
      <pubDate>Mon, 14 Dec 2009 20:30:59 GMT</pubDate>
      <author>MitchV85</author>
      <guid>http://communities.vmware.com/blogs/n00bsJourney/2009/12/14/stubborn-nics</guid>
      <dc:date>2009-12-14T20:30:59Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/n00bsJourney/comment/stubborn-nics</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/n00bsJourney/feeds/comments?blogPostID=5312</wfw:commentRss>
    </item>
    <item>
      <title>vSphere 4.0 Upgrade Part 1: Planning</title>
      <link>http://communities.vmware.com/blogs/ManualAutomation/2009/12/14/vsphere-40-upgrade-part-1-planning</link>
      <description>Planning is the most important step of any upgrade project and this one is no exception.  Luckily VMware provides a very good resources to help with this step.  The first and most important stop is the VMware vSphere Upgrade Center: &lt;a class="jive-link-external" href="http://www.vmware.com/products/vsphere/upgrade-center/"&gt;http://www.vmware.com/products/vsphere/upgrade-center/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Many of the following links can be found in the Upgrade Center.  I recommend you watch VMware's "How to Upgrade to vSphere" webcast:&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/a/webcasts/details/248"&gt;http://www.vmware.com/a/webcasts/details/248&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
And watch VMware's "How Do I Upgrade" video series:&lt;br /&gt;
&lt;a class="jive-link-external" href="http://download3.vmware.com/vsphere/vsphere-migration-intro.html"&gt;http://download3.vmware.com/vsphere/vsphere-migration-intro.html&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://download3.vmware.com/vsphere/vsphere-migration-part1.html"&gt;http://download3.vmware.com/vsphere/vsphere-migration-part1.html&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://download3.vmware.com/vsphere/vsphere-migration-part2.html"&gt;http://download3.vmware.com/vsphere/vsphere-migration-part2.html&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://download3.vmware.com/vsphere/vsphere-migration-part3.html"&gt;http://download3.vmware.com/vsphere/vsphere-migration-part3.html&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://download3.vmware.com/vsphere/vsphere-migration-part4.html"&gt;http://download3.vmware.com/vsphere/vsphere-migration-part4.html&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
The Upgrade Center also hosts the VMware vSphere Upgrade Advisor tool.  Run this to determine next steps:&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/products/vsphere/upgrade-center/advisor/"&gt;http://www.vmware.com/products/vsphere/upgrade-center/advisor/&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Per advisor tool:&lt;br /&gt;
&lt;p /&gt;
&lt;ol&gt;
&lt;li&gt;Check VMware Infrastructure Licenses
&lt;ol&gt;
&lt;li&gt;vSphere 4.0 (vCenter/ESX)&lt;/li&gt;
&lt;li&gt;Site Recovery Manager 4.0&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Review Support Contracts
&lt;ol&gt;
&lt;li&gt;Make sure the proper PLA has been identified and setup&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Check Hardware Compatibility (use VMware Certified Compatibility Guides portal here: &lt;a class="jive-link-external" href="http://www.vmware.com/resources/compatibility/search.php"&gt;http://www.vmware.com/resources/compatibility/search.php&lt;/a&gt;)
&lt;ol&gt;
&lt;li&gt;Systems: HP ProLiant DL380 G5, in my case&lt;/li&gt;
&lt;li&gt;SAN: EMC Celerra, iSCSI&lt;/li&gt;
&lt;li&gt;iSCSI HBA: QLogic QLE4062c&lt;/li&gt;
&lt;li&gt;Requires firmware upgrade&lt;/li&gt;
&lt;li&gt;NIC: Intel Pro/1000 PT Quad Port GbE&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Review Guest OS Support&lt;/li&gt;
&lt;li&gt;Review the Migration Pre-requisite Checklist&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
Some of the items in the checklist will be redundant but it doesn't hurt to be thorough given what we're trying to accomplish.  After reviewing the previous resources, you will have a strong understanding of what the upgrade for your environment is going to require and should have drafted up at least a draft of your upgrade plan.&lt;br /&gt;
&lt;br /&gt;
With plan in hand, it's time to test! &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">infrastructure</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vi</category>
      <pubDate>Mon, 14 Dec 2009 20:05:06 GMT</pubDate>
      <author>Virtual_JTW</author>
      <guid>http://communities.vmware.com/blogs/ManualAutomation/2009/12/14/vsphere-40-upgrade-part-1-planning</guid>
      <dc:date>2009-12-14T20:05:06Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/ManualAutomation/comment/vsphere-40-upgrade-part-1-planning</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/ManualAutomation/feeds/comments?blogPostID=5311</wfw:commentRss>
    </item>
    <item>
      <title>VCP4 TAM Study Club</title>
      <link>http://communities.vmware.com/blogs/trevordavis/2009/12/10/vcp4-tam-study-club</link>
      <description>&lt;h1&gt;&lt;b&gt;Week 5&lt;/b&gt;&lt;/h1&gt;
&lt;h3&gt;&lt;u&gt;&lt;i&gt;Readings&lt;/i&gt;&lt;/u&gt;&lt;/h3&gt;
Fibre Channel SAN Configuration Guide&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/pdf/vsphere4/r40/vsp_40_san_cfg.pdf"&gt;http://www.vmware.com/pdf/vsphere4/r40/vsp_40_san_cfg.pdf&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;&lt;i&gt;&lt;u&gt;Study Questions and Answers&lt;/u&gt;&lt;/i&gt;&lt;/h3&gt;
1.  How do VM access virtual disks - through virtual SCSI controllers&lt;br /&gt;
2. how does VMFS keep multi host environments safe  -- with distributed locking&lt;br /&gt;
3. max number of physical storage extents - 32&lt;br /&gt;
4. What are the performance gains of VM's on RDM's over VMFS - None&lt;br /&gt;
5. What is the WWPN –World Wide Port Name&lt;br /&gt;
6.When does the FC switch assign a port ID? – when the device logs into the fabric.&lt;br /&gt;
7. What are the two storage system types?  -- active / active and active / passive.&lt;br /&gt;
8. What is the new storage pathing type in vSphere?  - Round Robin&lt;br /&gt;
8. What is VMFS Metadata?  -- holds mapping information for VMFS objects&lt;br /&gt;
9. VMFS Metadata is updated when what is changed? -- &lt;br /&gt;
Creating, growing, or locking a virtual machine file&lt;br /&gt;
Changing a file's attributes&lt;br /&gt;
Powering a virtual machine on or off&lt;br /&gt;
10. How many VMFS datastores should a LUN contain? – one&lt;br /&gt;
11. Suggestion – Study the “Making LUN Decisions” section.&lt;br /&gt;
12. How can you prioritize disk bandwidth consumption of a VM – using Disk Shares&lt;br /&gt;
14. What is the VMware multiplathing module – Native Multipathing Plug-in&lt;br /&gt;
15. What two plug-ins are used with the native multipathing plug-in? – Storage Array Type Plug-in and Path Selection Plug-ins.&lt;br /&gt;
16. What tasks does storage SATP implement – monitors health of each physical path, reports changes in state and performs array specific actions, i.e., can active passive paths.&lt;br /&gt;
17. What is the function of path selection plug-in? – choosing the physical path for I/O requests.&lt;br /&gt;
18. Boot from SAN Consideration -- &lt;br /&gt;
The HBA should be plugged into the lowest PCI bus and slot number&lt;br /&gt;
When you boot from an active/passive storage array, the SP whose WWN is specified in the BIOS configuration of the HBA must be active.&lt;br /&gt;
19. General Setup Considerations for Fibre Channel SAN Arrays&lt;br /&gt;
LUNs must be presented to each HBA of each host with the same LUN ID number.&lt;br /&gt;
Unless specified for individual storage arrays, set the host type for LUNs presented to ESX/ESXi to Linux, Linux Cluster, or, if available, to vmware or esx.&lt;br /&gt;
If you are using VMotion, DRS, or HA, make sure that both source and target hosts for virtual machines can see the same LUNs with identical LUN IDs.&lt;br /&gt;
20. For what reason would you decide to boot from SAN ?&lt;br /&gt;
If you do not want to handle maintenance of local storage.&lt;br /&gt;
If you need easy cloning of service consoles.&lt;br /&gt;
In diskless hardware configurations, such as on some blade systems.&lt;br /&gt;
21. Benefits of Boot from SAN? &lt;br /&gt;
Cheaper servers – Servers can be more dense and run cooler without internal storage.&lt;br /&gt;
Easier server replacement – You can replace servers and have the new server point to the old boot location.&lt;br /&gt;
Easier backup processes – The system boot images in the SAN can be backed up as part of the overall SAN backup procedures.&lt;br /&gt;
Improved management –Creating and managing the operating system image is easier and more &lt;br /&gt;
&lt;p /&gt;
&lt;h1&gt;&lt;b&gt;Week 4&lt;/b&gt;&lt;/h1&gt;
&lt;h3&gt;&lt;u&gt;&lt;i&gt;Readings&lt;/i&gt;&lt;/u&gt;&lt;/h3&gt;
vSphere Upgrade Guide&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/pdf/vsphere4/r40/vsp_40_upgrade_guide.pdf"&gt;http://www.vmware.com/pdf/vsphere4/r40/vsp_40_upgrade_guide.pdf&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
vSphere Web Access Administrator's Guide &lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/pdf/vsphere4/r40/vsp_40_web_access.pdf"&gt;http://www.vmware.com/pdf/vsphere4/r40/vsp_40_web_access.pdf&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;&lt;u&gt;&lt;i&gt;More Information From This Week's Discussion&lt;/i&gt;&lt;/u&gt;&lt;/h3&gt;
It doesn&amp;rsquo;t appear there is an expiration date set at this point, for more information on the VCP4 2nd change program see &lt;a class="jive-link-external" href="http://mylearn1.vmware.com/portals/certification/"&gt;http://mylearn1.vmware.com/portals/certification/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Thin Provisioning Fragmentation &amp;hellip; here is some information from the VMware product management team. &lt;br /&gt;
Most think of file system thin provisioning where this was more of an issue due to much smaller allocations of space to grow a thin provisioned file. In vSphere we grow the thin provisioned vmdk file in increments of whatever block size is set on the VMFS volume (1 MB by default). With a large access unit size (1 MB) the performance impact of fragmentation in the datastore is very low. Not zero, but not significant to most people.  If you move the VM either with Storage VMotion or a cold migrate it will defrag.  &lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/pdf/vsp_4_thinprov_perf.pdf"&gt;http://www.vmware.com/pdf/vsp_4_thinprov_perf.pdf&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;&lt;i&gt;&lt;u&gt;Study Questions and Answers&lt;/u&gt;&lt;/i&gt;&lt;/h3&gt;
vSphere Upgrade Guide&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/pdf/vsphere4/r40/vsp_40_upgrade_guide.pdf"&gt;http://www.vmware.com/pdf/vsphere4/r40/vsp_40_upgrade_guide.pdf&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
vSphere Web Access Administrator's Guide &lt;a class="jive-link-external" href="http://www.vmware.com/pdf/vsphere4/r40/vsp_40_web_access.pdf"&gt;http://www.vmware.com/pdf/vsphere4/r40/vsp_40_web_access.pdf&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
1.	What are the key features of vSphere Web Access (Page 10)&lt;br /&gt;
&lt;blockquote&gt;a.	Access ESX hosts and vCenter Servers from Linux and Windows systems. &lt;br clear="all" /&gt;							 b.	Access virtual machines on ESX hosts and vCenter Server instances without installing the vSphere client. &lt;br clear="all" /&gt;							 c.	Create new virtual machines on ESX hosts. &lt;br clear="all" /&gt;							 d.	Configure existing virtual machine settings. &lt;br clear="all" /&gt;							 e.	Add virtual machines to the inventory. &lt;br clear="all" /&gt;							 f.	Remove virtual machines from the inventory. &lt;br clear="all" /&gt;							 g.	Perform power operations (start, stop, reset, suspend, and resume) on virtual machines. &lt;br clear="all" /&gt;							 h.	Monitor the operation of datacenters, ESX hosts, and virtual machines. &lt;br clear="all" /&gt;							 i.	Interact with the guest operating systems running within virtual machines that use the VMware Remote console. &lt;br clear="all" /&gt;							 j.	Generate URL and desktop shortcuts for virtual machines. &lt;br clear="all" /&gt;							 k.	Create and manage snapshots of virtual machines. &lt;br clear="all" /&gt;							 l.	Perform complete virtual machine snapshot hierarchy management &lt;br clear="all" /&gt;							 m.	Provide end users with access to virtual machines. &lt;br clear="all" /&gt;							 n.	Use client devices (such as CD/DVD drives) from your own computer to install software or copy data.&lt;/blockquote&gt;
2.	Supported Operating Systems&lt;br /&gt;
&lt;blockquote&gt;a.	Microsoft Windows 2003 Web Edition Service Pack 1 &lt;br clear="all" /&gt;							 b.	Windows 2003 Standard Edition &lt;br clear="all" /&gt;							 c.	Windows Server 2003 Enterprise Edition Service Pack 1 &lt;br clear="all" /&gt;							 d.	Windows XP Professional Service Pack 3 &lt;br clear="all" /&gt;							 e.	Windows XP Home Edition Service Pack 2 &lt;br clear="all" /&gt;							 f.	Microsoft Windows 2000 Professional Service Pack 4 &lt;br clear="all" /&gt;							 g.	Windows 2000 Server Service Pack &lt;br clear="all" /&gt;							 h.	 Windows 2000 Advanced Server Service Pack 4 &lt;br clear="all" /&gt;							 i.	Linux kernel 2.2.14 or later &lt;br clear="all" /&gt;							 j.	glibc 2.3.2 or later &lt;br clear="all" /&gt;							 k.	XFree86-3.3.6 or later &lt;br clear="all" /&gt;							 l.	gtk+2.0 or later &lt;br clear="all" /&gt;							 m.	 fontconfig (also known as xft) &lt;br clear="all" /&gt;							 n.	libstdc++5 or later&lt;/blockquote&gt;
3.	Max size of a disk that can be added to new VM &lt;br /&gt;
&lt;blockquote&gt;a.	2047 GB&lt;/blockquote&gt;
4.	What does Optimize for safety mean&lt;br /&gt;
&lt;blockquote&gt;a.	Saves all changes to the virtual disk before notifying the system.&lt;/blockquote&gt;
5.	What does optimize for performance mean &lt;br /&gt;
&lt;blockquote&gt;a.	Acknowledges changes to the virtual disk immediately, but saves them at a later time.&lt;/blockquote&gt;
6.	Difference between persistent and non persistent disks&lt;br /&gt;
&lt;blockquote&gt;a.	Disks in persistent mode behave like conventional disks on your physical computer.&lt;/blockquote&gt;
&lt;blockquote&gt;b.	Changes to disks in nonpersistent mode are discarded when you power off or reset the virtual machine. Nonpersistent mode enables you to restart the virtual machine with a virtual disk in the same state every time.&lt;/blockquote&gt;
7.	What hard disk types can you change capacity of&lt;br /&gt;
&lt;blockquote&gt;a.	SCSI Only Page&lt;/blockquote&gt;
8.	 What SCSI controller type can you select for HW version 7 only&lt;br /&gt;
&lt;blockquote&gt;a.	LSI SAS&lt;/blockquote&gt;
9.	 What Virtual Machine Advanced Settings can you change&lt;br /&gt;
&lt;blockquote&gt;a.	Advanced settings include log management, enabling or disabling acceleration, paravirtualization support, MMU support, and modifying virtual machine configuration files.&lt;/blockquote&gt;
10.	Which Linux guest is currently VMI 3.0 enabled &lt;br /&gt;
&lt;blockquote&gt;a.	Ubuntu 7.04 (Feisty) or later&lt;/blockquote&gt;
11.	What type of virtual disk can be added to powered on VMs with HW versions earlier than 7.0.&lt;br /&gt;
&lt;blockquote&gt;a.	You can add a SCSI virtual disk to a powered-on virtual machine with hardware versions earlier than 7.0.&lt;/blockquote&gt;
12.	When Not to Take a Snapshot&lt;br /&gt;
&lt;blockquote&gt;a.	It is best to take a snapshot when no applications in the virtual machine are sending transactions to other computers.&lt;/blockquote&gt;
13.	What will affect the redo log files?&lt;br /&gt;
&lt;blockquote&gt;a.	When you remove the snapshot, the changes accumulated in the redo log files are written permanently to the base virtual disk files. &lt;br clear="all" /&gt;						 b.	When you revert to the snapshot, the contents of the redo log files are discarded. Any subsequent changes are accumulated in new redo logs. &lt;br clear="all" /&gt;						 c.	If you take a snapshot when the virtual machine already has a snapshot, the changes accumulated in the redo log files are written permanently to the base virtual disk files. Any subsequent changes accumulate in new redo logs.&lt;/blockquote&gt;
14.	Look at section on Troubleshooting vSphere Web Access Errors, pages 61 &amp;ndash; 65.&lt;br /&gt;
&lt;br /&gt;
15.	When should the vSphere Host Update Utility be used and when should vCenter Update Manager be used for upgrading to vSphere.&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;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;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;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;blockquote&gt;a.	Host Update Utility: This tool is for upgrading ESX 3.x/ESXi 3.5 standalone hosts to ESX 4.0/ESXi 4.0 and for patching ESXi 4.0 &lt;br clear="all" /&gt;						 b.	vCenter Update Manager is for upgrading ESX/ESXi hosts that are managed in vCenter Server. &lt;br clear="all" /&gt;						 c.	With Update Manager 4.0 you can perform orchestrated upgrades of hosts and virtual machines. Orchestrated upgrades can be used to upgrade the virtual machine hardware and VMware Tools of virtual machines in the inventory&lt;/blockquote&gt;
16.	 How does licensing change in vSPhere&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;a.	25 key centralized&lt;/blockquote&gt;
17.	What is different for VM upgrade to ESX 4.0&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;a.	Upgrade tools then Hardware&lt;/blockquote&gt;
18.	The requirements for a cold migration upgrade with vCenter&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;a.	One or more machines meeting ESX 4.0/ESXi 4.0 requirements. &lt;br clear="all" /&gt;						 b.	Empty host storage sufficient to hold a portion of your virtual machines. Ideally, the storage should be large enough to hold all of the migrated virtual machines. A larger capacity for virtual machines on this extra storage means fewer operations are required before all your virtual machines are migrated.&lt;/blockquote&gt;
19.	What happens to datastores when you move from ESX to ESXI&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;a.	VMFS datastores are overwritten unless they are moved to another host before the upgrade.&lt;/blockquote&gt;
20.	ESX hardware requirements&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;a.	64bit &lt;br clear="all" /&gt;						 b.	2 GB RAM &lt;br clear="all" /&gt;						 c.	One or more network adapters. &lt;br clear="all" /&gt;						 d.	sCSI, fibre Channel or internal RAID Controller &lt;br clear="all" /&gt;						 e.	know the differences beween ESX and ESXi&lt;/blockquote&gt;
21.	vCenter Requirements&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;a.	32-Bit or 64-Bit Operating System for vCenter Server &lt;br clear="all" /&gt;						 b.	2 CPUs &lt;br clear="all" /&gt;						 c.	3 GB RAM &lt;br clear="all" /&gt;						 d.	2 GB disk&lt;/blockquote&gt;
22.	 vCenter server required ports&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;a.	80 and 443 &lt;br clear="all" /&gt;						 b.	389 &amp;ndash; Directory Services &lt;br clear="all" /&gt;						 c.	636 &amp;ndash; linked mode &lt;br clear="all" /&gt;						 d.	902 &amp;ndash; host communication &lt;br clear="all" /&gt;						 e.	8080/8443 &amp;ndash; vCenter management webservices&lt;/blockquote&gt;
23.	Review vCenter Server Upgrade Summary &amp;hellip; such as&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;a.	Vi client 1.x not supported &lt;br clear="all" /&gt;						 b.	Oracle 9i not supported&lt;/blockquote&gt;
24.	Review Table 5-2, Configuration and Patch Requirements &lt;br /&gt;
&lt;br /&gt;
25.	 vCenter server computer name max size&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;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;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;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;blockquote&gt;a.	15 chars&lt;/blockquote&gt;
26.	 Downtime during vCenter Server Upgrade, what does not work and what keeps working?&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;a.	DRS does not work, HA does.&lt;/blockquote&gt;
27.	What is the database upgrade log name&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;a.	VCDatabaseUpgrade.log&lt;/blockquote&gt;
28.	Be familiar with tables 9-2 and 9-3, Datastore Privileges and Network Privileges.&lt;br /&gt;
&lt;br /&gt;
29.	Can you use DHCP IP addresses for ESX hosts during upgrade&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;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;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;blockquote&gt;a.	 - No Static only&lt;/blockquote&gt;
30.	What will the Host Update Utility not upgrade that Update Manager will?&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;a.	VM hardware &lt;br clear="all" /&gt;						 b.	VM Tools &lt;br clear="all" /&gt;						 c.	Guest OS (SP and patches)&lt;/blockquote&gt;
31.	The upgrade to ESX 4.0 preserves the following files from the ESX 3.x file system&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;a.	Basically all of them, your configuration, network, security and storage configuration is in-tact.&lt;/blockquote&gt;
32.	What versions of ESX/i are supported for upgrade?&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;a.	3.0.0 onwards&lt;/blockquote&gt;
33.	How much space does the service console VMDK require in ESX upgrade &amp;ndash; &lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;a.	The service console VMDK requires at least 8.4GB of available space.&lt;/blockquote&gt;
34.	How do you view the Upgrade Logs?&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;a.	Open %TEMP%\VCDatabaseUpgrade.log.&lt;/blockquote&gt;
35.	If you decide to roll back to ESX 3.x what will be lost?&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;a.	Changes to service console&lt;/blockquote&gt;
&lt;blockquote&gt;b.	VM functionality if VM hardware was upgraded.&lt;/blockquote&gt;
36.	What OSes go down for VMware Tools Upgrade&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;a.	Windows (guest OS reboot)&lt;/blockquote&gt;
&lt;blockquote&gt;b.	Linux, network and Solaris stay up.&lt;/blockquote&gt;
37.	Virtual Hardware Upgrade &amp;ndash; what OSes stay up?&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;a.	None.&lt;/blockquote&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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;p /&gt;
&lt;br /&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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;h1&gt;&lt;b&gt;Week 3&lt;/b&gt;&lt;/h1&gt;
&lt;h3&gt;&lt;u&gt;&lt;i&gt;Readings&lt;/i&gt;&lt;/u&gt;&lt;/h3&gt;
vSphere Basic System Administration:&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/pdf/vsphere4/r40/vsp_40_admin_guide.pdf"&gt;http://www.vmware.com/pdf/vsphere4/r40/vsp_40_admin_guide.pdf&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;&lt;i&gt;&lt;u&gt;Study Questions and Answers&lt;/u&gt;&lt;/i&gt;&lt;/h3&gt;
1)	The following requirements apply to each vCenter Server system that is a member of a Linked Mode group:&lt;br /&gt;
a)	DNS must be operational for Linked Mode replication to work.&lt;br /&gt;
b)	The vCenter Server instances in a Linked Mode group can be in different domains if the domains have a two-way trust relationship. Each domain must trust the other domains on which vCenter Server instances are installed.&lt;br /&gt;
c)	When adding a vCenter Server instance to a Linked Mode group, the installer must be run by a domain user who is an administrator on both the machine where vCenter Server is installed and the target machine of the Linked Mode group.&lt;br /&gt;
d)	All vCenter Server instances must have network time synchronization. The vCenter Server installer validates that the machine clocks are not more than 5 minutes apart.&lt;br /&gt;
&lt;br /&gt;
2)	 What does vCenter Server 4.0 uses to enable Linked Mode&lt;br /&gt;
a)	 ADAM/AD LDS&lt;br /&gt;
&lt;br /&gt;
3)	 Troubleshooting extensions&lt;br /&gt;
a)	vCenter Server extensions running on the tomcat server have extension.xml files which contain the URL where the corresponding Web application can be accessesed (files are located in C:\Program Files\VMware\Infrastructure\VirtualCenter Server\extensions). Extension installers populate these XML files using the DNS name for the machine&lt;br /&gt;
&lt;br /&gt;
4)	How do you config snmp communities - vicfg-snmp.pl&lt;br /&gt;
&lt;br /&gt;
5)	What is SYSLOGD&lt;br /&gt;
a)	All ESX/ESXi hosts run a syslog service (syslogd), which logs messages from the VMkernel and other system components to a file.&lt;br /&gt;
&lt;br /&gt;
6)	How do you Collect ESX Log Files Using the Service Console&lt;br /&gt;
a)	 Run the following script on the service console: /usr/bin/vm-support&lt;br /&gt;
&lt;br /&gt;
7)	What can you use the Datastore Browser to do:&lt;br /&gt;
a)	View or search the contents of a datastore.&lt;br /&gt;
b)	Add a virtual machine or template stored on a datastore to the vSphere Client inventory.&lt;br /&gt;
c)	Copy or move files from one location to another, including to another datastore.&lt;br /&gt;
d)	Upload a file or folder from the client computer to a datastore.&lt;br /&gt;
e)	Download a file from a datastore to the client computer.&lt;br /&gt;
f)	Delete or rename files on a datastore.&lt;br /&gt;
&lt;br /&gt;
8)	What does Enable Lockdown Mode achieve?&lt;br /&gt;
a)	 disable remote access for the administrator account after vCenter Server takes control of this host. This option is available for ESXi hosts only&lt;br /&gt;
&lt;br /&gt;
9)	 What is the difference between disconnecting and removing a host in VC Server&lt;br /&gt;
a)	You can disconnect and reconnect a host that is being managed by vCenter Server. Disconnecting a managed host does not remove it from vCenter Server; it temporarily suspends all monitoring activities performed by vCenter Server. The managed host and its associated virtual machines remain in the vCenter Server inventory. By contrast, removing a managed host from vCenter Server removes the managed host and all its associated virtual machines from the vCenter Server inventory.&lt;br /&gt;
&lt;br /&gt;
10)	What does the host health monitoring tool present&lt;br /&gt;
a)	data gathered using Systems Management Architecture for Server Hardware (SMASH) profiles&lt;br /&gt;
&lt;br /&gt;
11)	 Guided consolidation network ports&lt;br /&gt;
a)	135, 137, 138, 139 and 445&lt;br /&gt;
&lt;br /&gt;
12)	In guided consolidation what does Confidence show &amp;ndash; &lt;br /&gt;
a)	Confidence &amp;ndash; Indicates the degree to which vCenter Server is able to gather performance data about the system and how good a candidate the system is based on the available data.&lt;br /&gt;
&lt;br /&gt;
13)	 Virtual Machine Versions &amp;ndash; &lt;br /&gt;
a)	Version 4; &lt;br /&gt;
i)	Compatible with ESX 3.0 and greater hosts and VMware Server 1.0 and greater hosts. Recommended for virtual machines that need to run on ESX 3.x hosts and for virtual machines that must share virtual hard disks with other version 4 virtual machines. &lt;br /&gt;
b)	B. Version 7; &lt;br /&gt;
(1)	Compatible with ESX 4.0 and greater hosts. Provides greater virtual machine functionality. Recommended for virtual machines that do not need to migrate to ESX 3.x hosts.&lt;br /&gt;
&lt;br /&gt;
14)	What are the OS choices when creating a new VM&lt;br /&gt;
a)	Microsoft Windows, Linux, Novell NetWare, Solaris, Other&lt;br /&gt;
&lt;br /&gt;
15)	What guests support Paravirtualized SCSI&lt;br /&gt;
a)	Windows Server 2008, Windows Server 2003, Red Hat Linux (RHEL) 5&lt;br /&gt;
&lt;br /&gt;
16)	When can you not decide a virtual disk format &lt;br /&gt;
a)	On NFS&lt;br /&gt;
&lt;br /&gt;
17)	What does vmwareUser.exe and vmware-user do? &lt;br /&gt;
a)	The VMware user process (VMwareUser.exe on Windows guests or vmware-user on Linux and Solaris guests), which enables you to copy and paste text between the guest and managed host operating systems.&lt;br /&gt;
&lt;br /&gt;
18)	When can the hardware version of a virtual machine can be lower than the highest version supported by the ESX/ESXi host it is running on?&lt;br /&gt;
a)	You migrate a virtual machine created on an ESX/ESXi 3.x or earlier host to an ESX/ESXi 4.x host.&lt;br /&gt;
b)	You create a new virtual machine on an ESX 4.x host using an existing virtual disk that was created on an ESX/ESXi 3.x or earlier host.&lt;br /&gt;
c)	You add a virtual disk created on an ESX/ESXi 3.x or earlier host to a virtual machine created on an ESX/ESXi 4.x host&lt;br /&gt;
&lt;br /&gt;
19)	What nic's support wake on lan&lt;br /&gt;
a)	Flexible (VMware Tools required), vmxnet, Enhanced vmxnet, vmxnet 3&lt;br /&gt;
&lt;br /&gt;
20)	What HW version for paravirtualized scsi &lt;br /&gt;
a)	V7&lt;br /&gt;
&lt;br /&gt;
21)	Virtual Hardware Requirements for Guest Customization&lt;br /&gt;
a)	VMware Tools installed&lt;br /&gt;
b)	32-bit or 64-bit hardware corresponding to the 32-bit or 64-bit operating system being installed&lt;br /&gt;
c)	SCSI disks&lt;br /&gt;
&lt;br /&gt;
22)	Where are windows and linux errors reported during booting&lt;br /&gt;
a)	%WINDIR%\temp\vmware-imc.&lt;br /&gt;
/var/log/vmware/customization.log.&lt;br /&gt;
&lt;br /&gt;
23)	Discuss options for migrating VMs (page 187)&lt;br /&gt;
&lt;br /&gt;
24)	EVC Requirements&lt;br /&gt;
a)	Vc 2.5 update 2&lt;br /&gt;
b)	All virtual machines in the cluster that are running on hosts with a feature set greater than the EVC mode you intend to enable must be powered off or migrated out of the cluster before EVC is enabled. (For example, consider a cluster containing an Intel Xeon Core 2 host and an Intel Xeon 45nm Core 2 host, on which you intend to enable the Intel Xeon Core 2 baseline. The virtual machines on the Intel Xeon Core 2 host can remain powered on, but the virtual machines on the Intel Xeon 45nm Core 2 host must be powered off or migrated out of the cluster.)&lt;br /&gt;
c)	All hosts in the cluster must have CPUs from a single vendor, either AMD or Intel.&lt;br /&gt;
d)	All hosts in the cluster must be running ESX/ESXi 3.5 Update 2 or later.&lt;br /&gt;
e)	All hosts in the cluster must be connected to the vCenter Server system.&lt;br /&gt;
f)	n All hosts in the cluster must have advanced CPU features, such as hardware virtualization support (AMDV or Intel VT) and AMD No eXecute (NX) or Intel eXecute Disable (XD), enabled in the BIOS if they are available.&lt;br /&gt;
g)	All hosts in the cluster should be configured for VMotion. See &amp;ldquo;Host Configuration for VMotion,&amp;rdquo; on page 187.&lt;br /&gt;
h)	All hosts in the cluster must have supported CPUs for the EVC mode you want to enable.&lt;br /&gt;
&lt;br /&gt;
25)	Read Storage VMotion Requirements and Limitations Page 198&lt;br /&gt;
&lt;br /&gt;
26)	What snapshots are not supported &amp;ndash; &lt;br /&gt;
a)	Snapshots of raw disks, RDM physical mode disks, and independent disks are not supported &lt;br /&gt;
&lt;br /&gt;
27)	What are the ESX/ESXi host default users&lt;br /&gt;
a)	root and vpxuser&lt;br /&gt;
&lt;br /&gt;
28)	Default Roles for ESX/ESXi and vCenter Server&lt;br /&gt;
a)	No access, read only, administrator, VM power user, VM user, resource pool admin, vm consolidated backup user, datastore consumer, network consumer&lt;br /&gt;
&lt;br /&gt;
29)	What are the 2 alarm triggers &amp;ndash; &lt;br /&gt;
a)	Condition or State and Event&lt;br /&gt;
&lt;br /&gt;
30)	By default, vCenter Server has four collection intervals: &lt;br /&gt;
a)	Day, Week, Month, and Year.&lt;br /&gt;
&lt;br /&gt;
=======================================================================================&lt;br /&gt;
&lt;br /&gt;
&lt;h1&gt;&lt;b&gt;Week 2&lt;/b&gt;&lt;/h1&gt;
&lt;h3&gt;&lt;u&gt;&lt;i&gt;Readings&lt;/i&gt;&lt;/u&gt;&lt;/h3&gt;
ESX and vCenter Server Installation Guide: &lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/pdf/vsphere4/r40/vsp_40_esx_vc_installation_guide.pdf"&gt;http://www.vmware.com/pdf/vsphere4/r40/vsp_40_esx_vc_installation_guide.pdf&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
ESX Configuration Guide:&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/pdf/vsphere4/r40/vsp_40_esx_server_config.pdf"&gt;http://www.vmware.com/pdf/vsphere4/r40/vsp_40_esx_server_config.pdf&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;&lt;i&gt;&lt;u&gt;Follow up Information From Last Week's Club Meeting&lt;/u&gt;&lt;/i&gt; &lt;/h3&gt;
&lt;u&gt;vMA Resources&lt;/u&gt;&lt;br /&gt;
&lt;a class="jive-link-thread" href="http://communities.vmware.com/thread/234641"&gt;http://communities.vmware.com/thread/234641&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/support/developer/vima/index.html"&gt;http://www.vmware.com/support/developer/vima/index.html&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-community" href="http://communities.vmware.com/community/vmtn/vsphere/automationtools/vima" title="VMware vSphere™ Management Assistant (vMA): Linux Virtual Machine for deploying scripts and select 3rd-party agents"&gt;http://communities.vmware.com/community/vmtn/vsphere/automationtools/vima&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;Paravirtualized SCSI and Direct Path Compared&lt;/u&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://professionalvmware.com/2009/08/vmdirectpath-paravirtual-scsi-vsphere-vm-options-and-you/"&gt;http://professionalvmware.com/2009/08/vmdirectpath-paravirtual-scsi-vsphere-vm-options-and-you/&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;vSphere Command Line Interface&lt;/u&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/pdf/vsphere4/r40/vsp_40_vcli.pdf"&gt;http://www.vmware.com/pdf/vsphere4/r40/vsp_40_vcli.pdf&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;vMotion and Change Management&lt;/u&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://viewyonder.com/2009/05/12/vmotion-and-change-management/"&gt;http://viewyonder.com/2009/05/12/vmotion-and-change-management/&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;Fault Tolerance Resources&lt;/u&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/files/pdf/perf-vsphere-fault_tolerance.pdf"&gt;http://www.vmware.com/files/pdf/perf-vsphere-fault_tolerance.pdf&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-blogpost" href="http://communities.vmware.com/blogs/vmroyale/2009/05/18/vmware-fault-tolerance-requirements-and-limitations"&gt;http://communities.vmware.com/blogs/vmroyale/2009/05/18/vmware-fault-tolerance-requirements-and-limitations&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;Performance Characterization of VMFS and RDM Using a SAN / Use Cases Also Included&lt;/u&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/files/pdf/performance_char_vmfs_rdm.pdf"&gt;http://www.vmware.com/files/pdf/performance_char_vmfs_rdm.pdf&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;&lt;i&gt;&lt;u&gt;Study Questions&lt;/u&gt;&lt;/i&gt;&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Ports
&lt;ol&gt;
&lt;li&gt;80 - direct http, redirects to https,&lt;/li&gt;
&lt;li&gt;389 LDAP for DS,&lt;/li&gt;
&lt;li&gt;443 vSphere Client,&lt;/li&gt;
&lt;li&gt;636 Linked mode SSL,&lt;/li&gt;
&lt;li&gt;902 managed hosts, heartbeat,&lt;/li&gt;
&lt;li&gt;902/903 vSphere client to display VM consoles&lt;/li&gt;
&lt;li&gt;8080 WS HTTP&lt;/li&gt;
&lt;li&gt;8443 WS HTTPS&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Is IPv4 and v6 supported with PXE Boot ESX installation?
&lt;ol&gt;
&lt;li&gt;No&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Difference between standard and advanced installs
&lt;ol&gt;
&lt;li&gt;Standard configures default partitions on single hd/lun, default partitions are sized based on capacity.&lt;/li&gt;
&lt;li&gt;Advanced allows you to specify console.vmdk partition settings, kernel options, bootloader location, password.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;3 ways to install
&lt;ol&gt;
&lt;li&gt;Graphical, Text, Scripted&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;In a scripted install what does the default ks-first.cfg script do
&lt;ol&gt;
&lt;li&gt;The default ks-first.cfg script reformats the /dev/sda disk and sets up default partitioning&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Differences Between Kickstart and ESX Commands
&lt;ol&gt;
&lt;li&gt;ESX scripted installation is similar to, but incompatible with Red Hat's kickstart: In general, kickstart and ESX scripts differ as follows: ESX scripts use the UUID format for specifying disks. ESX scripts use MAC addresses to specify network adapters. ESX scripts generally allow file and NFS URLs. ESX command options and their values require an equal sign (=) instead of a space.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Required Partitions (Page 61 and 62)
&lt;ol&gt;
&lt;li&gt;/&lt;/li&gt;
&lt;li&gt;/boot&lt;/li&gt;
&lt;li&gt;Swap&lt;/li&gt;
&lt;li&gt;Vmfs3&lt;/li&gt;
&lt;li&gt;Vmkcore&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Optional Partitions (Page 62)
&lt;ol&gt;
&lt;li&gt;/home&lt;/li&gt;
&lt;li&gt;/tmp&lt;/li&gt;
&lt;li&gt;/usr&lt;/li&gt;
&lt;li&gt;/var/log&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;For remote DB's
&lt;ol&gt;
&lt;li&gt;Configure Microsoft SQL Server TCP/IP for JDBC - Protocol Keepalive must be 30000 (Page 78)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Advantages of installing vc server in a VM: (Page 89)
&lt;ol&gt;
&lt;li&gt;Rather than dedicating a separate server to the vCenter Server system, you can place it in a virtual machine running on the same ESX host where your other virtual machines run.&lt;/li&gt;
&lt;li&gt;You can provide high availability for the vCenter Server system by using VMware HA.&lt;/li&gt;
&lt;li&gt;You can migrate the virtual machine containing the vCenter Server system from one host to another, enabling maintenance and other activities.  You can create snapshots of the vCenter Server virtual machine and use them for backups, archiving, and so on.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
Networking&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Name 3 types of network services in ESX
&lt;ol&gt;
&lt;li&gt;Connecting virtual machines to the physical network and to each other&lt;/li&gt;
&lt;li&gt;Connecting VMkernel services (such as NFS, iSCSI, or VMotion) to the physical network.&lt;/li&gt;
&lt;li&gt;Running management services for ESX via the service console.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Max number of vSwitches per host
&lt;ol&gt;
&lt;li&gt;127&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Default number of ports per vSwitch
&lt;ol&gt;
&lt;li&gt;56&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Max number of port groups per host
&lt;ol&gt;
&lt;li&gt;512&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;What type of VLANs can you see on VLAN ID 0
&lt;ol&gt;
&lt;li&gt;only see untagged (non VLAN)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;What type of VLAN ID 4095 -
&lt;ol&gt;
&lt;li&gt;See traffic on any VLAN&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;What traffic does the VMKernel TCP/IP Stack handle -
&lt;ol&gt;
&lt;li&gt;iSCSI, NFS, and vMotion&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;How do you view the current CDP mode for the a vSwitch
&lt;ol&gt;
&lt;li&gt;esxcfg-vswitch -b &amp;lt;vSwitch&amp;gt; command.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;How are private VLANs used between the ESX host and the rest of the network.
&lt;ol&gt;
&lt;li&gt;To use private VLANs between an ESX host and the rest of the physical network, the physical switch connected to the ESX host needs to be private VLAN-capable and configured with the VLAN IDs being used by ESX for the private VLAN functionality.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;vSwitch networking policies
&lt;ol&gt;
&lt;li&gt;Load balancing and failover / Route based on the originating port ID, Route based on ip hash, Route based on source MAC hash&lt;/li&gt;
&lt;li&gt;VLAN (vNetwork Distributed Switch only),&lt;/li&gt;
&lt;li&gt;Security,&lt;/li&gt;
&lt;li&gt;Traffic shaping,&lt;/li&gt;
&lt;li&gt;Port blocking policies (vNetwork Distributed Switch only)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Traffic Shaping Policy
&lt;ol&gt;
&lt;li&gt;Average Bandwidth, Peak Bandwidth, Burst Size (Page 50)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;VMDirectPAth - How many passthrough devices connected per VM?
&lt;ol&gt;
&lt;li&gt;2&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;WHat features are unavailable for VM's with VMDirectpath
&lt;ol&gt;
&lt;li&gt;VMotion&lt;/li&gt;
&lt;li&gt;Hot adding and removing of virtual devices&lt;/li&gt;
&lt;li&gt;Suspend and resume&lt;/li&gt;
&lt;li&gt;Record and replay&lt;/li&gt;
&lt;li&gt;Fault tolerance&lt;/li&gt;
&lt;li&gt;High availability&lt;/li&gt;
&lt;li&gt;DRS (limited availability; the virtual machine can be part of a cluster, but cannot migrate across hosts)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
Storage&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Maximum virtual disk size
&lt;ol&gt;
&lt;li&gt;2TB with 8MB block size&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Maximum file size:
&lt;ol&gt;
&lt;li&gt;2TB - 512 bytes with 8MB block size&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Block size:
&lt;ol&gt;
&lt;li&gt;1MB (default), 2MB, 4MB, and 8MB&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Number of VMFS datastores &amp;ndash;
&lt;ol&gt;
&lt;li&gt;You can have up to 256 VMFS datastores per system, with a minimum volume size of 1.2GB&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Max Number of hosts per VMFS vol
&lt;ol&gt;
&lt;li&gt;32&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Some of the vSphere Features Not Supported by Storage Type (see table 7-2 of Server Config Guide)
&lt;ol&gt;
&lt;li&gt;vMotion &amp;ndash; No local storage&lt;/li&gt;
&lt;li&gt;RDM or VM Cluster &amp;ndash; No local storage or NFS&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;iSCSI initiator discovery methods &amp;ndash;
&lt;ol&gt;
&lt;li&gt;Dynamic and Static&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Max number of extents per datastore &amp;ndash;
&lt;ol&gt;
&lt;li&gt;32&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;What is PSA
&lt;ol&gt;
&lt;li&gt;Pluggable Storage Architecture (PSA).  The PSA is an open modular framework that coordinates the simultaneous operation of multiple multipathing plugins (MPPs).&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;What is SATP
&lt;ol&gt;
&lt;li&gt;Storage Array Type Plugins&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;What are the 3 PSP (Path Selection Policy's)
&lt;ol&gt;
&lt;li&gt;Fixed, MRU, Round Robin&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;What is NPIV
&lt;ol&gt;
&lt;li&gt;N-Port ID Virtualization: Makes it possible to use the NPIV technology that allows a single Fibre Channel HBA port to register with the Fibre Channel fabric using several worldwide port names (WWPNs).&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;When can you use NPIV
&lt;ol&gt;
&lt;li&gt;You can use NPIV only for virtual machines with RDM disks.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Limitations of RDM's
&lt;ol&gt;
&lt;li&gt;Not available for block devices or certain RAID devices &amp;ndash; RDM uses a SCSI serial number to identify the mapped device. Because block devices and some direct-attach RAID devices do not export serial numbers, they cannot be used with RDMs.&lt;/li&gt;
&lt;li&gt;Available with VMFS-2 and VMFS-3 volumes only &amp;ndash; RDM requires the VMFS-2 or VMFS-3 format. In ESX, the VMFS-2 file system is read only. Upgrade it to VMFS-3 to use the files that VMFS-2 stores.&lt;/li&gt;
&lt;li&gt;No snapshots in physical compatibility mode &amp;ndash; If you are using an RDM in physical compatibility mode, you cannot use a snapshot with the disk. Physical compatibility mode allows the virtual machine to manage its own snapshot or mirroring operations.  Snapshots are available in virtual mode.&lt;/li&gt;
&lt;li&gt;No partition mapping &amp;ndash; RDM requires the mapped device to be a whole LUN. Mapping to a partition is not supported.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
Security&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;How can using VMware assist with a DoS attack
&lt;ol&gt;
&lt;li&gt;resource limit on that machine prevents the attack from taking up so much of the hardware resources that the other virtual machines are also affected.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;What do Default certificates created on ESX use for encryption
&lt;ol&gt;
&lt;li&gt;SHA-1 with RSA encryption as the signature algorithm.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;What are the ports for connecting to the Virtual Machine Console through a Firewall
&lt;ol&gt;
&lt;li&gt;Port 443 communicates with - vmware-authd&lt;/li&gt;
&lt;li&gt;Port 902 communicates with vmkauthd&lt;/li&gt;
&lt;li&gt;Ports between hosts - 443 (server-to-server migration and provisioning traffic)&lt;/li&gt;
&lt;li&gt;2050&amp;ndash;2250 (for HA traffic)&lt;/li&gt;
&lt;li&gt;8000 (for VMotion)&lt;/li&gt;
&lt;li&gt;8042&amp;ndash;8045 (for HA traffic)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Table 12-1. TCP and UDP Ports (Page 151)&lt;/li&gt;
&lt;li&gt;Virtual switches and VLANs can protect against the following types of attacks.
&lt;ol&gt;
&lt;li&gt;MAC Flooding, 802.1q and ISL tagging attacks, double encapsulation, multicast brute force, spanning tree, random frame attacks&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Service console security recommendations
&lt;ol&gt;
&lt;li&gt;limit user access, use vSphere client, only use vmware sources to upgrade components you run in the service console&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
Host Profiles&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;What are host profiles
&lt;ol&gt;
&lt;li&gt;The host profiles feature creates a profile that encapsulates the host configuration and helps to manage the host configuration, especially in environments where an administrator manages more than one host or cluster in vCenter Server&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;What format is a host profile when you export it
&lt;ol&gt;
&lt;li&gt;Vpf&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
=======================================================================================&lt;br /&gt;
&lt;br /&gt;
&lt;h1&gt;&lt;b&gt;Week 1&lt;/b&gt;&lt;/h1&gt;
&lt;h3&gt;&lt;u&gt;&lt;i&gt;Readings&lt;/i&gt;&lt;/u&gt;&lt;/h3&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/support/vsphere4/doc/vsp_40_new_feat.html"&gt;http://www.vmware.com/support/vsphere4/doc/vsp_40_new_feat.html&lt;/a&gt; &amp;ndash; This is the vSphere 4.0 What&amp;rsquo;s New Features Guide &lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/pdf/vsphere4/r40/vsp_40_esx_get_start.pdf"&gt;http://www.vmware.com/pdf/vsphere4/r40/vsp_40_esx_get_start.pdf&lt;/a&gt; -- Getting Started with ESX.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/pdf/vsphere4/r40/vsp_40_esxi_i_get_start.pdf"&gt;http://www.vmware.com/pdf/vsphere4/r40/vsp_40_esxi_i_get_start.pdf&lt;/a&gt; - Getting Started with ESXi Installable&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/pdf/vsphere4/r40/vsp_40_intro_vs.pdf"&gt;http://www.vmware.com/pdf/vsphere4/r40/vsp_40_intro_vs.pdf&lt;/a&gt; - Introduction to VMware vSphere (up to page 27).&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;&lt;i&gt;&lt;u&gt;Study Questions &amp;#38; Answers&lt;/u&gt;&lt;/i&gt;&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;What standard does vApps use - Open Virtualization Format (OVF) 1.0 standard&lt;/li&gt;
&lt;li&gt;What is the requirement for the new Machine Performance Counters Integration into Perfmon - Latest VMware Tools installed in the guest OS&lt;/li&gt;
&lt;li&gt;What is the new vMA - virtual machine which includes vSphere Command-Line Interface and other prepackaged software that developers and administrators can use to run agents and scripts to manage ESX and ESXi systems. Functions of vMA include noninteractive login, which allows you to use vSphere CLI without entering passwords on command lines and to collect log files from ESX and ESXi servers&lt;/li&gt;
&lt;li&gt;Name a new feature of VMware Data Recovery - data deduplication&lt;/li&gt;
&lt;li&gt;Name the 3 new Virtual Hardware features&lt;/li&gt;
&lt;li&gt;New Virtual Hardware &amp;mdash; ESX/ESXi 4.0 introduces a new generation of virtual hardware (virtual machine hardware version 7), which adds significant new features including
&lt;ol&gt;
&lt;li&gt;New storage virtual devices&lt;/li&gt;
&lt;li&gt;Serial Attached SCSI (SAS) virtual devices &amp;mdash; Provides support for running Windows Server 2008 Failover Clustering configurations.&lt;/li&gt;
&lt;li&gt;IDE virtual device &amp;mdash; Ideal for supporting older operating systems that lack SCSI drivers.&lt;/li&gt;
&lt;li&gt;VMXNET Generation 3 &amp;mdash; See the vNetwork section of this feature list.&lt;/li&gt;
&lt;li&gt;Hot plug support for virtual devices and hot add support for memory and virtual CPUs&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Maximum amount of host memory: 1TB&lt;/li&gt;
&lt;li&gt;What is VMware Paravirtualized SCSI (PVSCSI) &amp;mdash; Paravirtualized SCSI adapters are high-performance storage adapters that offer greater throughput and lower CPU utilization for virtual machines. These adapters are best suited for environments in which guest applications are very I/O intensive.&lt;/li&gt;
&lt;li&gt;Name the 3 vNetwork Distributed Switch enhancements: Private VLAN Support, Network VMotion, 3rd Party Distributed Switch Support&lt;/li&gt;
&lt;li&gt;What are the 3 new guests that can be customized: * Windows Server 2008 (32-bit and 64-bit), Ubuntu 8.04, Debian 4.0&lt;/li&gt;
&lt;li&gt;Name some of the new commands in the vSphere Command-Line Interface: vicfg-dns, vicfg-ntp, vicfg-user, vmware-cmd, and vicfg-iscsi&lt;/li&gt;
&lt;li&gt;Describe DRS - VMware DRS helps you manage a cluster of physical hosts as a single compute resource. You can assign a&lt;/li&gt;
&lt;li&gt;virtual machine to a cluster and DRS finds an appropriate host on which to run the virtual machine. DRS places&lt;/li&gt;
&lt;li&gt;virtual machines in such a way as to ensure that load across the cluster is balanced, and cluster-wide resource&lt;/li&gt;
&lt;li&gt;allocation policies (for example, reservations, priorities, and limits) are enforced.&lt;/li&gt;
&lt;li&gt;Describe HA - VMware HA enables quick restart of virtual machines on a different physical server within a cluster&lt;/li&gt;
&lt;li&gt;automatically if a host fails. All applications within the virtual machines have the high availability benefit,&lt;/li&gt;
&lt;li&gt;through application clustering.&lt;/li&gt;
&lt;li&gt;Describe FT - Using VMware vLockstep technology, VMware Fault Tolerance (FT) on the ESX/ESXi host platform provides&lt;/li&gt;
&lt;li&gt;continuous availability by protecting a virtual machine (the Primary VM) with a shadow copy (Secondary VM)&lt;/li&gt;
&lt;li&gt;that runs in virtual lockstep on a separate host.&lt;/li&gt;
&lt;li&gt;Describe DPM - When DPM is enabled, the system compares cluster-level and host-level capacity to the demands of virtual&lt;/li&gt;
&lt;li&gt;machines running in the cluster. If the resource demands of the running virtual machines can be met by a&lt;/li&gt;
&lt;li&gt;subset of hosts in the cluster, DPM migrates the virtual machines to this subset and powers down the hosts&lt;/li&gt;
&lt;li&gt;that are not needed.&lt;/li&gt;
&lt;li&gt;What is the DVS - A vNetwork Distributed Switch (dvSwitch) functions as a single virtual switch across all associated hosts&lt;/li&gt;
&lt;li&gt;Layer 2 security options - Enforces what vNICs attached to a port group in a virtual machine can do by controlling capabilities for a promiscuous mode, MAC address changes, or forged transmissions.&lt;/li&gt;
&lt;li&gt;If a LUN fails when will all VM's fail - if the LUN that has the first extent of the spanned volume. (find blog on extents)&lt;/li&gt;
&lt;li&gt;When is RDM's useful- SAN snapshot, MSCS&lt;/li&gt;
&lt;li&gt;Describe vApp - A vApp has the same basic operation as a virtual machine, but can contain multiple virtual machines or appliances. With vApps, you can perform operations on multi-tier applications as separate entities (for example, clone, power on and off, and monitor). vApps package and manage those applications.&lt;/li&gt;
&lt;li&gt;How does vCenter Server communicate with ESX/i host agents - Throught the vSphere API&lt;/li&gt;
&lt;li&gt;ESX Hardware req: 64bit, 2GB ram, 1 or more supported net adapters (Broadcom 570xx, Intel Pro 1000), SCSI Adapter, Fibre Channel Adapter, or Internal RAID Controller&lt;/li&gt;
&lt;li&gt;vSphere client req - 266mhz+, 200MB RAM, 1GB free hd for full, 400mb on temp, gb ethernet recommended&lt;/li&gt;
&lt;li&gt;Minimum Requirements for vCenter Server&lt;/li&gt;
&lt;li&gt;CPU &amp;ndash; 2 CPUs&lt;/li&gt;
&lt;li&gt;Processor &amp;ndash; 2.0GHz or faster Intel or AMD processor. Processor requirements might be higher if the database runs on the same machine.&lt;/li&gt;
&lt;li&gt;Memory &amp;ndash; 3GB RAM. Memory requirements might be higher if the database runs on the same machine.&lt;/li&gt;
&lt;li&gt;Disk storage &amp;ndash; 2GB. Disk requirements might be higher if the database runs on the same machine.&lt;/li&gt;
&lt;li&gt;Microsoft SQL Server 2005 Express disk requirements &amp;ndash; Up to 2GB free disk space to decompress the installation archive. Approximately 1.5GB of these files are deleted after the installation is complete.&lt;/li&gt;
&lt;li&gt;Networking &amp;ndash; Gigabit connection recommended.&lt;/li&gt;
&lt;li&gt;vCenter Server domain account permissions, Member of the Administrators group, Act as part of the operating system, Log on as a service&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
&lt;h1&gt;Weekly WebEx Session&lt;/h1&gt;
Topic: VMware VCP4 Study Club &lt;br /&gt;
Date: Every Thursday, from Thursday, November 12, 2009 to Thursday, December 24, 2009 &lt;br /&gt;
Time: 3:00 pm, Eastern Standard Time (GMT -05:00, New York) &lt;br /&gt;
Meeting Number: 921 510 655 &lt;br /&gt;
Meeting Password: vcp4 &lt;br /&gt;
&lt;br /&gt;
Please click the link below to see more information, or to join the meeting.-----&lt;br /&gt;
To join the online meeting (Now from iPhones too!)-----&lt;br /&gt;
1. Go to &lt;a class="jive-link-external" href="https://vmware.webex.com/vmware/j.php?ED=124023097&amp;#38;UID=0&amp;#38;PW=44e03d2d3e77"&gt;https://vmware.webex.com/vmware/j.php?ED=124023097&amp;#38;UID=0&amp;#38;PW=44e03d2d3e77&lt;/a&gt; &lt;br /&gt;
2. Enter your name and email address. &lt;br /&gt;
3. Enter the meeting password: vcp4 &lt;br /&gt;
4. Click "Join Now".-----&lt;br /&gt;
To join the teleconference only-----&lt;br /&gt;
Provide your phone number when you join the meeting to receive a call back. Alternatively, you can call: &lt;br /&gt;
Call-in toll-free number (Premiere): 1-877-647-3411 &lt;br /&gt;
Attendee access code: 104265-----&lt;br /&gt;
For assistance-----&lt;br /&gt;
1. Go to &lt;a class="jive-link-external" href="https://vmware.webex.com/vmware/mc"&gt;https://vmware.webex.com/vmware/mc&lt;/a&gt; &lt;br /&gt;
2. On the left navigation bar, click "Support". &lt;br /&gt;
&lt;br /&gt;
You can contact me or Trevor Davis at: &lt;br /&gt;
dmarotta@vmware.com &lt;br /&gt;
1-980-722-5131 &lt;br /&gt;
Or &lt;br /&gt;
tdavis@vmware.com &lt;br /&gt;
1- 954-854-2362&lt;br /&gt;
&lt;br /&gt;
To add this meeting to your calendar program (for example Microsoft Outlook), click this link: &lt;br /&gt;
&lt;a class="jive-link-external" href="https://vmware.webex.com/vmware/j.php?ED=124023097&amp;#38;UID=0&amp;#38;ICS=MI&amp;#38;LD=1&amp;#38;RD=2&amp;#38;ST=1&amp;#38;SHA2=R/kLsDCOdH5642Q7-eMgm0B5FvF0u6WI9YFUl0g1-Ts="&gt;https://vmware.webex.com/vmware/j.php?ED=124023097&amp;#38;UID=0&amp;#38;ICS=MI&amp;#38;LD=1&amp;#38;RD=2&amp;#38;ST=1&amp;#38;SHA2=R/kLsDCOdH5642Q7-eMgm0B5FvF0u6WI9YFUl0g1-Ts=&lt;/a&gt;</description>
      <pubDate>Thu, 10 Dec 2009 20:53:22 GMT</pubDate>
      <author>Trevor Davis</author>
      <guid>http://communities.vmware.com/blogs/trevordavis/2009/12/10/vcp4-tam-study-club</guid>
      <dc:date>2009-12-10T20:53:22Z</dc:date>
      <clearspace:dateToText>3 months, 1 day ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <wfw:comment>http://communities.vmware.com/blogs/trevordavis/comment/vcp4-tam-study-club</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/trevordavis/feeds/comments?blogPostID=5213</wfw:commentRss>
    </item>
    <item>
      <title>vSphere 4.0 Upgrade Project</title>
      <link>http://communities.vmware.com/blogs/ManualAutomation/2009/12/10/vsphere-40-upgrade-project</link>
      <description>In the next six posts I will describe the process I'm using to upgrade my Virtual Infrastructure 3.5 production cluster to vSphere 4.0.  BTW, am I the only one that still dislike the "vSphere" moniker?  What was wrong with "Virtual Infrastructure"?  At least that is more descriptive!  What does a vSphere describe?  Okay, I understand the "v" in front is short for virtual (maybe?).  So is this a virtual sphere?  The marketing folk need to rethink their branding practices.  Now if they come out with some coherent brand strategy that ties the whole "sphere" thing together with their products, I'll have to take everything back, but as it stands it's worthless.  But I digress...&lt;br /&gt;
&lt;br /&gt;
I will publish everything in six parts:&lt;br /&gt;
Part 1: Planning&lt;br /&gt;
Part 2: Testing&lt;br /&gt;
Part 3: Upgrade to vCenter 4.0 and SRM 4.0&lt;br /&gt;
Part 4: Upgrade ESX Hosts&lt;br /&gt;
Part 5: Upgrade Virtual Machines&lt;br /&gt;
Part 6: Conclusion</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vi3</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">infrastructure</category>
      <pubDate>Thu, 10 Dec 2009 20:33:29 GMT</pubDate>
      <author>Virtual_JTW</author>
      <guid>http://communities.vmware.com/blogs/ManualAutomation/2009/12/10/vsphere-40-upgrade-project</guid>
      <dc:date>2009-12-10T20:33:29Z</dc:date>
      <clearspace:dateToText>2 months, 1 day ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/ManualAutomation/comment/vsphere-40-upgrade-project</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/ManualAutomation/feeds/comments?blogPostID=5294</wfw:commentRss>
    </item>
    <item>
      <title>How to Upgrade the Firmware on a Dell 2950 running ESXi (with no physical floppy drive).</title>
      <link>http://communities.vmware.com/blogs/gunnarb/2009/12/10/how-to-upgrade-the-firmware-on-a-dell-2950-running-esxi-with-no-physical-floppy-drive</link>
      <description>&lt;b&gt;NOTE: This tutorial is only valid if you have a DRAC card installed in your 2950.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
This process was surprisingly simple.  Basically what I’m going to do is use the downloaded EXE from Dell’s website.  This EXE will create a bootable floopy, but instead of doing this to a physical floppy (because I don’t even have one).  I’m going to do this to a virtual floopy.  To do this edit the settings of any VM you have access to, Click on the Floppy Drive, then select “Create new floppy image in datastore”.  Choose your location and name and hit okay, then hit okay again.  &lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5293-7979/vm2.jpg" alt="vm2.jpg" width="620" class="jive-image-thumbnail jive-image" onclick="myJiveImage.start(this, 'http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5293-7979/vm2.jpg');return false;"/&gt; &lt;br /&gt;
&lt;br /&gt;
I had to go back in after this and then select, “Use existing floppy image in datastore” then select the file I just created.  Don’t forget to check the box “connected” once you have done this.&lt;br /&gt;
&lt;br /&gt;
 &lt;img src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5293-7978/vm.jpg" alt="vm.jpg" width="620" class="jive-image-thumbnail jive-image" onclick="myJiveImage.start(this, 'http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5293-7978/vm.jpg');return false;"/&gt; &lt;br /&gt;
&lt;p /&gt;
Now log into the VM and format the floppy drive.  Once formatted, copy the file you downloaded from Dell (the BIOS file) and execute it on the VM.  This will build the “floppy”.  Once completed Edit the settings of you VM again and uncheck the “connected” box.   &lt;br /&gt;
&lt;br /&gt;
Now you want to browse to the datastore where you created the .flp file and download it to your local desktop.&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5293-7980/vm3.jpg" alt="vm3.jpg" class="jive-image"  /&gt; &lt;br /&gt;
&lt;br /&gt;
With the .flp file on the local desktop you need to log into your DRAC.  And select the Media Tab:&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5293-7981/vm5.jpg" alt="vm5.jpg" width="620" class="jive-image-thumbnail jive-image" onclick="myJiveImage.start(this, 'http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5293-7981/vm5.jpg');return false;"/&gt; &lt;br /&gt;
&lt;p /&gt;
NOTE: If you have not enabled Virtual Media, click on Configuration and change the Attach Virtual Media setting to “Attached”.&lt;br /&gt;
&lt;br /&gt;
Select the Floppy Image File and browse to your desktop and select the .flp file.  Now click connect.&lt;br /&gt;
Put your ESX server in Maintenance Mode and reboot the server.   Connect to the console of the ESXi server via DRAC and on boot select F11 for boot options.  When the boot options come up select virtual Floppy Drive.&lt;br /&gt;
&lt;br /&gt;
From here it’s a straight forward BIOS upgrade, have fun!&lt;br /&gt;
-Gunnar</description>
      <pubDate>Thu, 10 Dec 2009 18:45:01 GMT</pubDate>
      <author>gunnarb</author>
      <guid>http://communities.vmware.com/blogs/gunnarb/2009/12/10/how-to-upgrade-the-firmware-on-a-dell-2950-running-esxi-with-no-physical-floppy-drive</guid>
      <dc:date>2009-12-10T18:45:01Z</dc:date>
      <clearspace:dateToText>2 months, 1 day ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/gunnarb/comment/how-to-upgrade-the-firmware-on-a-dell-2950-running-esxi-with-no-physical-floppy-drive</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/gunnarb/feeds/comments?blogPostID=5293</wfw:commentRss>
    </item>
    <item>
      <title>Thin to thick to thin again</title>
      <link>http://communities.vmware.com/blogs/microkid/2009/12/09/thin-to-thick-to-thin-again</link>
      <description>Well, found a solution to get my thick thin disks thin again.&lt;br /&gt;
Enable SSH on the ESXi system. Then login and use vmkfstools -i &lt;a class="jive-link-external" href="http://infile.vmdk"&gt;infile.vmdk&lt;/a&gt; &lt;a class="jive-link-external" href="http://outfile.vmdk"&gt;outfile.vmdk&lt;/a&gt; -d thin to convert the vmdk to thin again. Then edit the VM, attach the new disk and remove the old one. Saves me gigabytes of space &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":-)" /&gt;</description>
      <pubDate>Wed, 09 Dec 2009 08:11:24 GMT</pubDate>
      <author>microkid</author>
      <guid>http://communities.vmware.com/blogs/microkid/2009/12/09/thin-to-thick-to-thin-again</guid>
      <dc:date>2009-12-09T08:11:24Z</dc:date>
      <clearspace:dateToText>6 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <wfw:comment>http://communities.vmware.com/blogs/microkid/comment/thin-to-thick-to-thin-again</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/microkid/feeds/comments?blogPostID=4768</wfw:commentRss>
    </item>
    <item>
      <title>Dear Vmware world</title>
      <link>http://communities.vmware.com/blogs/reyesg/2009/12/07/dear-vmware-world</link>
      <description>Its been some time since i have posted in here. We have virtualized over 50 servers in our data center and migrated more than half of that out to a remote data center. This is all in line with our new consolidated corporate data center infrastructure plan. I cant say i blame them...in the end it will make things easier to manage and will require less downtime for any hardware refreshing and network maintenance. I am 100% behind them in the idea and would do the same. The only thing that saddens me is that they have taken away about 80% of my virtual machines and i can no longer manage them. The vmware farm here now looks kind of sad and empty. Leave it to me to come up with a plan though! I am thinking of breaking our farm in half and sending it off to our other hospital and upgrading to ESX vSphere and toying with the idea of even setting up Vmware view. I have little to no training in vmware view, but i think the fundamentals are there. As the time comes, i will more than likely post up an update and blog about any issues i come up with here.</description>
      <pubDate>Mon, 07 Dec 2009 16:23:36 GMT</pubDate>
      <author>reyesg</author>
      <guid>http://communities.vmware.com/blogs/reyesg/2009/12/07/dear-vmware-world</guid>
      <dc:date>2009-12-07T16:23:36Z</dc:date>
      <clearspace:dateToText>2 months, 4 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/reyesg/comment/dear-vmware-world</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/reyesg/feeds/comments?blogPostID=5289</wfw:commentRss>
    </item>
    <item>
      <title>VMware TAM Weekly Newsletter Edition 1.15 - ESX3.5 Update 5 released, Last newsletter of 2009!</title>
      <link>http://communities.vmware.com/blogs/vmwaretam/2009/12/07/vmware-tam-weekly-newsletter-edition-115-esx35-update-5-released-last-newsletter-of-2009</link>
      <description>Hi everyone, as this will be the last newsletter for 2009 I wanted to wish all of you a very happy and healthy festive season. I look forward to reporting all of the VMware news again from next year.&lt;br /&gt;
&lt;p /&gt;
&lt;ul class="jive-dash"&gt;

&lt;ul class="jive-dash"&gt;
&lt;li&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
Kind Regards&lt;br /&gt;
&lt;br /&gt;
Neil Isserow | VCP3 | Technical Account Manager - Queensland | &lt;br /&gt;
VMware Australia</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">4.0</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">anz</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">archive</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">brisbane</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">certification</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">course</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">discount</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">esx</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">esxi</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">neil</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">news</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">newsletter</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">region</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">tam</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">technical</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">technical_account_manager</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">twitter</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vforum</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vi4</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">virtualization</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vmworld</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vss</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">weekly</category>
      <pubDate>Mon, 07 Dec 2009 08:19:51 GMT</pubDate>
      <author>nisserow</author>
      <guid>http://communities.vmware.com/blogs/vmwaretam/2009/12/07/vmware-tam-weekly-newsletter-edition-115-esx35-update-5-released-last-newsletter-of-2009</guid>
      <dc:date>2009-12-07T08:19:51Z</dc:date>
      <clearspace:dateToText>2 months, 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <wfw:comment>http://communities.vmware.com/blogs/vmwaretam/comment/vmware-tam-weekly-newsletter-edition-115-esx35-update-5-released-last-newsletter-of-2009</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/vmwaretam/feeds/comments?blogPostID=5287</wfw:commentRss>
    </item>
    <item>
      <title>PCoIP Zero Client and VMware View 4</title>
      <link>http://communities.vmware.com/blogs/virtualdesktop/2009/12/06/pcoip-zero-client-and-vmware-view-4</link>
      <description>For all the geek's out there.... Just in time for Christmas you should be seeing hardware PCoIP zero clients with updated firmware that works with VMware View 4 and PCoIP. What does this mean? For anyone that does not know. Teradici started  PCoIP initially with a hardware based solution. This solution is comprised of a hardware zero client and a PCIe host card and for sometime now we have been working with Teradici to deliver PCoIP in software based solution for VMware View. &lt;br /&gt;
&lt;br /&gt;
Historically, the PCIe host card is installed into any system with a PCIe slot and a GPU hosted in a central secure location such as a datacenter. The PCoIP zero client is deployed desk side and used to securely access the remote system across the LAN or WAN. This is intended  to be used in a  1:1 manner and is extremely high performance. This solution tackles delivering some of the most demanding workstation workloads for users such as designers and illustrators that typically require dedicated 3D graphics.   &lt;br /&gt;
&lt;br /&gt;
With the release of View 4, existing 1:1 PCoIP hardware based solutions can be brokered by View. For existing users of PCoIP hardware, this greatly enhances the flexibility they have for addressing the entire spectrum of desktop and workstation workloads. Now they can easily add virtual desktops for thier productivity work while also providing a solution for their most demanding workstation needs using the same client and brokering infrastructure. &lt;br /&gt;
&lt;br /&gt;
With the updated firmware for existing PCoIP hardware clients can easily be updated and used to access both Virtual desktops resources and PCoIP hardware resources. PCoIP hardware zero clients are not just for workstation workloads. PCoIP hardware zero clients also provide a  high performance, low cost zero touch management client that can be used when accessing VMware View based virtual desktops using the software implementation of  PCoIP. &lt;br /&gt;
&lt;br /&gt;
With a PCoIP hardware zero client there is nothing to patch, manage or manually configure. No virus's, worms or malware. All further reducing the overall cost of a virtual desktop solution. PCoIP zero client firmware can easily be updated adding additional features. Firmware updates are easily handled in an hands off automated manner using the Teradici PCoIP Management console; a web based solution available as a virtual appliance. &lt;br /&gt;
&lt;br /&gt;
Using the preferred discovery method Domain Name System Service Record ( DNS-SRV ) existing network connected PCoIP portals or newly added PCoIP portals are automatically discovered by the PCoIP management console, once discovered configuration polices or firmware updates can easily be applied to each client. For larger deployments PCoIP clients can easily be managed in groups allowing different configurations for each.&lt;br /&gt;
&lt;br /&gt;
PCoIP hardware zero clients and Integrated dispaly's ( LCDs with integrated PCoIP clients ) will be VMware View Certified and available from the growing ecosystem of hardware PCoIP solution providers such as, WYSE, Samsung, Devon IT, Dell, ClearCube, Fujitsu, EVGA, ELSA, Leadtek, Amulet Hotkey and others. For a list of VMware View Certified Clients see the following - &lt;a class="jive-link-external" href="http://www.vmware.com/resources/compatibility/search.php?client=firefox-a&amp;#38;rls=org.mozilla:en-US:official&amp;#38;hs=Ps6&amp;#38;q=VMware%20View%20client%20HCL&amp;#38;aq=f&amp;#38;oq=&amp;#38;aqi="&gt;VMware View Ready Clients&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
The following video is a demonstration of a PCoIP hardware zero client and a VMware View 4 virtual desktop.&lt;br /&gt;
&lt;br /&gt;
{youtube}"http://www.youtube.com/watch?v=XqQTm3Nuois" width="640" height="385"{youtube}</description>
      <category domain="http://communities.vmware.com/tags?communityID=1">vmware_view</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">view_4</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">pcoip</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">teradici</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">virtual_desktops</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">desktop_virtualization</category>
      <category domain="http://communities.vmware.com/tags?communityID=1">vdi</category>
      <pubDate>Mon, 07 Dec 2009 06:03:47 GMT</pubDate>
      <author>wponder</author>
      <guid>http://communities.vmware.com/blogs/virtualdesktop/2009/12/06/pcoip-zero-client-and-vmware-view-4</guid>
      <dc:date>2009-12-07T06:03:47Z</dc:date>
      <clearspace:dateToText>2 months, 5 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/virtualdesktop/comment/pcoip-zero-client-and-vmware-view-4</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/virtualdesktop/feeds/comments?blogPostID=5286</wfw:commentRss>
    </item>
    <item>
      <title>VMware View 4 with PCoIP - Multi-Monitor</title>
      <link>http://communities.vmware.com/blogs/virtualdesktop/2009/12/05/vmware-view-4-with-pcoip-multimonitor</link>
      <description>In the first release of VMware View with PCoIP, one of the key features we wanted to focus on was true mutli-monitor support. For years studies have shown muti-monitor significantly increases user productivity. Recent studies from NEC and the University of Utah show muti-monitor can help make users 29 percent more effective at doing  tasks, multi-monitor is 24 percent more comfortable to use doing tasks and users found it 39 percent easier to move&lt;br /&gt;
around sources of information. In addition, users can be at least 10 percent more productive. I  have used multi-monitor for years and personally cannot stand it when traveling away from my multi-monitor setup.  &lt;br /&gt;
&lt;br /&gt;
Despite the popularity and growing demand for multi-monitor support. This key feature seems to have eluded vendors in the server based computing and VDI markets for years now. It really was not until recently vendors started taking this seriously and going beyond  basic solutions such as spanning or basic boundary detection. &lt;br /&gt;
&lt;br /&gt;
Spanning allows you to span multiple displays often up to a maximum total resolution. The problem with spanning is applications often open up full screen crossing all the monitor boundaries requiring the user to manually re-size the app to fit a given display. Typically spanning is coupled with a third party  or add-on software solution that adds the ability for apps to maximize but stay within the monitor boundary. The problem here is even this still has the challenge with other tasks such as the Windows logon still displaying in the middle of the screen rather than on only the primary display. This is unnatural to end users and changes the experience they are use to with a PC. It is however, better than nothing. &lt;br /&gt;
&lt;br /&gt;
We wanted to get off to a better  start  with VMware View and PCoIP. In the first release, we are able to support true muti-monitor. In addition to properly detecting monitor boundaries we also support non-matching resolutions so each monitor can run at a different resolutions from others. We also support rotate or pivot so displays can be mixed. Displaying  in landscape and or a portrait view. In addition, we also support a feature we call fit to client. Fit to client, detects the monitor configuration at connection time automatically configuring the layout so no user configuration is required. In addition, a user can exit full screen mode and the View Client will dynamically adjust the display to the window size. Fit to client is great for environments where users roam from desktop to desktop especially when there are a lot of display's that vary in size.  &lt;br /&gt;
&lt;br /&gt;
Preparing to deploy virtual desktops for multi-monitor is fairly straight forward and easy with a little planning.  Depending on your familiarity with View and virtual desktops it might be a little different than what you expect. When developing and integrating PCoIP, we closely integrated using our SVGA display drivers and the virtual machine itself. In the long run, this opens the opportunity for us to deliver some exciting features we have planned for the future.&lt;br /&gt;
&lt;br /&gt;
Because we integrate with the virtual machine hardware, some users get confused by the video settings now found with the virtual machine hardware v7 when running on ESX 4. These hardware settings currently do not affect anything and should not be used when preparing to use multi-monitor with View and PCoIP. People more familiar with ESX can get  tripped up by this at first. &lt;br /&gt;
&lt;br /&gt;
Another area that can trip up users familiar with View is upgrading existing VM's from View 3 to View 4. Those VMs are configured as single display VMs and need to  be reconfigured to support multi-monitor if you intend to use multi-monitor. VMware View Manager can help take care of this for you. &lt;br /&gt;
&lt;br /&gt;
As you can see below, VMware View Manager has new controls for configuring pools and can be used to configure or change the virtual machine hardware of an individual desktop or pools of desktops too use multi-monitor. &lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5282-7939/Screenshot2009-12-05.jpg" alt="http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5282-7939/Screenshot2009-12-05.jpg" class="jive-image"  /&gt;&lt;br /&gt;
&lt;br /&gt;
There are two basic settings.  The max number of displays; which configures the total number of possible displays and the desired resolution of each display. In an environment where you might have several possible configurations the best thing to do is configure for the highest possible resolution. In a mixed resolution environment, fit to client will handle properly setting the resolution for the user. One important note is after changing these settings or migrating existing virtual machines the VMs must be powered  off completely at least one time for the settings to take affect.   &lt;br /&gt;
&lt;br /&gt;
Tips for avoiding common gotchas: &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Preparing templates or a View Composer parent image -&lt;/b&gt; When building a template or linked clone parent that will be used to deploy several victual machines. That image is often not under the management of View Manger. Although you can add the necessary settings for multi-monitor support by directly editing the .vmx of that VM this is often error prone. I recommend adding the VM to View Manager as an individual desktop and configuring it as desired. Setting the multi-monitor settings, installing necessary software and testing  the image before using it as a template. Once completed, simply remove it from View Manager, convert it to a template or finish it's preparation for use with View Composer as a parent image.  &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Upgrading from View 3 to View 4&lt;/b&gt; -  When upgrading, it might and changing a pool to use PCoIP and starting to use multi-monitor. You need to change the muti-monitor settings and trigger a configuration change of the virtual machines. Remember, these virtual machines started as single display virtual machines and we need to reconfigure their virtual hardware settings for muti-monitor. Once this is done, the virtual machines will need to be powered off at least one time. Also note: the current default setting is 2 displays. If the default settings are desired you will need to make the change twice in view manager to trigger the change. We will change this in the next release to change  the default to one so this is not necessary. &lt;br /&gt;
&lt;br /&gt;
Once a template or View Composer parent is setup these settings will apply to all VMs deployed from that image so no extra configuration steps are needed.  &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Adding existing virtual machines to View Manager&lt;/b&gt; -  This is really no different  than our upgrade scenario. In this case, the virtual machine hardware is setup for one monitor and we need to trigger a change. Following the same steps as upgrading applies in this case. &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Single monitor pools&lt;/b&gt; -  Although the default pool setting is currently set for two display's. There is no affect if the target pool will only ever use one display and there is no reason to change the default settings. The default setting will be changed in the future to 1.   &lt;br /&gt;
&lt;br /&gt;
You might also notice once connected to a virtual desktop we disable the display settings tab in Windows. This is because fit to client takes care of properly setting the resolutions for the user. In some cases, it might be desirable to over ride this. This can be done by changing the standard Windows registry setting for controlling the display settings. &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
See [HKEY_CURRENT_USER or HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System]  and the  NoDispSettingsPage value.</description>
      <pubDate>Sun, 06 Dec 2009 01:18:18 GMT</pubDate>
      <author>wponder</author>
      <guid>http://communities.vmware.com/blogs/virtualdesktop/2009/12/05/vmware-view-4-with-pcoip-multimonitor</guid>
      <dc:date>2009-12-06T01:18:18Z</dc:date>
      <clearspace:dateToText>2 months, 6 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/virtualdesktop/comment/vmware-view-4-with-pcoip-multimonitor</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/virtualdesktop/feeds/comments?blogPostID=5282</wfw:commentRss>
    </item>
  </channel>
</rss>

