<?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>Otmanix Blog - English language edition</title>
	<atom:link href="http://otmanix.de/english/feed/" rel="self" type="application/rss+xml" />
	<link>http://otmanix.de/english</link>
	<description>trivial and worth knowing things</description>
	<lastBuildDate>Thu, 26 Apr 2012 22:16:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Back to the U.K.</title>
		<link>http://otmanix.de/english/2012/04/27/back-to-the-u-k/</link>
		<comments>http://otmanix.de/english/2012/04/27/back-to-the-u-k/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 22:16:52 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[UK Chester English]]></category>

		<guid isPermaLink="false">http://otmanix.de/english/?p=750</guid>
		<description><![CDATA[After more than 15 years I&#8217;m back in the U.K.. I&#8217;m here with colleages from different departments for 2 weeks. After doing a placement test I&#8217;m in a group with 3 nice girls from Spain, Switzerland and Uruguay Our teachers &#8230; <a href="http://otmanix.de/english/2012/04/27/back-to-the-u-k/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After more than 15 years I&#8217;m back in the U.K.. I&#8217;m <a href="http://www.english-in-chester.co.uk">here</a> with colleages from different departments for 2 weeks. After doing a placement test I&#8217;m in a group with 3 nice girls from Spain, Switzerland and Uruguay <img src='http://otmanix.de/english/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Our teachers do a fine job. I can recommend this language school for training English language. Chester is a nice city and Liverpool is only 45 minutes away.</p>
<p><span class="post_sig">Posted from WordPress for Android</span></p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/english/2012/04/27/back-to-the-u-k/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I am backer</title>
		<link>http://otmanix.de/english/2012/02/09/i-am-backer/</link>
		<comments>http://otmanix.de/english/2012/02/09/i-am-backer/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 21:34:00 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://otmanix.de/english/?p=742</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://www.kickstarter.com/projects/66710809/double-fine-adventure/widget/card.html" frameborder="0" width="220px" height="380px"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/english/2012/02/09/i-am-backer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>change block tracking script for EMC Networker</title>
		<link>http://otmanix.de/english/2012/02/08/change-block-tracking-script-for-emc-networker/</link>
		<comments>http://otmanix.de/english/2012/02/08/change-block-tracking-script-for-emc-networker/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 11:36:18 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[cbt]]></category>
		<category><![CDATA[Networker]]></category>
		<category><![CDATA[VADP]]></category>
		<category><![CDATA[Vsphere]]></category>

		<guid isPermaLink="false">http://otmanix.de/english/?p=739</guid>
		<description><![CDATA[VADP Image backups are possible with latest versions of EMC Networker backup software. Enabling CBT for Windows virtual machines improves backup speed. Here&#8217;s a script for enabling/disabling CBT or reading CBT status. @ECHO OFF :BEGIN REM change block tracking for &#8230; <a href="http://otmanix.de/english/2012/02/08/change-block-tracking-script-for-emc-networker/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>VADP Image backups are possible with latest versions of EMC Networker backup software. Enabling CBT for Windows virtual machines improves backup speed.</p>
<p>Here&#8217;s a script for enabling/disabling CBT or reading CBT status.</p>
<pre>@ECHO OFF
 :BEGIN
 REM change block tracking for VMware/Networker
 REM tested with Networker 7.6.3.1 on Windows 7 and VSphere 5
 REM 08.02.2012 Otmanix
 REM http://www.punchingclouds.com/?p=896
 REM http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1020128
 CLS
 ECHO *** change block tracking - VMware/Networker ***
 ECHO ************************************************
 SET /P VCENTER=vcenter (FQDN):
 SET /P USER=user:
 SET /P PASSWORD=password:
 :ID
 CLS
 ECHO identify vm by
 ECHO 1) name in vcenter
 ECHO 2) dns name (fqdn)
 ECHO 3) ip address
 ECHO 4) EXIT
 CHOICE /N /C 1234 /M "PICK A NUMBER (1, 2, 3, 4)"
 IF ERRORLEVEL 4 GOTO END
 IF ERRORLEVEL 3 GOTO ID3
 IF ERRORLEVEL 2 GOTO ID2
 IF ERRORLEVEL 1 GOTO ID1
 IF ERRORLEVEL 0 GOTO END
 GOTO ID
 :ID3
 SET LOOKUPMETHOD=ip-addr
 SET LOOKUPKEY=
 SET /P LOOKUPKEY=IP address:
 GOTO CBT
 :ID2
 SET LOOKUPMETHOD=dns-name
 SET LOOKUPKEY=
 SET /P LOOKUPKEY=hostname (fqdn):
 GOTO CBT
 :ID1
 SET LOOKUPMETHOD=vm-name
 SET LOOKUPKEY=
 SET /P LOOKUPKEY=name of vm in vcenter (case sensitive):
 GOTO CBT
 :CBT
 CLS
 ECHO choose
 ECHO 1) info about cbt
 ECHO 2) enable cbt
 ECHO 3) disable CBT
 ECHO 4) EXIT
 CHOICE /N /C 1234 /M "PICK A NUMBER (1, 2, 3, 4)"
 IF ERRORLEVEL 4 GOTO END
 IF ERRORLEVEL 3 GOTO CBT3
 IF ERRORLEVEL 2 GOTO CBT2
 IF ERRORLEVEL 1 GOTO CBT1
 IF ERRORLEVEL 0 GOTO END
 GOTO BEGIN
 :CBT3
 SET CBTMODE=cbt-disable
 GOTO COMMAND
 :CBT2
 SET CBTMODE=cbt-enable
 GOTO COMMAND
 :CBT1
 SET CBTMODE=info
 GOTO COMMAND
 :COMMAND
 nsrvadp_modify_vm.exe -H %VCENTER% -P https -u %USER% -p %PASSWORD% -l %LOOKUPMETHOD% -k %LOOKUPKEY% -c %CBTMODE%
 PAUSE
 GOTO CBT
 :END</pre>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/english/2012/02/08/change-block-tracking-script-for-emc-networker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>kitchen pc</title>
		<link>http://otmanix.de/english/2012/01/02/kitchen-pc/</link>
		<comments>http://otmanix.de/english/2012/01/02/kitchen-pc/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 10:15:00 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://otmanix.de/english/?p=735</guid>
		<description><![CDATA[I discovered a new piece of case modding art in my hosts kitchen on New Year&#8217;s eve. Top applications are a media player and Chefkoch.de, a website with tons of recipes. The custom pc is said to have a high &#8230; <a href="http://otmanix.de/english/2012/01/02/kitchen-pc/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I discovered a new piece of case modding art in my hosts kitchen on New Year&#8217;s eve. Top applications are a media player and Chefkoch.de, a website with tons of recipes. The custom pc is said to have a high <a href="http://en.wikipedia.org/wiki/Wife_acceptance_factor">waf</a>.</p>
<p><a href="http://otmanix.de/english/wp-content/uploads/2012/01/kitchen_pc.jpg"><img class="alignnone size-medium wp-image-736" title="kitchen pc" src="http://otmanix.de/english/wp-content/uploads/2012/01/kitchen_pc-225x300.jpg" alt="" width="225" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/english/2012/01/02/kitchen-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>happy new year</title>
		<link>http://otmanix.de/english/2012/01/01/happy-new-year-2/</link>
		<comments>http://otmanix.de/english/2012/01/01/happy-new-year-2/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 02:12:55 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[new year]]></category>

		<guid isPermaLink="false">http://otmanix.de/english/?p=732</guid>
		<description><![CDATA[Dear Blog readers, I wish you a happy new year from rainy Germany. May the force be with you!]]></description>
			<content:encoded><![CDATA[<p>Dear Blog readers, I wish you a happy new year from rainy Germany.</p>
<p>May the force be with you!</p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/english/2012/01/01/happy-new-year-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>please insert slowly&#8230;</title>
		<link>http://otmanix.de/english/2011/10/19/please-insert-slowly/</link>
		<comments>http://otmanix.de/english/2011/10/19/please-insert-slowly/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 15:40:11 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[EMC]]></category>
		<category><![CDATA[Datadomain]]></category>

		<guid isPermaLink="false">http://otmanix.de/english/?p=723</guid>
		<description><![CDATA[reading Datadomain OS release notes made my day: When performing a DD OS upgrade using a USB key, make sure the USB key is inserted slowly into the Data Domain system’s USB socket. Two criteria can help you to judge &#8230; <a href="http://otmanix.de/english/2011/10/19/please-insert-slowly/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>reading Datadomain OS release notes made my day:</p>
<blockquote><p>When performing a DD OS upgrade using a USB key, make sure the USB key is inserted slowly into the Data Domain system’s USB socket. Two criteria can help you to judge how “slowly” to insert the key:<br />
The LED on the USB key starts blinking after you’ve inserted the USB to the very end or, for a USB key with no LED display, make sure it takes more than one second to fully insert the USB key.</p></blockquote>
<p>I assume this will be the next step:</p>
<p>Please fondle the hardware while doing the upgrade&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/english/2011/10/19/please-insert-slowly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>radio silence</title>
		<link>http://otmanix.de/english/2011/10/18/radio-silence/</link>
		<comments>http://otmanix.de/english/2011/10/18/radio-silence/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 20:30:15 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Media Server]]></category>
		<category><![CDATA[pms]]></category>
		<category><![CDATA[PS3]]></category>
		<category><![CDATA[ps3mediaserver]]></category>

		<guid isPermaLink="false">http://otmanix.de/english/?p=718</guid>
		<description><![CDATA[Hello out there! You may have noticed that the frequency of new blog articles has decreased a lot. At the moment I need a break from blogosphere. On the one hand I want to spend my free time for doing &#8230; <a href="http://otmanix.de/english/2011/10/18/radio-silence/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hello out there!</p>
<p>You may have noticed that the frequency of new blog articles has decreased a lot. At the moment I need a break from blogosphere. On the one hand I want to spend my free time for doing other things like reading tons of books on my Amazon kindle. At the moment I&#8217;m reading &#8220;<a href="http://en.wikipedia.org/wiki/The_Last_Ringbearer">the last ring-bearer</a>&#8220;. Tolkien fans with humour will enjoy this journey to middle earth where everything is different, the good guys are the bad ones and vice versa&#8230; On the other hand I don&#8217;t have a topic to blog about. I haven&#8217;t installed/used PS3 Media Server for months so I don&#8217;t see any reason in writing articles about that or doing support. Sorry folks, please visit the PMS forum for help.</p>
<p>If there is a new topic worth blogging you will find new articles here.</p>
<p>So have a good time. Bye, Otmanix</p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/english/2011/10/18/radio-silence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>R.I.P. good bye c0t0d0s0.org</title>
		<link>http://otmanix.de/english/2011/07/24/r-i-p-good-bye-c0t0d0s0-org/</link>
		<comments>http://otmanix.de/english/2011/07/24/r-i-p-good-bye-c0t0d0s0-org/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 15:45:20 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Indiana]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[c0t0d0s0]]></category>

		<guid isPermaLink="false">http://otmanix.de/english/?p=715</guid>
		<description><![CDATA[One of the blogs I spent lots of time, reading infos about (Open) Solaris has gone. Good bye, c0t0d0s0.org!]]></description>
			<content:encoded><![CDATA[<p>One of the blogs I spent lots of time, reading infos about (Open) Solaris has gone.</p>
<p>Good bye, <a href="http://c0t0d0s0.org">c0t0d0s0.org</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/english/2011/07/24/r-i-p-good-bye-c0t0d0s0-org/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Networker user group meeting revisited</title>
		<link>http://otmanix.de/english/2011/06/03/networker-user-group-meeting-revisited/</link>
		<comments>http://otmanix.de/english/2011/06/03/networker-user-group-meeting-revisited/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 19:15:21 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Avamar]]></category>
		<category><![CDATA[Data Domain]]></category>
		<category><![CDATA[Networker]]></category>

		<guid isPermaLink="false">http://otmanix.de/english/?p=699</guid>
		<description><![CDATA[What happened last tuesday? EMC invited to second Networker user group meeting in Germany which this time was located at Steigenberger airport hotel in Frankfurt. EMC sent the Networker product manager as well as developers (see photo), support guys and &#8230; <a href="http://otmanix.de/english/2011/06/03/networker-user-group-meeting-revisited/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>What happened last tuesday? EMC invited to second <a href="https://community.emc.com/thread/120512?tstart=0" target="_blank">Networker user group meeting in Germany</a> which this time was located at Steigenberger airport hotel in Frankfurt.</p>
<p>EMC sent the Networker product manager as well as developers (see photo), support guys and trainer in order to show the roadmap and answer customer questions.</p>
<p><a href="http://otmanix.de/english/wp-content/uploads/2011/06/2011-05-31_17-31-42_75.jpg"><img class="alignnone size-thumbnail wp-image-700" title="EMC Networker User Group Meeting" src="http://otmanix.de/english/wp-content/uploads/2011/06/2011-05-31_17-31-42_75-150x150.jpg" alt="" width="150" height="150" /></a> <a href="http://otmanix.de/english/wp-content/uploads/2011/06/2011-05-31_17-30-13_240.jpg"><img class="alignnone size-thumbnail wp-image-701" title="EMC Networker developers" src="http://otmanix.de/english/wp-content/uploads/2011/06/2011-05-31_17-30-13_240-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>This event was really worth visiting it. Thanks to EMC for sending people with deep knowledge which were able to answer questions as well as discussing rfe and talking about the roadmap.</p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/english/2011/06/03/networker-user-group-meeting-revisited/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Networker user group meeting</title>
		<link>http://otmanix.de/english/2011/05/31/networker-user-group-meeting/</link>
		<comments>http://otmanix.de/english/2011/05/31/networker-user-group-meeting/#comments</comments>
		<pubDate>Tue, 31 May 2011 06:19:40 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Networker]]></category>

		<guid isPermaLink="false">http://otmanix.de/english/2011/05/31/networker-user-group-meeting/</guid>
		<description><![CDATA[1h til beginning of Networker user group meeting in Steigenberger airport hotel in Frankfurt&#8230; So I hope this will be a day full of new informations about backup and related technical stuff&#8230; Posted from WordPress for Android]]></description>
			<content:encoded><![CDATA[<p><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://otmanix.de/english/wp-content/uploads/2011/05/wpid-2011-05-31_08-19-37_939.jpg" /></p>
<p>1h til beginning of Networker user group meeting in Steigenberger airport hotel in Frankfurt&#8230;<br />
So I hope this will be a day full of new informations about backup and related technical stuff&#8230;
</p>
<p><span class="post_sig">Posted from WordPress for Android</span></p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/english/2011/05/31/networker-user-group-meeting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

