<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: &#8220;Ich war noch niemals in New York, ich war noch niemals auf Hawaii, ging nie durch San Francisco in zerriss&#8217;nen Jeans&#8230;&#8221;</title>
	<atom:link href="http://blog.schreiter.info/ich-war-noch-niemals-in-new-york-ich-war-noch-niemals-auf-hawaii-ging-nie-durch-san-francisco-in-zerrissnen-jeans/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.schreiter.info/ich-war-noch-niemals-in-new-york-ich-war-noch-niemals-auf-hawaii-ging-nie-durch-san-francisco-in-zerrissnen-jeans/</link>
	<description>Wir schreiten in alle(r) Welt.</description>
	<pubDate>Wed, 20 Aug 2008 18:11:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Brian</title>
		<link>http://blog.schreiter.info/ich-war-noch-niemals-in-new-york-ich-war-noch-niemals-auf-hawaii-ging-nie-durch-san-francisco-in-zerrissnen-jeans/#comment-92145</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 30 Nov 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.schreiter.info/ich-war-noch-niemals-in-new-york-ich-war-noch-niemals-auf-hawaii-ging-nie-durch-san-francisco-in-zerrissnen-jeans/#comment-92145</guid>
		<description>This is for Markcbq

There really is no such thing as a "XP" or "Vista" computer.  Any system that will run Vista will work just fine with the 'mini-XP' that BartPE uses.  Just be sure to use a Windows XP CD when building the image, dont use a "Vista" CD.  You might need to put a driver for the network card into the proper folder in BoincPE before building it.</description>
		<content:encoded><![CDATA[<p>This is for Markcbq</p>
<p>There really is no such thing as a &#8220;XP&#8221; or &#8220;Vista&#8221; computer.  Any system that will run Vista will work just fine with the &#8216;mini-XP&#8217; that BartPE uses.  Just be sure to use a Windows XP CD when building the image, dont use a &#8220;Vista&#8221; CD.  You might need to put a driver for the network card into the proper folder in BoincPE before building it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://blog.schreiter.info/ich-war-noch-niemals-in-new-york-ich-war-noch-niemals-auf-hawaii-ging-nie-durch-san-francisco-in-zerrissnen-jeans/#comment-92134</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 30 Nov 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.schreiter.info/ich-war-noch-niemals-in-new-york-ich-war-noch-niemals-auf-hawaii-ging-nie-durch-san-francisco-in-zerrissnen-jeans/#comment-92134</guid>
		<description>So far (about 1 week) everything is working good, and I this will be much easier and cheaper in setting up a headless and diskless 'farm'.  First the main advantage is more consistent uniform network traffic, more reliable restarts in the event of a power failure.  Also, the size of the Ramdisk can be greatly reduced, allowing the machines to be built with probably as little as 512KB of ram (256+256 Ram drive).  The RAM drive is still needed to allow for the creation of some folders that WindowsPE needs, like the My Documents folder etc.  What I did to reduce hard drive activity is set global preferences in either a Account Manager or the project itself is to set the "Write to Disk at most every XXX seconds" paramenter to about 600 (10 min) on all "slave machines".  This is like persising every 10 min, but only changing files that are needed, rather than re-writing and backing up of the entire Network Share, which is time consuming, and can easily saturate a 100MB LAN.

Cheers!</description>
		<content:encoded><![CDATA[<p>So far (about 1 week) everything is working good, and I this will be much easier and cheaper in setting up a headless and diskless &#8216;farm&#8217;.  First the main advantage is more consistent uniform network traffic, more reliable restarts in the event of a power failure.  Also, the size of the Ramdisk can be greatly reduced, allowing the machines to be built with probably as little as 512KB of ram (256+256 Ram drive).  The RAM drive is still needed to allow for the creation of some folders that WindowsPE needs, like the My Documents folder etc.  What I did to reduce hard drive activity is set global preferences in either a Account Manager or the project itself is to set the &#8220;Write to Disk at most every XXX seconds&#8221; paramenter to about 600 (10 min) on all &#8220;slave machines&#8221;.  This is like persising every 10 min, but only changing files that are needed, rather than re-writing and backing up of the entire Network Share, which is time consuming, and can easily saturate a 100MB LAN.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://blog.schreiter.info/ich-war-noch-niemals-in-new-york-ich-war-noch-niemals-auf-hawaii-ging-nie-durch-san-francisco-in-zerrissnen-jeans/#comment-92133</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 30 Nov 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.schreiter.info/ich-war-noch-niemals-in-new-york-ich-war-noch-niemals-auf-hawaii-ging-nie-durch-san-francisco-in-zerrissnen-jeans/#comment-92133</guid>
		<description>Next I moved the 2 batch files, load_boinc_data, and persist_boinc_data out of the "Files" subdirectory so those 2 options would be correctly greyed out in the NU2 Menu.

Also the restart and shutdown commands modified to remove the calls to the persistency service:


NT Shutdown command script:
@ECHO OFF

ECHO Shutting down BOINCpe now.....
ECHO ==============================
ECHO.

@%systemroot%\system32\nu2shell.exe -s

EXIT

and NT reboot command script:
@ECHO OFF

ECHO Rebooting BOINCpe now.....
ECHO ==========================
ECHO.

@%systemroot%\system32\nu2shell.exe -r

EXIT</description>
		<content:encoded><![CDATA[<p>Next I moved the 2 batch files, load_boinc_data, and persist_boinc_data out of the &#8220;Files&#8221; subdirectory so those 2 options would be correctly greyed out in the NU2 Menu.</p>
<p>Also the restart and shutdown commands modified to remove the calls to the persistency service:</p>
<p>NT Shutdown command script:<br />
@ECHO OFF</p>
<p>ECHO Shutting down BOINCpe now&#8230;..<br />
ECHO ==============================<br />
ECHO.</p>
<p>@%systemroot%\system32\nu2shell.exe -s</p>
<p>EXIT</p>
<p>and NT reboot command script:<br />
@ECHO OFF</p>
<p>ECHO Rebooting BOINCpe now&#8230;..<br />
ECHO ==========================<br />
ECHO.</p>
<p>@%systemroot%\system32\nu2shell.exe -r</p>
<p>EXIT</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://blog.schreiter.info/ich-war-noch-niemals-in-new-york-ich-war-noch-niemals-auf-hawaii-ging-nie-durch-san-francisco-in-zerrissnen-jeans/#comment-92132</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 30 Nov 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.schreiter.info/ich-war-noch-niemals-in-new-york-ich-war-noch-niemals-auf-hawaii-ging-nie-durch-san-francisco-in-zerrissnen-jeans/#comment-92132</guid>
		<description>Then launch_boinc was modified slightly (the new client 10.45 doesn't like the switch "return_results_immediately":

@ECHO OFF

start /D%BOINCclient% /low %BOINCclient%\boinc.exe -dir %BOINCdata%

start /D%BOINCdata% %BOINCclient%\boincmgr.exe

:end
EXIT</description>
		<content:encoded><![CDATA[<p>Then launch_boinc was modified slightly (the new client 10.45 doesn&#8217;t like the switch &#8220;return_results_immediately&#8221;:</p>
<p>@ECHO OFF</p>
<p>start /D%BOINCclient% /low %BOINCclient%\boinc.exe -dir %BOINCdata%</p>
<p>start /D%BOINCdata% %BOINCclient%\boincmgr.exe</p>
<p>:end<br />
EXIT</p>
]]></content:encoded>
	</item>
</channel>
</rss>
