<?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>sperrgebiet´s Blog</title>
	<atom:link href="http://www.sperrgebiet.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sperrgebiet.org</link>
	<description>penguins (and ducks) are friends, no food</description>
	<lastBuildDate>Fri, 05 Mar 2010 13:27:55 +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>SharePoint 2010 Beta – User Profile Service Application</title>
		<link>http://www.sperrgebiet.org/2010/02/sharepoint-2010-beta-%e2%80%93-user-profile-service-application/</link>
		<comments>http://www.sperrgebiet.org/2010/02/sharepoint-2010-beta-%e2%80%93-user-profile-service-application/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 22:56:43 +0000</pubDate>
		<dc:creator>Hans</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[FIM 2010]]></category>
		<category><![CDATA[MOSS 2010]]></category>
		<category><![CDATA[User Profile Service Application]]></category>

		<guid isPermaLink="false">http://www.sperrgebiet.org/?p=156</guid>
		<description><![CDATA[There already exists a lot of installation guides for SharePoint 2010 Beta. So I won&#8217;t write a new one   I just want to share some informations how to get some components up and running.
I had the most troubles with the User Profile Service Application. This Service Application sucks data from a User Directories [...]]]></description>
			<content:encoded><![CDATA[<p>There already exists a lot of installation guides for SharePoint 2010 Beta. So I won&#8217;t write a new one <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I just want to share some informations how to get some components up and running.</p>
<p>I had the most troubles with the User Profile Service Application. This Service Application sucks data from a User Directories (Active Directory, LDAP, BDC) and provides this informations within SharePoint. You&#8217;ll need this user profile data for example for the MySites to show the organization structure, phone numbers and so on.</p>
<p>I assume you already created a User Profile Service Application inside the Central Administration. I will just enlist the troubles I had to get It up and running with the solution which worked for me.</p>
<p>Background-Information: The profile synchronization task is done Microsoft FIM 2010 (Forefront Identity Management).</p>
<p>If the User Profile Service Application Proxy hangs at state &#8220;Starting&#8221; (Central Admin) and both FIM-Services (services.msc -&gt; Forefront Identity Manager Service and Forefront Identity Manager Synchronization Service) are not started too or have strange or no service accounts entered try the following:</p>
<ol style="margin-left: 72pt;">
<li>First of all: If not already done, install the WCF Hotfix KB976462: <a href="http://support.microsoft.com/kb/976462/en-us">http://support.microsoft.com/kb/976462/en-us</a> If you build your farm without this hotfix and the services still don&#8217;t start you may have to recreate your Farm (I had this case)</li>
<li>Is the service account a local admin?</li>
<li>Is there a Windows-Userprofile created for this service account? (Just logon with the service account)</li>
</ol>
<p>If the FIM Services are running fine (Forefront Identity Manager Service, Forefront Identity Manager Synchronization Service) and both Service Applications are up (User Profile Service Application and User Profile Service Application Proxy) you&#8217;re one step closer to success <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>First of all: Don&#8217;t panic when you realize that you can&#8217;t edit or delete Synchronization Connections. It IS possible to edit and delete them, but not inside Central Admin (remember, it&#8217;s a Beta)</p>
<p>Because the synchronization is handled by FIM it&#8217;s the easiest to use its management tools. Run the &#8220;Synchronization Service Manager&#8221; (&#8220;%programfiles%\Microsoft Office Servers\14.0\Synchronization Service\UIShell\miisclient.exe&#8221;). Within the tab &#8220;Management Agents&#8221; you should find three Agents</p>
<ul>
<li>ILMMA</li>
<li>MOSS-&lt;Name of your User Profile Service Application&gt;</li>
<li>MOSSAD-&lt;Name of your synchronization connection&gt; (If you haven&#8217;t created one stop reading and proceed afterwards here)</li>
</ul>
<p><img src="http://www.sperrgebiet.org/wp-content/uploads/2010/02/022410_2256_SharePoint211.png" alt="" /></p>
<p>You can also switch to the &#8220;Operations&#8221;-Tab. There you&#8217;ll find a history of ran jobs and what they did.</p>
<p>Something like that would be our goal:</p>
<p><img src="http://www.sperrgebiet.org/wp-content/uploads/2010/02/022410_2256_SharePoint221.png" alt="" /></p>
<p>I think the most information in the screenshot is self-explaining. Basically it&#8217;s tell us that a DS_FULLIMPORT ran from Management Agent &#8220;MOSSAD-CONNECTION&#8221;. It added 11190 AD-Objects to a local &#8220;staging area&#8221;. If something is wrong you&#8217;ll find the information here or on the Management Agents Tab.</p>
<p>In my case the first error was an &#8220;Access Denied&#8221;. This was because I forgot to grant &#8220;Replicating Directory Changes&#8221; to the service account. See <a href="http://technet.microsoft.com/en-us/library/ee721049(office.14).aspx">http://technet.microsoft.com/en-us/library/ee721049(office.14).aspx</a> and <a href="http://technet.microsoft.com/en-us/library/ee721049(office.14).aspx">http://technet.microsoft.com/en-us/library/ee721049(office.14).aspx</a></p>
<p>After the change was made I&#8217;ve got just success from the tasks, but every import just returned two objects. Hmm. The properties from the &#8220;MOSSAD-&lt;CONNNAME&gt;&#8221; gave the reason. So right click on this Management Agent -&gt; Properties and switch to &#8220;Configure Directory Partition&#8221;. There you&#8217;ll find your chosen Domain to sync from. Just hit &#8220;Containers&#8221; and check if the desired OU&#8217;s are selected. The selection box inside Central Admin is a little bit &#8220;tricky&#8221;. In my case the selection of the Domain wasn&#8217;t recursive.</p>
<p><img src="http://www.sperrgebiet.org/wp-content/uploads/2010/02/022410_2256_SharePoint23.png" alt="" /></p>
<p>Every Management Agent has multiple &#8220;Run Profiles&#8221; defined. You&#8217;ll find them with a right click on the Management Agent -&gt; &#8220;Configure Run Profiles&#8221;.</p>
<p>MOSSAD-&lt;CONNAME&gt; =&gt; Connects to AD<br />
MOSS-&lt;Name of Service Application&gt; =&gt; Connects to the User Profile Webservice (http://hostname:port/_vti_bin/ProfileImportExportService.asmx?ApplicationID=&lt;APPID&gt;)<br />
ILMMA =&gt; Connects to the Farm Sync-DB</p>
<p>For a Full AD-Import the following Tasks (Management Agent – Run Profile) are running:</p>
<ol>
<li>MOSSAD-&lt;CONNNAME&gt; &#8211; DS_FULLIMPORT</li>
<li>MOSS-&lt;Name of Service Application&gt; &#8211; MOSS_FULLIMPORT</li>
<li>MOSSAD-&lt;CONNNAME&gt; &#8211; DS_FULLSYNC</li>
<li>MOSS-&lt;Name of Service Application&gt; &#8211; MOSS_FULLSYNC</li>
<li>MOSS-&lt;Name of Service Application&gt; &#8211; MOSS_EXPORT</li>
<li>MOSSAD-&lt;CONNAME&gt; &#8211; DS_EXPORT</li>
</ol>
<p>I&#8217;m not sure what every task exactly does. For my understanding it&#8217;s something like:</p>
<ol>
<li>Get all AD objects (with a subset of properties) and load them to the temporary staging area in Memory (Connector Space)</li>
<li>Get all Sharepoint-User Profile Data from the Webservice and load them to the temporary staging area in Memory (Connector Space)</li>
<li>Syncing all new or updated objects (with the configured attributes) from AD Connector Space to the FIM Metaverse (Farm Sync DB)</li>
<li>Syncing all new or updated objects (with the configured attributes) from MOSS Connector Space to the FIM Metaverse (Farm Sync DB)</li>
<li>Push the new or updated data back from the FIM Metaverse to the MOSS Webservice</li>
<li>Push any changes back to AD (strange?!)</li>
</ol>
<p>I have no experience with FIM, but that&#8217;s a short info I&#8217;ve got from Help <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Basically if all Tasks ran successful you should have your profiles now available in Central Admin. Easy, isn&#8217;t it <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><img src="http://www.sperrgebiet.org/wp-content/uploads/2010/02/022410_2256_SharePoint24.png" alt="" /></p>
<p>BTW: If you accidentally created Synchronization Connections within Central Admin you can delete them with the FIM Synchronization Service Manager. Just delete the unnecessary &#8220;MOSSAD-&lt;Name&#8221; Management Agents and they will disappear in MOSS as well.</p>
<p>Hope this post was a little helpful. Please let me know if it&#8217;s too short or not understandable <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Here you&#8217;ll find additional informations:<br />
<a href="http://technet.microsoft.com/en-us/library/ee721049(office.14).aspx">http://technet.microsoft.com/en-us/library/ee721049(office.14).aspx</a></p>
<p><a href="http://blogs.msdn.com/alimaz/archive/2009/11/09/configuring-user-profile-service-application-in-sharepoint-server-2010.aspx">http://blogs.msdn.com/alimaz/archive/2009/11/09/configuring-user-profile-service-application-in-sharepoint-server-2010.aspx</a></p>
<p><a href="http://blogs.msdn.com/sharepoint/archive/2009/11/18/path-to-user-profile-synchronization-success-in-sharepoint-2010-beta.aspx">http://blogs.msdn.com/sharepoint/archive/2009/11/18/path-to-user-profile-synchronization-success-in-sharepoint-2010-beta.aspx</a></p>
<p><a href="http://blogs.msdn.com/opal/archive/2009/11/19/user-profile-sync-setup-in-sharepoint-server-2010-beta.aspx">http://blogs.msdn.com/opal/archive/2009/11/19/user-profile-sync-setup-in-sharepoint-server-2010-beta.aspx</a></p>
<p><a href="http://sharepoint.mindsharpblogs.com/Kathy/Lists/Categories/Category.aspx?Name=SharePoint%20Server%202010">http://sharepoint.mindsharpblogs.com/Kathy/Lists/Categories/Category.aspx?Name=SharePoint%20Server%202010</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sperrgebiet.org/2010/02/sharepoint-2010-beta-%e2%80%93-user-profile-service-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nabaztag tells you your Nagios/Icinga status</title>
		<link>http://www.sperrgebiet.org/2010/02/nabaztag-tells-you-your-nagiosicinga-status/</link>
		<comments>http://www.sperrgebiet.org/2010/02/nabaztag-tells-you-your-nagiosicinga-status/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 02:23:49 +0000</pubDate>
		<dc:creator>Hans</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Icinga]]></category>
		<category><![CDATA[Nabaztag]]></category>
		<category><![CDATA[Nagios]]></category>

		<guid isPermaLink="false">http://www.sperrgebiet.org/?p=146</guid>
		<description><![CDATA[I thought it&#8217;s a good idea to use Nabaztag also for a regular status message about the host and service state.
Based on my other script notify-by-nabaztag.php (see this post)  i&#8217;ve wrote another little PHP-Script which gets the Nagios/Icinga Status from the nagiostats/icingastats utility and use my notify-by-nabaztag.php to send out a status message. Here it [...]]]></description>
			<content:encoded><![CDATA[<p>I thought it&#8217;s a good idea to use Nabaztag also for a regular status message about the host and service state.</p>
<p>Based on my other script notify-by-nabaztag.php (<a href="http://www.sperrgebiet.org/2010/02/nagiosicinga-meets-nabaztag/">see this post</a>)  i&#8217;ve wrote another little PHP-Script which gets the Nagios/Icinga Status from the nagiostats/icingastats utility and use my notify-by-nabaztag.php to send out a status message. Here it is: <a href="http://www.sperrgebiet.org/wp-content/uploads/2010/02/status2nabaztag.txt">status2nabaztag.php</a></p>
<p>There are just a few steps to get up and running:</p>
<p>1. Grap my notify-by-nabaztag.php and the status2nabaztag.php scripts</p>
<blockquote><p><span style="FONT-SIZE: 10pt"><span style="FONT-FAMILY: Consolas">wget </span></span><span style="FONT-SIZE: 10pt"><span style="FONT-FAMILY: Consolas">http://www.sperrgebiet.org/wp-content/uploads/2010/02/notify-by-nabaztag.txt -O  /usr/local/icinga/libexec/notify-by-nabaztag.php</span></span></p></blockquote>
<blockquote><p><span style="FONT-SIZE: 10pt"><span style="FONT-FAMILY: Consolas">wget </span></span><span style="FONT-SIZE: 10pt"><span style="FONT-FAMILY: Consolas"><span style="FONT-SIZE: 10pt"><span style="FONT-FAMILY: Consolas">http://www.sperrgebiet.org/wp-content/uploads/2010/02/status2nabaztag.txt -O  /usr/local/icinga/bin/status2nabaztag.php</span></span></span></span></p></blockquote>
<p><span style="FONT-SIZE: 10pt"><span style="FONT-FAMILY: Consolas"><span style="FONT-SIZE: 10pt"><span style="FONT-FAMILY: Consolas">2. Change, if required, paths to the binaries. Specially $stats &amp; $php</span></span></span></span></p>
<p><span style="FONT-SIZE: 10pt"><span style="FONT-FAMILY: Consolas"><span style="FONT-SIZE: 10pt"><span style="FONT-FAMILY: Consolas">3. Test it <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </span></span></span></span><span style="FONT-SIZE: 10pt"><span style="FONT-FAMILY: Consolas"><span style="FONT-SIZE: 10pt"><span style="FONT-FAMILY: Consolas"> </span></span></span></span></p>
<blockquote><p><span style="FONT-SIZE: 10pt"><span style="FONT-FAMILY: Consolas"><span style="FONT-SIZE: 10pt"><span style="FONT-FAMILY: Consolas">php /usr/local/icinga/bin/status2nabaztag.php</span></span></span></span><span style="FONT-SIZE: 10pt"><span style="FONT-FAMILY: Consolas"><span style="FONT-SIZE: 10pt"><span style="FONT-FAMILY: Consolas"> </span></span></span></span></p></blockquote>
<p>4. Assuming everything worked as expected you can add an entry to your crontab to regulary executes the script. I know, it would be a nicer to use the Nagios/Icinga timeperiod-definitions, but the crontab-entry is easier <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
<span style="FONT-SIZE: 10pt"><span style="FONT-FAMILY: Consolas"></p>
<blockquote><p>vim /etc/crontab</p>
<p>0 6-23 * * *    root    /usr/bin/php /usr/local/icinga/bin/status2nabaztag.php</p></blockquote>
<p>This cron entry will executes the script every day between 6am and 11pm.</p>
<p></span>It&#8217;s just a short post, but i think the script should be self explaining too. Furthermore it&#8217;s quite late/early, so i&#8217;ll try to get some sleep because i have to get up in 3hours <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Hope this script is useful too. Please let me know if you have any troubles to get it running.</p>
<p>Remember: In god we trust, the rest we monitor <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <a href="http://www.sperrgebiet.org/wp-content/uploads/2010/02/status2nabaztag.txt"><br />
</a></p>
<p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sperrgebiet.org/2010/02/nabaztag-tells-you-your-nagiosicinga-status/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nagios/Icinga meets Nabaztag</title>
		<link>http://www.sperrgebiet.org/2010/02/nagiosicinga-meets-nabaztag/</link>
		<comments>http://www.sperrgebiet.org/2010/02/nagiosicinga-meets-nabaztag/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 23:25:46 +0000</pubDate>
		<dc:creator>Hans</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Icinga]]></category>
		<category><![CDATA[Nabaztag]]></category>
		<category><![CDATA[Nagios]]></category>

		<guid isPermaLink="false">http://www.sperrgebiet.org/?p=134</guid>
		<description><![CDATA[Since i have my Nabaztag-Bunny i ever wanted to use it for my Icinga notifications. I&#8217;ve found a perl script on the internet. But that one just sent out a message and not used LED flashing or ear movements also provided by the Nabaztag-API.

So I&#8217;ve wrote my own notification script in PHP. You can download it [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:Georgia; font-size:10pt">Since i have my <a href="http://www.nabaztag.com/" target="_blank">Nabaztag</a>-Bunny i ever wanted to use it for my <a href="http://www.icinga.org" target="_blank">Icinga</a> notifications. I&#8217;ve found a perl script on the internet. But that one just sent out a message and not used LED flashing or ear movements also provided by the <a href="http://doc.nabaztag.com/api/home.html" target="_blank">Nabaztag-API</a>.<br />
</span></p>
<p><span style="font-family:Georgia; font-size:10pt">So I&#8217;ve wrote my own notification script in PHP. You can download it here: <a href="http://www.sperrgebiet.org/wp-content/uploads/2010/02/notify-by-nabaztag.txt"><span style="color: #0000ff; text-decoration: underline;">notify-by-nabaztag.php</span></a></span><span style="font-family:Georgia; font-size:10pt"><span style="color: #0000ff; text-decoration: underline;"> </span></span></p>
<p>You can watch a video demonstrating it in action here in the following embedded Windows Media Player or at <a href="http://www.youtube.com/watch?v=Tx4EpTLMBV0" target="_blank">YouTube</a></p>
<p><object classid="clsid:6bf52a52-394a-11d3-b153-00c04f79faa6" width="640" height="480" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"><param name="autostart" value="false" /><param name="url" value="http://www.sperrgebiet.org/wp-content/uploads/2010/02/notify-by-nabaztag_en.wmv" /><param name="src" value="http://www.sperrgebiet.org/wp-content/uploads/2010/02/notify-by-nabaztag_en.wmv" /><embed type="application/x-mplayer2" width="640" height="480" src="http://www.sperrgebiet.org/wp-content/uploads/2010/02/notify-by-nabaztag_en.wmv" url="http://www.sperrgebiet.org/wp-content/uploads/2010/02/notify-by-nabaztag_en.wmv" autostart="false"></embed></object></p>
<p><span style="font-family:Georgia; font-size:10pt">The script is quite simple. It&#8217;s need two arguments. The first one is the message for the TTL (text-to-speech) and the second one is the &#8220;notification type&#8221;. The notification type is either the service or host state (OK, WARNING, CRITICAL, UNKNOWN, UP, DOWN, UNREACHABLE).<br />
</span><br />
<span style="font-family:Georgia; font-size:10pt">Depending on the notification type the bunny is flashing in a different color and moves it&#8217;s ears to another position:<br />
</span></p>
<table border="0">
<tbody>
<tr>
<td>OK/UP:</td>
<td>flashing green, ears going up</td>
</tr>
<tr>
<td>WARNING:</td>
<td>flashing yellow, both ears are moved to the front with an angle of 45°</td>
</tr>
<tr>
<td>CRITICAL/DOWN:</td>
<td>flashing red, ears going down</td>
</tr>
<tr>
<td>UNKNOWN/UNREACHABLE:</td>
<td>flashing blue, one ear to the front, one to the back, each with an angle of 45°</td>
</tr>
</tbody>
</table>
<p><span style="font-family:Georgia; font-size:10pt">You can configure the voice which should be used inside the script. I propose to use a US/UK one because the states are in English too. I think the script should be self-explaining. If not, just leave an comment.<br />
</span></p>
<p><span style="font-family:Georgia; font-size:10pt">When you already have Nagios/Icinga up and running you should also know how to add an new notification command. Otherwise here are the basic steps (assuming you are running Icinga within /usr/local/icinga):<br />
</span></p>
<p><span style="font-family:Georgia; font-size:10pt">1. We need php-cli installed so we can run the script on the CLI. Depending on your distro run on of the following commands</span></p>
<blockquote><p><span style="font-family:Georgia; font-size:10pt"> </span><span style="font-family:Consolas; font-size:10pt">aptitude install php-cli<br />
</span><span style="font-family:Georgia">or<br />
</span><span style="font-family:Consolas; font-size:10pt">yum install php-cli</span></p></blockquote>
<p><span style="font-size:10pt"><span style="font-family:Georgia">2. Download the script to your libexec-Directory:</span></span></p>
<blockquote><p><span style="font-size:10pt"><span style="font-family:Consolas">wget <a href="http://www.sperrgebiet.org/wp-content/uploads/2010/02/notify-by-nabaztag.txt -O /usr/local/icinga/libexec/notify-by-nabaztag.php">http://www.sperrgebiet.org/wp-content/uploads/2010/02/notify-by-nabaztag.txt -O /usr/local/icinga/libexec/notify-by-nabaztag.php</a><br />
</span></span></p></blockquote>
<p><span style="font-size:10pt"> </span></p>
<p> </p>
<p><span style="font-family:Georgia; font-size:10pt">3. Add a host and service notification command. If you want a more detailed output just add it to the right position. You&#8217;ll find all available Macros at <a href="http://nagios.sourceforge.net/docs/3_0/macrolist.html" target="_blank">http://nagios.sourceforge.net/docs/3_0/macrolist.html</a></span></p>
<blockquote><p><span style="font-family:Consolas; font-size:10pt">vim /usr/local/icinga/etc/objects/commands.cfg<br />
</span></p></blockquote>
<blockquote><p><span style="font-family:Consolas; font-size:10pt"># &#8216;notify-service-by-nabaztag&#8217; command<br />
define command{<br />
command_name notify-service-by-nabaztag<br />
command_line /usr/bin/php $USER1$/notify-by-nabaztag.php &#8220;Monitoring Notification: $NOTIFICATIONTYPE$ on $HOSTNAME$ (Hostalias is $HOSTALIAS$) with Service: $SERVICEDESC$. Current servicestate is $SERVICESTATE$&#8221; $SERVICESTATE$<br />
}<br />
</span></p></blockquote>
<blockquote><p><span style="font-family:Consolas; font-size:10pt"># &#8216;notify-host-by-nabaztag&#8217; command<br />
define command{<br />
command_name notify-host-by-nabaztag<br />
command_line /usr/bin/php $USER1$/notify-by-nabaztag.php &#8220;Monitoring Notification: $NOTIFICATIONTYPE$ on $HOSTNAME$ (Hostalias is $HOSTALIAS$). Hoststate is $HOSTSTATE$&#8221; $HOSTSTATE$<br />
}<br />
</span></p></blockquote>
<p><span style="font-family:Georgia; font-size:10pt">4. I&#8217;ve created a new time period, because I don&#8217;t want that my bunny is talking to me during the night <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
</span></p>
<blockquote><p><span style="font-family:Consolas; font-size:10pt">vim /usr/local/icinga/etc/objects/timeperiods.cfg<br />
</span></p></blockquote>
<blockquote><p><span style="font-family:Consolas; font-size:10pt"># &#8216;nabazhours&#8217;<br />
</span></p></blockquote>
<blockquote><p><span style="font-family:Consolas; font-size:10pt">define timeperiod{<br />
timeperiod_name nabazhours<br />
alias Where my nabaztag is active<br />
monday 06:00-23:00<br />
tuesday 06:00-23:00<br />
wednesday 06:00-23:00<br />
thursday 06:00-23:00<br />
friday 06:00-23:00<br />
saturday 08:00-23:00<br />
sunday 08:00-23:00<br />
}<br />
</span></p></blockquote>
<p><span style="font-family:Georgia; font-size:10pt">5. After that a new contact is created which use the above added notification commands and the right time period<br />
</span></p>
<blockquote><p><span style="font-family:Consolas; font-size:10pt">vim /usr/local/icinga/etc/objects/contacts.cfg<br />
</span></p></blockquote>
<blockquote><p><span style="font-family:Consolas; font-size:10pt">define contact{<br />
contact_name nabaztag<br />
use generic-contact<br />
alias My Bunny<br />
service_notification_commands notify-service-by-nabaztag<br />
host_notification_commands notify-host-by-nabaztag<br />
service_notification_period nabazhours<br />
host_notification_period nabazhours<br />
}<br />
</span></p></blockquote>
<p><span style="font-family:Georgia; font-size:10pt">6. We should have enough time to run a config-check <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
</span></p>
<blockquote><p><span style="font-family:Consolas; font-size:10pt">/usr/local/icinga/bin/icinga -v /usr/local/icinga/etc/icinga.cfg<br />
</span></p></blockquote>
<p><span style="font-family:Georgia; font-size:10pt">7. When no errors or warnings appear reload Nagios/Icinga and wait till problem occur <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
</span></p>
<blockquote><p><span style="font-family:Consolas; font-size:10pt">/etc/init.d/icinga reload<br />
</span></p></blockquote>
<p><span style="font-family:Georgia">Hope everything works as expected and you&#8217;ll find this script useful. Have fun with Nagios/Icinga and your Bunny. </span><span style="font-family:Wingdings">J</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sperrgebiet.org/2010/02/nagiosicinga-meets-nabaztag/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Windows Storage Server 2008 – Default Password</title>
		<link>http://www.sperrgebiet.org/2009/08/windows-storage-server-2008-%e2%80%93-default-password/</link>
		<comments>http://www.sperrgebiet.org/2009/08/windows-storage-server-2008-%e2%80%93-default-password/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 21:33:44 +0000</pubDate>
		<dc:creator>Hans</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Windows Storage Server 2008]]></category>
		<category><![CDATA[WSS2008]]></category>

		<guid isPermaLink="false">http://www.sperrgebiet.org/?p=93</guid>
		<description><![CDATA[As MSDN or Technet Subscriber you have the possibility to download and Install-DVD for Windows Storage Server 2008. Normally it will be shipped just by OEM&#8217;s. So when you want to play around with it like me, for example to use it as an iSCSI-Target for a Cluster-Lab you&#8217;ll be surprised that the installation finish [...]]]></description>
			<content:encoded><![CDATA[<p>As MSDN or Technet Subscriber you have the possibility to download and Install-DVD for Windows Storage Server 2008. Normally it will be shipped just by OEM&#8217;s. So when you want to play around with it like me, for example to use it as an iSCSI-Target for a Cluster-Lab you&#8217;ll be surprised that the installation finish without asking for a Administrator password. It just stops at the logon window.
</p>
<p>
 </p>
<p>The default Administrator password is &#8220;<strong>wSS2008!</strong>&#8221;  (without the quotes).
</p>
<p>
 </p>
<p>So have fun with it <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sperrgebiet.org/2009/08/windows-storage-server-2008-%e2%80%93-default-password/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Everything in Sync – Microsoft Live Mesh</title>
		<link>http://www.sperrgebiet.org/2009/08/everything-in-sync-%e2%80%93-microsoft-live-mesh/</link>
		<comments>http://www.sperrgebiet.org/2009/08/everything-in-sync-%e2%80%93-microsoft-live-mesh/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 17:04:14 +0000</pubDate>
		<dc:creator>Hans</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Groove]]></category>
		<category><![CDATA[Live Mesh]]></category>
		<category><![CDATA[multiple computers]]></category>
		<category><![CDATA[OneNote]]></category>
		<category><![CDATA[SharePoint Workspace]]></category>
		<category><![CDATA[Sync]]></category>

		<guid isPermaLink="false">http://www.sperrgebiet.org/?p=85</guid>
		<description><![CDATA[I think the most people know the problem of sharing data between different machines. I had this problem especially with my favorites from Internet Explorer. I wanted to have the same favs on my personal as on my business machine. A direct sync was no option because of security and specially (Green IT *es*) because [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:Verdana; font-size:12pt">I think the most people know the problem of sharing data between different machines. I had this problem especially with my favorites from Internet Explorer. I wanted to have the same favs on my personal as on my business machine. A direct sync was no option because of security and specially (Green IT *es*) because I don&#8217;t want to have my machine at home running all the time. So I tried sync via FTP to one of my Linux Root-Servers. It worked, but it wasn&#8217;t the experience I wanted to have. So Microsoft made my life easier and launched Live Mesh (Beta) couple of months ago.<br />
</span></p>
<p><span style="font-family:Verdana; font-size:12pt">In short words, with Live Mesh you can sync directories to their Live Mesh Service. After the files are uploaded automatically you can access them with any Web browser or, of course, on any other computer where Live Mesh is installed and the desired directory is synced.<br />
</span></p>
<p><span style="font-family:Verdana; font-size:12pt">You&#8217;ll find a complete feature list at <a href="https://www.mesh.com/Welcome/features/features.aspx" target="_blank">https://www.mesh.com/Welcome/features/features.aspx</a><br />
		</span></p>
<p><span style="font-family:Verdana; font-size:12pt">Some of the main features are:<br />
</span></p>
<ul>
<li><span style="font-family:Verdana">Share files/folders across multiple computers<br />
</span></li>
<li><span style="font-family:Verdana">Access you&#8217;re shared files with a Browser<br />
</span></li>
<li><span style="font-family:Verdana">Connect to other machines with remote desktop<br />
</span></li>
<li><span style="font-family:Verdana">Invite other people to participate in your Mesh and share files with them.<br />
</span></li>
</ul>
<p><span style="font-family:Verdana; font-size:12pt">The needed steps to get started are very easy:<br />
</span></p>
<p><span style="font-family:Verdana; font-size:12pt">First you have to sign in at <a href="http://www.mesh.com">www.mesh.com</a> with your Windows Live-ID.<br />
</span></p>
<p><img src="http://www.sperrgebiet.org/wp-content/uploads/2009/08/082109_1704_Everythingi1.png" alt=""/><span style="font-family:Verdana; font-size:12pt"><br />
		</span></p>
<p><span style="font-family:Verdana; font-size:12pt">There you have a few options. You can directly access your online storage (5GB) with &#8220;Connect&#8221;, or if you want to add a Client just hit the Big Plus-Icon &#8220;Add Device&#8221;. Choose your OS and &#8220;Install&#8221;. I&#8217;ve tested it on Vista x32, Windows 7 x64, XP x32, W2008 x64 without problems.<br />
</span></p>
<p>   <br />
 </p>
<p><img src="http://www.sperrgebiet.org/wp-content/uploads/2009/08/082109_1704_Everythingi2.png" alt=""/><span style="font-family:Verdana; font-size:12pt"><br />
		</span></p>
<p><span style="font-family:Verdana; font-size:12pt">After running the downloaded LiveMesh.exe you see that the installation is running at the right down corner of your desktop. This just takes a few moments.<br />
</span></p>
<p><img src="http://www.sperrgebiet.org/wp-content/uploads/2009/08/082109_1704_Everythingi3.png" alt=""/><span style="font-family:Verdana; font-size:12pt"><br />
		</span></p>
<p>   <br />
 </p>
<p><span style="font-family:Verdana; font-size:12pt">After installation succeeds (hopefully) the Sign in screen pops up. I think I don&#8217;t have to explain the possible options <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I always choose to save my password and to sign in automatically because I want that the directories I choose to sync (will be a later step) are automatically updated.<br />
</span></p>
<p>   <br />
 </p>
<p><img src="http://www.sperrgebiet.org/wp-content/uploads/2009/08/082109_1704_Everythingi4.png" alt=""/><span style="font-family:Verdana; font-size:12pt"><br />
		</span></p>
<p>   <br />
 </p>
<p><span style="font-family:Verdana; font-size:12pt">Now you have to name the computer you&#8217;re on for Live Mesh. This is just the name you&#8217;ll see this machine in Live Mesh. You&#8217;re machine isn&#8217;t renamed, so <a href="http://en.wikipedia.org/wiki/Don%27t_Panic:_The_Official_Hitchhiker%27s_Guide_to_the_Galaxy_Companion" target="_blank">Don&#8217;t Panic</a> <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
</span></p>
<p>   <br />
 </p>
<p><img src="http://www.sperrgebiet.org/wp-content/uploads/2009/08/082109_1704_Everythingi5.png" alt=""/><span style="font-family:Verdana; font-size:12pt"><br />
		</span></p>
<p>   <br />
 </p>
<p><span style="font-family:Verdana; font-size:12pt">During the installation you screen was flickering shortly. That&#8217;s because an additional &#8216;virtual&#8217; graphics card named &#8220;Live Mesh Remote Desktop Mirror Driver&#8221; was installed. As the name let assume it&#8217;s for connecting with Remote Desktop to you Online Mesh-Computers.<br />
</span></p>
<p><img src="http://www.sperrgebiet.org/wp-content/uploads/2009/08/082109_1704_Everythingi6.png" alt=""/><span style="font-family:Verdana; font-size:12pt"><br />
		</span></p>
<p><span style="font-family:Verdana; font-size:12pt">You&#8217;re main entry point to Live Mesh will be in the taskbar. Moving with the mouse over it or left clicking it will open the following window. There you&#8217;ll get an overview with all devices which are participate in you mesh currently. In my case this are my home PC with Win7RTM (Hans-PC), my Samsung Q1 UPMC (Q1-PORTABLE), the Demo-VM (WXP-DEMO1) I&#8217;ve installed it make the screenshots <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  and Live Desktop (the online store). The &#8220;Connect to device&#8221; links are for the Remote Desktop Connection to Online Mesh-Computers.<br />
</span></p>
<p><img src="http://www.sperrgebiet.org/wp-content/uploads/2009/08/082109_1704_Everythingi7.png" alt=""/><span style="font-family:Verdana; font-size:12pt"><br />
		</span></p>
<p>   <br />
 </p>
<p><span style="font-family:Verdana; font-size:12pt">If you already made folders in your Live Mesh Desktop shortcuts for these folders are created automatically on the desktop. You see some of my synced one&#8217;s at the screenshot above at the left side.<br />
</span></p>
<p>   <br />
 </p>
<p><span style="font-family:Verdana; font-size:12pt">So start syncing an existing folder with this new computer just right click on the desired folder and choose &#8220;Sync with this computer …&#8221;, what a surprise <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
</span></p>
<p>   <br />
 </p>
<p><span style="font-family:Verdana; font-size:12pt">The now opened window should be self-explaining as well. I&#8217;ve choose my IE Favorites as example.<br />
</span></p>
<p><img src="http://www.sperrgebiet.org/wp-content/uploads/2009/08/082109_1704_Everythingi8.png" alt=""/><span style="font-family:Verdana; font-size:12pt"><br />
		</span></p>
<p><span style="font-family:Verdana; font-size:12pt">Any question? I would say no. (But yes in the dialog box) <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
</span></p>
<p><img src="http://www.sperrgebiet.org/wp-content/uploads/2009/08/082109_1704_Everythingi9.png" alt=""/><span style="font-family:Verdana; font-size:12pt"><br />
		</span></p>
<p>   <br />
 </p>
<p><span style="font-family:Verdana; font-size:12pt">The sync is started immediately. You&#8217;ll notice that because the chosen folder is filled up with your files/folders and because your Windows Explorer is extend with an sidebar when browsing to that directory. When expanding the new sidebar you see again all the connected devices and in this particular case that my WXP-DEMO1-Machine is synching down data from Live Mesh. BTW: Don&#8217;t want to read any comments that 364KB of Favorites are too much <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
</span></p>
<p>   <br />
 </p>
<p><img src="http://www.sperrgebiet.org/wp-content/uploads/2009/08/082109_1704_Everythingi10.png" alt=""/><span style="font-family:Verdana; font-size:12pt"><br />
		</span></p>
<p>   <br />
 </p>
<p><span style="font-family:Verdana; font-size:12pt">Adding a new folder is even easier. Just right click it and choose &#8220;Add folder to Live Mesh…&#8221; and give it a name. That&#8217;s it <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
</span></p>
<p><img src="http://www.sperrgebiet.org/wp-content/uploads/2009/08/082109_1704_Everythingi11.png" alt=""/><span style="font-family:Verdana; font-size:12pt"><br />
		</span></p>
<p>   <br />
 </p>
<p><span style="font-family:Verdana; font-size:12pt">For the other buttons just explore you&#8217;re new Mesh. So you have a News section where you see which files where added/deleted recently.<br />
</span></p>
<p><span style="font-family:Verdana; font-size:12pt">With the Live Mesh Desktop (the Webinterface) you can do some additional things. One of the coolest I think is to Invite other people to one of your folders. So you can share data between different computers and also with other people.<br />
</span></p>
<p><span style="font-family:Verdana; font-size:12pt">Just open the Live Mesh Desktop, open the folder you want to share. Then choose &#8220;Members&#8221; and click &#8220;Invite&#8221;.<br />
</span></p>
<p><img src="http://www.sperrgebiet.org/wp-content/uploads/2009/08/082109_1704_Everythingi12.png" alt=""/><span style="font-family:Verdana; font-size:12pt"><br />
		</span></p>
<p><span style="font-family:Verdana; font-size:12pt">When sharing a folder with other people you can also post news so the other people know what&#8217;s going on <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
</span></p>
<p><span style="font-family:Verdana; font-size:12pt">So, that&#8217;s it <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
</span></p>
<p><span style="font-family:Verdana; font-size:12pt"> You will find more detailed information at <a href="http://www.mesh.com">www.mesh.com</a> or on <a href="http://en.wikipedia.org/wiki/Live_Mesh" target="_blank">http://en.wikipedia.org/wiki/Live_Mesh</a><br />
		</span></p>
<p><span style="font-family:Verdana; font-size:12pt">I hope I was able to explain the functionality of Live Mesh a little bit. In my opinion it&#8217;s the easiest way to share files across multiple computers and also with other people. I also think that 5GB of free space is enough. For my purpose it&#8217;s more than enough so far. I know there are also other solutions for the same tasks out there. One of the coolest one is Microsoft Groove 2007 (resp. Microsoft SharePoint Workspace 2010). I&#8217;ll write a post about that later on. But Groove is much more complex and also a whole collaboration solution with much more features (sharing Sharepoint Lists, creating own Forms/Lists, create a shared &#8216;Whiteboard&#8217; and so on….). There are a lot of other advantages and disadvantages comparing Live Mesh with Groove.<br />
</span></p>
<p><span style="font-family:Verdana; font-size:12pt">Furthermore Live Mesh is for free <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
</span></p>
<p><span style="font-family:Verdana; font-size:12pt">I use Live Mesh now since almost a year or so (can&#8217;t remember exactly) for syncing my Internet Explorer Favorites, my OneNote Notebooks (a post about will follow as well), some Temporary Documents and I also using it as &#8220;backup&#8221; for my personal documents and pictures.<br />
</span></p>
<p><span style="font-family:Verdana; font-size:12pt">So install it, try it and I&#8217;m pretty sure you&#8217;ll love it shortly <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
</span></p>
<p>   <br />
 </p>
<p>   <br />
 </p>
<p>   <br />
 </p>
<p><span style="font-family:Times New Roman; font-size:12pt">  </span> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sperrgebiet.org/2009/08/everything-in-sync-%e2%80%93-microsoft-live-mesh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ANNOholic</title>
		<link>http://www.sperrgebiet.org/2009/07/annoholic/</link>
		<comments>http://www.sperrgebiet.org/2009/07/annoholic/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 21:45:51 +0000</pubDate>
		<dc:creator>Hans</dc:creator>
				<category><![CDATA[Private]]></category>
		<category><![CDATA[Games]]></category>

		<guid isPermaLink="false">http://www.sperrgebiet.org/?p=63</guid>
		<description><![CDATA[HeHo
A couple of days ago Anno 1404 was released. That&#8217;s the only game-series i was ever addicted to. Starting with Anno 1602 in 1999 i think that games faszinated me. I&#8217;m a friend of this kind of stratetic games. So i played a couple of hours the last days. If you like such games i [...]]]></description>
			<content:encoded><![CDATA[<p>HeHo</p>
<p>A couple of days ago Anno 1404 was released. That&#8217;s the only game-series i was ever addicted to. Starting with Anno 1602 in 1999 i think that games faszinated me. I&#8217;m a friend of this kind of stratetic games. So i played a couple of hours the last days. If you like such games i can really propose it. OK, it&#8217;s not a big change since the last one, Anno 1701. But if you&#8217;re also an ANNOholic like me you must have this game <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>-Hans</p>
<p><img src="/wp-content/uploads/2009/07/anno1404.jpg" alt="anno1404" title="anno1404" width="576" height="164" class="aligncenter size-full wp-image-64" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sperrgebiet.org/2009/07/annoholic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MCTS 70-642 passed :)</title>
		<link>http://www.sperrgebiet.org/2009/07/mcts-70-642-passed/</link>
		<comments>http://www.sperrgebiet.org/2009/07/mcts-70-642-passed/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 22:39:17 +0000</pubDate>
		<dc:creator>Hans</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Private]]></category>
		<category><![CDATA[Certification]]></category>
		<category><![CDATA[MCITP]]></category>
		<category><![CDATA[MCTS]]></category>

		<guid isPermaLink="false">http://www.sperrgebiet.org/blog/?p=29</guid>
		<description><![CDATA[After being an MCSA 2000 since 5 years and no additional certification in the meantime i decided that it&#8217;s more an overdue to do something again in this direction. So i made today my first exam in the new Windows Server 2008 World. First step was the 70-642 Exam. As &#8216;human&#8217; readable: Windows Server 2008 [...]]]></description>
			<content:encoded><![CDATA[<p>After being an MCSA 2000 since 5 years and no additional certification in the meantime i decided that it&#8217;s more an overdue to do something again in this direction. So i made today my first exam in the new Windows Server 2008 World. First step was the 70-642 Exam. As &#8216;human&#8217; readable: Windows Server 2008 Network Infrastructure, Configuring</p>
<p>But of course, that was just the first step. My goal is of course the MCITP (Microsoft Certified IT Professional) for W2008. Currently i can&#8217;t say which exact track i will choose. But the next exam will be the 70-640 (Windows Server 2008 Active Directory, Configuring).</p>
<p> <br />
 </p>
<p>For all those which are interested in my &#8216;training methods&#8217;. Hmm, it&#8217;s quite boring: Lot of reading (in official MS-Press and others), playing around in VM-Labs and that&#8217;s it <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p> <br />
 </p>
<p>So, the last comment before i&#8217;ll go to bed: In my opinion the exams are much more harder than to the glory W2000-Times. But that&#8217;s a good way. Now you really have to understand that stuff. I don&#8217;t think boot camps or such &#8216;1-week-crash-course&#8217; are the right way. Because maybe you&#8217;ll pass the exam, but when you never really understood that material, you won&#8217;t be successful in your job when you have to use the knowledge. I&#8217;m a fan of reading, trying, understanding <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Just my 2 cents.</p>
<p>Wish you a good night <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p> <br />
 </p>
<p>BTW: This was the first blog-post with MS Word 2007. Cool stuff <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sperrgebiet.org/2009/07/mcts-70-642-passed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playing around with themes</title>
		<link>http://www.sperrgebiet.org/2009/07/playing-around-with-themes/</link>
		<comments>http://www.sperrgebiet.org/2009/07/playing-around-with-themes/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 19:48:37 +0000</pubDate>
		<dc:creator>Hans</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Theme]]></category>

		<guid isPermaLink="false">http://www.sperrgebiet.org/blog/?p=26</guid>
		<description><![CDATA[Duppdidu.
Yep, I&#8217;m currently in one of the hardest phase. I have to choose a design for the blog. It should look nice, easy useable/readable and as customizeable as i wan&#8217;t it. So i&#8217;ll give this one (magicblue) a try. I&#8217;m looking forward that i keep it as long as possible  
]]></description>
			<content:encoded><![CDATA[<p>Duppdidu.</p>
<p>Yep, I&#8217;m currently in one of the hardest phase. I have to choose a design for the blog. It should look nice, easy useable/readable and as customizeable as i wan&#8217;t it. So i&#8217;ll give this one (magicblue) a try. I&#8217;m looking forward that i keep it as long as possible <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sperrgebiet.org/2009/07/playing-around-with-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get current authentication provider</title>
		<link>http://www.sperrgebiet.org/2009/07/get-current-authentication-provider/</link>
		<comments>http://www.sperrgebiet.org/2009/07/get-current-authentication-provider/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 23:53:49 +0000</pubDate>
		<dc:creator>Hans</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Authentication Provider]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://www.sperrgebiet.org/blog/?p=15</guid>
		<description><![CDATA[SELECT auth_scheme FROM sys.dm_exec_connections WHERE session_id=@@spid
 
This command should return NTLM or Kerberos
]]></description>
			<content:encoded><![CDATA[<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">SELECT auth_scheme FROM sys.dm_exec_connections WHERE <a href="mailto:session_id=@@spid">session_id=@@spid</a></p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;"> </p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">This command should return NTLM or Kerberos</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sperrgebiet.org/2009/07/get-current-authentication-provider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatic SSH logon</title>
		<link>http://www.sperrgebiet.org/2009/07/automatic-ssh-logon/</link>
		<comments>http://www.sperrgebiet.org/2009/07/automatic-ssh-logon/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 23:51:49 +0000</pubDate>
		<dc:creator>Hans</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Automatic Logon]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.sperrgebiet.org/blog/?p=13</guid>
		<description><![CDATA[Host1:

ssh-keygen
No PassPhrase (so automatic logon works)
Default filename and path is ok
cat ~/.ssh/id_rsa.pub
Copy content of id_rsa.pub

 
Host2:

Create ~/.ssh
Create ~/.ssh/authorized_keys
Paste content of clipboard into authorized_keys

 
Both steps vice vera
 
At the first logon a warning appears that the hostkey is added
to know_hosts. Yes to proceed.
 
That&#8217;s it  
]]></description>
			<content:encoded><![CDATA[<p style="margin: 0in 0in 0in 0.375in; font-family: Calibri; font-size: 11pt;">Host1:</p>
<ol style="margin-top: 0in; unicode-bidi: embed; font-family: Calibri; direction: ltr; margin-bottom: 0in; margin-left: 0.375in; font-size: 11pt;" type="1">
<li style="margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"><span style="font-family: Calibri; font-size: 11pt;">ssh-keygen</span></li>
<li style="margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"><span style="font-family: Calibri; font-size: 11pt;">No PassPhrase (so automatic logon works)</span></li>
<li style="margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"><span style="font-family: Calibri; font-size: 11pt;">Default filename and path is ok</span></li>
<li style="margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"><span style="font-family: Calibri; font-size: 11pt;">cat ~/.ssh/id_rsa.pub</span></li>
<li style="margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"><span style="font-family: Calibri; font-size: 11pt;">Copy content of id_rsa.pub</span></li>
</ol>
<p style="margin: 0in 0in 0in 0.375in; font-family: Calibri; font-size: 11pt;"> </p>
<p style="margin: 0in 0in 0in 0.375in; font-family: Calibri; font-size: 11pt;">Host2:</p>
<ol style="margin-top: 0in; unicode-bidi: embed; font-family: Calibri; direction: ltr; margin-bottom: 0in; margin-left: 0.375in; font-size: 11pt;" type="1">
<li style="margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"><span style="font-family: Calibri; font-size: 11pt;">Create ~/.ssh</span></li>
<li style="margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"><span style="font-family: Calibri; font-size: 11pt;">Create ~/.ssh/authorized_keys</span></li>
<li style="margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"><span style="font-family: Calibri; font-size: 11pt;">Paste content of clipboard into authorized_keys</span></li>
</ol>
<p style="margin: 0in 0in 0in 0.375in; font-family: Calibri; font-size: 11pt;"> </p>
<p style="margin: 0in 0in 0in 0.375in; font-family: Calibri; font-size: 11pt;">Both steps vice vera</p>
<p style="margin: 0in 0in 0in 0.375in; font-family: Calibri; font-size: 11pt;"> </p>
<p style="margin: 0in 0in 0in 0.375in; font-family: Calibri; font-size: 11pt;">At the first logon a warning appears that the hostkey is added</p>
<p style="margin: 0in 0in 0in 0.375in; font-family: Calibri; font-size: 11pt;">to know_hosts. Yes to proceed.</p>
<p style="margin: 0in 0in 0in 0.375in; font-family: Calibri; font-size: 11pt;"> </p>
<p style="margin: 0in 0in 0in 0.375in; font-family: Calibri; font-size: 11pt;">That&#8217;s it <img src='http://www.sperrgebiet.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sperrgebiet.org/2009/07/automatic-ssh-logon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
