<?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>Virtual thoughts</title>
    <link>http://communities.vmware.com/blogs/larstr</link>
    <description>Various not so technical virtualization related stuff. Technical stuff goes to http://vmfaq.com/</description>
    <pubDate>Sun, 25 Oct 2009 22:07:23 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-10-25T22:07:23Z</dc:date>
    <item>
      <title>The wonderful Service Console</title>
      <link>http://communities.vmware.com/blogs/larstr/2009/10/25/the-wonderful-service-console</link>
      <description>When I was first introduced to the Service Console back in the ESX 2.0 days (in 2003) I was delighted with what VMware had done. The Service Console is a linux (sort of) VM which is what you see when you boot up an ESX server. The environment you see is a linux environment, but the hardware seen from this environment is not the full blown one as it is running as a virtual machine with some special privileges that normal VMs don't have. This means that you can also access and configure the VMware (vmkernel) environment.  The MUI (management user interface) was also nice, but everything you saw of statistics in the MUI was derived from stats that you could find within the proc nodes of the &lt;u&gt;Console OS&lt;/u&gt;, which was the name it was known by back then. It made sense that a GUI wasn't always as correct as the &amp;ldquo;real deal&amp;rdquo; where the raw numbers were sitting, so if you were in doubt of anything &lt;a class="jive-link-external" href="http://download3.vmware.com/vmworld/2005/pac057-c.pdf"&gt;you could always double check it if you knew where to look&lt;/a&gt;. If you knew some basic unix scripting you could also in a short amount of time write a script that monitored what you where looking for.&lt;br /&gt;
