<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><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:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Solo Technology</title>
	
	<link>http://www.solo-technology.com/blog</link>
	<description>A Technology Crow in search of Bright Shiny Objects</description>
	<lastBuildDate>Sun, 25 Jul 2010 15:46:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SoloTechnology" /><feedburner:info uri="solotechnology" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license><feedburner:emailServiceId>SoloTechnology</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><item>
		<title>Windows NFS: Don’t Forget .maphosts</title>
		<link>http://feedproxy.google.com/~r/SoloTechnology/~3/mA9BoJGXH3o/</link>
		<comments>http://www.solo-technology.com/blog/2010/07/25/windows-nfs-dont-forget-maphosts/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 15:43:54 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[Openfiler]]></category>
		<category><![CDATA[Tech-Ops]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows-7]]></category>

		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=4168</guid>
		<description><![CDATA[I recently mentioned that I was trying out NFS Services on Windows 2003. It actually has been working quite well for me – faster and less CPU than NFS to my OpenFiler server, in fact. OK, to be fair, the OpenFiler server is a bit older and running a pair of hyper-threaded Xeons while the<a href="http://www.solo-technology.com/blog/2010/07/25/windows-nfs-dont-forget-maphosts/"> &#187; Read the Rest...</a>


Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2010/07/11/wrestling-with-esxi-client-backups/' rel='bookmark' title='Permanent Link: Wrestling with ESXi Client Backups'>Wrestling with ESXi Client Backups</a></li>
<li><a href='http://www.solo-technology.com/blog/2009/01/16/windows-7-beta/' rel='bookmark' title='Permanent Link: Windows 7 Beta'>Windows 7 Beta</a></li>
<li><a href='http://www.solo-technology.com/blog/2008/06/17/windows-live-mesh-or-dropbox/' rel='bookmark' title='Permanent Link: Windows Live Mesh or DropBox?'>Windows Live Mesh or DropBox?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I recently mentioned that I was <a href="http://www.solo-technology.com/blog/2010/07/11/wrestling-with-esxi-client-backups/">trying out NFS Services</a> on Windows 2003. It actually has been working quite well for me – faster and less CPU than <a href="http://en.wikipedia.org/wiki/Network_File_System_%28protocol%29">NFS</a> to my <a href="http://www.openfiler.com/">OpenFiler</a> server, in fact. OK, to be fair, the OpenFiler server is a bit older and running a pair of hyper-threaded Xeons while the Windows server sports a much newer 2.66 Quad core. Perhaps the processor makes a difference?</p>
<p><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="image" src="http://www.solo-technology.com/blog/wp-content/uploads/2010/07/image4.png" border="0" alt="image" width="185" height="132" align="right" /> Anywho, on the Windows server I’m using the User Name Mapping service to map *nix user accounts to Windows user accounts. There are other ways to do this, but it seemed the simplest and easiest for my purposes. I just mapped the root user from the ESXi server to my domain account and then use NFS shares from Windows for backup purposes (using <a href="http://communities.vmware.com/docs/DOC-8760">ghettoVCB</a>).</p>
<p>Last week I thought it would be prudent to ensure that I could actually <em>do</em> something with these backups I’m stacking up. Since they’re already on an NFS share I figured I’d just connect to that share with my Windows 7 machine running VMware Workstation.</p>
<p><span id="more-4168"></span></p>
<p>There is a NFS client is built-in to Windows 7 (I’m unsure of which editions though – Enterprise and Ultimate maybe?) and just needs to be activated via the “Turn Windows features on/off” control panel applet. Check the boxes, wait a few moments and you’re good to go.</p>
<p><a href="http://www.solo-technology.com/blog/wp-content/uploads/2010/07/image5.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="image" src="http://www.solo-technology.com/blog/wp-content/uploads/2010/07/image_thumb3.png" border="0" alt="image" width="244" height="161" align="right" /></a> Oh, <strong>and reboot</strong>. I didn’t get prompted to reboot but it definitely didn’t start working until I did so!</p>
<p>Once that’s all done just a bit of configuration needs to happen. First, launch the “Services for Network File System” app on the Windows 7 machine. Right click on “Services for NFS” and click on Properties. In the resulting dialog check User Name Mapping and specify the server running the service. That’s really about all you need to do.</p>
<p>Now just type <code>“<em>servername</em>:/<em>sharename</em>”</code> into an Explorer address bar and you’ll see your stuff. You can map from there as well. Or drop to a command prompt and use the <code>mount</code> command.</p>
<p><strong>But it wouldn’t work for me</strong>. I’d get connected but clearly had authority issues (<em>ain’t <strong>that</strong> a lifelong issue..?</em>). Turns out I had one more little step to go – one frequently glossed over.</p>
<p>By default the User Name Mapping service (on the server) is only able to accept requests from the machine on which it is running. So when my Windows 7 machine tried to use it nothing would happen. It was blocked. Fortunately, I found a <a href="http://technet.microsoft.com/en-us/library/cc786545%28WS.10%29.aspx">technet article</a> that explained what was going on and what I needed to change.</p>
<p>On the server I had to edit the %windir$\msnfs\.maphosts file (use the text editor of your choice). Specifically, I had to add one line to the bottom that listed my Win7 client’s name. Restarted the service and everything works great now!</p>
<blockquote><p>You control which computers can access User Name Mapping by editing a file named .maphosts in the %windir%\msnfs directory of the computer User Name Mapping. By adding entries in this file, you can easily permit or deny access by any other computer to User Name Mapping. If the .maphosts file is present but not empty, then only those computers allowed access by entries in the file can access User Name mapping. If the .maphosts file is present but empty (the default), no computers except the computer running User Name Mapping itself can access User Name Mapping. If the .maphosts file is not present, no computers (including the computer running User Name Mapping) can access User Name Mapping.</p></blockquote>
<p>Now I realize it is a bit odd to use NFS between Windows computers, but it was a fun challenge getting it all working. At some point I might try to do some benchmarking to see how NFS maps compare to normal SMB shares.</p>


<p>Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2010/07/11/wrestling-with-esxi-client-backups/' rel='bookmark' title='Permanent Link: Wrestling with ESXi Client Backups'>Wrestling with ESXi Client Backups</a></li>
<li><a href='http://www.solo-technology.com/blog/2009/01/16/windows-7-beta/' rel='bookmark' title='Permanent Link: Windows 7 Beta'>Windows 7 Beta</a></li>
<li><a href='http://www.solo-technology.com/blog/2008/06/17/windows-live-mesh-or-dropbox/' rel='bookmark' title='Permanent Link: Windows Live Mesh or DropBox?'>Windows Live Mesh or DropBox?</a></li>
</ol></p>
	Tags: <a href="http://www.solo-technology.com/blog/tag/backup/" title="backup" rel="tag">backup</a>, <a href="http://www.solo-technology.com/blog/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.solo-technology.com/blog/tag/nfs/" title="NFS" rel="tag">NFS</a>, <a href="http://www.solo-technology.com/blog/tag/openfiler/" title="Openfiler" rel="tag">Openfiler</a>, <a href="http://www.solo-technology.com/blog/tag/tech-ops/" title="Tech-Ops" rel="tag">Tech-Ops</a>, <a href="http://www.solo-technology.com/blog/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://www.solo-technology.com/blog/tag/windows-7/" title="Windows-7" rel="tag">Windows-7</a><br />

<p><a href="http://feedads.g.doubleclick.net/~a/AHd69ZN683RYhcg8sT_SL4D0myI/0/da"><img src="http://feedads.g.doubleclick.net/~a/AHd69ZN683RYhcg8sT_SL4D0myI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/AHd69ZN683RYhcg8sT_SL4D0myI/1/da"><img src="http://feedads.g.doubleclick.net/~a/AHd69ZN683RYhcg8sT_SL4D0myI/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=mA9BoJGXH3o:UOxXKxCqss8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=mA9BoJGXH3o:UOxXKxCqss8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=mA9BoJGXH3o:UOxXKxCqss8:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=mA9BoJGXH3o:UOxXKxCqss8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=mA9BoJGXH3o:UOxXKxCqss8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=mA9BoJGXH3o:UOxXKxCqss8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SoloTechnology/~4/mA9BoJGXH3o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solo-technology.com/blog/2010/07/25/windows-nfs-dont-forget-maphosts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.solo-technology.com/blog/2010/07/25/windows-nfs-dont-forget-maphosts/</feedburner:origLink></item>
		<item>
		<title>I Want Some Tab Candy</title>
		<link>http://feedproxy.google.com/~r/SoloTechnology/~3/3prSp-JpVEA/</link>
		<comments>http://www.solo-technology.com/blog/2010/07/23/i-want-some-tab-candy/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 23:00:00 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mozilla]]></category>

		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=4162</guid>
		<description><![CDATA[I was starting to fear that only Google was innovating in the browser space, but this Tab Candy intro video shows that Mozilla is definitely still in the game. Check it out: An Introduction to Firefox&#8217;s Tab Candy from Aza Raskin on Vimeo. Related posts:Google Toolbar Beta: Make &#8220;New Tab&#8221; your Home Page Faviconize &#8211;<a href="http://www.solo-technology.com/blog/2010/07/23/i-want-some-tab-candy/"> &#187; Read the Rest...</a>


Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2009/02/01/google-toolbar-beta-make-new-tab-your-home-page/' rel='bookmark' title='Permanent Link: Google Toolbar Beta: Make &ldquo;New Tab&rdquo; your Home Page'>Google Toolbar Beta: Make &ldquo;New Tab&rdquo; your Home Page</a></li>
<li><a href='http://www.solo-technology.com/blog/2006/11/15/faviconize-a-new-favorite-firefox-extension/' rel='bookmark' title='Permanent Link: Faviconize &#8211; a New Favorite Firefox Extension'>Faviconize &#8211; a New Favorite Firefox Extension</a></li>
<li><a href='http://www.solo-technology.com/blog/2009/01/04/k-meleon-tab-management/' rel='bookmark' title='Permanent Link: K-Meleon Tab Management'>K-Meleon Tab Management</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I was starting to fear that only Google was innovating in the browser space, but this Tab Candy intro video shows that Mozilla is definitely still in the game. Check it out:</p>
<div id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:74901745-01b1-4689-838b-da691bde8259" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">
<div><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="265" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=13560319&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="265" src="http://vimeo.com/moogaloop.swf?clip_id=13560319&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object><a href="http://vimeo.com/13560319">An Introduction to Firefox&#8217;s Tab Candy</a> from <a href="http://vimeo.com/user532161">Aza Raskin</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
</div>
</div>


<p>Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2009/02/01/google-toolbar-beta-make-new-tab-your-home-page/' rel='bookmark' title='Permanent Link: Google Toolbar Beta: Make &ldquo;New Tab&rdquo; your Home Page'>Google Toolbar Beta: Make &ldquo;New Tab&rdquo; your Home Page</a></li>
<li><a href='http://www.solo-technology.com/blog/2006/11/15/faviconize-a-new-favorite-firefox-extension/' rel='bookmark' title='Permanent Link: Faviconize &#8211; a New Favorite Firefox Extension'>Faviconize &#8211; a New Favorite Firefox Extension</a></li>
<li><a href='http://www.solo-technology.com/blog/2009/01/04/k-meleon-tab-management/' rel='bookmark' title='Permanent Link: K-Meleon Tab Management'>K-Meleon Tab Management</a></li>
</ol></p>
	Tags: <a href="http://www.solo-technology.com/blog/tag/beta/" title="beta" rel="tag">beta</a>, <a href="http://www.solo-technology.com/blog/tag/browsers/" title="browsers" rel="tag">browsers</a>, <a href="http://www.solo-technology.com/blog/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.solo-technology.com/blog/tag/mozilla/" title="mozilla" rel="tag">mozilla</a><br />

<p><a href="http://feedads.g.doubleclick.net/~a/Z5ihY4lJkqFRAxwC5t0n8QnS_as/0/da"><img src="http://feedads.g.doubleclick.net/~a/Z5ihY4lJkqFRAxwC5t0n8QnS_as/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Z5ihY4lJkqFRAxwC5t0n8QnS_as/1/da"><img src="http://feedads.g.doubleclick.net/~a/Z5ihY4lJkqFRAxwC5t0n8QnS_as/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=3prSp-JpVEA:W68vfROui8A:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=3prSp-JpVEA:W68vfROui8A:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=3prSp-JpVEA:W68vfROui8A:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=3prSp-JpVEA:W68vfROui8A:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=3prSp-JpVEA:W68vfROui8A:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=3prSp-JpVEA:W68vfROui8A:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SoloTechnology/~4/3prSp-JpVEA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solo-technology.com/blog/2010/07/23/i-want-some-tab-candy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.solo-technology.com/blog/2010/07/23/i-want-some-tab-candy/</feedburner:origLink></item>
		<item>
		<title>A Quick Look at Soluto</title>
		<link>http://feedproxy.google.com/~r/SoloTechnology/~3/QanuSgVdcEg/</link>
		<comments>http://www.solo-technology.com/blog/2010/07/18/a-quick-look-at-soluto/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 16:21:07 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[crowd-source]]></category>
		<category><![CDATA[Soluto]]></category>
		<category><![CDATA[tuning]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=4159</guid>
		<description><![CDATA[It has been a long time since I last looked at software to improve boot speeds (“Windows Startup Tuning” from December ‘08). A new option recently crossed my radar though and it has some interesting wrinkles. For starters, Soluto is probably the prettiest little startup manager you’ve ever used for Windows. Definitely a non-traditional GUI<a href="http://www.solo-technology.com/blog/2010/07/18/a-quick-look-at-soluto/"> &#187; Read the Rest...</a>


Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2008/12/11/windows-startup-tuning/' rel='bookmark' title='Permanent Link: Windows Startup Tuning'>Windows Startup Tuning</a></li>
<li><a href='http://www.solo-technology.com/blog/2006/09/12/how-to-slow-windows/' rel='bookmark' title='Permanent Link: How to Slow Windows'>How to Slow Windows</a></li>
<li><a href='http://www.solo-technology.com/blog/2010/04/13/updating-proliants-firmware-and-software/' rel='bookmark' title='Permanent Link: Updating ProLiants Firmware and Software'>Updating ProLiants Firmware and Software</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a title="Soluto Home" href="http://www.soluto.com/"><img style="display: inline; margin-left: 0px; margin-right: 0px; border: 0px;" title="Soluto Logo" src="http://www.solo-technology.com/blog/wp-content/uploads/2010/07/Soluto1small.png" border="0" alt="Soluto Logo" width="145" height="31" align="right" /></a> It has been a long time since I last looked at software to improve boot speeds (“<a href="http://www.solo-technology.com/blog/2008/12/11/windows-startup-tuning/">Windows Startup Tuning</a>” from December ‘08). A new option recently crossed my radar though and it has some interesting wrinkles.</p>
<p>For starters, <a href="http://www.soluto.com/">Soluto</a> is probably the prettiest little startup manager you’ve ever used for Windows. Definitely a non-traditional GUI with lots of whiz-bang effects. Be sure to explore when you first start it up. Notice what happens when you hover over various objects to find all the options, buttons and knobs.</p>
<p>Install it, reboot and watch it analyze and time the boot process. It will categorize all the startup stuff as “No- brainer – remove from boot”, “potentially removable”, “Required” and then finally “removed.” The software collects and aggregates everyone’s decisions and can show you what others have chosen. Hopefully they choose wisely…</p>
<p>The No-brainer items you can opt to delay them to start <em>after</em> the boot or just pause them. If you pause them you have to remember to start them manually when you need them (a lot of the silly little tray apps can quite safely be paused). If you hover over an item you get more information, including stats on what other folks have done with it (aka the “wisdom of the crowds”):</p>
<p><a href="http://www.solo-technology.com/blog/wp-content/uploads/2010/07/image2.png"><img style="display: inline; border: 0px;" title="Examining a startup option in Soluto" src="http://www.solo-technology.com/blog/wp-content/uploads/2010/07/image_thumb1.png" border="0" alt="Examining a startup option in Soluto" width="244" height="199" /></a></p>
<p>From there you can choose Pause, Delay or click “Advanced for even more info.</p>
<p><a href="http://www.solo-technology.com/blog/wp-content/uploads/2010/07/image3.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border: 0px;" title="image" src="http://www.solo-technology.com/blog/wp-content/uploads/2010/07/image_thumb2.png" border="0" alt="image" width="244" height="160" /></a></p>
<p>Pretty cool, eh? Just work through all the startup items and decided what you can pause and delay. Reboot and see how it works out. There’s a History option at the bottom of the Soluto screen that will show you a historical graph of your boot times.</p>
<p>I’d suggest <em>not</em> getting too aggressive on the first try. I ended up with a dramatically faster boot but some odd side-effects due to my over-aggressive ways. Fortunately, the UI displays what you’ve paused/disabled so you can re-enable them all back to boot and then try again (The FAQ says the next version will have a one-button reset which will be nice!).</p>
<blockquote><p>Soluto&#8217;s goal is to bring an end to the frustrations PC users encounter, with transparency, killer technology, and the wisdom of the crowd. Soluto&#8217;s software combines low-level driver technology with collective wisdom, to detect PC users&#8217; frustrations, reveal their cause, learn which actions really eliminate them and improve user experience. All this data is gathered in Soluto&#8217;s PC Genome, a knowledgebase of frustrations and solutions built automatically through the usage of Soluto software, for the benefit of all PC users.</p></blockquote>


<p>Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2008/12/11/windows-startup-tuning/' rel='bookmark' title='Permanent Link: Windows Startup Tuning'>Windows Startup Tuning</a></li>
<li><a href='http://www.solo-technology.com/blog/2006/09/12/how-to-slow-windows/' rel='bookmark' title='Permanent Link: How to Slow Windows'>How to Slow Windows</a></li>
<li><a href='http://www.solo-technology.com/blog/2010/04/13/updating-proliants-firmware-and-software/' rel='bookmark' title='Permanent Link: Updating ProLiants Firmware and Software'>Updating ProLiants Firmware and Software</a></li>
</ol></p>
	Tags: <a href="http://www.solo-technology.com/blog/tag/beta/" title="beta" rel="tag">beta</a>, <a href="http://www.solo-technology.com/blog/tag/crowd-source/" title="crowd-source" rel="tag">crowd-source</a>, <a href="http://www.solo-technology.com/blog/tag/soluto/" title="Soluto" rel="tag">Soluto</a>, <a href="http://www.solo-technology.com/blog/tag/tuning/" title="tuning" rel="tag">tuning</a>, <a href="http://www.solo-technology.com/blog/tag/windows/" title="Windows" rel="tag">Windows</a><br />

<p><a href="http://feedads.g.doubleclick.net/~a/sZxaI_QD-G63lraW2gTVZhzw9b4/0/da"><img src="http://feedads.g.doubleclick.net/~a/sZxaI_QD-G63lraW2gTVZhzw9b4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/sZxaI_QD-G63lraW2gTVZhzw9b4/1/da"><img src="http://feedads.g.doubleclick.net/~a/sZxaI_QD-G63lraW2gTVZhzw9b4/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=QanuSgVdcEg:IzbM_SPuIaY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=QanuSgVdcEg:IzbM_SPuIaY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=QanuSgVdcEg:IzbM_SPuIaY:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=QanuSgVdcEg:IzbM_SPuIaY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=QanuSgVdcEg:IzbM_SPuIaY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=QanuSgVdcEg:IzbM_SPuIaY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SoloTechnology/~4/QanuSgVdcEg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solo-technology.com/blog/2010/07/18/a-quick-look-at-soluto/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.solo-technology.com/blog/2010/07/18/a-quick-look-at-soluto/</feedburner:origLink></item>
		<item>
		<title>Read Errors</title>
		<link>http://feedproxy.google.com/~r/SoloTechnology/~3/tcWfnqTqBkM/</link>
		<comments>http://www.solo-technology.com/blog/2010/07/15/read-errors/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 02:08:51 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[ghettoVCB]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[VMware-ESXi]]></category>

		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=4127</guid>
		<description><![CDATA[The final (?) note on the ESXi / HP saga (part 1 / part 2). This is too much of a downer to continue documenting! I’ll start with a quick tip: If moving data to NFS shares seems slow or gives you frequent timeouts look to your network gear. I was having issues getting ghettoVCB<a href="http://www.solo-technology.com/blog/2010/07/15/read-errors/"> &#187; Read the Rest...</a>


Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2010/07/11/wrestling-with-esxi-client-backups/' rel='bookmark' title='Permanent Link: Wrestling with ESXi Client Backups'>Wrestling with ESXi Client Backups</a></li>
<li><a href='http://www.solo-technology.com/blog/2010/07/25/windows-nfs-dont-forget-maphosts/' rel='bookmark' title='Permanent Link: Windows NFS: Don&rsquo;t Forget .maphosts'>Windows NFS: Don&rsquo;t Forget .maphosts</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><em>The final (?) note on the ESXi / HP saga (</em><a href="http://www.solo-technology.com/blog/2010/07/08/fun-with-esxi-and-hp-issues-learning-lessons/"><em>part 1</em></a><em> / </em><a href="http://www.solo-technology.com/blog/2010/07/11/wrestling-with-esxi-client-backups/"><em>part 2</em></a><em>). This is too much of a downer to continue documenting!</em></p>
<hr />I’ll start with a <strong>quick tip</strong>: <em>If moving data to NFS shares seems slow or gives you frequent timeouts <strong>look to your network gear</strong>.</em></p>
<p>I was having issues getting <a href="http://communities.vmware.com/docs/DOC-8760">ghettoVCB</a> backups to an NFS share on a Windows 2003 server. The VMware ESXi server would sporadically lose connection to the 2k3 server and then kill the backup. I finally replaced the little DLink SOHO 1GB switch with an HP <a href="http://h10144.www1.hp.com/products/switches/index.aspx">ProCurve</a> and then replaced all the sketchy old network cables with shiny new CAT 6 cables. The backups became noticeably faster and the intermittent connection losses completely disappeared.</p>
<p>Now I can get good backups for 3 out of the 6 Virtual Machines (VMs) on this server. Using any sort of file copy I can get copies of those same 3.</p>
<p>The other three? I’m starting to lose faith – I think we’re hosed. The copies or backups always end with a series of errors. The log errors point to the datastore where the VMs currently reside, not the copy destination. Read errors. Ugh.</p>
<p><strong>Tip:</strong> <em>I can’t seem to get “thin” backups to the Windows (or OpenFiler for that mattter) NFS shares. So, regardless of how much data is actually used in that 150 GB virtual disk, I get a full 150 GB backup file. As a workaround, I turned on NTFS compression for the NFS share at the Windows server. Slows the copy speed down by almost half with barely any extra CPU utilization. Worth it though as it took 280 GB of backups down to 16.5 GB!</em></p>
<p>I have a VMware <a href="http://communities.vmware.com/message/1568972#1568972">forum post</a> out there languishing. It did result in me making sure I had the latest/greatest firmware, ESXi updates and HP tools installed though. It also took me down a few unnecessary paths, but that’s OK as it was educational. I’ll probably close that post soon and try a much shorter and summarized version. I may have to figure out how to contact paid support.</p>
<p>I also tried a ServerFault.com post but I think I tried to cover too much territory in it. Face it, many geeks suffer from <a title="Too Long; Didn't Read at wikipedia" href="http://en.wikipedia.org/wiki/Wikipedia%3ATLDNR">tl;dr</a> syndrom. Think I’ll close that topic soon as well.</p>
<p>I am trying to get some help from HP now, but this time they’re not so interested in helping. See, at boot time the P400 array controller gives an error 1716 “unrecoverable media error.” HP says, logically enough, that I need to rebuild the array. OK, I’d like to do that but I want image backups first. They say I should’ve had good backups before I did any drive replacements. Well, that’s a good point. I did… but that was almost <strong>two weeks ago</strong>! *cough* excuse me… I’d just like fresh backups before I toast the array. These machines are all still in use and the company hasn’t been standing still.</p>
<p>There doesn’t appear to be a chkdsk or fsck for vmfs formatted volumes. Seems like that would be useful.</p>
<hr />For web searchers dying to share a cure, below I’ve listed some of the error messages.</p>
<p>GhettoVCB errors are:</p>
<ul>
<li>Failed to clone disk : Connection timed out (7208969)</li>
<li>Failed to clone disk : Input/output error (327689)</li>
</ul>
<p>Sample message log errors:</p>
<pre><code>Jul 15 19:18:50 vmkernel: 0:17:59:18.890 cpu4:16218)NMP: nmp_CompleteCommandForPath: Command 0x28 (0x4100051614c0) to NMP device "mpx.vmhba1:C0:T1:L0" failed on physical path "vmhba1:C0:T1:L0" H:0x3 D:0x0 P:0x0 Possible sense data: 0x2 0x3a 0x0.
Jul 15 19:18:50 vmkernel: 0:17:59:18.890 cpu4:16218)WARNING: NMP: nmp_DeviceRequestFastDeviceProbe: NMP device "mpx.vmhba1:C0:T1:L0" state in doubt; requested fast path state update...
Jul 15 19:18:50 vmkernel: 0:17:59:18.890 cpu4:16218)ScsiDeviceIO: 770: Command 0x28 to device "mpx.vmhba1:C0:T1:L0" failed H:0x3 D:0x0 P:0x0 Possible sense data: 0x2 0x3a 0x0.
Jul 15 19:18:53 vmkernel: 0:17:59:22.500 cpu4:5365)&lt;4&gt;cciss: cmd 0x4100b1402000 has CHECK CONDITION  byte 2 = 0x3</code></pre>
<p>Here’s another set:</p>
<pre><code>Jul 15 19:49:08 vmkernel: 0:18:29:37.553 cpu7:10409)&lt;4&gt;cciss: cmd 0x4100b1402000 has CHECK CONDITION  byte 2 = 0x3
Jul 15 19:49:08 vmkernel: 0:18:29:37.559 cpu7:10409)NMP: nmp_CompleteCommandForPath: Command 0x28 (0x4100050fa000) to NMP device "mpx.vmhba1:C0:T1:L0" failed on physical path "vmhba1:C0:T1:L0" H:0x3 D:0x0 P:0x0 Possible sense data: 0x0 0x0 0x0.
Jul 15 19:49:08 vmkernel: 0:18:29:37.559 cpu7:10409)WARNING: NMP: nmp_DeviceRequestFastDeviceProbe: NMP device "mpx.vmhba1:C0:T1:L0" state in doubt; requested fast path state update...
Jul 15 19:49:08 vmkernel: 0:18:29:37.559 cpu7:10409)ScsiDeviceIO: 770: Command 0x28 to device "mpx.vmhba1:C0:T1:L0" failed H:0x3 D:0x0 P:0x0 Possible sense data: 0x0 0x0 0x0.
Jul 15 19:49:08 vmkernel: 0:18:29:37.559 cpu6:312122)Fil3: 5354:  Sync READ error ('EFops_wsus-flat.vmdk') (ioFlags: <img src='http://www.solo-technology.com/blog/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> : Timeout</code></pre>
<p>Unless I can figure out a way to get those last 3 VMs images or copied – or an alternative way to fix the read errors – I see a long weekend rebuilding machines in my future. Fortunately I can still get all the data from the VMs. I just can’t copy the VMs directly!</p>


<p>Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2010/07/11/wrestling-with-esxi-client-backups/' rel='bookmark' title='Permanent Link: Wrestling with ESXi Client Backups'>Wrestling with ESXi Client Backups</a></li>
<li><a href='http://www.solo-technology.com/blog/2010/07/25/windows-nfs-dont-forget-maphosts/' rel='bookmark' title='Permanent Link: Windows NFS: Don&rsquo;t Forget .maphosts'>Windows NFS: Don&rsquo;t Forget .maphosts</a></li>
</ol></p>
	Tags: <a href="http://www.solo-technology.com/blog/tag/ghettovcb/" title="ghettoVCB" rel="tag">ghettoVCB</a>, <a href="http://www.solo-technology.com/blog/tag/hp/" title="HP" rel="tag">HP</a>, <a href="http://www.solo-technology.com/blog/tag/network/" title="network" rel="tag">network</a>, <a href="http://www.solo-technology.com/blog/tag/nfs/" title="NFS" rel="tag">NFS</a>, <a href="http://www.solo-technology.com/blog/tag/vmware-esxi/" title="VMware-ESXi" rel="tag">VMware-ESXi</a><br />

<p><a href="http://feedads.g.doubleclick.net/~a/tYRkv8j9g0EivcTl_L8nOJSTYRY/0/da"><img src="http://feedads.g.doubleclick.net/~a/tYRkv8j9g0EivcTl_L8nOJSTYRY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/tYRkv8j9g0EivcTl_L8nOJSTYRY/1/da"><img src="http://feedads.g.doubleclick.net/~a/tYRkv8j9g0EivcTl_L8nOJSTYRY/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=tcWfnqTqBkM:K-NiaRsemN8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=tcWfnqTqBkM:K-NiaRsemN8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=tcWfnqTqBkM:K-NiaRsemN8:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=tcWfnqTqBkM:K-NiaRsemN8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=tcWfnqTqBkM:K-NiaRsemN8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=tcWfnqTqBkM:K-NiaRsemN8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SoloTechnology/~4/tcWfnqTqBkM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solo-technology.com/blog/2010/07/15/read-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.solo-technology.com/blog/2010/07/15/read-errors/</feedburner:origLink></item>
		<item>
		<title>Wrestling with ESXi Client Backups</title>
		<link>http://feedproxy.google.com/~r/SoloTechnology/~3/0w6jj6p396Y/</link>
		<comments>http://www.solo-technology.com/blog/2010/07/11/wrestling-with-esxi-client-backups/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 03:20:14 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[ghettoVCB]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[Openfiler]]></category>
		<category><![CDATA[VMware-ESXi]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=4121</guid>
		<description><![CDATA[Continued from Fun with ESXi and HP issues. Learning Lessons. To recap, I had two new drives and a backplane en route and really wanted to get complete image backups of the VM clients running on this VMware ESXi server before I started swapping drives. I’d tried the vSphere built-in file copy utility, FTP and<a href="http://www.solo-technology.com/blog/2010/07/11/wrestling-with-esxi-client-backups/"> &#187; Read the Rest...</a>


Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2010/07/25/windows-nfs-dont-forget-maphosts/' rel='bookmark' title='Permanent Link: Windows NFS: Don&rsquo;t Forget .maphosts'>Windows NFS: Don&rsquo;t Forget .maphosts</a></li>
<li><a href='http://www.solo-technology.com/blog/2007/11/18/office-backups-the-journey-part-2/' rel='bookmark' title='Permanent Link: Office Backups: The Journey, Part 2'>Office Backups: The Journey, Part 2</a></li>
<li><a href='http://www.solo-technology.com/blog/2009/11/20/upgraded-to-vmware-esxi/' rel='bookmark' title='Permanent Link: Upgraded to VMware ESXi'>Upgraded to VMware ESXi</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><em>Continued from </em><a href="http://www.solo-technology.com/blog/2010/07/08/fun-with-esxi-and-hp-issues-learning-lessons/"><em>Fun with ESXi and HP issues. Learning Lessons</em></a><em>.</em></p>
<p>To recap, I had two new drives and a backplane en route and <em>really</em> wanted to get complete image backups of the VM clients running on this VMware ESXi server before I started swapping drives. I’d tried the vSphere built-in file copy utility, FTP and SCP but all had timeout issues on copying the large disk image (.vmdk) files.</p>
<p>While looking for more backup options I recalled reading about <a href="http://communities.vmware.com/docs/DOC-8760">ghettoVCB</a> in the past and this seemed like a <em>great</em> time to check it out. This is a very well written – free! – script that you can use to backup ESX(i) clients’ files to direct attached storage (which I’m avoiding for obvious reasons!) as well as <a title="Network File System (protocol) article at Wikipedia" href="http://en.wikipedia.org/wiki/Network_File_System_%28protocol%29">NFS</a> or <a title="iSCSI article at Wikipedia" href="http://en.wikipedia.org/wiki/Network_File_System_%28protocol%29">iSCSI</a> volumes. While I don’t have anything currently offering NFS or iSCSI drives I figured I could whip something together easily enough.</p>
<p>First off, I was looking at one of my Windows 2003 file servers. This machine has tons of unused storage and an unused network card so I figured it would be a good place to start. Unused network card is nice to keep all the network traffic for NFS/iSCSI off of the main network.</p>
<p><a href="http://www.solo-technology.com/blog/wp-content/uploads/2010/07/image1.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border: 0px;" title="Microsoft Servers for NFS installer" src="http://www.solo-technology.com/blog/wp-content/uploads/2010/07/image_thumb.png" border="0" alt="Microsoft Servers for NFS installer" width="244" height="164" align="right" /></a> Hey, did you know that Windows Services for NFS is built-in to Windows 2003 and 2008 Server versions? I didn’t either until last week. Seemed worth a shot so I checked the box on the Windows Component Installer and gave it a shot.</p>
<p><em><strong>Tip</strong>: When prompted for Windows media pay attention to the differences between x32 and x64 versions. I had no issues installing this component from x32 media – alas, the server is x64 and the service definitely didn’t start! Took an uninstall and a reboot to get back on track…</em></p>
<p>Once I sorted through some “user issues” I was ready to try connecting the ESXi server to the Windows exported NFS share. Sadly, no matter what I tried I couldn’t seem to hit the right combination of options to get this to work.</p>
<p>A few days later I noticed that checking “Microsoft Services for NFS” doesn’t give you <em>all</em> of the NFS service options… In particular, you don’t get the options around authentication and user mapping. This could very well explain why I couldn’t get it working. I will be revisiting this in the near future. I guess the other way to do this is via <a href="http://technet.microsoft.com/en-us/library/bb496506.aspx">Windows Services for Unix</a>, something I have very little experience with but might check into.</p>
<p>Time being of essence I set aside the Windows option and moved on to try with my <a href="http://www.openfiler.com/">OpenFiler</a> server (<a href="http://www.solo-technology.com/blog/2009/12/16/recycling-an-old-server-with-openfiler/">first mentioned</a> back in December of ‘09). Enabling the secondary network card and then configuring NFS on it took about 5 minutes. Connecting the ESXi server to it took about another minute. Easy!</p>
<p>I configured ghettoVCB and gave it a try. The first few machines backed up nicely! Alas, the next one had issues – a few file copy restarts and then it finally gave up after a timeout error.</p>
<p>Side note: My OpenFiler server is running an older pair of Hyper-Threaded Xeon 3.0 Ghz processors. When the backup to NFS is running it is seriously bogged down. That caught me by surprise.</p>
<p>After farting around with backups for (literally) over 12 hours I finally opted to accept the fact that I wasn’t going to get them all backed up and went ahead and did the hardware swaps. I figured perhaps the drives being in a degraded state were causing my issues.</p>
<p>Nope.</p>
<p>All the hardware has been replaced. All drives happy, RAID arrays rebuilt and everything is “green” and good to go on the server. I still can’t get reliable ghettoVCB backups and, perhaps related, I still can’t get full copies of the images using vSphere, FTP or SCP either.</p>
<p>At the moment I’m thinking this may be more of an ESXi issue since I can’t get good copies with or without NFS in the mix. Or maybe I need to try iSCSI from the OpenFiler server? I’ll need to spend more time on this one as I think ghettoVCB backups would be invaluable – once I can get all my stuff working.</p>


<p>Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2010/07/25/windows-nfs-dont-forget-maphosts/' rel='bookmark' title='Permanent Link: Windows NFS: Don&rsquo;t Forget .maphosts'>Windows NFS: Don&rsquo;t Forget .maphosts</a></li>
<li><a href='http://www.solo-technology.com/blog/2007/11/18/office-backups-the-journey-part-2/' rel='bookmark' title='Permanent Link: Office Backups: The Journey, Part 2'>Office Backups: The Journey, Part 2</a></li>
<li><a href='http://www.solo-technology.com/blog/2009/11/20/upgraded-to-vmware-esxi/' rel='bookmark' title='Permanent Link: Upgraded to VMware ESXi'>Upgraded to VMware ESXi</a></li>
</ol></p>
	Tags: <a href="http://www.solo-technology.com/blog/tag/ghettovcb/" title="ghettoVCB" rel="tag">ghettoVCB</a>, <a href="http://www.solo-technology.com/blog/tag/iscsi/" title="iSCSI" rel="tag">iSCSI</a>, <a href="http://www.solo-technology.com/blog/tag/nfs/" title="NFS" rel="tag">NFS</a>, <a href="http://www.solo-technology.com/blog/tag/openfiler/" title="Openfiler" rel="tag">Openfiler</a>, <a href="http://www.solo-technology.com/blog/tag/vmware-esxi/" title="VMware-ESXi" rel="tag">VMware-ESXi</a>, <a href="http://www.solo-technology.com/blog/tag/windows/" title="Windows" rel="tag">Windows</a><br />

<p><a href="http://feedads.g.doubleclick.net/~a/rsi_BuAx3N_zI57jbh--EnbRC_Q/0/da"><img src="http://feedads.g.doubleclick.net/~a/rsi_BuAx3N_zI57jbh--EnbRC_Q/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/rsi_BuAx3N_zI57jbh--EnbRC_Q/1/da"><img src="http://feedads.g.doubleclick.net/~a/rsi_BuAx3N_zI57jbh--EnbRC_Q/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=0w6jj6p396Y:ET8Tc_SDBhw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=0w6jj6p396Y:ET8Tc_SDBhw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=0w6jj6p396Y:ET8Tc_SDBhw:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=0w6jj6p396Y:ET8Tc_SDBhw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=0w6jj6p396Y:ET8Tc_SDBhw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=0w6jj6p396Y:ET8Tc_SDBhw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SoloTechnology/~4/0w6jj6p396Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solo-technology.com/blog/2010/07/11/wrestling-with-esxi-client-backups/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.solo-technology.com/blog/2010/07/11/wrestling-with-esxi-client-backups/</feedburner:origLink></item>
		<item>
		<title>Gmail: Rich Text Sigs!</title>
		<link>http://feedproxy.google.com/~r/SoloTechnology/~3/29z6nW7M8qQ/</link>
		<comments>http://www.solo-technology.com/blog/2010/07/08/gmail-rich-text-sigs/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 05:16:33 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[signature]]></category>

		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=4113</guid>
		<description><![CDATA[I’m giddy, I really am. So giddy that I just gotta share what I just read: Rich text signatures over at the Official Gmail blog. Finally! I’m not afraid to admit that when I first read that post I actually thought “April Fools” and checked my calendar. I’m so glad that it isn’t April right<a href="http://www.solo-technology.com/blog/2010/07/08/gmail-rich-text-sigs/"> &#187; Read the Rest...</a>


Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2010/05/30/google-mail-signature-management/' rel='bookmark' title='Permanent Link: Google Mail Signature Management'>Google Mail Signature Management</a></li>
<li><a href='http://www.solo-technology.com/blog/2008/07/07/gmail-remote-sign-out-coming/' rel='bookmark' title='Permanent Link: Gmail Remote Sign Out Coming'>Gmail Remote Sign Out Coming</a></li>
<li><a href='http://www.solo-technology.com/blog/2006/11/25/managing-multiple-gmail-accounts/' rel='bookmark' title='Permanent Link: Managing Multiple Gmail Accounts'>Managing Multiple Gmail Accounts</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img style="display: inline; margin-left: 0px; margin-right: 0px; border: 0pt none;" title="Gmail Rich Text sig image" src="http://www.solo-technology.com/blog/wp-content/uploads/2010/07/image.png" border="0" alt="image" width="244" height="126" align="right" /> I’m giddy, I really am. So giddy that I just gotta share what I just read: <a href="http://gmailblog.blogspot.com/2010/07/rich-text-signatures.html">Rich text signatures</a> over at the Official Gmail blog.</p>
<p>Finally! I’m not afraid to admit that when I first read that post I actually thought “April Fools” and checked my calendar. I’m so glad that it isn’t April right now…</p>
<p>So not only are we getting rich text in sigs but we’re getting unique signatures for each email address associated with an account.</p>
<blockquote><p>The next time you log in and visit the <a href="https://mail.google.com/mail/#settings">Settings</a> page, you&#8217;ll see a rich text editor in the signature section. Here, you can customize your signature by adding pretty formatting, links, and images — or decide to leave things nice and simple.</p>
<p>Gmail also now supports a unique signature for each email address associated with your account. So, if you send mail using a <a href="http://mail.google.com/support/bin/answer.py?hl=en&amp;answer=22370">custom &#8220;From:&#8221; address</a>, you can use a different signature for that address. From the Settings page, you can edit the signature for each account by changing the email address that appears in the dropdown menu.</p></blockquote>
<p>Can you tell I’m a little bit pumped about this? I am!</p>


<p>Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2010/05/30/google-mail-signature-management/' rel='bookmark' title='Permanent Link: Google Mail Signature Management'>Google Mail Signature Management</a></li>
<li><a href='http://www.solo-technology.com/blog/2008/07/07/gmail-remote-sign-out-coming/' rel='bookmark' title='Permanent Link: Gmail Remote Sign Out Coming'>Gmail Remote Sign Out Coming</a></li>
<li><a href='http://www.solo-technology.com/blog/2006/11/25/managing-multiple-gmail-accounts/' rel='bookmark' title='Permanent Link: Managing Multiple Gmail Accounts'>Managing Multiple Gmail Accounts</a></li>
</ol></p>
	Tags: <a href="http://www.solo-technology.com/blog/tag/gmail/" title="gmail" rel="tag">gmail</a>, <a href="http://www.solo-technology.com/blog/tag/signature/" title="signature" rel="tag">signature</a><br />

<p><a href="http://feedads.g.doubleclick.net/~a/S-D7KSex8RQNDwbEIVIKqTHUY7U/0/da"><img src="http://feedads.g.doubleclick.net/~a/S-D7KSex8RQNDwbEIVIKqTHUY7U/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/S-D7KSex8RQNDwbEIVIKqTHUY7U/1/da"><img src="http://feedads.g.doubleclick.net/~a/S-D7KSex8RQNDwbEIVIKqTHUY7U/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=29z6nW7M8qQ:3Jhsm_vxJ4o:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=29z6nW7M8qQ:3Jhsm_vxJ4o:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=29z6nW7M8qQ:3Jhsm_vxJ4o:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=29z6nW7M8qQ:3Jhsm_vxJ4o:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=29z6nW7M8qQ:3Jhsm_vxJ4o:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=29z6nW7M8qQ:3Jhsm_vxJ4o:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SoloTechnology/~4/29z6nW7M8qQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solo-technology.com/blog/2010/07/08/gmail-rich-text-sigs/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.solo-technology.com/blog/2010/07/08/gmail-rich-text-sigs/</feedburner:origLink></item>
		<item>
		<title>Fun with ESXi and HP issues. Learning Lessons</title>
		<link>http://feedproxy.google.com/~r/SoloTechnology/~3/y-05cbyzrLg/</link>
		<comments>http://www.solo-technology.com/blog/2010/07/08/fun-with-esxi-and-hp-issues-learning-lessons/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 02:24:11 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[smart]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Tech-Ops]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[VMware-ESXi]]></category>

		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=4102</guid>
		<description><![CDATA[Been a heckuva week with some some server and software issues. I&#8217;m on the downhill side of it now though so thought I&#8217;d share the tale and some lessons learned. I&#8217;ve been comfortable with ESXi for a while now, but nothing like things going bad to provide the opportunity to learn so much more! Our<a href="http://www.solo-technology.com/blog/2010/07/08/fun-with-esxi-and-hp-issues-learning-lessons/"> &#187; Read the Rest...</a>


Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2009/11/20/upgraded-to-vmware-esxi/' rel='bookmark' title='Permanent Link: Upgraded to VMware ESXi'>Upgraded to VMware ESXi</a></li>
<li><a href='http://www.solo-technology.com/blog/2010/07/11/wrestling-with-esxi-client-backups/' rel='bookmark' title='Permanent Link: Wrestling with ESXi Client Backups'>Wrestling with ESXi Client Backups</a></li>
<li><a href='http://www.solo-technology.com/blog/2008/07/29/vmware-esxi-goes-free-hmmm/' rel='bookmark' title='Permanent Link: VMware ESXi Goes Free &#8212; Hmmm&#8230;'>VMware ESXi Goes Free &#8212; Hmmm&#8230;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Been a heckuva week with some some server and software issues. I&#8217;m on the downhill side of it now though so thought I&#8217;d share the tale and some lessons learned. I&#8217;ve been comfortable with ESXi for a while now, but nothing like things going bad to provide the opportunity to learn so much more!</p>
<p>Our patient was an HP ProLiant DL380 server that runs <a href="http://www.vmware.com/products/esxi/">VMware ESXi</a> as part of our nascent virtualization initiative. It used to be a database server and I&#8217;ve been quite pleased with how it handles running the majority of our development and QA servers. The pair of quad core CPUs rarely break a sweat.</p>
<p>Last week I happened to notice one of the hard drives (4 of which are in a <a href="http://en.wikipedia.org/wiki/Nested_RAID_levels#RAID_10_.28RAID_1.2B0.29">RAID 1+0</a> array) had a solid amber LED lit. That is indicative of a failure so I called my friends at HP and they over-nighted a drive. I popped into the office Sunday afternoon and hot-swapped the old drive for the new one. Saw it spin up and go green and it seemed things were on track. I checked an hour or so later and it was still green and busy (presumably rebuilding the array) so I headed out of the office for a family function.</p>
<p>I came in Tuesday morning (2 days later) and was surprised to see the new drive &#8212; and another one two bays over &#8212; blinking amber. The green activity lights on both drives would sporadically flicker with activity but the blinking amber indicated a &#8220;Predictive Failure&#8221; is nigh.</p>
<p>HP wanted me to run diagnostics and send them reports so I scheduled an outage for Tuesday afternoon/evening. I figured that before I ran (potentially destructive) diagnostics I should maybe try to get some copies of the VM clients. See, I tend to treat each VM client just like any other server when it comes to backups. They all run backup software and enjoy nightly data backups. I&#8217;ve just<strong> never taken advantage of the fact that the VM client is really just a pile of files</strong>. And hey, if I lose the array I&#8217;d sure rather recover from an image of the server and then restore backups vs. building an all new server, patching it and <em>then</em> restoring from backups.</p>
<p>Don&#8217;t worry: I was shutting each machine down before trying to copy it.</p>
<p>I fired up  the vSphere Client app and ran the built in Datastore Browser. From there it is pretty simple to copy the machine directories. Simple and painfully slow! While looking for other options I stumbled over an article about <a href="http://www.yellow-bricks.com/2008/08/10/howto-esxi-and-ssh/">enabling SSH on ESXi servers</a>.</p>
<p><strong><em>Tip</em></strong><em>: While on the console of your ESXi server hit alt + F1 and type &#8220;unsupported&#8221; and hit enter. You won&#8217;t see while you&#8217;re typing that but this will get you into the unsupported &#8220;Tech Support Mode&#8221; console. Very handy.</em></p>
<p><strong><em>Tip<span style="font-weight: normal;">: If you inadvertantly type &#8220;exit&#8221; in that console it appears to shut down. Toggling between alt + F1 and (the default) alt + F2 won&#8217;t help. Instead, while on the &#8220;dead&#8221; console, hit a bunch of enters. I don&#8217;t know how many, but more than 3&#8230; then type &#8220;unsupported&#8221; and hit enter again. Back in business!</span></em></strong></p>
<p>Now that I had SSH working I fired up trusty <a href="http://winscp.net/eng/index.php">WinSCP</a> and tried pulling the files with it. Hmm, nope. That&#8217;s not any faster.</p>
<p><strong><em>Tip<span style="font-weight: normal;">: If using WinSCP, change the encryption cipher to Blowfish instead of the default AES for a bit of performance boost.</span></em></strong></p>
<p>Some more digging turned up the fact that you can<a href="http://www.vm-help.com/esx/esx3i/ESXi_enable_FTP.php"> run an FTP server</a> on the ESXi box. So, starting to panic about progress I gave that a shot next. Definitely faster but I wasn&#8217;t getting complete files. For one machine I might get a 20 GB .vmdk file, but then for the next I&#8217;d only get 9 out of 100 GB. It was inconsistent and frustrating since in some cases it would take an hour before crapping out. I tried watching the message log but it was so full of I/O errors that it wasn&#8217;t hardly worth using. At times it was scrolling by faster than I could read it!</p>
<p><strong><em>Tip<span style="font-weight: normal;">: Hit alt + F12 on the console to get to the ESXi &#8220;live&#8221; message log. You can scroll around all you want to examine errors but be aware that will stop the updates. Hit the spacebar when ready for it to resume updating.</span></em></strong></p>
<p>I finally had to give up on copying server images. I just couldn&#8217;t get good copies and I&#8217;m sure it was related to the degraded drives (at least, I hope so!). I realized I was going to have to gut it out with the existing backups.</p>
<p>To run diags I had to boot the server from an HP SmartStart CD. While looking for a current version of that CD I stumbled over an update released last month: <a href="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&amp;cc=us&amp;prodTypeId=15351&amp;prodSeriesId=1121516&amp;swItem=MTX-d2785ac661bb497fb1bb64fad7&amp;prodNameId=3288134&amp;swEnvOID=4040&amp;swLang=8&amp;taskId=135&amp;mode=4&amp;idx=1">** Critical ** Firmware CD Supplemental Online ROM Flash Component for Linux &#8211; Smart Array P400 and P400i</a>. Huh. Critical, eh? I grabbed that update and added it to my bootable USB  key with the <a href="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&amp;cc=us&amp;prodNameId=1844068&amp;prodTypeId=18964&amp;prodSeriesId=1844067&amp;swLang=13&amp;taskId=135&amp;swEnvOID=1005">Smart Update Firmware DVD</a> image.</p>
<p>Once booted from SmartStart I went into Maintenance mode and collected the array diag reports and then went to the Diagnostics and ran some complete diagnostics. The HP tech wanted me to run the complete 5 times&#8230; heck, it took over 2 hours to do it twice. I called that good enough. Saved every report option and then called HP back.</p>
<p>They reviewed the reports and agreed things did indeed look broke. Both drives were logging tons of hard read and write faults and <a href="http://en.wikipedia.org/wiki/S.M.A.R.T.">S.M.A.R.T.</a> was having fits (thus the predicted failure&#8230;). The also agreed that I should do that critical firmware flash. I did. They deemed that good enough and ordered me a pair of drives and a backplane card just in case it was a hardware fault (hey, I won&#8217;t turn down extra hardware!).</p>
<p>Now, I don&#8217;t know if was the reboots post hot-swap or that firmware update but when I brought the server back up I sure had a LOT fewer I/O errors in the ESXi log so that was progress. However, I still had two unhappy drives.</p>
<p>While waiting for the parts to show up I&#8217;d have a day to continue trying to get better client images.</p>
<p>(to be continued)</p>


<p>Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2009/11/20/upgraded-to-vmware-esxi/' rel='bookmark' title='Permanent Link: Upgraded to VMware ESXi'>Upgraded to VMware ESXi</a></li>
<li><a href='http://www.solo-technology.com/blog/2010/07/11/wrestling-with-esxi-client-backups/' rel='bookmark' title='Permanent Link: Wrestling with ESXi Client Backups'>Wrestling with ESXi Client Backups</a></li>
<li><a href='http://www.solo-technology.com/blog/2008/07/29/vmware-esxi-goes-free-hmmm/' rel='bookmark' title='Permanent Link: VMware ESXi Goes Free &#8212; Hmmm&#8230;'>VMware ESXi Goes Free &#8212; Hmmm&#8230;</a></li>
</ol></p>
	Tags: <a href="http://www.solo-technology.com/blog/tag/ftp/" title="FTP" rel="tag">FTP</a>, <a href="http://www.solo-technology.com/blog/tag/hardware/" title="hardware" rel="tag">hardware</a>, <a href="http://www.solo-technology.com/blog/tag/hp/" title="HP" rel="tag">HP</a>, <a href="http://www.solo-technology.com/blog/tag/smart/" title="smart" rel="tag">smart</a>, <a href="http://www.solo-technology.com/blog/tag/ssh/" title="SSH" rel="tag">SSH</a>, <a href="http://www.solo-technology.com/blog/tag/tech-ops/" title="Tech-Ops" rel="tag">Tech-Ops</a>, <a href="http://www.solo-technology.com/blog/tag/virtualization/" title="virtualization" rel="tag">virtualization</a>, <a href="http://www.solo-technology.com/blog/tag/vmware/" title="vmware" rel="tag">vmware</a>, <a href="http://www.solo-technology.com/blog/tag/vmware-esxi/" title="VMware-ESXi" rel="tag">VMware-ESXi</a><br />

<p><a href="http://feedads.g.doubleclick.net/~a/Nj_jiVEb5fv5nsf5lBtK--2nSEU/0/da"><img src="http://feedads.g.doubleclick.net/~a/Nj_jiVEb5fv5nsf5lBtK--2nSEU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Nj_jiVEb5fv5nsf5lBtK--2nSEU/1/da"><img src="http://feedads.g.doubleclick.net/~a/Nj_jiVEb5fv5nsf5lBtK--2nSEU/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=y-05cbyzrLg:Lyu3_pG5Sno:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=y-05cbyzrLg:Lyu3_pG5Sno:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=y-05cbyzrLg:Lyu3_pG5Sno:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=y-05cbyzrLg:Lyu3_pG5Sno:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=y-05cbyzrLg:Lyu3_pG5Sno:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=y-05cbyzrLg:Lyu3_pG5Sno:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SoloTechnology/~4/y-05cbyzrLg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solo-technology.com/blog/2010/07/08/fun-with-esxi-and-hp-issues-learning-lessons/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.solo-technology.com/blog/2010/07/08/fun-with-esxi-and-hp-issues-learning-lessons/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 2.322 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-07-27 09:23:33 -->
