<?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>An Admins life is hard enough</title>
	<atom:link href="http://blog.rohrauer.at/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rohrauer.at</link>
	<description>Meine Gedanken über IT und Technik</description>
	<lastBuildDate>Wed, 07 Jul 2010 00:23:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to move a SCCM (System Center Configuration Manager) 2007 Database to another host</title>
		<link>http://blog.rohrauer.at/how-to-move-a-sccm-system-center-configuration-manager-2007-database-to-another-host/</link>
		<comments>http://blog.rohrauer.at/how-to-move-a-sccm-system-center-configuration-manager-2007-database-to-another-host/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 00:23:58 +0000</pubDate>
		<dc:creator>Johannes</dc:creator>
				<category><![CDATA[Servers and Hardware]]></category>
		<category><![CDATA[MS SQL]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[SCCM 2007]]></category>
		<category><![CDATA[System Center Configuration Manager 2007]]></category>

		<guid isPermaLink="false">http://blog.rohrauer.at/?p=571</guid>
		<description><![CDATA[Today I had to move my SCCM SQL-Database to another host due to performance issues. Also, I wanted to achieve some kind of High(er) Availability through this. At the beginning I tought it will be a daunting task, but in the end everything was quick and painless. Here are the steps I´ve done.]]></description>
			<content:encoded><![CDATA[<p>Today I had to move my SCCM SQL-Database to another host due to performance issues. Also, I wanted to achieve some kind of High(er) Availability through this. At the beginning I tought it will be a daunting task, but in the end everything was quick and painless. Here are the steps I´ve done (just to mention: I just have one SCCM-Server, no childs):</p>
<p>1. Open a command prompt on your SCCM-Server and browse to the installation directory.<br />
2. Navigate to the subfolder called &#8216;<em>bin\i386\00000409\</em>&#8216;. In my case, the installation directory is on drive S:, the complete path would be &#8216;<em>S:\Microsoft Configuration Manager\bin\i386\00000409\</em>&#8216;<br />
3. run the preinst.exe tool with the following switch:</p>
<div id="attachment_572" class="wp-caption alignleft" style="width: 678px"><a href="http://blog.rohrauer.at/wp-content/uploads/2010/07/move_sccm_db_01.png"><img class="size-full wp-image-572" title="Stopping all SCCM Components" src="http://blog.rohrauer.at/wp-content/uploads/2010/07/move_sccm_db_01.png" alt="Stopping all SCCM Components" width="668" height="331" /></a><p class="wp-caption-text">Stopping all SCCM Components</p></div>
<p>4. Backup your existing Database using &#8220;SQL Server Management Studio&#8221; (RMB on the corresponding DB &#8211; Tasks &#8211; Back Up &#8211; Backup Type = Full) and save the .bak somewhere on your network, or copy it afterwards onto your destination Server.</p>
<p>5. Import the .bak on your destination Server, again using &#8220;SQL Server Management Studio&#8221; (RMB on Databases &#8211; Restore Database).</p>
<p>6. run setup.exe, located in the bin-Directory (at the prompt type &#8220;cd ..&#8221;) and follow the Screenhots:</p>
<div id="attachment_573" class="wp-caption alignleft" style="width: 637px"><a href="http://blog.rohrauer.at/wp-content/uploads/2010/07/move_sccm_db_02.png"><img class="size-full wp-image-573" title="Running the Setup-Wizard" src="http://blog.rohrauer.at/wp-content/uploads/2010/07/move_sccm_db_02.png" alt="Running the Setup-Wizard" width="627" height="478" /></a><p class="wp-caption-text">Running the Setup-Wizard</p></div>
<div id="attachment_574" class="wp-caption alignleft" style="width: 637px"><a href="http://blog.rohrauer.at/wp-content/uploads/2010/07/move_sccm_db_03.png"><img class="size-full wp-image-574" title="choose &quot;Perform site maintenance or reset this Site&quot;" src="http://blog.rohrauer.at/wp-content/uploads/2010/07/move_sccm_db_03.png" alt="choose &quot;Perform site maintenance or reset this Site&quot;" width="627" height="478" /></a><p class="wp-caption-text">choose &quot;Perform site maintenance or reset this Site&quot;</p></div>
<div id="attachment_575" class="wp-caption alignleft" style="width: 637px"><a href="http://blog.rohrauer.at/wp-content/uploads/2010/07/move_sccm_db_04.png"><img class="size-full wp-image-575" title="choose &quot;Modify SQL Server Configuration&quot;" src="http://blog.rohrauer.at/wp-content/uploads/2010/07/move_sccm_db_04.png" alt="choose &quot;Modify SQL Server Configuration&quot;" width="627" height="478" /></a><p class="wp-caption-text">choose &quot;Modify SQL Server Configuration&quot;</p></div>
<div id="attachment_576" class="wp-caption alignleft" style="width: 637px"><a href="http://blog.rohrauer.at/wp-content/uploads/2010/07/move_sccm_db_05.png"><img class="size-full wp-image-576" title="Enter new Server details" src="http://blog.rohrauer.at/wp-content/uploads/2010/07/move_sccm_db_05.png" alt="Enter new Server details" width="627" height="478" /></a><p class="wp-caption-text">Enter new Server details</p></div>
<div id="attachment_577" class="wp-caption alignleft" style="width: 637px"><a href="http://blog.rohrauer.at/wp-content/uploads/2010/07/move_sccm_db_06.png"><img class="size-full wp-image-577" title="Modifying Configuration Manager" src="http://blog.rohrauer.at/wp-content/uploads/2010/07/move_sccm_db_06.png" alt="Modifying Configuration Manager" width="627" height="478" /></a><p class="wp-caption-text">Modifying Configuration Manager</p></div>
<div id="attachment_578" class="wp-caption alignleft" style="width: 637px"><a href="http://blog.rohrauer.at/wp-content/uploads/2010/07/move_sccm_db_07.png"><img class="size-full wp-image-578" title="Yeah - it´s done!" src="http://blog.rohrauer.at/wp-content/uploads/2010/07/move_sccm_db_07.png" alt="Yeah - it´s done!" width="627" height="478" /></a><p class="wp-caption-text">Yeah - it´s done!</p></div>
<p>Do not tick the &#8220;Launch the Configuration Manager console after closing&#8221; box. It´s better to simply reboot the SCCM-Server. So all services can restart.<br />
This procedure did the trick for me!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rohrauer.at/how-to-move-a-sccm-system-center-configuration-manager-2007-database-to-another-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloning a Fujitsu Esprimo P2550 with Acronis True Image Home 2010</title>
		<link>http://blog.rohrauer.at/cloning-a-fujitsu-esprimo-p2550-with-acronis-true-image-home-2010/</link>
		<comments>http://blog.rohrauer.at/cloning-a-fujitsu-esprimo-p2550-with-acronis-true-image-home-2010/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 14:37:59 +0000</pubDate>
		<dc:creator>Johannes</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://blog.rohrauer.at/?p=558</guid>
		<description><![CDATA[Having problems cloning a Fujitsu Esprimo P2550 with Acronis True Image 2010? Read ahead!]]></description>
			<content:encoded><![CDATA[<p>Today I tried to create a clone of my freshly installed Fujitsu Esprimo P2550 With Acronis True Image Home 2010. But it seems the hardware was too brand new to be correctly recognised by ATI. After doing some research, I found this thread in Acronis Customer Support Forum: http://forum.acronis.com/forum/6512</p>
<p>I went over and contacted Acronis customer Support via LiveChat. It was just a matter of minutes, and I got this new bootable media, which allowed me to do my backup.</p>
<p>According to Acronis Tech Support this CD is recreated from scratch every week, to support new and even newer hardware. If anybody needs such a CD, you need to contact Customer Support. Refer to the thread linked above, or to my Case Number 00668024. Here´s a screenshot from this one:</p>
<p style="text-align: center;">
<div id="attachment_559" class="wp-caption aligncenter" style="width: 160px"><a href="http://blog.rohrauer.at/wp-content/uploads/2010/04/acronis_alternate_boot_media.png"><img class="size-thumbnail wp-image-559 " title="Alternate bootable discs for Acronis True Image" src="http://blog.rohrauer.at/wp-content/uploads/2010/04/acronis_alternate_boot_media-150x150.png" alt="Alternate bootable discs for Acronis True Image" width="150" height="150" /></a><p class="wp-caption-text">Alternate bootable discs for Acronis True Image</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.rohrauer.at/cloning-a-fujitsu-esprimo-p2550-with-acronis-true-image-home-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Born in the 80s</title>
		<link>http://blog.rohrauer.at/born-in-the-80s/</link>
		<comments>http://blog.rohrauer.at/born-in-the-80s/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 11:47:25 +0000</pubDate>
		<dc:creator>Johannes</dc:creator>
				<category><![CDATA[Alltag]]></category>

		<guid isPermaLink="false">http://blog.rohrauer.at/?p=554</guid>
		<description><![CDATA[Once read in a newspaper, recently found again on Facebook:
Nicht lesen, wenn du nach 84 geboren bist!
Kinder von heute werden in  Watte gepackt. Wenn du als Kind in  oder vor den 90ern lebtest, ist es  zurückblickend kaum zu glauben, dass du so lange überleben konntest! Als  Kinder saßen wir in Autos [...]]]></description>
			<content:encoded><![CDATA[<p>Once read in a newspaper, recently found again on Facebook:</p>
<blockquote><p>Nicht lesen, wenn du nach 84 geboren bist!<br />
Kinder von heute werden in  Watte gepackt. Wenn du als Kind in  oder vor den 90ern lebtest, ist es  zurückblickend kaum zu glauben, dass du so lange überleben konntest! Als  Kinder saßen wir in Autos ohne Sicherheitsgurte und ohne Airbags.  Unsere Bettchen waren angemalt mit Farbe voller Blei und Cadmium. Die  Fläschchen aus der Apotheke konnten wir mühelos öffnen. Türen und  Schränke waren eine ständige Bedrohung für unsere Fingerchen, und auf  den Fahrrädern und Mopeds trugen wir nie Helme! Wir bauten Seifenkisten  und entdeckten während der ersten Fahrt den Hang hinunter, dass wir die  Bremsen vergessen hatten. Damit kamen wir nach einigen Unfällen klar.  Wir verließen morgens das Haus, wir blieben den ganzen Tag weg und  mussten erst zu Hause sein, wenn die Straßenlaternen angingen. Niemand  wusste, wo wir waren, und wir hatten nicht einmal ein HANDY dabei! Wir  haben uns geschnitten, brachen Knochen und Zähne, und niemand wurde  deswegen verklagt! Es waren eben Unfälle! Niemand hatte schuld, außer  wir selbst. Keiner fragte nach &#8220;Aufsichtspflicht&#8221;. Wir kämpften und  schlugen uns manchmal grün und blau, damit mussten wir leben, denn es  interessierte die Erwachsenen nicht besonders. Wir aßen Kekse, Brot mit  dick Nutella, tranken viel Cola, Hooch oder &#8220;die Blaue Sau&#8221; und wurden  trozdem nicht zu dick oder krank!In öffentlichen Gebäuden waren wir  ständig von Rauchwolken umhüllt! Wir tranken mit unseren Freunden aus  einer Flasche, und niemand starb an den Folgen! Wir hatten nicht:  Playstation, Nintendo64, X-Box, Videospiele, 64 Fernsehkanäle, Surround  Sound, eigene Fernseher, Computer, Handy, Laptops, Internet, Chatrooms.  WIR HATTEN FREUNDE! Wir gingen einfach raus und trafen sie auf der  Straße. Oder wir marschierten einfach zu deren Haus oder Wohnung und  klingelten! Manchmal brauchten wir gar nicht zu klingeln, und gingen  einfach hinein! Ohne Termin und ohne Wissen unserer gegenseitigen  Eltern. Wir dachten uns Spiele aus mit Holzstöcken und Tennisbällen.  Außerdem aßen wir Würmer, und die Prophezeiungen trafen nicht ein; die  Würmer lebten nicht in unseren Bäuchen weiter, und mit Stöcken stachen  wir auch nicht besonders viele Augen aus! Beim Straßenfußball durfte nur  mitspielen, wer gut war. Wer nicht gut war, musste lernen mit,  Entäuschungen klar zu kommen! Manche Schüler waren nicht so schlau wie  andere. Sie rasselten durch Prüfungen und wiederholten Klassen. Das  führte damals nicht zu emotionalen Elternabenden oder gar zur Änderung  von Leistungsbewertungen! Unsere Taten hatten manchmal Konsequenzen. Das  war klar, und keiner konnte sich verstecken. Wenn einer von uns gegen  das Gesetz verstoßen hat, war klar, dass die Eltern ihn nicht  automatisch aus den Schlamassel heraushauen. Im Gegenteil: Sie waren oft  der gleichen Meinung wie die Polizei! So etwas!! Unsere Generation hat  eine Fülle von innovativen Problemlösern und Erfindern mit  Risikobereitschaft hervorgebracht. Wir hatten Freiheit, Misserfolg,  Erfolg und Verantwortung! Mit allem wussten wir umzugehen! Und DU  gehörst auch dazu!! Herzlichen Glückwunsch!! Geboren vor 1984-WIR WAREN  HELDEN!!!</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.rohrauer.at/born-in-the-80s/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>One step further!</title>
		<link>http://blog.rohrauer.at/one-step-further/</link>
		<comments>http://blog.rohrauer.at/one-step-further/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 22:51:28 +0000</pubDate>
		<dc:creator>Johannes</dc:creator>
				<category><![CDATA[C64Mac]]></category>

		<guid isPermaLink="false">http://blog.rohrauer.at/?p=551</guid>
		<description><![CDATA[I´m just one step ahead to finish this. I got all missing parts, they´re assembled, and everything is working fine. Even Software Update.
Now, all I have to to is to finish the enclosure. Maybe I will post some pictures these days&#8230; Time seems to be a rare thing nowadays.
]]></description>
			<content:encoded><![CDATA[<p>I´m just one step ahead to finish this. I got all missing parts, they´re assembled, and everything is working fine. Even Software Update.</p>
<p>Now, all I have to to is to finish the enclosure. Maybe I will post some pictures these days&#8230; Time seems to be a rare thing nowadays.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rohrauer.at/one-step-further/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Had some time to play&#8230;</title>
		<link>http://blog.rohrauer.at/had-some-time-to-play/</link>
		<comments>http://blog.rohrauer.at/had-some-time-to-play/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 22:48:13 +0000</pubDate>
		<dc:creator>Johannes</dc:creator>
				<category><![CDATA[My very own NAS]]></category>

		<guid isPermaLink="false">http://blog.rohrauer.at/?p=549</guid>
		<description><![CDATA[Today I decided to move my board into a M350 enclosure. It just looks better, and makes me feel, this project will be finished somewhen.
I played around with FreeNAS 0.7.1 (499x), but after a short while I decided to tick it off my list. When I rescan my Disks, it always fails with a kernel [...]]]></description>
			<content:encoded><![CDATA[<p>Today I decided to move my board into a M350 enclosure. It just looks better, and makes me feel, this project will be finished somewhen.</p>
<p>I played around with FreeNAS 0.7.1 (499x), but after a short while I decided to tick it off my list. When I rescan my Disks, it always fails with a kernel panic. Maybe I will send an E-Mail with further information to the dev´s.</p>
<p>OpenFiler was my next try. I had to reinstall it, because I forgot my password. Locked myself out of my very own box. Great! Let´s see if I can post some information about the installation itself. Many people (including me) have had issues with the onboard NIC.</p>
<p>Let´s have some sleep now, it´s late again&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rohrauer.at/had-some-time-to-play/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vRanger PRO 4.2 &#8211; error when restoring a copy of a VM to another ESX-host</title>
		<link>http://blog.rohrauer.at/vranger-pro-4-2-error-when-restoring-a-copy-of-a-vm-to-another-esx-host/</link>
		<comments>http://blog.rohrauer.at/vranger-pro-4-2-error-when-restoring-a-copy-of-a-vm-to-another-esx-host/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 00:33:36 +0000</pubDate>
		<dc:creator>Johannes</dc:creator>
				<category><![CDATA[Virtualisierung]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vRanger PRO]]></category>

		<guid isPermaLink="false">http://blog.rohrauer.at/?p=535</guid>
		<description><![CDATA[Recently I tried to restore a virtual machine to another host. The origin machine should remain on the source host. It seems, this is not possible with vRanger PRO, as it quit´s the operation with the following error: "Cannot continue restore as a virtual machine 'VM-NAME' not on host 'DESTINATION-HOST' already exists in the root folder for the datacenter"...]]></description>
			<content:encoded><![CDATA[<p>Recently I tried to restore a virtual machine to another host. The origin machine should remain on the source host. It seems, this is not possible with vRanger PRO:</p>
<p style="text-align: center;"><a href="http://blog.rohrauer.at/wp-content/uploads/2010/04/vranger_restore_error.png"><img class="size-medium wp-image-536 aligncenter" title="vRanger PRO 4.2 restore error" src="http://blog.rohrauer.at/wp-content/uploads/2010/04/vranger_restore_error-300x101.png" alt="vRanger PRO 4.2 restore error" width="300" height="101" /></a></p>
<p>The error says: &#8220;<strong>Cannot continue restore as a virtual machine &#8216;VM-NAME&#8217; not on host &#8216;DESTINATION-HOST&#8217; already exists in the root folder for the datacenter.</strong>&#8220;. This, for me, makes no sense, as I could do a scheduled restore of a VM to another host. This would enable me to quickly start this in case, the sourcehost encounters an error. Especially for Citrix-Servers this would be a perfect setup, as they usually do not contain any user data.</p>
<p>However, I found a workaround:<br />
- on the source machine, right click the VM and select &#8220;Remove from Inventory&#8221;<br />
- do your restore<br />
- open a SSH-connection on the sourcehost and reregister the VM</p>
<p>This makes the whole thing work, althought it´s quite inconvenient to automate the whole process. The only drawback seems to be that already created backup jobs aren´t able to find the VM anymore (ID-mismatch). I already have a service request regarding this topic. Let´s see what vizioncore has to say about this.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rohrauer.at/vranger-pro-4-2-error-when-restoring-a-copy-of-a-vm-to-another-esx-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Offline defrag my Exchange 2003 database</title>
		<link>http://blog.rohrauer.at/offline-defrag-my-exchange-2003-database/</link>
		<comments>http://blog.rohrauer.at/offline-defrag-my-exchange-2003-database/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 21:56:23 +0000</pubDate>
		<dc:creator>Johannes</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[eseutil]]></category>
		<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[offline defrag]]></category>

		<guid isPermaLink="false">http://blog.rohrauer.at/?p=532</guid>
		<description><![CDATA[This weekend I had to schedule a maintenance window. Our Exchange database needed an offline defrag. MY approach went fine, it shrinked from 63GB to 41GB, which...]]></description>
			<content:encoded><![CDATA[<p>This weekend I had to schedule a maintenance window. Our Exchange database needed an offline defrag. MY approach went fine, it shrinked from 63GB to 41GB, which is a saving of about 30%. Althought Microsoft claims a defragmentation rate of about 4-6GB per hour, mine was a little bit lower. It took me about 25 hours to defrag the .edb &#038; .stm.</p>
<div id="attachment_533" class="wp-caption aligncenter" style="width: 678px"><a href="http://blog.rohrauer.at/wp-content/uploads/2010/04/eseutil_duration.png"><img src="http://blog.rohrauer.at/wp-content/uploads/2010/04/eseutil_duration.png" alt="Time taken by eseutil to defrag my exchange database" title="Time taken by eseutil to defrag my exchange database" width="668" height="331" class="size-full wp-image-533" /></a><p class="wp-caption-text">Time taken by eseutil to defrag my exchange database</p></div>
<p>I´m glad I could remove some of the junk, as I forced my users to delete old E-Mails and all those Funmails.<br />
In June I will move ahead to Exchange 2010&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rohrauer.at/offline-defrag-my-exchange-2003-database/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>New lens &#8211; Sigma 10-20 4-5.6</title>
		<link>http://blog.rohrauer.at/new-lens-sigma-10-20-4-5-6/</link>
		<comments>http://blog.rohrauer.at/new-lens-sigma-10-20-4-5-6/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 20:34:35 +0000</pubDate>
		<dc:creator>Johannes</dc:creator>
				<category><![CDATA[DSLR]]></category>

		<guid isPermaLink="false">http://blog.rohrauer.at/?p=526</guid>
		<description><![CDATA[After playing around with a fisheye and finding out, it´s not usefull for me, I decided to buy a wide angle lens. I searched amazon, and found the...]]></description>
			<content:encoded><![CDATA[<p>After playing around with a fisheye and finding out, it´s not usefull for me, I decided to buy a wide angle lens. I searched <a href="http://www.amazon.de/Sigma-10-20mm-4-5-Objektiv-Pentax/dp/B000ELC666/ref=sr_1_5?ie=UTF8&amp;s=ce-de&amp;qid=1271622715&amp;sr=8-5">Amazon</a>, and found the <a href="http://www.sigma-foto.de/cms/front_content.php?client=1&#038;lang=1&#038;idcat=53&#038;idart=334">Sigma ES 10-20mm 4-5.6, DC HSM </a>(also recommended by my friend Matze). </p>
<p>The Retailprice was € 719,- and i managed to get a slightly used one via Amazon Market Place for roughly €300,-</p>
<p>Saving more than € 400,- was a good one <img src='http://blog.rohrauer.at/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>I made some testshots and I´m happy with this lens. Now I need to dive deeper into wide angle photography.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rohrauer.at/new-lens-sigma-10-20-4-5-6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Error connecting to authd on host&#8230;</title>
		<link>http://blog.rohrauer.at/error-connecting-to-authd-on-host/</link>
		<comments>http://blog.rohrauer.at/error-connecting-to-authd-on-host/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 18:14:52 +0000</pubDate>
		<dc:creator>Johannes</dc:creator>
				<category><![CDATA[Virtualisierung]]></category>

		<guid isPermaLink="false">http://blog.rohrauer.at/?p=524</guid>
		<description><![CDATA[Recently I received this error, when I connected to my Virtual Center Server. At first on one ESX-Host, later on on all. I was shure I wouldn´t fix this until I need it. Now I need it urgently andasked troubleshooter #1 - Google. After eliminating any thoughts on serverside issues, I found an entry on Scott Lowe´s Blog. He had exactly the same problem,...]]></description>
			<content:encoded><![CDATA[<p>Recently I received this error, when I connected to my Virtual Center Server. At first on one ESX-Host, later on on all. I was shure I wouldn´t fix this until I need it. Now I need it urgently andasked troubleshooter #1 &#8211; Google. After eliminating any thoughts on serverside issues, I found an entry on Scott Lowe´s Blog. He had exactly the same problem, except he was using 3.0/3.0.2. My setup is running 3.5, with a mix of U-Versions (I know, should be up2date and the same patchlevel on all machines, but anyway&#8230;). He mentioned:</p>
<blockquote><p>Strangely enough, this problem only seemed to affect VI client  installations; we were able to connect without any problems from the  VirtualCenter server itself.</p></blockquote>
<p>Hmm&#8230; I gave it a try and realized, it was no problem to connect from my VC Server to any machine´s console. That leads me to the point where I realized, it´s a compatibility issue. I´m running VMware Infrastructure Client v2.5.0 Build 204931 on my computer, and VMware Infrastructure Client v2.5.0 Build 227637 on my server. Both connect to VMware Virtual Center v2.5.0 Build 227637.</p>
<p>To make a long story short: avoid differences in Buildnumber can avoid strange behaviour/malfunction. Easy solution for a major problem, but it took me a while to figure it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rohrauer.at/error-connecting-to-authd-on-host/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New lens &#8211; Tamron 17-50 2.8</title>
		<link>http://blog.rohrauer.at/new-lens-tamron-17-50-2-8/</link>
		<comments>http://blog.rohrauer.at/new-lens-tamron-17-50-2-8/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 16:22:38 +0000</pubDate>
		<dc:creator>Johannes</dc:creator>
				<category><![CDATA[DSLR]]></category>

		<guid isPermaLink="false">http://blog.rohrauer.at/?p=520</guid>
		<description><![CDATA[On Tuesday evening I ordered a new lens for my Pentax K10D. After looking a while for a new &#8220;allways on&#8221; I ran into too much compromises, so I decided to buy special lenses for special occasions. The first one was a Tamron SP AF 17-50 F/2.8, which got very good reviews everywhere I looked [...]]]></description>
			<content:encoded><![CDATA[<p>On Tuesday evening I ordered a new lens for my Pentax K10D. After looking a while for a new &#8220;allways on&#8221; I ran into too much compromises, so I decided to buy special lenses for special occasions. The first one was a <a title="Tamron SP AF 17-50 F/2.8" href="http://www.tamron.eu/de/objektive/uebersicht/einzel/product/sp-af-17-50mm-f28-xr-di-ii-ld-aspherical-if.html" target="_blank">Tamron SP AF 17-50 F/2.8</a>, which got very good reviews everywhere I looked (and I looked very much, believe me). Today (Friday 17.00) it arrived, and I can´t wait to put it on my cam. Especially the benefit, compared to the KIT-objective, are very interresting. When I find some time I will try to post some pictures here&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rohrauer.at/new-lens-tamron-17-50-2-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