&lt;img src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5146-7391/vmware_esx20mui.jpg" alt="vmware_esx20mui.jpg" width="620" class="jive-image-thumbnail jive-image" onclick="myJiveImage.start(this, 'http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5146-7391/vmware_esx20mui.jpg');return false;"/&gt; &lt;br /&gt;
&lt;p /&gt;
When ESX 3.0 was introduced things had changed a bit. The Service Console still looked the same at first glance, but when you had a closer look you could tell that things had changed beyond the change of Linux version. These values that you could look at where still there, but they didn't make much sense. It turned out that /proc/vmware wasn't the main source of statistics anymore, as VMware had created their own stats interface called &lt;a class="jive-link-external" href="http://download3.vmware.com/vmworld/2006/tac9685.pdf"&gt;VSI&lt;/a&gt;(VMware SysInfo). The proc nodes within 3.0 was either a leftover from 2.0 that wasn't complete for 3.0 or it was a half done conversion interface from VSI. I don't know which one, but surely enough you couldn't rely on the proc nodes for anything anymore even though it was there.  &lt;br /&gt;
&lt;br /&gt;
The reasons for abandoning the proc nodes may have been valid. The proc nodes is where all linux distros today and many other unix variants (aix, solaris, etc) present their performance numbers through. The resolution of stats within the proc nodes on linux is always 100Hz even though the system timer could be higher. The stats within the kernel could be of a higher resolution, but the numbers presented to applications are always 100ms accurate as per USER_HZ. The real system timer rate is not accessible to user applications because it should not be necessary for them to know the real timer rate (there exists patches that overrides this). The reason for this is compatibility reasons with normal linux tools such as ps, top, uptime, etc. This means that the accuracy of stats were only as +accurate as 100ms while the accuracy in the stats in the VSI interface was 1000ms. Wouldn't normally mean a lot on most stats, but more accurate graphs are of course for the win. &lt;br /&gt;
&lt;p /&gt;
The main console tool for monitoring ESX performance is esxtop. Esxtop in version 3.x looked quite similar to the one in 2.x, but it had been rewritten from a different project than before. In esx 2.x, esxtop was derived from GNU code, while in 3.x it was now derived from BSD code. VMware had also extended it quite a bit since 2.x with various stats that they retrieved from VSI. The best tools for dumping values from VSI was however esxcfg-info that dumped all available stats in a given category. In 3.5 you could also choose the preferred formatting of the dumped stats if you wanted them in xml or perl table formats. &lt;br /&gt;
&lt;br /&gt;
When troubleshooting performance issues on ESX you would normally start with the stats in viclient to get an overview, then look at esxtop, and for further details you could use &lt;a class="jive-link-external" href="http://itknowledgeexchange.techtarget.com/virtualization-pro/vmware-esx-console-commands-esxcfg-info/"&gt;esxcfg-info&lt;/a&gt; and &lt;a class="jive-link-external" href="http://www.vmware.com/files/pdf/iiswc_2007_distribute.pdf"&gt;vscsiStats&lt;/a&gt; for more detailed information. esxcfg-info and vscsiStats where new tools introduced to the Service Console in ESX 3.0 and 3.5.&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5146-7392/vmware_esxcfg-info.png" alt="vmware_esxcfg-info.png" width="620" class="jive-image-thumbnail jive-image" onclick="myJiveImage.start(this, 'http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5146-7392/vmware_esxcfg-info.png');return false;"/&gt; &lt;br /&gt;
&lt;br /&gt;
There was never &lt;a class="jive-link-external" href="http://www.vmware.com/pdf/esx2_using_esxtop.pdf"&gt;much documentation&lt;/a&gt;of the statistics of neither the values in the proc nodes or in esxcfg-info, but it was possible to  interpret what they were by comparing the stats you were looking for to the ones shown in esxtop and in the viclient. There was eventually &lt;a class="jive-link-external" href="http://communities.vmware.com/docs/DOC-9279"&gt;some documentation&lt;/a&gt; provided by vmware on the esxtop stats (by performance guru Scott Drummonds). &lt;br /&gt;
&lt;br /&gt;
The announcement of the death of the Service Console @ vmworld 2007 has been received with mixed feelings. In ESX 3 and newer you can do everything you need from the GUI and may never need to know that there's a Service Console available. They also introduced a console less hypervisor (ESXi) we can all see the advantages it brings. As the Service Console is a Redhat based linux install, it needs additional  patching which is in reality unrelated to VMware's core business of virtualization. By having a thin hypervisor of the ESX hosts you get a smaller attack surface and it should in theory also give you slightly better performance as you don't have the additional load of an extra linux VM running (even though it's fairly lightly loaded unless you've filled it with agents). &lt;br /&gt;
&lt;br /&gt;
ESXi (or &lt;a class="jive-link-external" href="http://www.brianmadden.com/blogs/vmworld2007/archive/2007/09/13/esx-server-3i.aspx"&gt;ESX 3i&lt;/a&gt; as it was known as upon announcement) was introduced to be the future successor of normal ESX, but without a Service Console. In ESX3 you can do everything that you need to configure and manage your ESX environment from the GUI (viclient), but troubleshooting issues is often easier done from the command line. They couldn't just stop shipping normal ESX with a console right away since many third party vendors have software agents that depend on the Service Console.&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5146-7393/vmware_esxtop.png" alt="vmware_esxtop.png" width="620" class="jive-image-thumbnail jive-image" onclick="myJiveImage.start(this, 'http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-5146-7393/vmware_esxtop.png');return false;"/&gt; &lt;br /&gt;
&lt;br /&gt;
To provide command line access similar to the Service Console, VMware initially introduced the &lt;a class="jive-link-external" href="http://www.vmware.com/pdf/vi3_35/esx_3/r35u2/vi3_35_25_u2_rcli.pdf"&gt;Remote CLI appliance&lt;/a&gt;. It was based on Debian 3.1 and wasn't that bad of an idea. It provided you a command line interface where you could run resxtop and similar commands to get statistics from an ESX host and you could also to a fair bit of other management related tasks. It did include a version of esxtop, but both esxcfg-info and vscsiStats were missing.  It also came with all of the developer tools a console oriented linux programmer needed to interface with a VMware environment. VMware also had their own debian repository available for this appliance so you could add the packages you needed similar to a normal debian distro. In the original Service Console, there was no online software repository, but the ESX install CD provided extra packages that you could install. &lt;br /&gt;
&lt;br /&gt;
The Remote CLI appliance's software repository was suddenly gone and VMware introduced another appliance that had similar capabilities. The &lt;a class="jive-link-external" href="http://www.vmware.com/support/developer/vima/vima10/vima10relnotes.html"&gt;VIMA&lt;/a&gt;=Virtual Infrastructure Management Assistant. It was an appliance that included the same remote cli command set, but &lt;a class="jive-link-external" href="http://searchvmware.techtarget.com/tip/0,289483,sid179_gci1340611,00.html"&gt;was still different&lt;/a&gt;. It did not include any development tools, it included a method of setting up a trust between the ESX servers and this appliance so that you didn't need to authenticate for each command (vi-fastpass). It also didn't have the ability to add any packages, but was based on RHEL 5.2 so you could take packages from RHEL risking breaking any support from VMware if you should need to call them.&lt;br /&gt;
&lt;br /&gt;
In ESX4 this appliance has a new version and also a new name. It's now known as vMA 4.0, vSphere Management Assistant and is basicly the same appliance as VIMA 1.0, but with updated packages and you now also have the ability to setup a trust to the vCenter server in order to run commands on all of your ESX servers instead of setting up trusts to each ESX server in your environment. It still &lt;a class="jive-link-external" href="http://communities.vmware.com/message/1302473"&gt;lacks&lt;/a&gt;both esxcfg-info and vscsiStats for deep level performance troubleshooting. &lt;br /&gt;
&lt;br /&gt;
ESX4 still has the vmware proc nodes present, and whether they are a reliable source of information or not I'm not 100% sure. But I doubt they have done much with it since no software relies on it anymore and the core info lives in the VSI. &lt;br /&gt;
&lt;br /&gt;
A new (official) feature that was introduced with ESX4 is &lt;a class="jive-link-external" href="http://www.vmware.com/files/pdf/thin_provisioning_datasheet.pdf"&gt;thin provisioning&lt;/a&gt;. Thin provisioned disks only store the blocks that have data on them and is a good way of saving data while utilizing your storage subsystems better (not always performance wise, but atleast data wise). One should however be aware that when viewing a thin provisioned disk from the local Service Console, it will always show the full size of the disk, even when a fraction of the disk is allocated physically. To get the correct disk usage of this VM you will have to use the viclient (GUI) so things are now beginning to be the other way around from what we were used to in the &amp;ldquo;old days&amp;rdquo;. I don't know what other features that comes out wrongly in the console nowadays that are correct in viclient, but wouldn't be surprised if this wasn't the only one.&lt;br /&gt;
&lt;p /&gt;
The &lt;a class="jive-link-external" href="http://communities.vmware.com/thread/222233"&gt;death of the Service Console&lt;/a&gt; is indeed coming up. VMware have stated that it will die with the next release of ESX. I'm not sure if that means ESX4.5 or 5.0, but it surely will die soon enough and we already see that the focus is shifting in that direction. I hope that when that day comes, all of the functionality we are using today will be available through &lt;a class="jive-link-external" href="http://www.virtualizationadmin.com/articles-tutorials/vmware-esx-articles/general/how-to-access-the-vmware-esxi-hidden-console.html"&gt;supported means&lt;/a&gt; on the new platform.</description>
      <category domain="http://communities.vmware.com/blogs/larstr/tags">cos</category>
      <category domain="http://communities.vmware.com/blogs/larstr/tags">service</category>
      <category domain="http://communities.vmware.com/blogs/larstr/tags">console</category>
      <category domain="http://communities.vmware.com/blogs/larstr/tags">discontinue</category>
      <category domain="http://communities.vmware.com/blogs/larstr/tags">jiffies</category>
      <category domain="http://communities.vmware.com/blogs/larstr/tags">proc</category>
      <category domain="http://communities.vmware.com/blogs/larstr/tags">nodes</category>
      <category domain="http://communities.vmware.com/blogs/larstr/tags">esxcfg-info</category>
      <category domain="http://communities.vmware.com/blogs/larstr/tags">esxtop</category>
      <category domain="http://communities.vmware.com/blogs/larstr/tags">vscsistats</category>
      <category domain="http://communities.vmware.com/blogs/larstr/tags">redhat</category>
      <category domain="http://communities.vmware.com/blogs/larstr/tags">rhel</category>
      <pubDate>Mon, 26 Oct 2009 00:18:57 GMT</pubDate>
      <author>larstr</author>
      <guid>http://communities.vmware.com/blogs/larstr/2009/10/25/the-wonderful-service-console</guid>
      <dc:date>2009-10-26T00:18:57Z</dc:date>
      <clearspace:dateToText>1 month, 2 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/larstr/comment/the-wonderful-service-console</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/larstr/feeds/comments?blogPostID=5146</wfw:commentRss>
    </item>
    <item>
      <title>My view on the new TrendMicro Smart Scan Server Virtual Appliance</title>
      <link>http://communities.vmware.com/blogs/larstr/2009/06/26/my-view-on-the-new-trendmicro-smart-scan-server-virtual-appliance</link>
      <description>During the past year we've seen more and more of the old established software vendors starting to support VMware. Either by allowing their software to run on VMware or by offering solutions directly as virtual appliances.&lt;br /&gt;
