<?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>Schose's Blog &#187; Terminal services</title>
	<atom:link href="http://blog.schose.net/index.php/archives/category/windows/terminal-services/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.schose.net</link>
	<description>I like default settings!!! ;)</description>
	<lastBuildDate>Tue, 03 Mar 2009 01:01:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Citrix WI/PNAgent Site über Nagios monitoren</title>
		<link>http://blog.schose.net/index.php/archives/221</link>
		<comments>http://blog.schose.net/index.php/archives/221#comments</comments>
		<pubDate>Mon, 19 Jan 2009 22:59:34 +0000</pubDate>
		<dc:creator>andreas</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Terminal services]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.schose.net/?p=221</guid>
		<description><![CDATA[Das Citrix Webinterface wird von jedem Program Neighborhood Agent angesprochen um die veröffentlichten Anwendungen für den jeweiligen User zu bestimmen. Ist diese Komponente nicht verfügbar, sind von Windowsagents keine Anmeldungen möglich. Aus diesem Grund sollte Anmeldungen überwacht werden. Hier wird eine Möglichkeit zur Überwachung mit Nagios beschrieben. 


Kommunikationswege:
Technisch stellt der Agent an das Citrix Webinterface [...]]]></description>
			<content:encoded><![CDATA[<p>Das Citrix Webinterface wird von jedem Program Neighborhood Agent angesprochen um die veröffentlichten Anwendungen für den jeweiligen User zu bestimmen. Ist diese Komponente nicht verfügbar, sind von Windowsagents keine Anmeldungen möglich. Aus diesem Grund sollte Anmeldungen überwacht werden. Hier wird eine Möglichkeit zur Überwachung mit Nagios beschrieben. </p>
<p><a href="http://blog.schose.net/uploads/2009/01/zeichnung.png"><img src="http://blog.schose.net/uploads/2009/01/zeichnung.png" alt="" title="zeichnung" width="500" height="350" class="aligncenter size-full wp-image-222" /></a></p>
<p><span id="more-221"></span></p>
<p><strong>Kommunikationswege:</strong></p>
<p>Technisch stellt der Agent an das Citrix Webinterface PNAgent Site erst eine GET Anfrage (kann weggelassen werden) und übermittelt danach per POST Username und Passwort. Daraufhin leitet das Webinterface die Usercredentials and den Citrix XML-Service weiter und erhält die Liste der Anwendungen, welche für den User konfiguriert sind als XML. </p>
<p><strong>Simulieren des Logins</strong></p>
<p>Um unsere Anfrage zu simulieren müssen wir den Verkehr mit einem Tool wie Wireshark mitschneiden. Um mitlesen zu können sollten wir gegen ein Webinterface arbeiten, welches per HTTP anzusprechen ist.</p>
<p>Im vorhinein wird ein User benötigt für welchen wenigstens eine veröffentlichte Anwendung definiert ist. </p>
<p>Da mehrere Logins mit dem gleichem Passwort immer das selbe verschlüsselte Passwort ergeben, ist davon auszugehen, dass ein XOR mit einem geheimen Wert gemacht wird. </p>
<p>Die POST Anfrage vom Client zu Server sieht ungefähr folgendermaßen aus:</p>
<p>erst nen bischen allgemeines Zeug:</p>

<div class="wp_syntax"><div class="code"><pre class="xml xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;</span> ?xml <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">&quot;UTF-8&quot;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;</span> !DOCTYPE NFuseProtocol SYSTEM <span style="color: #ff0000;">&quot;NFuse.dtd&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;nfuseprotocol</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;4.6&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;requestappdata<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;scope</span> <span style="color: #000066;">traverse</span>=<span style="color: #ff0000;">&quot;onelevel&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;PNFolder&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/requestappdata<span style="color: #000000; font-weight: bold;">&gt;</span></span><span style="color: #000000; font-weight: bold;">&lt;/nfuseprotocol<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;desireddetails<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>all<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/desireddetails<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;desireddetails<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>icon-info<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/desireddetails<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;servertype<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>x<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/servertype<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;servertype<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>win32<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/servertype<span style="color: #000000; font-weight: bold;">&gt;</span></span><span style="color: #000000; font-weight: bold;">&lt;clienttype<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>ica30<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/clienttype<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;clienttype<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>content<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/clienttype<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>nun die Usercredentials:</p>

<div class="wp_syntax"><div class="code"><pre class="xml xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;credentials<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;username<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>MYUSERACCOUNTTOCHECK<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/username<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;password</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">&quot;ctx1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>THISISMYCRYPTEDPASSWORD<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/password<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;domain</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;NT&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>MYDOMAIN<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/domain<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/credentials<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>ein bischen unnützes Zeug:</p>

<div class="wp_syntax"><div class="code"><pre class="xml xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;clientname<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>MYCLIENTNAME<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/clientname<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;clientaddress<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>111.222.333.444<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/clientaddress<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p><strong>NagiosPlugin</strong></p>
<p>Eins vorweg: ich weiss, dass es &#8220;smartere&#8221; Möglichkeiten gibt, aber es muss platz für Verbesserung geben. Ich denke ich werde das gesammte Plugin demnächst nochmal überarbeiten und schick machen.</p>
<p>Mit dem check_http Plugin &#8211; defaultplugin von Nagios &#8211; kann ein Post Anfrage simuliert und die Rückgabe geparsed werden. Wird dein definiertes Pattern gefunden liefert das Script &#8220;OK&#8221; und eine Antwortzeit. Diese Rückgabe parsen wir mit dem check_wiserver.sh Script. </p>
<p>check_wiserver.sh:</p>

<div class="wp_syntax"><div class="code"><pre class="bash bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/sh</span>
<span style="color: #007800;">a</span>=<span style="color: #000000; font-weight: bold;">`/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>nagios<span style="color: #000000; font-weight: bold;">/</span>plugins<span style="color: #000000; font-weight: bold;">/</span>check_http <span style="color: #660033;">-I</span> 111.112.113.114 <span style="color: #660033;">-u</span> http:<span style="color: #000000; font-weight: bold;">//</span>mywebinterfaceserver<span style="color: #000000; font-weight: bold;">/</span>citrix<span style="color: #000000; font-weight: bold;">/</span>pnagent<span style="color: #000000; font-weight: bold;">/</span>enum.aspx <span style="color: #660033;">-s</span> MyMonitoringApp <span style="color: #660033;">-P</span> <span style="color: #ff0000;">'&lt; ?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt; !DOCTYPE NFuseProtocol SYSTEM &quot;NFuse.dtd&quot;&gt;&lt;nfuseprotocol version=&quot;4.6&quot;&gt;&lt;requestappdata&gt;&lt;scope traverse=&quot;onelevel&quot; type=&quot;PNFolder&quot;/&gt;&lt;desireddetails&gt;all&lt;/desireddetails&gt;&lt;desireddetails&gt;icon-info&lt;/desireddetails&gt;&lt;servertype&gt;x&lt;/servertype&gt;&lt;servertype&gt;win32&lt;/servertype&gt;&lt;clienttype&gt;ica30&lt;/clienttype&gt;&lt;clienttype&gt;content&lt;/clienttype&gt;&lt;credentials&gt;&lt;username&gt;MYUSERACCOUNTTOCHECK&lt;/username&gt;&lt;password encoding=&quot;ctx1&quot;&gt;THISISMYCRYPTEDPASSWORD&lt;/password&gt;&lt;domain type=&quot;NT&quot;&gt;MYDOMAIN&lt;/domain&gt;&lt;/credentials&gt;&lt;clientname&gt;Nagisserver&lt;/clientname&gt;&lt;clientaddress&gt;115.116.117.118&lt;/clientaddress&gt;&lt;/requestappdata&gt;&lt;/nfuseprotocol&gt;'</span><span style="color: #000000; font-weight: bold;">`</span>
&nbsp;
<span style="color: #007800;">zeic</span>=<span style="color: #000000; font-weight: bold;">`/</span>bin<span style="color: #000000; font-weight: bold;">/</span><span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #007800;">$a</span> |/bin<span style="color: #000000; font-weight: bold;">/</span><span style="color: #c20cb9; font-weight: bold;">grep</span> OK<span style="color: #000000; font-weight: bold;">`</span>
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;$zeic&quot;</span> = <span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
&nbsp;
  <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #007800;">$a</span>
  <span style="color: #7a0874; font-weight: bold;">exit</span> <span style="color: #000000;">2</span>
<span style="color: #000000; font-weight: bold;">fi</span>
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #007800;">$a</span>
<span style="color: #7a0874; font-weight: bold;">exit</span> 0</pre></div></div>

<p>In diesem Beispiel wird der Host 111.112.113.114 auf der URL http://mywebinterfaceserver/citrix/pnagent/enum.aspx mit den Usercredentials MYUSERACCOUNTTOCHECK mit dem verschlüsseltem Passwort &#8220;THISISMYCRYPTEDPASSWORD&#8221; abgefragt. In der Rückabe wird nach der veröffentlichten Anwendung &#8220;MyMonitoringApp&#8221; geparsed und &#8220;OK&#8221; zurückgegeben. Daraufhin liefert check_wiserver.sh 2 für Error oder 0 für OK an Nagios zurück.</p>
<p>Dieses Script muss nun lediglich noch als Command im Nagios definiert werden.</p>
<p><strong>Zusammenfassung</strong></p>
<ul>
was wird mit der Probe überwacht?</p>
<li>Authentifizierungbackend (z.B.: Active Directory)</li>
<li>XML Service liefert valide Antworten</li>
<li>Web Interface Agent Site </li>
</ul>
<ul>was wird mit der Probe nicht überwacht?</p>
<li>Citrix Datastore</li>
<li>Citrix Licensing (hierzu kommt demnächst ein Blogpost)</li>
<li>&#8220;richtiges Login&#8221; wie Citrix Active Application Monitoring oder Openview</li>
</ul>
<ul>was muss getan werden:</p>
<li>Monitoringuser anlegen und Anwendung veröffentlichen</li>
<li>Login mit expliziten Credentials tracen um verschlüsseltes Passwort zu erhalten</li>
<li>in check_wiserver.sh hostname, sitename und usercredentials anpassen, ggf. Pfad zu check_http anpassen
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.schose.net/index.php/archives/221/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XenApp 5.0 released!</title>
		<link>http://blog.schose.net/index.php/archives/162</link>
		<comments>http://blog.schose.net/index.php/archives/162#comments</comments>
		<pubDate>Thu, 04 Sep 2008 15:44:07 +0000</pubDate>
		<dc:creator>andreas</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Terminal services]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.schose.net/?p=162</guid>
		<description><![CDATA[Die Citrix Webseite ist noch nicht vorbereitet, &#8220;Launchparty&#8221; soll am 09.09.08 sein und offizieller Relasetermin war der 10.09. Trotzdem steht seit mehreren Stunden das XenApp 5.0 Release für Windows 2003 und Windows 2008 bereit. 
Spannende Facts: XenApp 5.0 für Windows2003 scheint ein original 4.5FR1 mit &#8220;schöneren&#8221; Admintools, neuem Webinterface und Lizenzserver zu sein. Laut CTX117913 [...]]]></description>
			<content:encoded><![CDATA[<p>Die Citrix Webseite ist noch nicht vorbereitet, &#8220;Launchparty&#8221; soll am 09.09.08 sein und offizieller Relasetermin war der 10.09. Trotzdem steht seit mehreren Stunden das XenApp 5.0 Release für Windows 2003 und Windows 2008 bereit. </p>
<p>Spannende Facts: XenApp 5.0 für Windows2003 scheint ein original 4.5FR1 mit &#8220;schöneren&#8221; Admintools, neuem Webinterface und Lizenzserver zu sein. Laut <a href="http://support.citrix.com/article/CTX117913 ">CTX117913 </a> </p>
<p><code>"there is no installation process or requirement to deploy any new binaries on each member server. " </code></p>
<p>Wie man sich aber die neuen Features wie AIE3.0 und IPV6 freuen soll, ohne Binaries auszutauschen muss man wohl in den nächsten Tagen erforschen.</p>
<p><a href="http://community.citrix.com/blogs/citrite/sridharm/2008/09/04/XenApp+5+released+to+web!">er hat&#8217;s verraten <img src='http://blog.schose.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schose.net/index.php/archives/162/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wyse bringt Notebook Thinclients</title>
		<link>http://blog.schose.net/index.php/archives/87</link>
		<comments>http://blog.schose.net/index.php/archives/87#comments</comments>
		<pubDate>Sun, 14 Oct 2007 19:06:11 +0000</pubDate>
		<dc:creator>andreas</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Terminal services]]></category>

		<guid isPermaLink="false">http://blog.schose.net/index.php/archives/87</guid>
		<description><![CDATA[Die Vorteile von so einem Gerät liegen auf der Hand: keine Lüfter, lange Akkulaufzeiten. Allem voran liegen aber die Daten dort wo sie hingehören: im zentralem Rechenzentrum mit HA, Backup etc. Meiner Ansicht nach wäre nur noch zu klären wie die Dinger UMTS etc. reden. Da es sich hier aber um ein WindowsXP embedded handelt [...]]]></description>
			<content:encoded><![CDATA[<p>Die Vorteile von so einem Gerät liegen auf der Hand: keine Lüfter, lange Akkulaufzeiten. Allem voran liegen aber die Daten dort wo sie hingehören: im zentralem Rechenzentrum mit HA, Backup etc. Meiner Ansicht nach wäre nur noch zu klären wie die Dinger UMTS etc. reden. Da es sich hier aber um ein WindowsXP embedded handelt sollte sogar die entsprechende Software vom Provider laufen.</p>
<p>Hauptnachteil der Lösung: gearbeitet werden kann nur mit Onlineverbindung. Zug, Flugzeug etc. fällt aus!</p>
<p>Link zum Hersteller:<br />
<a href="http://www.wyse.com/products/hardware/thinclients/X90/index.asp">http://www.wyse.com/products/hardware/thinclients/X90/index.asp</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schose.net/index.php/archives/87/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Interface für Ressource Manager</title>
		<link>http://blog.schose.net/index.php/archives/68</link>
		<comments>http://blog.schose.net/index.php/archives/68#comments</comments>
		<pubDate>Mon, 10 Sep 2007 16:17:01 +0000</pubDate>
		<dc:creator>andreas</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Terminal services]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.schose.net/index.php/archives/68</guid>
		<description><![CDATA[Ich habe heute zum ersten mal das Citrix Webinterface für den Ressource Manager gesehen&#8230; geht irgendwie gar nicht! Sei dir sicher es nicht zu brauchen!
Wer ein brauchbares Webinterface für den Ressource Manager benötigt, dem kann ich das von JasonConger.com ans Herz legen! Es fragt die SummaryDatabase des Ressource Managers ab. Leider gibts auf der Webseite [...]]]></description>
			<content:encoded><![CDATA[<p>Ich habe heute zum ersten mal das Citrix Webinterface für den Ressource Manager gesehen&#8230; geht irgendwie gar nicht! Sei dir sicher es nicht zu brauchen!</p>
<p>Wer ein brauchbares Webinterface für den Ressource Manager benötigt, dem kann ich das von <a href="http://www.jasonconger.com/Web-Interface-for-Resource-Manager-2-2.aspx">JasonConger.com</a> ans Herz legen! Es fragt die SummaryDatabase des Ressource Managers ab. Leider gibts auf der Webseite keine praxisrelevanten Screenshots, also hab ich selbst welche von meiner Umgebung gezogen.</p>
<popim imageURL='http://blog.schose.net/uploads/2007/09/rmweb1.png' title='rmweb1' thumbnailURL='/uploads/2007/09/rmweb1-thumbnail.png' imageWidth='' imageHeight='' thumbWidth='' thumbHeight='' />
<popim imageURL='http://blog.schose.net/uploads/2007/09/rmweb2.png' title='rmweb2' thumbnailURL='/uploads/2007/09/rmweb2-thumbnail.png' imageWidth='' imageHeight='' thumbWidth='' thumbHeight='' />
<popim imageURL='http://blog.schose.net/uploads/2007/09/rmweb3.png' title='rmweb3' thumbnailURL='/uploads/2007/09/rmweb3-thumbnail.png' imageWidth='' imageHeight='' thumbWidth='' thumbHeight='' />
<popim imageURL='http://blog.schose.net/uploads/2007/09/rmweb4.png' title='rmweb4' thumbnailURL='/uploads/2007/09/rmweb4-thumbnail.png' imageWidth='' imageHeight='' thumbWidth='' thumbHeight='' />
]]></content:encoded>
			<wfw:commentRss>http://blog.schose.net/index.php/archives/68/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thinclient verlieren Verbindung zum PS</title>
		<link>http://blog.schose.net/index.php/archives/66</link>
		<comments>http://blog.schose.net/index.php/archives/66#comments</comments>
		<pubDate>Sun, 09 Sep 2007 16:12:16 +0000</pubDate>
		<dc:creator>andreas</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Terminal services]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.schose.net/index.php/archives/66</guid>
		<description><![CDATA[Ich hatte das Problem, dass mehrer Thinclients die Verbindung zum Presentation Server verloren haben. Anscheinend tritt das Problem auf wenn viele Bildänderungen übertragen werden und ist somit sehr sporadisch. Die wirkliche Ursache konnte ich nicht rausfinden, aber unter 
http://support.citrix.com/article/CTX113293 (dt. PS) bzw. http://support.citrix.com/article/CTX113515 (engl. PS) ist das Problem als Verbindungsabrüche von &#8220;nicht Windows Clients&#8221; beschrieben. [...]]]></description>
			<content:encoded><![CDATA[<p>Ich hatte das Problem, dass mehrer Thinclients die Verbindung zum Presentation Server verloren haben. Anscheinend tritt das Problem auf wenn viele Bildänderungen übertragen werden und ist somit sehr sporadisch. Die wirkliche Ursache konnte ich nicht rausfinden, aber unter </p>
<p><a href="http://support.citrix.com/article/CTX113293">http://support.citrix.com/article/CTX113293</a> (dt. PS) bzw. <a href="http://support.citrix.com/article/CTX113515">http://support.citrix.com/article/CTX113515</a> (engl. PS) ist das Problem als Verbindungsabrüche von &#8220;nicht Windows Clients&#8221; beschrieben. </p>
<p>der Hotfix hat nach kurzer Testphase funktioniert. Es waren Igel LX2110 Thinclient betroffen. Vom MacOS konnte ich das Problem nicht nachstellen!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schose.net/index.php/archives/66/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wer schon immer einmal ein ungarisches Windows sehen wollte</title>
		<link>http://blog.schose.net/index.php/archives/65</link>
		<comments>http://blog.schose.net/index.php/archives/65#comments</comments>
		<pubDate>Fri, 07 Sep 2007 20:31:05 +0000</pubDate>
		<dc:creator>andreas</dc:creator>
				<category><![CDATA[Terminal services]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.schose.net/index.php/archives/65</guid>
		<description><![CDATA[&#8230; guckst du hier: 

]]></description>
			<content:encoded><![CDATA[<p>&#8230; guckst du hier: </p>
<popim imageURL='http://blog.schose.net/uploads/2007/09/win-hu.jpg' title='hungarian windows ' thumbnailURL='/uploads/2007/09/win-hu-thumbnail.jpg' imageWidth='' imageHeight='' thumbWidth='' thumbHeight='' />
]]></content:encoded>
			<wfw:commentRss>http://blog.schose.net/index.php/archives/65/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Endlich jemand, der mich versteht!</title>
		<link>http://blog.schose.net/index.php/archives/53</link>
		<comments>http://blog.schose.net/index.php/archives/53#comments</comments>
		<pubDate>Wed, 29 Aug 2007 23:54:05 +0000</pubDate>
		<dc:creator>andreas</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Terminal services]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.schose.net/index.php/archives/53</guid>
		<description><![CDATA[Who gets the first call?
Who is blamed?
It&#8217;s always you &#8211; the Citrix Administrator!
Kein Plan ob das Produkt was taugt, aber ich würde es nur wegen dem geilen Werbebanner kaufen!!! &#8211; einfach aufs Bild klicken

Link zum Flash!
Link zum Hersteller!
]]></description>
			<content:encoded><![CDATA[<p>Who gets the first call?<br />
Who is blamed?<br />
It&#8217;s always you &#8211; the Citrix Administrator!</p>
<p>Kein Plan ob das Produkt was taugt, aber ich würde es nur wegen dem geilen Werbebanner kaufen!!! &#8211; einfach aufs Bild klicken</p>
<p><a href="http://www.eginnovations.com/images/citrix-citrix.swf"><img id="image55" src="http://blog.schose.net/uploads/2007/08/citrix02.jpg" alt="Citrix 02" /></a></p>
<p><a href="http://www.eginnovations.com/images/citrix-citrix.swf">Link zum Flash!</a><br />
<a href="http://www.eginnovations.com/egcitrixmonitor.htm">Link zum Hersteller!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schose.net/index.php/archives/53/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Diese Thinclients sind doch mal was!</title>
		<link>http://blog.schose.net/index.php/archives/48</link>
		<comments>http://blog.schose.net/index.php/archives/48#comments</comments>
		<pubDate>Tue, 28 Aug 2007 16:32:02 +0000</pubDate>
		<dc:creator>andreas</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Terminal services]]></category>

		<guid isPermaLink="false">http://blog.schose.net/index.php/archives/48</guid>
		<description><![CDATA[Ich mach ja ungern Produktpropaganda, aber diese Thinclients fand ich Klasse. 5W Stromverbrauch, Multi-Monitor Unterstützung, ICA und RDP. Was will man mehr??
&#160;
&#160;
&#160;

kaufen?? :Herstellerhomepage
]]></description>
			<content:encoded><![CDATA[<p>Ich mach ja ungern Produktpropaganda, aber diese Thinclients fand ich Klasse. 5W Stromverbrauch, Multi-Monitor Unterstützung, ICA und RDP. Was will man mehr??</p>
<popim imageURL='http://blog.schose.net/uploads/2007/08/thinclient1.jpg' title='Thinclient 1' thumbnailURL='/uploads/2007/08/thinclient1-thumbnail.jpg' imageWidth='' imageHeight='' thumbWidth='' thumbHeight='' />&nbsp;
<popim imageURL='http://blog.schose.net/uploads/2007/08/thinclient2.jpg' title='Thinclient 2' thumbnailURL='/uploads/2007/08/thinclient2-thumbnail.jpg' imageWidth='' imageHeight='' thumbWidth='' thumbHeight='' />&nbsp;
<popim imageURL='http://blog.schose.net/uploads/2007/08/thinclient3.jpg' title='Thinclient 3' thumbnailURL='/uploads/2007/08/thinclient3-thumbnail.jpg' imageWidth='' imageHeight='' thumbWidth='' thumbHeight='' />&nbsp;
<popim imageURL='http://blog.schose.net/uploads/2007/08/thinclient4.jpg' title='Thinclient4' thumbnailURL='/uploads/2007/08/thinclient4-thumbnail.jpg' imageWidth='' imageHeight='' thumbWidth='' thumbHeight='' />
<p>kaufen?? :<a href=" http://www.chippc.com/thin-clients/jack-pc/thin-client.asp?p=jack-pc-6900">Herstellerhomepage</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schose.net/index.php/archives/48/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>slow logon or hanging explorer.exe in terminalsession</title>
		<link>http://blog.schose.net/index.php/archives/43</link>
		<comments>http://blog.schose.net/index.php/archives/43#comments</comments>
		<pubDate>Mon, 27 Aug 2007 17:54:13 +0000</pubDate>
		<dc:creator>andreas</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Terminal services]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.schose.net/index.php/archives/43</guid>
		<description><![CDATA[The &#8220;Citrix is so slow&#8221; symptom is often not a problem on your terminalserver, but on your backend system. You should spend much attention to the fileserver communication because the is serving all your user data and/or profiles. The following registry key adjust your terminalserver ability to handle multiple smb file connections. The KB article [...]]]></description>
			<content:encoded><![CDATA[<p>The &#8220;Citrix is so slow&#8221; symptom is often not a problem on your terminalserver, but on your backend system. You should spend much attention to the fileserver communication because the is serving all your user data and/or profiles. The following registry key adjust your terminalserver ability to handle multiple smb file connections. The KB article just tell you to adust the client side, but IMHO you also need do get this key on the fileserver backend system. </p>
<p>With this setting i have much better user performance also in Windows Explorer. When a users changing the network drive and the explorer hung for some seconds this setting might also have an positive impact for you. </p>
<p><a id="p44" href="http://blog.schose.net/uploads/2007/08/maxworkitemsreg.txt">Registry Key</a><br />
more information: <a href="http://support.microsoft.com/kb/232476/en-us">http://support.microsoft.com/kb/232476/en-us</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schose.net/index.php/archives/43/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
