<?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>vOllfried</title>
	<atom:link href="http://wp.ollfried.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://wp.ollfried.de</link>
	<description>Physically working in a Virtual World</description>
	<lastBuildDate>Mon, 28 Nov 2011 10:18:25 +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>Orphaned Port Groups after migrating to distributed vSwitch</title>
		<link>http://wp.ollfried.de/2011/11/28/orphaned-port-groups-after-migrating-to-distributed-vswitch/</link>
		<comments>http://wp.ollfried.de/2011/11/28/orphaned-port-groups-after-migrating-to-distributed-vswitch/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 10:18:25 +0000</pubDate>
		<dc:creator>Oliver Antwerpen</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[distributed]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[orpahned]]></category>
		<category><![CDATA[port group]]></category>
		<category><![CDATA[vds]]></category>
		<category><![CDATA[vsphere]]></category>
		<category><![CDATA[vss]]></category>
		<category><![CDATA[vswitch]]></category>

		<guid isPermaLink="false">http://wp.ollfried.de/?p=77</guid>
		<description><![CDATA[I came across this today and it took me quite a while to figure out what happened. I migrated a vSphere 5 environment from vNetwork Standard Switch to vNetwork Distributed Switch. Afterwards I deleted all old Standard Switches, but I had two Portgroups in Home-&#62;Inventory-&#62;Networking with Virtual Machines connected to them. Strange, as the vSwitches [...]]]></description>
			<content:encoded><![CDATA[<p>I came across this today and it took me quite a while to figure out what happened. I migrated a vSphere 5 environment from vNetwork Standard Switch to vNetwork Distributed Switch. Afterwards I deleted all old Standard Switches, but I had two Portgroups in <em>Home-&gt;Inventory-&gt;Networking</em> with Virtual Machines connected to them. Strange, as the vSwitches were gone.<br />
After checking logs and playing around I found that these VMs had a snapshot. After deleting the snapshots the orphaned Port Groups disappeared, so I can now head off to HP Discover in Vienna.</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.ollfried.de/2011/11/28/orphaned-port-groups-after-migrating-to-distributed-vswitch/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>vCenter Installation fails with &#8220;Error 28038. Setup cannot create vCenter Server Directory Services instance.&#8221;</title>
		<link>http://wp.ollfried.de/2010/03/15/vcenter-installation-fails-with-error-28038-setup-cannot-create-vcenter-server-directory-services-instance/</link>
		<comments>http://wp.ollfried.de/2010/03/15/vcenter-installation-fails-with-error-28038-setup-cannot-create-vcenter-server-directory-services-instance/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 20:26:05 +0000</pubDate>
		<dc:creator>Oliver Antwerpen</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[ad lds]]></category>
		<category><![CDATA[adam]]></category>
		<category><![CDATA[adlds]]></category>
		<category><![CDATA[jointool]]></category>
		<category><![CDATA[jointool-0.log]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[vcenter]]></category>

		<guid isPermaLink="false">http://wp.ollfried.de/?p=68</guid>
		<description><![CDATA[I ran into this problem today while installing VMware vCenter Server 4.0 Update 1 on Windows Server 2008 SP2. In addition, the error said &#8220;Refer to C:\\Users\...\AppData\Local\Temp\...\jointool-0.log for more details." Unfortunately, there was no jointool-0.log. I tried several steps from Duncan&#8217;s Blog Post, and also from VMware&#8217;s KB articles 1015887 1010938 and 1013822, all with [...]]]></description>
			<content:encoded><![CDATA[<p>I ran into this problem today while installing VMware vCenter Server 4.0 Update 1 on Windows Server 2008 SP2. In addition, the error said &#8220;<tt>Refer to C:\\Users\...\AppData\Local\Temp\...\jointool-0.log  for more details."</tt></p>
<p><span id="more-68"></span>Unfortunately, there was no jointool-0.log. I tried several steps from <a title="Duncan's Blog Post" href="http://www.yellow-bricks.com/2010/01/22/setup-cannot-create-vcenter-server-directory-services-instance-error-28038/" target="_blank">Duncan&#8217;s Blog Post</a>, and also from VMware&#8217;s KB articles <a href="http://kb.vmware.com/kb/1015887" target="_blank">1015887</a> <a title="http://kb.vmware.com/kb/1010938" href="http://" target="_blank">1010938</a> and <a href="http://kb.vmware.com/kb/1013822" target="_blank">1013822</a>, all with no success. Removing the server from the domain and rejoining it did not help, setting permissions on the root-drive had no effect and even creating the AD LDS instance for vCenter was unsuccessful.</p>
<p>After doing some more research I came across the fact, the using a semicolon &#8220;;&#8221; in the databases password could cause errors &#8211; and that was the solution. After changing the vpxuser&#8217;s password on the database installation went throug and I had (nearly) no problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.ollfried.de/2010/03/15/vcenter-installation-fails-with-error-28038-setup-cannot-create-vcenter-server-directory-services-instance/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Exclude unused NICs from hp management tools</title>
		<link>http://wp.ollfried.de/2010/02/18/exclude-unused-nics-from-hp-management-tools/</link>
		<comments>http://wp.ollfried.de/2010/02/18/exclude-unused-nics-from-hp-management-tools/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 10:00:30 +0000</pubDate>
		<dc:creator>Oliver Antwerpen</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[sim]]></category>
		<category><![CDATA[smh]]></category>

		<guid isPermaLink="false">http://wp.ollfried.de/?p=41</guid>
		<description><![CDATA[Your new Server has more NICs than you need? No problem. As long as they are not connected to a vSwitch VMware won&#8217;t bother with them. But if you install HP&#8217;s management agents and take a look at the System Management Homepage or integrate your ESX into System Insight Manager, you will see a warnings [...]]]></description>
			<content:encoded><![CDATA[<p>Your new Server has more NICs than you need? No problem. As long as they are not connected to a vSwitch VMware won&#8217;t bother with them. But if you install HP&#8217;s management agents and take a look at the System Management Homepage or integrate your ESX into System Insight Manager, you will see a warnings for each NIC that has no link.</p>
<p><span id="more-41"></span></p>
<p><a href="http://wp.ollfried.de/wp-content/uploads/2010/02/smh_1.png"><img class="alignnone size-thumbnail wp-image-48" title="System Management Homepage" src="http://wp.ollfried.de/wp-content/uploads/2010/02/smh_1-150x150.png" alt="" width="150" height="150" /></a></p>
<p>I wrote a small script that will disable these unused NICs:<br />
<a href="http://wp.ollfried.de/wp-content/uploads/2010/02/disable_unused_nics.sh">disable_unused_nics.sh</a><br />
Here&#8217;s how to install it:</p>
<ol>
<li> Save this file as /usr/local/bin/disable_unused_nics.sh</li>
<li>Edit the file an adjust the unused NIC numbers</li>
<li>Make it executeable with &#8220;chmod +x /usr/local/bin/disable_unused_nics.sh&#8221;</li>
<li>Open /etc/init.d/rc.local and add the line &#8220;/usr/local/bin/disable_unused_nics.sh&#8221; at the end of the file</li>
</ol>
<p>Now, when you reboot the host, or manually call /etc/init.d/rc.local you will see the following:</p>
<p><a href="http://wp.ollfried.de/wp-content/uploads/2010/02/smh_2.png"><img class="alignnone size-medium wp-image-49" title="smh_2" src="http://wp.ollfried.de/wp-content/uploads/2010/02/smh_2-300x83.png" alt="" width="300" height="83" /></a></p>
<p>Afteer that, check your SMH:</p>
<p><a href="http://wp.ollfried.de/wp-content/uploads/2010/02/smh_3.png"><img class="alignnone size-medium wp-image-50" title="smh_3" src="http://wp.ollfried.de/wp-content/uploads/2010/02/smh_3-269x300.png" alt="" width="269" height="300" /></a></p>
<p>That&#8217;s all.</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.ollfried.de/2010/02/18/exclude-unused-nics-from-hp-management-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using a FC Tape Library inside a Virtual Machine</title>
		<link>http://wp.ollfried.de/2010/02/17/using-a-fc-tape-library-inside-a-virtual-machine/</link>
		<comments>http://wp.ollfried.de/2010/02/17/using-a-fc-tape-library-inside-a-virtual-machine/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 10:00:57 +0000</pubDate>
		<dc:creator>Oliver Antwerpen</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[changer]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[msl]]></category>
		<category><![CDATA[nsr]]></category>

		<guid isPermaLink="false">http://wp.ollfried.de/?p=58</guid>
		<description><![CDATA[A costumer uses a HP MSL6000 Tape Library for his Backups. The library is direct attached to a server via SCSI, but now we are moving towards VMware. What to do? Use a NSR and get that thing into his SAN. This is what it looks like: You can plug two drives even in the [...]]]></description>
			<content:encoded><![CDATA[<p>A costumer uses a HP MSL6000 Tape Library for his Backups. The library is direct attached to a server via SCSI, but now we are moving towards VMware. What to do? Use a NSR and get that thing into his SAN.</p>
<p><span id="more-58"></span></p>
<p><a href="http://h10003.www1.hp.com/digmedialib/prodimg/lowres/c00664508.jpg"><img class="alignleft" title="MSL6000" src="http://h10003.www1.hp.com/digmedialib/prodimg/lowres/c00664508.jpg" alt="" width="144" height="144" /></a>This is what it looks like: You can plug two drives even in the small 6030, but &#8211; more interesting &#8211; a NSR. A Network Storage Router is a device, that connects SCSI devices to a SAN. Easily spoken, you just unplug the SCSI cable from your server, plug it into the NSR, connect the other end of the NSR to your SAN switch and just configure the device. But, there is one problem I ran into: The drives just were not recognized by the ESX hosts. The solution for that is quite easy, if you just know it: A tape has to be loaded into each drive to get it discovered.</p>
<p>That means you need to follow a startup procedure like this:</p>
<ol>
<li>Load tapes to all drives in your library (via Webinterface or Control Panel)</li>
<li>Boot up ESX hosts or rescan FC HBAs</li>
<li>Create Raw Device Mappings to you virtual Backup Server</li>
<li>Boot the VM and check device access</li>
<li>Unload tapes from drives</li>
</ol>
<p>You will also need to follow these steps when you reboot your VM or host.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">This is what it looks like:</div>
]]></content:encoded>
			<wfw:commentRss>http://wp.ollfried.de/2010/02/17/using-a-fc-tape-library-inside-a-virtual-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does your ESX Server really get its time via NTP?</title>
		<link>http://wp.ollfried.de/2010/02/15/does-your-esx-server-really-get-its-time-via-ntp/</link>
		<comments>http://wp.ollfried.de/2010/02/15/does-your-esx-server-really-get-its-time-via-ntp/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 10:00:04 +0000</pubDate>
		<dc:creator>Oliver Antwerpen</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[ntp]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://wp.ollfried.de/?p=28</guid>
		<description><![CDATA[If you want to check NTP on your ESX host, don&#8217;t rely on vSphere Client! Even if it looks okay it might not be working. These days I installed some new ESX4 hosts at a customer&#8217;s site, ESX 4.0 Update1 to be accurate. As you might know, you can configure an NTP server during the [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to check NTP on your ESX host, don&#8217;t rely on vSphere Client! Even if it looks okay it might not be working.</p>
<p><span id="more-28"></span></p>
<p>These days I installed some new ESX4 hosts at a customer&#8217;s site, ESX 4.0 Update1 to be accurate. As you might know, you can configure an NTP server during the installation phase. We did that, installation went straightforward and was done within a couple of minutes.</p>
<p>After the installation and getting the host into the new vCenter I wanted to show the customer that NTP really works. So i broght up the Configuration-&gt;Time Service Tab and we saw that the correct NTP server was configured and the services was running.</p>
<p><img src="file:///C:/Users/ANTWER%7E1/AppData/Local/Temp/moz-screenshot.png" alt="" /><a href="http://wp.ollfried.de/wp-content/uploads/2010/02/ntp.png"><img class="alignnone size-full wp-image-30" title="ntp status" src="http://wp.ollfried.de/wp-content/uploads/2010/02/ntp.png" alt="ntp status in vSphere Client" width="379" height="129" /></a></p>
<p>Then I went down to the service console and had a look at the time service:</p>
<pre style="padding-left: 30px;"><span style="color: #000000;">[root@vm0011 ~] ntpq -p
localhost: timed out, nothing received
***Request timed out</span>
</pre>
<p>When you look at <em>/etc/ntp.conf </em>you see these lines:</p>
<pre style="padding-left: 30px;">restrict default kod nomodify notrap nopeer noquery
restrict -6 default kod nomodify notrap nopeer noquery</pre>
<p>Comment these lines out or delete them an restart the service with</p>
<pre style="padding-left: 30px;">/etc/init.d/ntp restart</pre>
<p>After that check the status like this:</p>
<pre style="padding-left: 30px;">[root@vm0011 ~] ntpq -p
==============================================================================
 ntp1.rz-ip.net  192.53.103.104   2 u    4   64    1    1.098   -0.305   0.001
 ntp2.rz-ip.net  192.53.103.108   2 u    3   64    1    0.725   -0.562   0.001</pre>
<p>Great, now it&#8217;s working!</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.ollfried.de/2010/02/15/does-your-esx-server-really-get-its-time-via-ntp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strange problem with MSA1000 and VMware</title>
		<link>http://wp.ollfried.de/2010/02/02/strange-problem-with-msa1000-and-vmware/</link>
		<comments>http://wp.ollfried.de/2010/02/02/strange-problem-with-msa1000-and-vmware/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 21:30:17 +0000</pubDate>
		<dc:creator>Oliver Antwerpen</dc:creator>
				<category><![CDATA[Storage]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[msa]]></category>
		<category><![CDATA[problem]]></category>

		<guid isPermaLink="false">http://wp.ollfried.de/?p=25</guid>
		<description><![CDATA[I am just investigating a strange problem on a MSA1000 and ESX3.0. VMFS seems to become corrupt, even though I can write to it.Yes, I know. The MSA1000 is old and it&#8217;s ugly. But &#8211; quite some customers still use it. One of them is even worse and uses it together with the integrated MSA [...]]]></description>
			<content:encoded><![CDATA[<p>I am just investigating a strange problem on a MSA1000 and ESX3.0. VMFS seems to become corrupt, even though I can write to it.<span id="more-25"></span>Yes, I know. The <a title="MSA1000" href="http://h20000.www2.hp.com/bizsupport/TechSupport/SupportTaskIndex.jsp?lang=en&amp;cc=us&amp;taskId=110&amp;prodTypeId=12169&amp;prodSeriesId=377751" target="_blank">MSA1000</a> is old and it&#8217;s ugly. But &#8211; quite some customers still use it. One of them is even worse and uses it together with the integrated MSA SAN-Switch 2/8, that&#8217;s an eight-port 2Gbit FC Swicth that&#8217;s plugged into the back of the Chassis. Attached to the MSA1000 there is a MSA30 which holds some HDDs for more space.</p>
<p>The disks in the MSA1000 are devided into four arrays each holding a single LUN. The MSA30&#8242;s HDDs are a forth array with a forth LUN. The ESX-Servers use LUN1+4, LUN2+3 are connected to windows servers.</p>
<p>All of a sudden all VMs on LUN1 threw errors and we were unable to start them up. VMware could not open some of the files residing in that datastore, VMs could be cloned to that datastore successfully, biut not be powered om, the VMDKs were corrupt.</p>
<p>We restartet the MSA, recreated array and LUN, updates ESX to 3.0.3, recreated VMFS, still the same behaviour. I am runnning out of ideas, we&#8217;ll see what comes up next. Right now the VMs reside on an iSCSI target hosted by a linux server.</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.ollfried.de/2010/02/02/strange-problem-with-msa1000-and-vmware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