&lt;br /&gt;
I recently attended a presentation by Trend Micro where they told us that they were now offering a &lt;a class="jive-link-external" href="http://www.trendmicro.com/download/emea/product.asp?productid=5&amp;#38;lng=emea"&gt;virtual OfficeScan appliance&lt;/a&gt; for VMware environments and that you would by using this appliance would get very good performance. Much better than you would if you ran it physically on a traditional windows server.&lt;br /&gt;
&lt;br /&gt;
I think it's amazing that such products are finally targetting virtual environments. It's something I've been waiting for for many years, and now finally, things are happening! &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;&lt;br /&gt;
&lt;br /&gt;
Today I installed this appliance to see what it's good for. It's shipped as an &lt;a class="jive-link-external" href="http://www.trendmicro.com/ftp/products/officescan/tmcss-1.0.1245-1-x86_64-CD.iso"&gt;iso file&lt;/a&gt; and installation is very quick. I think the initial install took about 10 minutes if not less. &lt;br /&gt;
&lt;br /&gt;
&lt;img class="jive-image-thumbnail" src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-4679-6124/250-171/tmcssva_console.png" width="250" height="171" alt="tmcssva_console.png" onclick="myJiveImage.start(this, 'http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-4679-6124/tmcssva_console.png');return false;"/&gt; &lt;br /&gt;
&lt;br /&gt;
When you look a bit under the hood of this VM you can tell it's a modified 64 bit RHEL 5.2 VM. Trend Micro is apparently also catching on to the cloud terminology:&lt;br /&gt;
&lt;div class="jive-quote"&gt;bash-3.2# cat /etc/redhat-release&lt;br /&gt;
Cloud Scan Service release 3 (Final)&lt;br /&gt;
&lt;/div&gt;
RHEL is a great OS and it is the base for many vendors (including the VMware Service Console). One should however be aware that RHEL does not support VMI (paravirt_ops) because it's using a too old kernel (and they haven't backported this functionality like SUSE did).&lt;br /&gt;
&lt;br /&gt;
VMware has an &lt;a class="jive-link-external" href="http://www.vmware.com/resources/techresources/1011"&gt;old Best Practices document&lt;/a&gt; that recommends that a virtual appliance is shipped with easy configuration through graphical or web interfaces. This appliance is following these steps with a graphical installer and a web interface that is available after installation is done. The best practices also states:&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;"It is also important that your virtual appliance includes VMware Tools. VMware Tools provides optimized drivers for VMware virtual hardware and management tools that can monitor and manage the virtual appliance with VMware VirtualCenter." &lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
VMware Tools was not installed in this VM per default, but as it was based on RHEL 5.2 it should be fairly easy to install. &lt;br /&gt;
&lt;br /&gt;
I did however need to change a few things to get it to mount the cdrom:&lt;br /&gt;
1. I added the following line to /etc/fstab&lt;br /&gt;
&lt;div class="jive-quote"&gt;/dev/hda /media/cdrom udf,iso9660 user,noauto 0 0&lt;/div&gt;
2. I created the directory /media/cdrom&lt;br /&gt;
&lt;br /&gt;
Now I could (After having chosen &lt;i&gt;Install VMware Tools&lt;/i&gt; from the menu) mount the virtual cdrom containing the tools with the command &lt;i&gt;mount /dev/cdrom &lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
Installing VMware Tools was now a breeze. I accepted all defaults and they installed successfully.&lt;br /&gt;
&lt;br /&gt;
One other thing I found was that this VM wasn't following VMware's best practices on Timekeeping. VMware's &lt;a class="jive-link-external" href="http://kb.vmware.com/kb/1006427"&gt;kb article&lt;/a&gt; recommend you to add the parameters &lt;i&gt;notsc divider=10&lt;/i&gt;&lt;br /&gt;
 &lt;img class="jive-image-thumbnail" src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-4679-6123/250-64/RHEL_recomended_kernel_parameters.png" width="250" height="64" alt="RHEL_recomended_kernel_parameters.png" onclick="myJiveImage.start(this, 'http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-4679-6123/RHEL_recomended_kernel_parameters.png');return false;"/&gt; &lt;br /&gt;
