<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>kb.hurricane-ridge.com &#187; esx</title>
	<atom:link href="http://kb.hurricane-ridge.com/tag/esx/feed" rel="self" type="application/rss+xml" />
	<link>http://kb.hurricane-ridge.com</link>
	<description>My personal - but public - knowledge base</description>
	<lastBuildDate>Mon, 09 Jan 2012 14:49:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Generating Crypted Passwords for Kickstart Files</title>
		<link>http://kb.hurricane-ridge.com/os/linux/rhel/generating-crypted-passwords-for-kickstart-files</link>
		<comments>http://kb.hurricane-ridge.com/os/linux/rhel/generating-crypted-passwords-for-kickstart-files#comments</comments>
		<pubDate>Mon, 04 Oct 2010 17:38:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Red Hat Enterprise Linux]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[kickstart]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=992</guid>
		<description><![CDATA[For Red Hat or clones, or ESX/ESXi, use &#8220;grub-md5-crypt&#8221;: Copy and paste to &#8220;rootpw &#8211;iscrypted&#8221; as appropriate.]]></description>
			<content:encoded><![CDATA[<p>For Red Hat or clones, or ESX/ESXi, use &#8220;grub-md5-crypt&#8221;:</p>
<pre class="brush: plain; light: true; title: ; notranslate">
&gt; grub-md5-crypt
Password:
Retype password:
$1$KnYGn/$wOAmKuQH3KP35XRjWiUpX/
</pre>
<p>Copy and paste to &#8220;rootpw &#8211;iscrypted&#8221; as appropriate.</p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/os/linux/rhel/generating-crypted-passwords-for-kickstart-files/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting SCSI Timeout Values for FreeBSD VMs on VMware/NetApp</title>
		<link>http://kb.hurricane-ridge.com/os/freebsd/setting-scsi-timeout-values-for-freebsd-vms-on-vmwarenetapp</link>
		<comments>http://kb.hurricane-ridge.com/os/freebsd/setting-scsi-timeout-values-for-freebsd-vms-on-vmwarenetapp#comments</comments>
		<pubDate>Wed, 23 Jun 2010 23:07:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[fibre channel]]></category>
		<category><![CDATA[iscsi]]></category>
		<category><![CDATA[nfs]]></category>
		<category><![CDATA[NTAP]]></category>
		<category><![CDATA[scsi]]></category>
		<category><![CDATA[sysctl]]></category>
		<category><![CDATA[timeout]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=969</guid>
		<description><![CDATA[NetApp requires setting a timeout value of 190 seconds for all VMware data stores on their filers to handle &#8220;long fabric or storage-side I/O interruptions&#8221;; this is done as follows on FreeBSD: This can be set permanently in /etc/sysctl.conf: Elsewhere, I have seen a recommendation for FreeBSD on ESX that kern.cam.da.retry_count be set to 120.]]></description>
			<content:encoded><![CDATA[<p>NetApp <a href="https://now.netapp.com/Knowledgebase/solutionarea.asp?id=kb41511">requires</a> setting a timeout value of 190 seconds for all VMware data stores on their filers to handle &#8220;long fabric or storage-side I/O interruptions&#8221;; this is done as follows on FreeBSD:</p>
<pre class="brush: bash; light: true; title: ; notranslate">
# sysctl kern.cam.da.default_timeout=190
</pre>
<p>This can be set permanently in /etc/sysctl.conf:</p>
<pre class="brush: bash; light: true; title: ; notranslate">
kern.cam.da.default_timeout=190
</pre>
<p>Elsewhere, I have seen a <a href="https://www.dan.me.uk/blog/2009/05/24/freebsd-with-esx/">recommendation</a> for FreeBSD on ESX that kern.cam.da.retry_count be set to 120.</p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/os/freebsd/setting-scsi-timeout-values-for-freebsd-vms-on-vmwarenetapp/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using the em0 device on a FreeBSD VM under VMware</title>
		<link>http://kb.hurricane-ridge.com/virtualization/vmware/using-the-em0-device-on-a-freebsd-vm-under-vmware</link>
		<comments>http://kb.hurricane-ridge.com/virtualization/vmware/using-the-em0-device-on-a-freebsd-vm-under-vmware#comments</comments>
		<pubDate>Tue, 19 Jan 2010 20:24:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[e1000]]></category>
		<category><![CDATA[em0]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[le0]]></category>
		<category><![CDATA[vmx]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=804</guid>
		<description><![CDATA[Remove the VM from the inventory of virtual machines. In the host OS for Server, and in the , edit the &#8216;.vmx&#8217; file for the FreeBSD host, adding the following line:: ethernet0.virtualDev = "e1000" Then, in the FreeBSD guest, change all references to le0 to em0 (such as in &#8216;/etc/rc.conf&#8217; and &#8216;/etc/rc.conf.local&#8217;). Do the same [...]]]></description>
			<content:encoded><![CDATA[<p>Remove the VM from the inventory of virtual machines.</p>
<p>In the host OS for Server, and in the , edit the &#8216;.vmx&#8217; file for the FreeBSD host, adding the following line::</p>
<p><code>ethernet0.virtualDev = "e1000"</code></p>
<p>Then, in the FreeBSD guest, change all references to le0 to em0 (such as in &#8216;/etc/rc.conf&#8217; and &#8216;/etc/rc.conf.local&#8217;). Do the same thing for ethernet1, le1 and em1, etc.</p>
<p>Once you&#8217;ve saved changes to the .vmx file, re-register the VM with an ESX host (e.g. use &#8220;vmware-cmd -s register &#8230;&#8221;).</p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/virtualization/vmware/using-the-em0-device-on-a-freebsd-vm-under-vmware/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bookmarks for April 25, 2009</title>
		<link>http://kb.hurricane-ridge.com/links/bookmarks-for-april-25-2009</link>
		<comments>http://kb.hurricane-ridge.com/links/bookmarks-for-april-25-2009#comments</comments>
		<pubDate>Tue, 28 Apr 2009 21:07:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[healthcheck]]></category>
		<category><![CDATA[rdp]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tripwire]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=415</guid>
		<description><![CDATA[Links for April 25, 2009: Backup, Restore, and Disaster Recovery Solutions for PostgreSQL Database on NetApp Storage Systems &#8211; &#34;This document describes the operation of PostgreSQL on NetApp&#174; storage systems. This report serves as a guide to get a PostgreSQL database up and running on NetApp. This guide assumes a basic knowledge of both NetApp [...]]]></description>
			<content:encoded><![CDATA[<p>Links for April 25, 2009:</p>
<ul>
<li><a href="http://media.netapp.com/documents/tr-3763.pdf">Backup, Restore, and Disaster Recovery Solutions for PostgreSQL Database on NetApp Storage Systems</a> &#8211; &quot;This document describes the operation of PostgreSQL on NetApp&reg; storage systems. This report serves as a guide to get a PostgreSQL database up and running on NetApp. This guide assumes a basic knowledge of both NetApp and PostgreSQL and the underlying systems.&quot;</li>
<li><a href="http://www.tripwire.com/configcheck/">Tripwire ConfigCheck &#8211; Configuration Control for Virtual and Physical Infrastructures</a> &#8211; &quot;Tripwire&reg; ConfigCheckTM is a free utility that rapidly assesses the security of VMware ESX 3.0 and 3.5 hypervisor configurations compared to the VMware Infrastructure 3 Security Hardening guidelines.&quot;</li>
<li><a href="http://sourceforge.net/projects/esxhealthscript/">SourceForge.net: ESX Healthcheck Script</a> &#8211; &quot;A script to automatically create documentation for ESX hosts. The output is in HTML format and can be emailed to you directly.&quot;</li>
<li><a href="http://www.mremote.org/wiki/default.aspx?AspxAutoDetectCookieSupport=1">Main Page &#8211; mRemote</a> &#8211; &quot;mRemote is a full-featured, multi-tab remote connections manager.&quot;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/links/bookmarks-for-april-25-2009/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Most Useful VMware KB Article Ever: Timekeeping best practices for Linux</title>
		<link>http://kb.hurricane-ridge.com/virtualization/vmware/the-most-useful-vmware-kb-article-ever-timekeeping-best-practices-for-linux</link>
		<comments>http://kb.hurricane-ridge.com/virtualization/vmware/the-most-useful-vmware-kb-article-ever-timekeeping-best-practices-for-linux#comments</comments>
		<pubDate>Mon, 23 Mar 2009 22:02:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[clock]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[ntp]]></category>
		<category><![CDATA[timekeeping]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=372</guid>
		<description><![CDATA[By far, the VMware KB article I&#8217;ve gotten the most mileage out of is 1006427, Timekeeping best practices for Linux &#8211; effective workarounds for one of the roughest edges remaining in virtualizing Linux under VMware. (Link here is pretty much solely for my ease of later retrieval.)]]></description>
			<content:encoded><![CDATA[<p>By far, the VMware KB article I&#8217;ve gotten the most mileage out of is 1006427, <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&#038;cmd=displayKC&#038;externalId=1006427">Timekeeping best practices for Linux</a> &#8211; effective workarounds for one of the roughest edges remaining in virtualizing Linux under VMware.  </p>
<p>(Link here is pretty much solely for my ease of later retrieval.)</p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/virtualization/vmware/the-most-useful-vmware-kb-article-ever-timekeeping-best-practices-for-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bookmarks for February 14, 2009</title>
		<link>http://kb.hurricane-ridge.com/links/bookmarks-for-february-14-2009</link>
		<comments>http://kb.hurricane-ridge.com/links/bookmarks-for-february-14-2009#comments</comments>
		<pubDate>Sun, 15 Feb 2009 15:32:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[cifs]]></category>
		<category><![CDATA[eda]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[tuning]]></category>
		<category><![CDATA[vscan]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=286</guid>
		<description><![CDATA[Links for February 14, 2009: Introduction to Solaris CIFS VSCAN (Cardiff presentation) &#8211; everyone has a shangri-la to find &#8211; Blog post linking to slides, references and notes for a presentation given about Solaris&#8217; CIFS and VSCAN. Gabes Virtual World Blog Archive Deploying ESX3.5 using EDA v0.85 inside VMware Workstation 6.5 &#8211; Overview of installing [...]]]></description>
			<content:encoded><![CDATA[<p>Links for February 14, 2009:</p>
<ul>
<li><a href="http://blogs.sun.com/lewiz/entry/introduction_to_solaris_cifs_vscan">Introduction to Solaris CIFS  VSCAN (Cardiff presentation) &#8211; everyone has a shangri-la to find</a> &#8211; Blog post linking to slides, references and notes for a presentation given about Solaris&#8217; CIFS and VSCAN.</li>
<li><a href="http://www.gabesvirtualworld.com/?p=214">Gabes Virtual World  Blog Archive  Deploying ESX3.5 using EDA v0.85 inside VMware Workstation 6.5</a> &#8211; Overview of installing and using ESX Deployment Appliance.</li>
<li><a href="http://www.princeton.edu/~unix/Solaris/troubleshoot/index.html">Solaris Troubleshooting and Performance Tuning</a> &#8211; &#8220;The purpose of these pages is to provide a summary of tools and techniques available to troubleshoot problems on the Solaris platform. This collection reflects publicly-available information from Sun documentation, books on Solaris administration, web-based resources and magazine articles. Source documents are referenced on several of the included pages.&#8221;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/links/bookmarks-for-february-14-2009/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bookmarks for February 5, 2009</title>
		<link>http://kb.hurricane-ridge.com/links/bookmarks-for-february-5-2009</link>
		<comments>http://kb.hurricane-ridge.com/links/bookmarks-for-february-5-2009#comments</comments>
		<pubDate>Fri, 06 Feb 2009 20:24:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[virtual infrastructure]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=261</guid>
		<description><![CDATA[Links for February 5, 2009: Eavesdrop your VI-Client traffic &#8211; NTPRO.NL &#8211; Mentions a new verbose logging option which enables you to intercept the soap traffic between you VI-Client and the vCenter server. VMware KnowledgeBase Article &#8211; ESX Server host or virtual machines have intermittent or no network connectivity &#8211; &#34;This article provides a series [...]]]></description>
			<content:encoded><![CDATA[<p>Links for February 5, 2009:</p>
<ul>
<li><a href="http://www.ntpro.nl/blog/archives/918-guid.html">Eavesdrop your VI-Client traffic &#8211; NTPRO.NL</a> &#8211; Mentions a new verbose logging option which enables you to intercept the soap traffic between you VI-Client and the vCenter server.</li>
<li><a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1004109">VMware KnowledgeBase Article &#8211; ESX Server host or virtual machines have intermittent or no network connectivity</a> &#8211; &quot;This article provides a series of steps to help verify the proper configuration of the network and correct any issues that may be causing the lack of network connectivity.&quot;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/links/bookmarks-for-february-5-2009/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

