<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.scottlowe.org/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.scottlowe.org/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>blog.scottlowe.org</title>
	
	<link>http://blog.scottlowe.org</link>
	<description>The weblog of an IT pro specializing in virtualization, storage, and servers</description>
	<pubDate>Mon, 05 Jan 2009 21:44:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.scottlowe.org/slowe/content/feed" type="application/rss+xml" /><feedburner:emailServiceId>1033987</feedburner:emailServiceId><feedburner:feedburnerHostname>http://www.feedburner.com</feedburner:feedburnerHostname><item>
		<title>Partial Case Sensitivity with esxcfg-advcfg</title>
		<link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/503734927/</link>
		<comments>http://blog.scottlowe.org/2009/01/05/partial-case-sensitivity-with-esxcfg-advcfg/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 21:44:29 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[CLI]]></category>

		<category><![CDATA[ESX]]></category>

		<category><![CDATA[NFS]]></category>

		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/2009/01/05/partial-case-sensitivity-with-esxcfg-advcfg/</guid>
		<description><![CDATA[I was working on some documentation this afternoon that centered around the use of esxcfg-advcfg to set some NFS-related parameters in VMware ESX. While verifying the command syntax, I noticed something interesting about the esxcfg-advcfg command: <em>it's only partially case-sensitive.</em>]]></description>
			<content:encoded><![CDATA[<p>I was working on some documentation this afternoon that centered around the use of esxcfg-advcfg to set some NFS-related parameters in VMware ESX. While verifying the command syntax, I noticed something interesting about the esxcfg-advcfg command: <em>it&#8217;s only partially case-sensitive.</em></p>
<p>OK, this isn&#8217;t world-shattering news or a discovery of paramount importance, but I do find this a bit odd given that with the Linux-based Service Console most everything should be entirely case-sensitive. However, I found that with esxcfg-advcfg only part of the command needs to be properly capitalized.</p>
<p>Consider these examples. If I wanted to increase the maximum number of NFS datastores on VMware ESX, I would use this command:</p>
<p><code>esxcfg-advcfg -s 32 /NFS/MaxVolumes</code></p>
<p>This command will also work (note the capitalization, or lack thereof):</p>
<p><code>esxcfg-advcfg -s 32 /NFS/maxvolumes</code></p>
<p>But this command won&#8217;t work; it will report that it can&#8217;t find the parameter:</p>
<p><code>esxcfg-advcfg -s 32 /nfs/maxvolumes</code></p>
<p>I noticed the same behavior with a couple of other settings, so I&#8217;m reasonably confident that it&#8217;s not just this one setting. It appears that esxcfg-advcfg only cares if the first portion of the path is properly capitalized, and the rest of the parameter is case insensitive.</p>
<p>Interesting, no?</p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2006/09/11/esx-firewall-oddity/" rel="bookmark" title="Monday, September 11, 2006">ESX Firewall Oddity</a></li>

<li><a href="http://blog.scottlowe.org/2008/03/11/identifying-esx-server-nics-in-blades/" rel="bookmark" title="Tuesday, March 11, 2008">Identifying ESX Server NICs in Blades</a></li>

<li><a href="http://blog.scottlowe.org/2007/06/29/esx-iscsi-basic-configuration-from-the-cli/" rel="bookmark" title="Friday, June 29, 2007">ESX iSCSI Basic Configuration from the CLI</a></li>

<li><a href="http://blog.scottlowe.org/2008/10/27/quick-note-on-esx-and-esxi-storage-multipathing/" rel="bookmark" title="Monday, October 27, 2008">Quick Note on ESX and ESXi Storage Multipathing</a></li>

<li><a href="http://blog.scottlowe.org/2008/10/18/important-note-regarding-vmware-over-nfs/" rel="bookmark" title="Saturday, October 18, 2008">Important Note Regarding VMware over NFS</a></li>
</ul><!-- Similar Posts took 30.635 ms --><img src="http://feeds.scottlowe.org/~r/slowe/content/feed/~4/503734927" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2009/01/05/partial-case-sensitivity-with-esxcfg-advcfg/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.scottlowe.org/2009/01/05/partial-case-sensitivity-with-esxcfg-advcfg/</feedburner:origLink></item>
		<item>
		<title>Changing vNIC Port Group Assignment in VMware with PowerShell</title>
		<link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/503503097/</link>
		<comments>http://blog.scottlowe.org/2009/01/05/changing-vnic-port-group-assignment-in-vmware-with-powershell/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 16:33:11 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[ESX]]></category>

		<category><![CDATA[VLAN]]></category>

		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/2009/01/05/changing-vnic-port-group-assignment-in-vmware-with-powershell/</guid>
		<description><![CDATA[Experienced PowerShell users won't find this post very helpful, but less experienced PowerShell users&#8212;or even PowerShell newbies such as me&#8212;may find this handy. Here's the PowerShell command I used to change the port group assignment on a bunch of guest VMs.]]></description>
			<content:encoded><![CDATA[<p>Experienced PowerShell users won&#8217;t find this post very helpful, but less experienced PowerShell users&#8212;or even PowerShell newbies such as me&#8212;may find this handy. Today I had a need to change the port group assignment on the vNICs for a bunch of guest VMs in the lab. Rather than manually click through all these VMs just to change the port group, I decided to give PowerShell a try.</p>
<p>Thanks to <a href="http://professionalvmware.com/2008/12/18/1-day-left-the-most-awesome-powershell-one-liner-in-the-history-of-powershell-one-liners/">this post</a> by Cody Bunch and <a href="http://twitter.com/halr9000/statuses/1097365098">this Twitter response</a> by Hal Rottenberg, I cobbled together this PowerShell command:</p>
<p><code>get-datacenter "Name" | get-vm | get-networkadapter | where-object { $_.networkname -like "OldPortGroup" } | set-networkadapter -networkname "NewPortGroup" -Confirm:$false</code></p>
<p>It worked like a champ! Obviously, you could limit the scope of this command by filtering the VMs that are returned with a wildcard pattern on the Get-VM command.</p>
<p>Thanks to Cody and Hal for their assistance!</p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2006/05/19/semi-automatic-security-groups/" rel="bookmark" title="Friday, May 19, 2006">Semi-Automatic Security Groups</a></li>

<li><a href="http://blog.scottlowe.org/2008/12/19/vmware-esx-networking-articles/" rel="bookmark" title="Friday, December 19, 2008">VMware ESX Networking Articles</a></li>

<li><a href="http://blog.scottlowe.org/2007/11/13/esx-server-and-the-native-vlan/" rel="bookmark" title="Tuesday, November 13, 2007">ESX Server and the Native VLAN</a></li>

<li><a href="http://blog.scottlowe.org/2006/06/22/enumerating-universal-group-membership/" rel="bookmark" title="Thursday, June 22, 2006">Enumerating Universal Group Membership</a></li>

<li><a href="http://blog.scottlowe.org/2006/07/21/listing-groups-in-active-directory/" rel="bookmark" title="Friday, July 21, 2006">Listing Groups in Active Directory</a></li>
</ul><!-- Similar Posts took 32.501 ms --><img src="http://feeds.scottlowe.org/~r/slowe/content/feed/~4/503503097" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2009/01/05/changing-vnic-port-group-assignment-in-vmware-with-powershell/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.scottlowe.org/2009/01/05/changing-vnic-port-group-assignment-in-vmware-with-powershell/</feedburner:origLink></item>
		<item><title>Links for 2009-01-02 [del.icio.us]</title><link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/501537294/slowe</link><pubDate>Sat, 03 Jan 2009 00:00:00 -0600</pubDate><guid isPermaLink="false">http://del.icio.us/slowe#2009-01-02</guid><content:encoded><![CDATA[<ul>
<li><a href="http://timesoftware.free.fr/timemachineeditor/">Time Machine Editor</a><br/>
This utility allows for the schedule for Time Machine to be edited in more detail.</li>
</ul><img src="http://feeds.scottlowe.org/~r/slowe/content/feed/~4/501537294" height="1" width="1"/>]]></content:encoded><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://timesoftware.free.fr/timemachineeditor/"&gt;Time Machine Editor&lt;/a&gt;&lt;br/&gt;
This utility allows for the schedule for Time Machine to be edited in more detail.&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/slowe#2009-01-02</feedburner:origLink></item><item>
		<title>Ubuntu and Mac OS X Integration</title>
		<link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/501082371/</link>
		<comments>http://blog.scottlowe.org/2009/01/02/ubuntu-and-mac-os-x-integration/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 16:36:06 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Interoperability]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Macintosh]]></category>

		<category><![CDATA[Apache]]></category>

		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Music]]></category>

		<category><![CDATA[Samba]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/2009/01/02/ubuntu-and-mac-os-x-integration/</guid>
		<description><![CDATA[One of my projects over the Christmas holiday was to upgrade my home network. As part of that project, I took a long look at integration between the Macs on my network and the Ubuntu Linux server that runs the network. Here's some information about that integration.]]></description>
			<content:encoded><![CDATA[<p>One of my projects over the Christmas holiday has been to rebuild the home network. You&#8217;d think I&#8217;d want to avoid that sort of thing since I&#8217;ve been on vacation from work for the past two weeks, but working on a home network is a different sort of beast than working on a network for a company. There are different challenges to be addressed.</p>
<p>My primary goals for this &#8220;home network rebuild&#8221; were the following:</p>
<ol>
<li>Rebuild the home server with a newer version of Linux, and possibly switch to a different distribution.</li>
<li>Continue to provide DNS, DHCP, HTTP, and HTTP proxying/content filtering services to the home network.</li>
<li>Continue to provide file sharing services via Server Message Block/Common Internet File System (SMB/CIFS) for Windows-based systems on the home network.</li>
<li>Continue to have a shared music library available via Digital Audio Access Protocol (DAAP, aka iTunes) available to all systems on the home network.</li>
<li>Provide file sharing services to Macs on the network via AppleTalk Filing Protocol (AFP) over TCP.</li>
</ol>
<p>Ideally, I also wanted to enable Time Machine backups from my Mac laptop to the home server.</p>
<p>After doing a fair amount of research, I settled on the use of <a href="http://www.ubuntu.com/">Ubuntu</a>&#160;8.04 LTS (&#8221;Hardy Heron&#8221;) for the server build. I didn&#8217;t go with Ubuntu&#160;8.10 (&#8221;Intrepid Ibex&#8221;) simply because a) I already had 8.04.1 downloaded and burned to a CD; and b) Hardy Heron is an LTS release, so I should have better support over the long term.</p>
<p>I won&#8217;t bore readers with the details of the rebuild, but it took about a day or two to get a larger hard drive installed, Ubuntu installed and configured, and services running like DHCP (including some static reservations for certain computers, like my laptop and my iPhone), DNS (using <a href="http://www.maradns.org/">MaraDNS</a>, much easier to figure out than BIND), <a href="http://httpd.apache.org/">Apache</a>, and <a href="http://www.squid-cache.org/">Squid</a> with <a href="http://www.google.com/url?q=http://www.squidguard.org/&amp;sa=X&amp;oi=revisions_result&amp;resnum=1&amp;ct=result&amp;cd=1&amp;usg=AFQjCNH4w9W4Lq6vGuMF80X7BgDwIQq16A">SquidGuard</a>. At this point, I&#8217;d completed tasks #1 and #2.</p>
<p>On to task #3. This was pretty simple and straightforward and easily accomplished via <a href="http://www.samba.org/">Samba</a>, with nothing really unique to document here. The one interesting thing that I did find was a way to map the long usernames that Mac&#160;OS&#160;X uses (like &#8220;Bob Jones&#8221;) to a short username (like &#8220;bjones&#8221;). I used this command in the /etc/samba/smb.conf file:</p>
<p><code>username map = /etc/samba/usermap.conf</code></p>
<p>In this file, I simply placed lines that mapped the long usernames to the short usernames. Since Mac&#160;OS&#160;X defaults to the long username when connecting to the server, this allows me to simply type in a password and connect. I searched for hours trying to find a way to have Mac&#160;OS&#160;X supply my current password to the Samba server so that I wouldn&#8217;t get prompted, but could not find any information. If anyone knows the trick, I&#8217;d love to hear about it. After configuring a few shares, setting Linux permissions and the umask, and then testing from both my Mac laptop and a Windows laptop, task #3 was finished.</p>
<p>Task #4, providing an iTunes-compatible music server, was also really straightforward and easy. For this, I again selected <a href="http://www.fireflymediaserver.org/">Firefly Media Server</a>, formerly mt-daapd, which I&#8217;d used before with great success. Again, nothing unusual or unique to document here, except for the potential interaction with Avahi (more on that later).</p>
<p>The final task was installing <a href="http://netatalk.sourceforge.net/">Netatalk</a> to provide AFP over TCP file sharing services for Macs on the network. Fortunately for me, one of the sites I&#8217;d been using to help in my project pointed me to <a href="http://gpz500.wordpress.com/2008/09/27/lairone-al-servizio-del-leopardo/">this blog post</a>, which had a prebuilt package for Netatalk that included the necessary SSL support that Mac&#160;OS&#160;X requires. That saved me the trouble of compiling Netatalk from source. Following the steps in <a href="http://www.kremalicious.com/2008/06/ubuntu-as-mac-file-server-and-time-machine-volume/">the Kremalicious article</a> as well as information from <a href="http://www.zaphu.com/2008/04/29/ubuntu-guide-configure-a-netatalk-file-server-based-on-apple-filing-protocol-afp/">this guide</a>, I configured Netatalk to present a volume to use for Time Machine backups. It was at this point that I noticed a strange interaction with Avahi.</p>
<p><a href="http://www.avahi.org/">Avahi</a> is a multicast DNS (what Apple calls Bonjour) server for Linux. It&#8217;s responsible for advertising services to multicast DNS-enabled systems, such as other Linux systems running Avahi or Macs. I&#8217;d installed Avahi earlier and used some service definitions <a href="http://holyarmy.org/benjamin/2008/01/advertising-linux-services-via-avahibonjour/">from this article</a> and <a href="http://www.zaphu.com/2008/04/29/ubuntu-guide-configure-avahi-to-broadcast-services-via-bonjour-to-mac-os-x/">this blog post</a> to advertise Samba and HTTP. In addition, after installing Firefly, I&#8217;d noticed that Firefly starting advertising its presence automatically through Avahi with no service definition required.</p>
<p>Upon installing Netatalk, I also noticed that Netatalk started advertising automatically via Avahi as well, but using the IP address of the server. In order to be able to control how Netatalk advertises via Avahi, I had to change this line in /etc/avahi/avahi-daemon.conf:</p>
<p><code>enable-dbus=no</code></p>
<p>The suggestion for this change came from <a href="http://ubuntuforums.org/archive/index.php/t-347019.html">this thread on the Ubuntu Forums</a>. Upon making the change and restarting Avahi, the odd Netatalk entry went away, but so did Firefly! To advertise both Netatalk and Firefly, I added a couple of files to /etc/avahi/services:</p>
<p><b>afpd.service:</b></p>
<p><code>&lt;?xml version="1.0" standalone='no'?&gt;&lt;!--*-nxml-*--&gt;<br />
&lt;!DOCTYPE service-group SYSTEM &#8220;avahi-service.dtd&#8221;&gt;<br />
&lt;service-group&gt;<br />
&lt;name replace-wildcards=&#8221;yes&#8221;>Intrepid Time Machine&lt;/name&gt;<br />
&lt;service&gt;<br />
&lt;type>_afpovertcp._tcp&lt;/type&gt;<br />
&lt;port&gt;548&lt;/port&gt;<br />
&lt;/service&gt;<br />
&lt;service&gt;<br />
&lt;type>_device-info._tcp&lt;/type&gt;<br />
&lt;port>0&lt;/port&gt;<br />
&lt;txt-record&gt;model=AirPort&lt;/txt-record&gt;<br />
&lt;/service&gt;<br />
&lt;/service-group&gt;</code></p>
<p><b>daapd.service:</b></p>
<p><code>&lt;?xml version="1.0" standalone='no'?&gt;&lt;!--*-nxml-*--&gt;<br />
&lt;!DOCTYPE service-group SYSTEM &#8220;avahi-service.dtd&#8221;&gt;<br />
&lt;service-group&gt;<br />
&lt;name replace-wildcards=&#8221;yes&#8221;>Home Music Server&lt;/name&gt;<br />
&lt;service&gt;<br />
&lt;type>_daap._tcp&lt;/type&gt;<br />
&lt;port&gt;3689&lt;/port&gt;<br />
&lt;/service&gt;<br />
&lt;/service-group&gt;</code></p>
<p>After placing these two files into /etc/avahi/services, the new services starting advertising immediately. By the way, you&#8217;ll note the extra &#8220;device-info&#8221; entry in afpd.service; that sets the icon that will be used by Macs when they discover this service. I made mine look like a Time Capsule by using the setting listed above.</p>
<p>During this work with Avahi, I uncovered a couple of interesting things:</p>
<ul>
<li>I found that restarting the Avahi daemon is actually more problematic than just leaving it alone; in order to make it start advertising services again after a restart, you&#8217;ll have to open one of the files in /etc/avahi/services and then close it again. No changes are necessary to the file, but opening it will kickstart Avahi into service advertisement.</li>
<li>Advertising SMB/CIFS and AFP together with the same name caused my Mac to ignore the SMB/CIFS services and only use AFP. I had to separate SMB/CIFS and AFP into different entries. Since I was using AFP really only for Time Machine backups and SMB/CIFS for everything else, it wasn&#8217;t really a big deal.</li>
<li>Advertising SMB/CIFS and RFB (Screen Sharing, as <a href="http://www.zaphu.com/2008/04/29/ubuntu-guide-configure-vinagre-to-share-the-screen-with-mac-os-x/">outlined here</a>) works fine together.</li>
</ul>
<p>At this point, task #5 was pretty much complete. I had originally envisioned providing file sharing services to the same locations via both AFP and SMB/CIFS, but in the end&#8212;partially because of the odd issue with AFP and SMB/CIFS being advertised together as described above&#8212;settled for using AFP only for Time Machine and SMB/CIFS for everything else.</p>
<p>Along the way, I also configured screen sharing <a href="http://www.zaphu.com/2008/04/29/ubuntu-guide-configure-vinagre-to-share-the-screen-with-mac-os-x/">as outlined here</a>, and it seems to work just fine. I have to leave an account logged in to the Ubuntu server, but I can just lock the screen when I&#8217;m not logged in remotely.</p>
<p>The last step was to enable Time Machine backups to the Ubuntu server via AFP. First, the hack to enable non-Time Capsule network backups (this should be all on one line):</p>
<p><code>defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1</code></p>
<p>I was then able to select the Ubuntu-hosted AFP volume for Time Machine backups. Attempting to run a Time Machine, backup, however, reported an error about being &#8220;unable to create the disk image&#8221;. Fortunately, a number of different articles pointed to the use of hdiutil to create the disk image, and that seemed to fix the problem. Time Machine is now backing up to the AFP volume, although I suspect I still have a few issues to work through (for example, it looks as though I have to keep the Time Machine AFP volume mounted in order for automatic backups to run).</p>
<p>So, when everything is said and done, I was able to achieve all my stated goals. The only outstanding issue that I haven&#8217;t yet figured out yet centers on automatic logins; for both AFP and SMB/CIFS, I get prompted for a password when connecting, even though I keep my password synchronized (manually) between my Mac and the Ubuntu server. Any tips on how to resolve that would certainly be appreciated.</p>
<p>Along the way, I found the following sites to be quite helpful. I&#8217;m sure there are others that I used along the way, and I apologize if I&#8217;ve failed to extend credit where credit is due.</p>
<p><a href="http://www.macosxhints.com/article.php?story=20080519051720677">Limit size of Time Machine backups on Time Capsule</a><br />
<a href="http://www.macosxhints.com/article.php?story=20080420211034137">Set up Time Machine on a NAS in three easy steps</a><br />
<a href="http://www.kremalicious.com/2008/06/ubuntu-as-mac-file-server-and-time-machine-volume/">Make Ubuntu a Perfect Mac File Server and Time Machine Volume</a><br />
<a href="http://www.zaphu.com/2008/04/30/five-guides-on-how-to-integrate-ubuntu-into-a-mac-os-x-network/">Five Guides on How to Integrate Ubuntu into a Mac OS X Network</a><br />
<a href="http://adamcohenrose.blogspot.com/2008/02/time-machine-wireless-backup-without.html">Time Machine Wireless Backups without Time Capsule</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2006/11/21/greater-ad-integration-via-nfs-and-automounts/" rel="bookmark" title="Tuesday, November 21, 2006">Greater AD Integration via NFS and Automounts</a></li>

<li><a href="http://blog.scottlowe.org/2008/12/26/openvpn-and-mt-daapd/" rel="bookmark" title="Friday, December 26, 2008">OpenVPN and mt-daapd</a></li>

<li><a href="http://blog.scottlowe.org/2007/07/12/hanging-around-vmware/" rel="bookmark" title="Thursday, July 12, 2007">Hanging Around #vmware</a></li>

<li><a href="http://blog.scottlowe.org/2006/01/04/mac-os-x-and-local-domains/" rel="bookmark" title="Wednesday, January 4, 2006">Mac OS X and .local Domains</a></li>

<li><a href="http://blog.scottlowe.org/2005/12/08/ubuntu-510/" rel="bookmark" title="Thursday, December 8, 2005">Ubuntu 5.10</a></li>
</ul><!-- Similar Posts took 31.908 ms --><img src="http://feeds.scottlowe.org/~r/slowe/content/feed/~4/501082371" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2009/01/02/ubuntu-and-mac-os-x-integration/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.scottlowe.org/2009/01/02/ubuntu-and-mac-os-x-integration/</feedburner:origLink></item>
		<item><title>Links for 2009-01-01 [del.icio.us]</title><link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/500728342/slowe</link><pubDate>Fri, 02 Jan 2009 00:00:00 -0600</pubDate><guid isPermaLink="false">http://del.icio.us/slowe#2009-01-01</guid><content:encoded><![CDATA[<ul>
<li><a href="http://www.macosxhints.com/article.php?story=20080519051720677">Mac OS X Hints - Limit the size of Time Machine backups on Time Capsule</a><br/>
This tip shows how to limit the size of a Time Machine backup on a Time Capsule, but the information also applies to networked Time Machine backup volumes.</li>
</ul><img src="http://feeds.scottlowe.org/~r/slowe/content/feed/~4/500728342" height="1" width="1"/>]]></content:encoded><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.macosxhints.com/article.php?story=20080519051720677"&gt;Mac OS X Hints - Limit the size of Time Machine backups on Time Capsule&lt;/a&gt;&lt;br/&gt;
This tip shows how to limit the size of a Time Machine backup on a Time Capsule, but the information also applies to networked Time Machine backup volumes.&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/slowe#2009-01-01</feedburner:origLink></item><item>
		<title>Blasts from the Past</title>
		<link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/500539002/</link>
		<comments>http://blog.scottlowe.org/2009/01/01/blasts-from-the-past/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 23:44:30 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Macintosh]]></category>

		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[ActiveDirectory]]></category>

		<category><![CDATA[Cisco]]></category>

		<category><![CDATA[HyperV]]></category>

		<category><![CDATA[NetApp]]></category>

		<category><![CDATA[VDI]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/2009/01/01/blasts-from-the-past/</guid>
		<description><![CDATA[I was visiting <a href="http://unclutterer.com/">Unclutterer</a> and saw them sharing older content from the site in a similar fashion. So, I thought I might try it here. Enjoy some of these "blasts from the past"!]]></description>
			<content:encoded><![CDATA[<p>I was visiting <a href="http://unclutterer.com/">Unclutterer</a> and saw them sharing older content from the site in a similar fashion. So, I thought I might try it here. Enjoy some of these &#8220;blasts from the past&#8221;!</p>
<h3>One Year Ago on blog.scottlowe.org</h3>
<p><a href="http://blog.scottlowe.org/2008/01/08/lacp-with-cisco-switches-and-netapp-vifs/">LACP with Cisco Switches and NetApp VIFs</a><br />
<a href="http://blog.scottlowe.org/2007/12/31/hyper-v-architectural-issue/">Hyper-V Architectural Issue</a><br />
<a href="http://blog.scottlowe.org/2007/12/20/latest-vdi-article-published/">Latest VDI Article Published</a></p>
<h3>Two Years Ago on blog.scottlowe.org</h3>
<p><a href="http://blog.scottlowe.org/2007/01/03/bookmark-spam/">Bookmark Spam?</a><br />
<a href="http://blog.scottlowe.org/2006/12/30/recovering-data-inside-vms-using-netapp-snapshots/">Personal Computing as a Collection of VMs?</a><br />
<a href="http://blog.scottlowe.org/2006/12/26/application-agnosticism/">Application Agnosticism</a></p>
<h3>Three Years Ago on blog.scottlowe.org</h3>
<p><a href="http://blog.scottlowe.org/2006/01/04/mac-os-x-and-local-domains/">Mac OS X and .local Domains</a><br />
<a href="http://blog.scottlowe.org/2005/12/29/wmf-flaw-exploit-grows-worse/">WMF Flaw Exploit Grows Worse</a><br />
<a href="http://blog.scottlowe.org/2005/12/22/complete-linux-ad-authentication-details/">Complete Linux-AD Authentication Details</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2006/05/22/comment-spam/" rel="bookmark" title="Monday, May 22, 2006">Comment Spam</a></li>

<li><a href="http://blog.scottlowe.org/2007/01/03/bookmark-spam/" rel="bookmark" title="Wednesday, January 3, 2007">Bookmark Spam?</a></li>

<li><a href="http://blog.scottlowe.org/2008/05/06/vmware-fusion-20-beta-1/" rel="bookmark" title="Tuesday, May 6, 2008">VMware Fusion 2.0 Beta 1</a></li>

<li><a href="http://blog.scottlowe.org/2006/12/28/personal-computing-as-a-collection-of-vms/" rel="bookmark" title="Thursday, December 28, 2006">Personal Computing as a Collection of VMs?</a></li>

<li><a href="http://blog.scottlowe.org/2006/12/16/comments-available-again/" rel="bookmark" title="Saturday, December 16, 2006">Comments Available Again</a></li>
</ul><!-- Similar Posts took 30.234 ms --><img src="http://feeds.scottlowe.org/~r/slowe/content/feed/~4/500539002" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2009/01/01/blasts-from-the-past/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.scottlowe.org/2009/01/01/blasts-from-the-past/</feedburner:origLink></item>
		<item>
		<title>One of the “Top Virtualization Blogs” of 2008</title>
		<link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/500429279/</link>
		<comments>http://blog.scottlowe.org/2009/01/01/one-of-the-top-virtualization-blogs-of-2008/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 20:27:02 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/2009/01/01/one-of-the-top-virtualization-blogs-of-2008/</guid>
		<description><![CDATA[In addition to new levels of subscribers and readers, my site has now been named as one of the top virtualization blogs of 2008. But the reports of my blog helping others are the things that really mark success in my eyes.]]></description>
			<content:encoded><![CDATA[<p>2008 was a great year for this site. Late this year, I broke over 3,000 RSS subscribers, and the site averages 5,500 to 6,000 page visits <b>every day.</b> Except for November, the site racked up over a million hits every month in 2008, totaling almost <b>15 million hits</b> for the entire year. Wow! Thanks so much to everyone who reads, subscribes, visits, or otherwise supports my site.</p>
<p>To further cement the success the site has seen, today Virtualization.info listed this site as one of the <a href="http://www.virtualization.info/2008/12/top-virtualization-blogs-of-2008.html">top virtualization blogs of 2008</a>. I&#8217;m honored that Alessandro Perilli, the primary author at Virtualization.info, would include me in this list with recognized industry experts such as <a href="http://it20.info/">Massimo Re Ferrè</a>, <a href="http://virtualgeek.typepad.com/">Chad Sakac</a>, and <a href="http://rationalsecurity.typepad.com/">Christofer Hoff</a>. Thanks, Alessandro!</p>
<p>You know, though, even more important than the subscription numbers or the industry accolades is the fact that I&#8217;m able to help people. A friend of mine who is an SE for VMware&#8212;he also runs his <a href="http://www.virtualinsanity.com/">own site here</a>&#8212;posted <a href="http://twitter.com/asweemer/status/1088150470">an entry on Twitter</a> yesterday that really brought it home. People out there are finding the information on my site to be useful and it&#8217;s helping them solve their problems. To me, that is a greater measure of success than any other metric.</p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2008/02/20/a-quick-follow-up-on-catbird/" rel="bookmark" title="Wednesday, February 20, 2008">A Quick Follow Up on Catbird</a></li>

<li><a href="http://blog.scottlowe.org/2008/09/16/other-vmworld-2008-resources/" rel="bookmark" title="Tuesday, September 16, 2008">Other VMworld 2008 Resources</a></li>

<li><a href="http://blog.scottlowe.org/2005/07/10/going-to-sweden/" rel="bookmark" title="Sunday, July 10, 2005">Going to Sweden</a></li>

<li><a href="http://blog.scottlowe.org/2008/08/06/virtualization-interview-posted/" rel="bookmark" title="Wednesday, August 6, 2008">Virtualization Interview Posted</a></li>

<li><a href="http://blog.scottlowe.org/2008/07/16/im-honored-too/" rel="bookmark" title="Wednesday, July 16, 2008">I&#8217;m Honored, Too</a></li>
</ul><!-- Similar Posts took 30.812 ms --><img src="http://feeds.scottlowe.org/~r/slowe/content/feed/~4/500429279" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2009/01/01/one-of-the-top-virtualization-blogs-of-2008/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.scottlowe.org/2009/01/01/one-of-the-top-virtualization-blogs-of-2008/</feedburner:origLink></item>
		<item><title>Links for 2008-12-31 [del.icio.us]</title><link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/499999499/slowe</link><pubDate>Thu, 01 Jan 2009 00:00:00 -0600</pubDate><guid isPermaLink="false">http://del.icio.us/slowe#2008-12-31</guid><content:encoded><![CDATA[<ul>
<li><a href="http://www.zaphu.com/2008/04/30/five-guides-on-how-to-integrate-ubuntu-into-a-mac-os-x-network/">Five Guides on How to Integrate Ubuntu into a Mac OS X Network</a><br/>
This collection of articles describes how to provide more seamless integration between Ubuntu and Mac OS X</li>
<li><a href="http://www.kremalicious.com/2008/06/ubuntu-as-mac-file-server-and-time-machine-volume/">How to Make Ubuntu a Perfect Mac File Server and Time Machine Volume</a><br/>
This guide describes how to use Netatalk on Ubuntu for serving AFP and Time Machine services to Mac OS X clients</li>
<li><a href="http://holyarmy.org/benjamin/2008/01/advertising-linux-services-via-avahibonjour/">Advertisting Linux Services via Avahi/Bonjour</a><br/>
This blog post provides some details on advertising various services via Avahi/Bonjour on a Linux server.</li>
</ul><img src="http://feeds.scottlowe.org/~r/slowe/content/feed/~4/499999499" height="1" width="1"/>]]></content:encoded><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.zaphu.com/2008/04/30/five-guides-on-how-to-integrate-ubuntu-into-a-mac-os-x-network/"&gt;Five Guides on How to Integrate Ubuntu into a Mac OS X Network&lt;/a&gt;&lt;br/&gt;
This collection of articles describes how to provide more seamless integration between Ubuntu and Mac OS X&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.kremalicious.com/2008/06/ubuntu-as-mac-file-server-and-time-machine-volume/"&gt;How to Make Ubuntu a Perfect Mac File Server and Time Machine Volume&lt;/a&gt;&lt;br/&gt;
This guide describes how to use Netatalk on Ubuntu for serving AFP and Time Machine services to Mac OS X clients&lt;/li&gt;
&lt;li&gt;&lt;a href="http://holyarmy.org/benjamin/2008/01/advertising-linux-services-via-avahibonjour/"&gt;Advertisting Linux Services via Avahi/Bonjour&lt;/a&gt;&lt;br/&gt;
This blog post provides some details on advertising various services via Avahi/Bonjour on a Linux server.&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/slowe#2008-12-31</feedburner:origLink></item><item><title>Links for 2008-12-26 [del.icio.us]</title><link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/496108160/slowe</link><pubDate>Sat, 27 Dec 2008 00:00:00 -0600</pubDate><guid isPermaLink="false">http://del.icio.us/slowe#2008-12-26</guid><content:encoded><![CDATA[<ul>
<li><a href="http://www.youversion.com/">YouVersion - Online Bible Reader</a><br/>
YouVersion is an online Bible reading site that allows you to share content with others</li>
<li><a href="http://www.microsoft.com/casestudies/casestudy.aspx?casestudyid=4000003046">Microsoft Case Study - MLS Property Information Network</a><br/>
This is case study about the use of Windows Server 2008, Hyper-V, and Sanbolic Melio FS</li>
</ul><img src="http://feeds.scottlowe.org/~r/slowe/content/feed/~4/496108160" height="1" width="1"/>]]></content:encoded><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.youversion.com/"&gt;YouVersion - Online Bible Reader&lt;/a&gt;&lt;br/&gt;
YouVersion is an online Bible reading site that allows you to share content with others&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/casestudies/casestudy.aspx?casestudyid=4000003046"&gt;Microsoft Case Study - MLS Property Information Network&lt;/a&gt;&lt;br/&gt;
This is case study about the use of Windows Server 2008, Hyper-V, and Sanbolic Melio FS&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/slowe#2008-12-26</feedburner:origLink></item><item>
		<title>OpenVPN and mt-daapd</title>
		<link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/495527915/</link>
		<comments>http://blog.scottlowe.org/2008/12/26/openvpn-and-mt-daapd/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 12:00:48 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Macintosh]]></category>

		<category><![CDATA[Music]]></category>

		<category><![CDATA[OSS]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/2008/12/26/openvpn-and-mt-daapd/</guid>
		<description><![CDATA[An unexpected interaction between OpenVPN and mt-daapd was causing problems with iTunes connecting to a shared music library, but the fix was pretty straightforward.]]></description>
			<content:encoded><![CDATA[<p>I have a system at home with an &#8220;older&#8221; Linux distribution for mundane tasks like DHCP and content filtering on my broadband connection (no need for the kids to see something they shouldn&#8217;t be seeing, if you know what I mean). I&#8217;ve thought frequently about rebuilding it with a newer distribution, perhaps Ubuntu, but&#8212;to be perfectly honest&#8212;I&#8217;m just too lazy. It generally just works, and overall doesn&#8217;t require a great deal of care and feeding.</p>
<p>One of the various things this server does is run mt-daapd (now called <a href="http://www.fireflymediaserver.org/">Firefly Media Server</a>, I believe)&#8212;basically it&#8217;s an iTunes server. I dump copies of the MP3&#8217;s generated when I rip a CD onto a mount point on this server, and anyone in the house with iTunes can connect and listen to them. They can&#8217;t copy them or sync them to their iPod, but they can listen to them. Since the kids and I share some similar tastes in Christian contemporary music, it works out well.</p>
<p>After being rather <a href="http://blog.scottlowe.org/2008/11/19/viscosity-a-mac-openvpn-client/">impressed with the Viscosity OpenVPN client</a> and OpenVPN in general, I also setup OpenVPN on this Linux home server for those instances when I need to connect to my home network for some reason. I&#8217;ve only needed to use it a couple of times, but it&#8217;s worked great thus far.</p>
<p>While setting up some older laptops for the kids (one of their Christmas presents this year), I ran into an instance where iTunes for Windows wouldn&#8217;t connect to the shared music library on my Linux server. The problem seemed sporadic, and seemed to be somewhat limited to the Windows laptops I was setting up; I was still able to connect from my MacBook Pro. About the same time, one of my younger kids came up and told me that the Mac mini downstairs wouldn&#8217;t connect to the shared music library, either. Hmmm, something was going on.</p>
<p>Restarting the mt-daapd daemon didn&#8217;t change anything, nor did disabling the Windows Firewall on the laptops. Turning off the firewall on the Linux server didn&#8217;t change anything, either. I started to dig in a bit deeper then, and after a short while realized that Bonjour&#8212;which is used by iTunes to discover shared music libraries on other systems&#8212;was somehow picking up the wrong IP address. But where was this address coming from?</p>
<p>It didn&#8217;t take long after that to figure out that mDNSResponder on the Linux server was broadcasting the IP address of the server&#8217;s tun0 interface, which is used by OpenVPN. Because of various routing issues and limitations, this range of addresses isn&#8217;t reachable by the home LAN; hence, failures to connect to the mt-daapd server.</p>
<p>The fix, in my case at least, was to modify the /etc/init.d/mDNSResponder script to add the &#8220;-i eth0&#8243; parameter to the command that started mDNSResponder. This forced mDNSResponder to broadcast only the IP address of eth0, the server&#8217;s primary Ethernet interface. Two changes needed to be made to the file:</p>
<ol>
<li>First, the &#8220;-i eth0&#8243; needs to be added to the line that defines the variable $OTHER_MDNSRD_OPTS.</li>
<li>Second, double quotes have to be added around the command that actually launces mDNSResponder using the runuser command. Otherwise, the parameter to mDNSResponder is interpreted as a parameter to runuser and causes an error.</li>
</ol>
<p>Once I made these changes and restarted both mDNSResponder and mt-daapd, all the systems were able to connect to the shared music library without any further issues. Problem solved!</p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2008/11/19/viscosity-a-mac-openvpn-client/" rel="bookmark" title="Wednesday, November 19, 2008">Viscosity, a Mac OpenVPN Client</a></li>

<li><a href="http://blog.scottlowe.org/2009/01/02/ubuntu-and-mac-os-x-integration/" rel="bookmark" title="Friday, January 2, 2009">Ubuntu and Mac OS X Integration</a></li>

<li><a href="http://blog.scottlowe.org/2006/06/23/weblog-moved-to-a-new-host/" rel="bookmark" title="Friday, June 23, 2006">Weblog Moved to a New Host</a></li>

<li><a href="http://blog.scottlowe.org/2006/05/04/krystal-meyers/" rel="bookmark" title="Thursday, May 4, 2006">Krystal Meyers</a></li>

<li><a href="http://blog.scottlowe.org/2005/10/01/linux-on-laptops/" rel="bookmark" title="Saturday, October 1, 2005">Linux on Laptops</a></li>
</ul><!-- Similar Posts took 30.019 ms --><img src="http://feeds.scottlowe.org/~r/slowe/content/feed/~4/495527915" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2008/12/26/openvpn-and-mt-daapd/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.scottlowe.org/2008/12/26/openvpn-and-mt-daapd/</feedburner:origLink></item>
		<item>
		<title>Merry Christmas!</title>
		<link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/494703632/</link>
		<comments>http://blog.scottlowe.org/2008/12/25/merry-christmas-2/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 08:51:30 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Christianity]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/2008/12/25/merry-christmas-2/</guid>
		<description><![CDATA[I'd like to wish everyone a very Merry Christmas! I hope that we do not forget the real reason behind this season, as described in Luke 2.]]></description>
			<content:encoded><![CDATA[<p>Let us never forget the true reason behind Christmas:</p>
<blockquote><p><sup>1</sup>In those days Caesar Augustus issued a decree that a census should be taken of the entire Roman world. <sup>2</sup>(This was the first census that took place while Quirinius was governor of Syria.) <sup>3</sup>And everyone went to his own town to register.<br />
<sup>4</sup>So Joseph also went up from the town of Nazareth in Galilee to Judea, to Bethlehem the town of David, because he belonged to the house and line of David. <sup>5</sup>He went there to register with Mary, who was pledged to be married to him and was expecting a child. <sup>6</sup>While they were there, the time came for the baby to be born, <sup>7</sup>and she gave birth to her firstborn, a son. She wrapped him in cloths and placed him in a manger, because there was no room for them in the inn.<br />
<sup>8</sup>And there were shepherds living out in the fields nearby, keeping watch over their flocks at night. <sup>9</sup>An angel of the Lord appeared to them, and the glory of the Lord shone around them, and they were terrified. <sup>10</sup>But the angel said to them, &#8220;Do not be afraid. I bring you good news of great joy that will be for all the people. <sup>11</sup>Today in the town of David a Savior has been born to you; he is Christ the Lord. <sup>12</sup>This will be a sign to you: You will find a baby wrapped in cloths and lying in a manger.&#8221;<br />
<sup>13</sup>Suddenly a great company of the heavenly host appeared with the angel, praising God and saying, <sup>14</sup>&#8220;Glory to God in the highest, and on earth peace to men on whom his favor rests.&#8221;<br />
(Luke 2:1-14 NIV)</p></blockquote>
<p>I&#8217;d like to take this moment to wish everyone a very Merry Christmas, and may the true reason behind this celebration live eternally in your hearts.</p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2005/12/24/merry-christmas/" rel="bookmark" title="Saturday, December 24, 2005">Merry Christmas!</a></li>

<li><a href="http://blog.scottlowe.org/2005/11/22/another-take-on-lifesong/" rel="bookmark" title="Tuesday, November 22, 2005">Another Take on Life(song)</a></li>

<li><a href="http://blog.scottlowe.org/2005/05/13/shaohannahs-hope/" rel="bookmark" title="Friday, May 13, 2005">Shaohannah&#8217;s Hope</a></li>

<li><a href="http://blog.scottlowe.org/2008/08/16/fireproof/" rel="bookmark" title="Saturday, August 16, 2008">Fireproof</a></li>

<li><a href="http://blog.scottlowe.org/2007/12/18/a-short-break/" rel="bookmark" title="Tuesday, December 18, 2007">A Short Break</a></li>
</ul><!-- Similar Posts took 35.290 ms --><img src="http://feeds.scottlowe.org/~r/slowe/content/feed/~4/494703632" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2008/12/25/merry-christmas-2/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.scottlowe.org/2008/12/25/merry-christmas-2/</feedburner:origLink></item>
		<item>
		<title>Random Reboots with VMware ESX 3.5 Update 3</title>
		<link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/493695489/</link>
		<comments>http://blog.scottlowe.org/2008/12/23/random-reboots-with-vmware-esx-35-update-3/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 03:21:16 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[ESX]]></category>

		<category><![CDATA[ESXi]]></category>

		<category><![CDATA[VMotion]]></category>

		<category><![CDATA[VMware]]></category>

		<category><![CDATA[VMwareHA]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/2008/12/23/random-reboots-with-vmware-esx-35-update-3/</guid>
		<description><![CDATA[It would appear that the issue of virtual machines randomly rebooting with VMware ESX 3.5 Update 3 and VMware HA may not be limited to environments using VM failure monitoring, and may instead be more widespread than perhaps was expected. It's still too early to tell yet, but any readers with more information are encouraged to share their information in the comments.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been communicating with a reader who is experiencing random reboots of virtual machines on his HA/DRS-enabled cluster running VMware ESX&#160;3.5 Update&#160;3. At first, I thought his problem was related to the bug with VM failure monitoring that I <a href="http://blog.scottlowe.org/2008/12/12/vmware-ha-problem-with-update-3/">discussed here</a>, but upon further discussion the random reboots are continuing to occur even when VM failure monitoring is disabled. The only relief the reader has been able to find thus far has been to completely disable VMware HA on his cluster, which&#8212;to be honest&#8212;is a less than acceptable solution.</p>
<p>After a little bit of digging around, I turned up <a href="http://communities.vmware.com/thread/178417">this VMware Communities thread</a>, in which several other users also indicate they are seeing the same kinds of problems. The thread closes out by referencing <a href="http://www.yellow-bricks.com/2008/12/12/vms-may-unexpectedly-reboot-when-using-vmware-ha-with-virtual-machine-monitoring/">this post by Duncan Epping</a> regarding the VM failure monitoring bug. Clearly, though, this bug should not be affecting users who do not have VM failure monitoring enabled. I also found <a href="http://www.ivobeerens.nl/?p=180">this blog post</a> about another user having the issue, although it sounds like his problem was solved by disabling VM failure monitoring.</p>
<p>Further research turned up <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1007501">this KB article on a post-Update 3 patch</a> that may address some of the random reboot issues. Judging from the KB article, it looks like the random reboots may be caused due to an unexpected interaction between VMotion and an option to automatically upgrade VMware Tools. This is just speculation, of course, but the symptoms seem to fit.</p>
<p>Have any other users out there experienced this problem? If so, what was the fix, if any? It sounds like there may be more to this issue than perhaps I first suspected.</p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2008/12/12/vmware-ha-problem-with-update-3/" rel="bookmark" title="Friday, December 12, 2008">VMware HA Problem with Update 3</a></li>

<li><a href="http://blog.scottlowe.org/2008/08/11/apparent-datetime-issue-with-update-2/" rel="bookmark" title="Monday, August 11, 2008">Apparent Date/Time Issue With Update 2</a></li>

<li><a href="http://blog.scottlowe.org/2008/01/20/cpu-spike-with-drs-and-vmotion/" rel="bookmark" title="Sunday, January 20, 2008">CPU Spike with DRS and VMotion</a></li>

<li><a href="http://blog.scottlowe.org/2008/10/27/quick-note-on-esx-and-esxi-storage-multipathing/" rel="bookmark" title="Monday, October 27, 2008">Quick Note on ESX and ESXi Storage Multipathing</a></li>

<li><a href="http://blog.scottlowe.org/2007/01/22/vmware-ha-in-action/" rel="bookmark" title="Monday, January 22, 2007">VMware HA in Action</a></li>
</ul><!-- Similar Posts took 30.171 ms --><img src="http://feeds.scottlowe.org/~r/slowe/content/feed/~4/493695489" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2008/12/23/random-reboots-with-vmware-esx-35-update-3/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.scottlowe.org/2008/12/23/random-reboots-with-vmware-esx-35-update-3/</feedburner:origLink></item>
		<item>
		<title>A Closer Look at iCal, CalDAV, Google Calendar, and the iPhone</title>
		<link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/493179558/</link>
		<comments>http://blog.scottlowe.org/2008/12/23/a-closer-look-at-ical-caldav-google-calendar-and-the-iphone/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 14:24:44 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Collaboration]]></category>

		<category><![CDATA[Macintosh]]></category>

		<category><![CDATA[iPhone]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/2008/12/23/a-closer-look-at-ical-caldav-google-calendar-and-the-iphone/</guid>
		<description><![CDATA[Thinking of using the new CalDAV support in Google Calendar with iCal? After having worked with it for a short while (and having posted <a href="http://blog.scottlowe.org/2008/12/02/manually-configuring-ical-for-google-calendar-and-caldav/">these instructions</a> for configuring it), I've found some limitations that make this a less-than-optimal solution for me.]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago I posted an article titled <a href="http://blog.scottlowe.org/2008/12/02/manually-configuring-ical-for-google-calendar-and-caldav/">Manually Configuring iCal for Google Calendar and CalDAV</a>, in which I provided a way to configure iCal in Leopard to use CalDAV to communicate with Google Calendar. I&#8217;d done this once before, but when Google made the CalDAV support &#8220;official&#8221; they removed the how-to pages and instead pointed everyone to their application to do it automatically. In any case, a bit of experimentation turned up the right settings, so in the event you&#8217;re interested, have a look there.</p>
<p>Since that time, I&#8217;ve been taking a closer look at the integration points between iCal, Google Calendar via CalDAV, and the iPhone. What I&#8217;ve found indicates that this may not be the optimal solution <em>for me</em>&#8212;but it may be just fine for you. Note that this has not deterred me from moving forward with greater use of Google Calendar, it has just shifted my strategy away from the built-in CalDAV support.</p>
<p>Some of the key limitations that I&#8217;ve encountered:</p>
<ul>
<li>The &#8220;one-calendar-per-account&#8221; limitation is probably already well-known and isn&#8217;t a significant limitation, but one to consider nevertheless. This will mean more space required for your calendar list in the event you want to use multiple calendars via CalDAV. For those that aren&#8217;t familiar with what I&#8217;m talking about, the basic gist of the idea is that when using CalDAV with Google Calendar, each CalDAV account is only allowed to have a single calendar. So, to use multiple calendars, you&#8217;ll need multiple CalDAV accounts. These can all be the same Google account, but in iCal they&#8217;ll need to be configured as separate CalDAV accounts.</li>
<li>The big limitation, for me at least, is that CalDAV calendars synced to the iPhone are, in fact, read-only. That&#8217;s right&#8212;you won&#8217;t be able to make any changes to such calendars from the iPhone itself. I was pleasantly surprised to see that the calendars did actually sync to the iPhone, and then unpleasantly surprised to find they were now read-only. For me and how I work, I need the ability to make changes to my calendar from my iPhone. If that&#8217;s not a big deal for you, then continuing down the CalDAV route may be OK. Unfortunately, it&#8217;s not for me.</li>
<li>You can&#8217;t move events between CalDAV-enabled calendars. You actually have to re-create the event on the other calendar, then delete it from the first.</li>
</ul>
<p>I&#8217;m still moving ahead with a greater usage of Google Calendar, but as a result of finding these limitations, I&#8217;m now taking a closer look at some of the third-party utilities to provide two-way sync between iCal and Google Calendar. <a href="http://www.busymac.com/">BusySync</a> is the leading candidate right now, although I&#8217;m also looking at <a href="http://www.calgoo.com/connect/index.do">Calgoo Connect</a> and <a href="http://spanningsync.com/">Spanning Sync</a>. If any readers are using any of these products right now, I&#8217;d certainly welcome any feedback on how well they work.</p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2008/12/02/manually-configuring-ical-for-google-calendar-and-caldav/" rel="bookmark" title="Tuesday, December 2, 2008">Manually Configuring iCal for Google Calendar and CalDAV</a></li>

<li><a href="http://blog.scottlowe.org/2008/12/12/google-apps-doesnt-play-nice-with-mailtags/" rel="bookmark" title="Friday, December 12, 2008">Google Apps Doesn&#8217;t Play Nice with MailTags</a></li>

<li><a href="http://blog.scottlowe.org/2008/09/01/any-iphone-app-recommendations/" rel="bookmark" title="Monday, September 1, 2008">Any iPhone App Recommendations?</a></li>

<li><a href="http://blog.scottlowe.org/2008/08/25/more-on-my-vmworld-2008-schedule/" rel="bookmark" title="Monday, August 25, 2008">More on my VMworld 2008 Schedule</a></li>

<li><a href="http://blog.scottlowe.org/2008/09/29/omnifocus-for-iphone-first-impressions/" rel="bookmark" title="Monday, September 29, 2008">OmniFocus for iPhone First Impressions</a></li>
</ul><!-- Similar Posts took 30.360 ms --><img src="http://feeds.scottlowe.org/~r/slowe/content/feed/~4/493179558" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2008/12/23/a-closer-look-at-ical-caldav-google-calendar-and-the-iphone/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.scottlowe.org/2008/12/23/a-closer-look-at-ical-caldav-google-calendar-and-the-iphone/</feedburner:origLink></item>
		<item>
		<title>Free Veeam Monitor</title>
		<link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/492244242/</link>
		<comments>http://blog.scottlowe.org/2008/12/22/free-veeam-monitor/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 14:05:09 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[ESX]]></category>

		<category><![CDATA[ESXi]]></category>

		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/2008/12/22/free-veeam-monitor/</guid>
		<description><![CDATA[Veeam's special Christmas present was a new version of Veeam Monitor available for free from their website, offering VMware administrators a new option for real-time monitoring of VMware Infrastructure environments.]]></description>
			<content:encoded><![CDATA[<p>In the event you haven&#8217;t heard elsewhere already, the special Christmas present that Veeam had in store for the virtualization community was a new, free version of Veeam Monitor. The addition of this free solution gives system administrators a new option for real-time monitoring of VMware Infrastructure environments.</p>
<p>Anyone can go and download a copy from <a href="http://www.veeam.com/">the Veeam website</a>. That&#8217;s assuming, of course, that you <em>can</em> actually download the software, as I&#8217;ve been trying to do all morning. I&#8217;m sure that once the initial excitement and the mad rush of downloads subsides, it will be much easier and much faster, but for those of you who just absolutely positively have to have it right now, good luck!</p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2008/12/12/new-tool-from-veeam/" rel="bookmark" title="Friday, December 12, 2008">New Tool from Veeam?</a></li>

<li><a href="http://blog.scottlowe.org/2007/07/18/assorted-vmware-tools/" rel="bookmark" title="Wednesday, July 18, 2007">Assorted VMware Tools</a></li>

<li><a href="http://blog.scottlowe.org/2008/02/09/im-glad-im-not-the-only-one/" rel="bookmark" title="Saturday, February 9, 2008">I&#8217;m Glad I&#8217;m Not The Only One</a></li>

<li><a href="http://blog.scottlowe.org/2008/11/07/vmware-esx-35-update-3-is-available/" rel="bookmark" title="Friday, November 7, 2008">VMware ESX 3.5 Update 3 is Available</a></li>

<li><a href="http://blog.scottlowe.org/2008/10/28/vima-rolls-out/" rel="bookmark" title="Tuesday, October 28, 2008">VIMA Rolls Out</a></li>
</ul><!-- Similar Posts took 29.592 ms --><img src="http://feeds.scottlowe.org/~r/slowe/content/feed/~4/492244242" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2008/12/22/free-veeam-monitor/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.scottlowe.org/2008/12/22/free-veeam-monitor/</feedburner:origLink></item>
	<item><title>Links for 2008-12-18 [del.icio.us]</title><link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/489371310/slowe</link><pubDate>Fri, 19 Dec 2008 00:00:00 -0600</pubDate><guid isPermaLink="false">http://del.icio.us/slowe#2008-12-18</guid><content:encoded><![CDATA[<ul>
<li><a href="http://www.thevirtualblackhole.com/">Virtual Black Hole</a><br/>
Virtualization-oriented site, includes content by Steve Beaver</li>
</ul><img src="http://feeds.scottlowe.org/~r/slowe/content/feed/~4/489371310" height="1" width="1"/>]]></content:encoded><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.thevirtualblackhole.com/"&gt;Virtual Black Hole&lt;/a&gt;&lt;br/&gt;
Virtualization-oriented site, includes content by Steve Beaver&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/slowe#2008-12-18</feedburner:origLink></item><item><title>Links for 2008-12-15 [del.icio.us]</title><link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/486298616/slowe</link><pubDate>Tue, 16 Dec 2008 00:00:00 -0600</pubDate><guid isPermaLink="false">http://del.icio.us/slowe#2008-12-15</guid><content:encoded><![CDATA[<ul>
<li><a href="http://www.mikedipetrillo.com/mikedvirtualization/2008/12/wake-up-your-mac-faster.html">Wake Up Your Mac Faster</a><br/>
Tip for changing the Mac&#039;s hibernation behavior so as to speed up the sleep/wake-up process</li>
<li><a href="http://www.wpnotifier.com/">WordPress Notifier for Mac OS X</a><br/>
This tool monitors your WordPress blog for unapproved comments and notifies the user when new comments are posted. Will be particularly useful when it supports older versions of WordPress (currently 2.7 or higher).</li>
</ul><img src="http://feeds.scottlowe.org/~r/slowe/content/feed/~4/486298616" height="1" width="1"/>]]></content:encoded><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.mikedipetrillo.com/mikedvirtualization/2008/12/wake-up-your-mac-faster.html"&gt;Wake Up Your Mac Faster&lt;/a&gt;&lt;br/&gt;
Tip for changing the Mac&amp;#039;s hibernation behavior so as to speed up the sleep/wake-up process&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.wpnotifier.com/"&gt;WordPress Notifier for Mac OS X&lt;/a&gt;&lt;br/&gt;
This tool monitors your WordPress blog for unapproved comments and notifies the user when new comments are posted. Will be particularly useful when it supports older versions of WordPress (currently 2.7 or higher).&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/slowe#2008-12-15</feedburner:origLink></item><item><title>Links for 2008-12-13 [del.icio.us]</title><link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/484301304/slowe</link><pubDate>Sun, 14 Dec 2008 00:00:00 -0600</pubDate><guid isPermaLink="false">http://del.icio.us/slowe#2008-12-13</guid><content:encoded><![CDATA[<ul>
<li><a href="http://www.busymac.com/index.html">BusySync - Sync iCal and Google Calendar</a><br/>
This application provides two-way synchronization for iCal and Google Calendar and helps overcome CalDAV limitations</li>
<li><a href="http://www.cisco.com/en/US/products/prod_visio_icon_list.html">Cisco - Products and Services Visio Stencils</a><br/>
This page has links to Visio stencils for most, if not all, of Cisco&#039;s products and services. These Visio stencils also seem to work well in OmniGraffle as well.</li>
</ul><img src="http://feeds.scottlowe.org/~r/slowe/content/feed/~4/484301304" height="1" width="1"/>]]></content:encoded><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.busymac.com/index.html"&gt;BusySync - Sync iCal and Google Calendar&lt;/a&gt;&lt;br/&gt;
This application provides two-way synchronization for iCal and Google Calendar and helps overcome CalDAV limitations&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.cisco.com/en/US/products/prod_visio_icon_list.html"&gt;Cisco - Products and Services Visio Stencils&lt;/a&gt;&lt;br/&gt;
This page has links to Visio stencils for most, if not all, of Cisco&amp;#039;s products and services. These Visio stencils also seem to work well in OmniGraffle as well.&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/slowe#2008-12-13</feedburner:origLink></item></channel>
</rss><!-- Dynamic Page Served (once) in 1.185 seconds --><!-- Cached page generated by WP-Super-Cache on 2009-01-05 17:44:44 -->