&lt;br /&gt;
By adding those parameters to the boot image line in /boot/grub/menu.lst it will not only give you better timekeeping, but it will also give you better performance.&lt;br /&gt;
&lt;br /&gt;
By doing these very few and easy steps I suddenly have a VM that is much better performing than it was out of the box. &lt;b&gt;I hope also the software vendors will realize this soon so also the average admin can get optimal performance without having to read this blog posting first.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Lars</description>
      <pubDate>Fri, 26 Jun 2009 14:24:29 GMT</pubDate>
      <author>larstr</author>
      <guid>http://communities.vmware.com/blogs/larstr/2009/06/26/my-view-on-the-new-trendmicro-smart-scan-server-virtual-appliance</guid>
      <dc:date>2009-06-26T14:24:29Z</dc:date>
      <clearspace:dateToText>5 months, 3 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/larstr/comment/my-view-on-the-new-trendmicro-smart-scan-server-virtual-appliance</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/larstr/feeds/comments?blogPostID=4679</wfw:commentRss>
    </item>
    <item>
      <title>The importance of a strong community</title>
      <link>http://communities.vmware.com/blogs/larstr/2009/06/19/the-importance-of-a-strong-community</link>
      <description>&lt;br /&gt;
In 1996 I attended some basic training and did my first firewall installation. During the following year I did a few more and every time I had a question I called other people in my company or the distributor. In 1998 I discovered that this product had a mailing list. I joined it and it opened a new world for me regarding known problems and solutions. There were a few very knowledgeable people on the list who seemed to know most of the common questions. These users where consultants or end users of the product who out of their own curiosity by the product learned the ins and outs of the product, offering free support for other peer users. There were also members of the list working for the vendor itself, but they would normally post from their personal accounts. Sometimes we would however see official postings or responses from the vendor.&lt;br /&gt;
&lt;br /&gt;
After joining this mailing list and being there for a while I understood the product much better and the quality of my work also became much better. I could also more easily discuss different questions with my customers as the questions they had was often related to something I had discussed before on the list.&lt;br /&gt;
&lt;br /&gt;
This was my first involvement in a mailing list, but I had used news groups (nntp) for years, and before that I had used similar discussion groups on different BBS networks (over modem/pots). Even though comp.sys.firewalls was nice, it&amp;rsquo;s user mass wasn&amp;rsquo;t product specific enough to give you the &amp;ldquo;little extra&amp;rdquo; of info that the vendors mailing list provided.&lt;br /&gt;
&lt;p /&gt;
Having a mailing list where anyone can post their questions is something I regard as a very good thing, but it has a few limitations:&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Threads are not implemented equally across all email clients&lt;/li&gt;
&lt;li&gt;Searchability &amp;ndash; Searching emails will return single postings, not the full thread&lt;/li&gt;
&lt;li&gt;History &amp;ndash; Hard to refer to a previous thread with a link&lt;/li&gt;
&lt;li&gt;Formatting &amp;ndash; Each email program will display emails differently so text only is often the only common denominator&lt;/li&gt;
&lt;li&gt;No user profiles or stats per user&lt;/li&gt;
&lt;li&gt;Spam&lt;/li&gt;
&lt;li&gt;RSS feed?&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
I was introduced to VMware ESX Server 1.5 in 2002, but the project that I was part of waited for version 2.0 that was shipped in September 2003 before it was implemented. Installation was done by the HW vendor and I was thrilled by this new technology. First of all, the Console OS was based on RedHat 7.2 which was something I knew from before. Secondly, there were active news groups for this product that were fairly active. I think I posted my first posting on the VMware news groups in mid-September 2003. &lt;br /&gt;
&lt;br /&gt;
A bit later, VMware announced on the news groups that they had started a web based forum. At first I didn&amp;rsquo;t really see the point why they had done that since the news groups were working so perfectly. I thought it was something that would just go away so I refused to try it. Why use a web browser when you could use your favorite news reader (tin)? A web based forum was likely to be much slower and you couldn&amp;rsquo;t use your own preferences of threading/searching etc that you were used to in your news reader. &lt;br /&gt;
&lt;br /&gt;
News is quite similar to mailing lists and has the same limitations except that threads are working well across different clients. &lt;br /&gt;
&lt;br /&gt;
After a few months I noticed that the traffic on the news groups was decreasing. In March 2004 I decided to check out what the entire buzz was about so I created a bogus account. I didn&amp;rsquo;t think I would log in to this system twice so why bother using real info? After seeing the quality of the content of these forums I logged out and created a real account that I could use in the future. I didn&amp;rsquo;t give up on the news groups right away, but I was more and more often using the web forums after that. Why? First of all, there were a few VMware employees on the forum that would have answers to questions nobody else could know. Things that wasn&amp;rsquo;t documented. Things that would require digging in the source to figure out. Documentation back then wasn&amp;rsquo;t nearly as good as today and a knowledgebase didn&amp;rsquo;t exist. Having access to discuss topics directly with those who can figure out such things, just make you want to hang around more to find out what else you have missed lately. It turned out to be highly addictive. And quite a few got addicted.&lt;br /&gt;
&lt;br /&gt;
Another thing that didn&amp;rsquo;t hurt the forum activity was the &amp;ldquo;&lt;a class="jive-link-external" href="http://www.vmware.com/community/thread.jspa?threadID=7591&amp;#38;start=0&amp;#38;tstart=0"&gt;Forum rewards-program&lt;/a&gt;&amp;rdquo;. They announced that points were now to be awarded by the question posters and that VMware would send gifts to those who got enough points based on that. VMware also sponsored a trip+hotel+access to VMworld 2005 for the top 5 forum users where they would be a panel for an &amp;ldquo;Ask the community experts&amp;rdquo;-session. Having good products is one thing, but when you add things like this you risk that people start loving the whole concept. It attracted many smart users who in turn helped keep the quality of the forums at a very high level. When people start loving a company&amp;rsquo;s concepts they will help the company build a good reputation. We have during the past couple of years seen the blogosphere around VMware grow quite substantially and it wouldn&amp;rsquo;t do that if people didn&amp;rsquo;t feel good about VMware and the products. A large part of the bloggers has also a background as active users on the VMware community forums.&lt;br /&gt;
&lt;br /&gt;
If I&amp;rsquo;m questioned about products/technology I don&amp;rsquo;t know well I usually check if the product has an active community. If it does, it&amp;rsquo;s often an indication that the products are good or that the products have great potential. You will also be able to get non-marketing answers to questions about the product line even if you&amp;rsquo;re not an existing customer. An active community does certainly not replace an official support line, but it can offload it quite a bit for the commonly known issues. An official support line is still needed for resolving the more serious issues. &lt;br /&gt;
&lt;img class="jive-image-thumbnail" src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-4625-6048/189-250/support+table.png" width="189" height="250" alt="support table.png" onclick="myJiveImage.start(this, 'http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-4625-6048/support+table.png');return false;"/&gt; &lt;br /&gt;
A community is also normally something that potential customers can join and not only existing customers/partners. I&amp;rsquo;m still amazed that not all vendors understand the value of such a community and also charge their users extra for being able to join or post to such a community. By limiting their forums like that they are probably loosing potential customers and potential active users. If their product is interesting enough it can attract technical people who are willing to spend their free time on their forums. This is a win-win situation for all parts. Potential customers and existing customers are being helped with their basic questions on the forums and the official support center can concentrate about the more serious issues. Users and consultants are getting to know the most common challenges that people are having and special solutions to things in a way that is often more trustworthy than a marketing brochure. &lt;br /&gt;
&lt;br /&gt;
A while ago I was introduced to a product that looked very interesting. It had a very nice design, some smart solutions and they could refer to a handful of major customers. Googling the product did however not give too many results and a user community didn&amp;rsquo;t exist. I evaluated the product and had a quite close contact with the distributor during this process. If the vendor had community forums I suspect I may have gotten answers to some of my questions quicker and saved myself some time during my testing.&lt;br /&gt;
&lt;br /&gt;
While this product wasn&amp;rsquo;t bad, I still prefer using a competing product even though it&amp;rsquo;s a more expensive one. Not because the competing product is so much better for the end user, but because it has good community forums, a larger user base, and less complex installation procedures.&lt;br /&gt;
&lt;br /&gt;
Personally I find the VMware forums an excellent resource, but I&amp;rsquo;m still waiting for the next version of the forums to be released as the current version is too slow for my patience and the rich text editor is useless. The current version was introduced in late September 2007 and had major problems shortly after being put into production. The stability problems were resolved, but the performance and formatting issues still isn&amp;rsquo;t perfect. As I&amp;rsquo;m not currently as active on the forums as I once was, I&amp;rsquo;m now blogging using the same system, just to be reminded of how bad or good the situation is. I could have used Wordpress or another known working blog platform, but then I wouldn&amp;rsquo;t get reminded of the status of the VMware forums. &lt;br /&gt;
&lt;br /&gt;
There are still lots of activity on the VMware community forums, so it seems all are not as impatient or formatting oriented as me. I have tried joining back at some occasions, but found myself switching to another tab while waiting for a response from the community. Having the forums available is still something I value highly even if I&amp;rsquo;m not active there on a daily basis. &lt;br /&gt;
&lt;br /&gt;
By subscribing to RSS feeds on &lt;a class="jive-link-external" href="http://www.vmware.com/communities/r/v12n.html"&gt;Planet v12n&lt;/a&gt; (&amp;ldquo;planet virtualization&amp;rdquo;) I&amp;rsquo;ve been able to get a great deal of info without using the forums. The weekly VMTN Roundtable podcast on Talkshoe is also good. It also has chat during the show so it&amp;rsquo;s much more valuable in a live session than a recording.&lt;br /&gt;
&lt;br /&gt;
There is also an irc channel on freenode, #VMware that I&amp;rsquo;ve been part of for a few years now and that&amp;rsquo;s also a place where it&amp;rsquo;s possible to discuss VMware related topics with other peer users.&lt;br /&gt;
&lt;br /&gt;
In addition to these arenas I&amp;rsquo;m now also following the progress in the virtualization field via Twitter. It&amp;rsquo;s amazing how Twitter has attracted the right users who will point you to blog posts and good community postings on a regular basis while there&amp;rsquo;s also some direct discussion going on right there. &lt;br /&gt;
&lt;br /&gt;
To sum things up, the bottom line is: VMware have some very good products that people like. VMware have supported their users by giving them an arena to discuss their product and share their experiences in an unmoderated fashion. This has lead to users spending a lot of their spare time writing about the products on both the community forums and in other arenas. The users now know more about the products than they would by only reading the documentation. This means that the users are now better at what they do, certified or not certified. Several books have been written by community members. &lt;i&gt;The importance of such a community can never be underrated.&lt;/i&gt;</description>
      <pubDate>Fri, 19 Jun 2009 23:37:15 GMT</pubDate>
      <author>larstr</author>
      <guid>http://communities.vmware.com/blogs/larstr/2009/06/19/the-importance-of-a-strong-community</guid>
      <dc:date>2009-06-19T23:37:15Z</dc:date>
      <clearspace:dateToText>5 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <wfw:comment>http://communities.vmware.com/blogs/larstr/comment/the-importance-of-a-strong-community</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/larstr/feeds/comments?blogPostID=4625</wfw:commentRss>
    </item>
    <item>
      <title>Riding the virtualization wave</title>
      <link>http://communities.vmware.com/blogs/larstr/2009/06/17/riding-the-virtualization-wave</link>
      <description>Virtualization is a hot topic and has been that for a while now. While there is only really one big player in this field there are many smaller ones that are making their living out of complementary products. We also see virtualization as a field that is still growing. Only a small percentage of the existing servers in the world run virtualized. Only a tiny fragment of a percentage of the desktops is virtualized. Forecasts by IDC (and others) have predicted that virtualization is Soon&amp;trade; coming to a system near you.&lt;br /&gt;
&lt;br /&gt;
I&amp;rsquo;m sure vendors in many fields have noticed this trend and want to join in on the ride. The easiest solution would be to adapt an existing software solution into the virtualization field without too much rewriting, while writing software from the scratch requires more effort (and money). &lt;br /&gt;
&lt;br /&gt;
I&amp;rsquo;m sure our good friends at CheckPoint had similar thoughts last year before they launched a &amp;ldquo;&lt;a class="jive-link-external" href="http://www.checkpoint.com/products/vpn-1_ve/index.html"&gt;Virtual Edition&lt;/a&gt;&amp;rdquo; ( &lt;i&gt;VE&lt;/i&gt; ) of their most known firewalling suites (UTM VE, Power VE &amp;#38; UTM Power VE). CheckPoint have provided a virtual appliance for years that has been available through the VMware Virtual Appliance marketplace, but it hasn&amp;rsquo;t been supported for production usage. &lt;br /&gt;
&lt;p /&gt;
I have used their old appliance myself and it has worked fine for for testing out different firewalling concepts. CheckPoint is providing their own linux distro called SecurePlatform (SPLAT) which is based on RHEL (similar to the Service Console), but modified to be a firewall distro and comes with a custom shell (cpshell). It also ships with a custom built kernel. This kernel has until recently been a 2.4-kernel by default. R70 (shipped in march 2009) is the first version to have a 2.6-kernel by default. The old 2.4-kernel was a bit special since they have backported many newer drivers into it. The firewall also consist of kernel modules so you can&amp;rsquo;t use whatever kernel you want.&lt;br /&gt;
&lt;br /&gt;
When this new &amp;ldquo;Virtual Edition&amp;rdquo; product line was shipped it was advertised as a product that could protect your virtual machines. It was licensed per ESX host and did not support VMotion. It came in two editions: One for up to 5 virtual machines and one unlimited version. This license is per VMware ESX host (yes, I&amp;rsquo;ve said that already). When this product was shipped it had broad media coverage and many websites/news sites noted that CheckPoint was now shipping products for VMware.&lt;br /&gt;
&lt;br /&gt;
&lt;img class="jive-image-thumbnail" src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-4615-6019/249-208/CheckPoint_VE_Overview.png" width="249" height="208" alt="CheckPoint_VE_Overview.png" onclick="myJiveImage.start(this, 'http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-4615-6019/CheckPoint_VE_Overview.png');return false;"/&gt; &lt;br /&gt;
&lt;br /&gt;
Who run 5 VMs or less on an ESX server? Who with such a smallish system would need an enterprise firewalling suite to protect the VMs? If you have a larger environment you can buy an unlimited edition, but as VMotion is not supported it would be useless too. In ESX 3.x you can have a maximum of 4 virtual nics (10 in v4), so if you want to protect each of your VMs with a separate set of rules you can&amp;rsquo;t put too many VMs on the system if the VMs are to be completely separated (also from each other). That still doesn&amp;rsquo;t justify that CheckPoint is trying to charge $7500 for the cheapest 5 VM edition (UTM) and $15000 for the unlimited edition. Per ESX host. Yes, to protect your VMs with a VE they will charge you a lot more than they would charge if you were installing their software on a physical box. An unlimited UTM license has a list price of $13000. And that price is independent on your number of ESX hosts.&lt;br /&gt;
&lt;br /&gt;
&lt;img class="jive-image-thumbnail" src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-4615-6018/249-59/Checkpoint_VE_Annotations.png" width="249" height="59" alt="Checkpoint_VE_Annotations.png" onclick="myJiveImage.start(this, 'http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-4615-6018/Checkpoint_VE_Annotations.png');return false;"/&gt; &lt;br /&gt;
&lt;br /&gt;
So what is special about VE? &lt;b&gt;&lt;i&gt;Nothing&lt;/i&gt;&lt;/b&gt;. Well, it comes as an ovf file instead of an iso file so you don&amp;rsquo;t have to do the initial 7 minutes of an install wizard getting the disk partitioned+formatted and files being thrown over from the iso. Other than that, VE is a standard SPLAT (R65) install. Not even VMware Tools is installed, so networking performance is only as good as the emulated vlance (pcnet32) nic (that also puts extra cpu load on the system when in use). Guess they couldn&amp;rsquo;t get vmxnet working since VE is using a 2.4 kernel and vmxnet on 2.4 hasn&amp;rsquo;t been supported after ESX3 was released. I&amp;rsquo;m &lt;b&gt;really&lt;/b&gt; sorry CheckPoint, but this is not good enough. The Virtual Edition concept really doesn&amp;rsquo;t have any benefits compared to the traditional editions. It costs a lot more, doesn&amp;rsquo;t have optimal performance and requires you to stop using VMotion(!). Can&amp;rsquo;t think of a single case where that would be a useful solution. Running a virtualized firewall is however something that in the future will be as normal as it is for many today to run a virtual server. The networking layer is already on it&amp;rsquo;s way into the virtualized datacenter now with Cisco as the first vendor with a native ESX switch. Cisco currently has no plans to port their ASA firewalling software over to a virtualized platform (ref VMTN roundtable a few weeks ago). Hope to see firewall vendors jumping onto the bandwagon in a more serious manner soon too. Who wants to ride the virtualization wave?</description>
      <pubDate>Wed, 17 Jun 2009 23:29:36 GMT</pubDate>
      <author>larstr</author>
      <guid>http://communities.vmware.com/blogs/larstr/2009/06/17/riding-the-virtualization-wave</guid>
      <dc:date>2009-06-17T23:29:36Z</dc:date>
      <clearspace:dateToText>5 months, 1 week ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/larstr/comment/riding-the-virtualization-wave</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/larstr/feeds/comments?blogPostID=4615</wfw:commentRss>
    </item>
    <item>
      <title>VMware and the Rhino</title>
      <link>http://communities.vmware.com/blogs/larstr/2009/03/30/vmware-and-the-rhino</link>
      <description>Back in the mid-late-nineties there were one global market leader in the firewall/vpn market: CheckPoint. There were some other players as well (Gauntlet, Raptor, Watchguard), while the big players, Cisco and Microsoft had no solutions at the time. &lt;br /&gt;
&lt;br /&gt;
CheckPoint's solution was a software solution that injected a firewall driver between the ip stack and the nic drivers, and could because of this also protect the ip stack of the OS it was running on. It supported several platforms such as SunOS, Aix, HPUX and Windows NT. CheckPoint's development at the time was mainly targeting SunOS and it was back then the preferred platform.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
I did my first CheckPoint training and installs back in '96. These were however on HPUX due to current vendor ties of my employer. In the years coming I was involved in quite a few installs in both small and large businesses. Most of them were in the process of getting an internet connection while some of them needed firewalls internally or for vpn's to business partners. With CheckPoint you had a nice GUI, an inspect language for defining new protocols (based on content of the data stream), application proxies, and a very good log viewer. CheckPoint was king of the hill, functionality wise. But there were annoying issues with licensing and the process for acquiring access to 3des licenses/software was quite awkward. The price model was also of the more expensive type.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Cisco had bought firewalling technology back in '95 that they had been developing further and tried adjusting the command set be similar to IOS. I attended Cisco Pix training in 1999 after Cisco had some campaigns where they had shown off their Pix firewall and declared it ready for business. Cisco's main argument was performance, but they also used &lt;a class="jive-link-external" href="http://news.cnet.com/Cisco-tops-Check-Point-in-firewall-sales/2100-1033_3-234405.html"&gt;other&lt;/a&gt; tricks in their marketing. The cisco Pix was also priced cheaper than CheckPoint, and for small customers it didn't really matter so much what product they chose as both would solve their core need of seperating/protecting networks. &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
We did however get a request from a larger customer in the financial sector who had decided to go for the Cisco Pix. We had installed CheckPoint at several similar environments before, but it's always hard to estimate how much time you're going to use as each environment is unique. In that particular case I think it's safe to say that we did get everything working in the end, but we probably used five times as many hours of setting it up than we would if we had used CheckPoint. One of the comments that came up during troubleshooting these Cisco issues was that you can compare Cisco with a Rhino: "They can have a slow start with products or arrive late to the table, but once they're gaining some speed you can't stop them." And at that point Cisco's product wasn't as mature as we had wanted it to be.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
During this same period (late nineties-2001) we also used Axent Raptor Firewall for quite a few customers. Raptor was a product that had a very slick management interface, that would allow relatively complex environments to be configured easily. It was one of the earliest MMC applications that I came in touch with. This technology was later bought and brought to failure by Symantec who replaced the MMC interface with a java based one.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
CheckPoint have however done little to their enterprise pricing other than that they have included more and more functionality into their package. For the SOHO market they launched appliance boxes through their daughter company Sofaware that were reasonably priced. &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Several other competitors were also joining this field and most of them have taken a slice of the cake. Cisco also launced a new and much improved technology in 2005 with their ASA series to a fraction of the price that CheckPoint demands. Microsoft also launced MS Proxy server (later known as ISA), but it's functionality and performance wasn't covering the same area as CheckPoint and was often used to bring complementary functionality alongside with a "standard" firewall.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
There is no doubt that CheckPoint have lost customers during these past 10 years (especially in the non-enterprise market), but they have also got new ones. In the SMB market they have lost a quite huge part of their share. For big environments, CheckPoint still have a large market share due to their &lt;a class="jive-link-external" href="http://securepoint.com/lists/html/Firewall-1/2006-03/msg00232.html"&gt;still superior&lt;/a&gt; management software, even though their pricing haven't changed much (even with the new price model launced 3 weeks ago). According &lt;a class="jive-link-external" href="http://www.checkpoint.com/acquisitions/nokia_sab/index.html"&gt;to themself&lt;/a&gt;, 100% of fortune 100 and 98% of fortune 500 are using a checkpoint security solution (they now also have many other products than firewalls). Other than having a good product line it has also helped that they have had many partners providing supplementary and/or prepackaged solutions. So it is possible after all to survive a Rhino, but you probably can't do it without some good products, partners, marketing, focus and timing. Having good products still wasn't good enough to keep SMB customers though, where price often is a more important factor than functionality as long as cheaper competing products are "good enough".&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
So how does VMware fit into this picture? Well, VMware is facing a similar situation now as there are several players that have just entered their core market. Citrix XenServer is the product that currently seems to beat VMware on raw performance, while Microsoft Hyper-V seems to be the most important comptetitor in the long term. In this game, Microsoft has taken the role as the Rhino and they have put some tremendous effort in order to get into the hypervisor game (and they missed their &lt;a class="jive-link-external" href="http://www.itjungle.com/two/two052406-story01.html"&gt;own deadline&lt;/a&gt; by a few years). Until now, VMware has shown to have smart roadmap in order to face the competition by being first to the table both with new technology and by bringing free products to the market (first Player, then Server and now last year ESXi was launched). We have seen Microsoft preaching the importance of the functionality that will be available in Hyper-V R2 &lt;a class="jive-link-external" href="http://download.microsoft.com/download/5/b/9/5b97017b-e28a-4bae-ba48-174cf47d23cd/VIR047_WH06.ppt"&gt;since 2006&lt;/a&gt;, and they are repeating this at every opportunity now.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Even though Citrix have had fairly good technology since 2007, it seems that the mainstream wide adoption of XenServer isn't coming too quickly, even though they also include &lt;a class="jive-link-external" href="http://www.virtualization.info/2009/02/citrix-xenserver-is-now-free-xencenter.html"&gt;live migration for free&lt;/a&gt; in the version that will be available in two weeks. Citrix have over the years bought many types of products, but there's only one product package (that changes name every leap year) that people associate with Citrix. I still think that we'll see some adoption of XenServer in the product area that Citrix know best: Server based computing for end users (XenApp &amp;#38; XenDesktop).&lt;br /&gt;
&lt;br /&gt;
Citrix and Microsoft have been both close partners and competitors for quite some time, and on the virtualization side, they are &lt;a class="jive-link-external" href="http://www.slideshare.net/Blackstar/xenserver-5-selling-and-positioning-presentation"&gt;cooperating&lt;/a&gt; to bring functionality to each others hypervisor while competing with VMware.&lt;br /&gt;
&lt;br /&gt;
In the months to come we will probably see a lot of marketing and technical sessions from MS showcasing Hyper-V R2 and in the meantime it will be exciting to see VMware launch vS^H^H the next version of Virtual Infrastructure with lots of new bells and whistles. While no marketing stunts can compete with the stunt of giving something away for free, VMware aren't doing &lt;a class="jive-link-external" href="http://www.youtube.com/watch?v=7CbRS0GGuNc"&gt;so bad&lt;/a&gt; either. Their focus on Fusion for OSX has IMHO been a ground where they have showed excellent marketing skills, making them the current &lt;a class="jive-link-external" href="http://www.virtualization.info/2009/01/vmware-overtakes-parallels-in-apple-us.html"&gt;market leader&lt;/a&gt; also on OSX. I guess that it has been a good drill for the upcoming era of new products being launched. I'm surely looking forward to an exciting time ahead.</description>
      <pubDate>Mon, 30 Mar 2009 22:19:11 GMT</pubDate>
      <author>larstr</author>
      <guid>http://communities.vmware.com/blogs/larstr/2009/03/30/vmware-and-the-rhino</guid>
      <dc:date>2009-03-30T22:19:11Z</dc:date>
      <clearspace:dateToText>8 months, 1 week ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/larstr/comment/vmware-and-the-rhino</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/larstr/feeds/comments?blogPostID=2743</wfw:commentRss>
    </item>
    <item>
      <title>NFS vs FC?</title>
      <link>http://communities.vmware.com/blogs/larstr/2009/02/06/nfs-vs-fc</link>
      <description>While attending NetApp training they told us that NFS performance is better than FC when using many VMs on a host because latency is&lt;br /&gt;
lower.&lt;br /&gt;
&lt;br /&gt;
Here are the slides they showed:&lt;br /&gt;
&lt;br /&gt;
&lt;img class="jive-image-thumbnail" src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-2543-5193/250-186/nfsvsfc1.png" width="250" height="186" alt="nfsvsfc1.png" onclick="myJiveImage.start(this, 'http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-2543-5193/nfsvsfc1.png');return false;"/&gt; &lt;img class="jive-image-thumbnail" src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-2543-5200/249-188/nfsvsfc2.png" width="249" height="188" alt="nfsvsfc2.png" onclick="myJiveImage.start(this, 'http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-2543-5200/nfsvsfc2.png');return false;"/&gt; &lt;br /&gt;
&lt;p /&gt;
No doubt that by using NFS instead of FC you get better functionality on NetApp than you do on most other solutions such as storage native per VM snapshots without performance degradation. &lt;br /&gt;
&lt;br /&gt;
Still, I'm not sure I'm buying these statements just like that... VMware has also done some &lt;a class="jive-link-external" href="http://www.vmware.com/files/pdf/storage_protocol_perf.pdf"&gt;metering of the different storage protocols&lt;/a&gt; and there FC is clearly much faster than the other protocols, even when running many VMs. VMware is measuring throughput instead of latency so the numbers are not directly comparable:&lt;br /&gt;
&lt;br /&gt;
&lt;img class="jive-image-thumbnail" src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-2543-5201/250-176/nfsvsfc3.png" width="250" height="176" alt="nfsvsfc3.png" onclick="myJiveImage.start(this, 'http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-2543-5201/nfsvsfc3.png');return false;"/&gt;&lt;br /&gt;
&lt;br /&gt;
I did some testing back at VMworld 2006 in a lab where we compared storage performance in  the different protocols and got similar throughput results as those from the VMware paper above (FC 2x as fast as NFS/iSCSI). Latency is of course an important factor here as well, but I would imagine that latency over FC would typically be quite a bit lower than one transported over IP (atleast if you don't count in FCOE with enterprise 10GbE switches). The storage used in that lab was also provided by NetApp.&lt;br /&gt;
&lt;p /&gt;
Lars</description>
      <pubDate>Fri, 06 Feb 2009 13:16:05 GMT</pubDate>
      <author>larstr</author>
      <guid>http://communities.vmware.com/blogs/larstr/2009/02/06/nfs-vs-fc</guid>
      <dc:date>2009-02-06T13:16:05Z</dc:date>
      <clearspace:dateToText>9 months, 3 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/larstr/comment/nfs-vs-fc</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/larstr/feeds/comments?blogPostID=2543</wfw:commentRss>
    </item>
  </channel>
</rss>

