<?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/">
	<channel>
		<title><![CDATA[-[nchow]- - Server 2025]]></title>
		<link>https://nchow.de/forum/</link>
		<description><![CDATA[-[nchow]- - https://nchow.de/forum]]></description>
		<pubDate>Sun, 19 Apr 2026 10:25:43 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[temp]]></title>
			<link>https://nchow.de/forum/thread-55.html</link>
			<pubDate>Mon, 09 Feb 2026 22:29:20 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://nchow.de/forum/member.php?action=profile&uid=1">Michael</a>]]></dc:creator>
			<guid isPermaLink="false">https://nchow.de/forum/thread-55.html</guid>
			<description><![CDATA[<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>lspci -v | grep -i "Adaptive Virtual Function"</code></div></div>]]></description>
			<content:encoded><![CDATA[<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>lspci -v | grep -i "Adaptive Virtual Function"</code></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Ki start Google.com]]></title>
			<link>https://nchow.de/forum/thread-54.html</link>
			<pubDate>Mon, 09 Feb 2026 21:38:14 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://nchow.de/forum/member.php?action=profile&uid=1">Michael</a>]]></dc:creator>
			<guid isPermaLink="false">https://nchow.de/forum/thread-54.html</guid>
			<description><![CDATA[epyc 7313 mit nps2 und acpi srat l3 cache as numa domain ist enabled, raid controller 9361 8i und intel nic e810 10g mit t400 nvidea, server 2025 mit plex, fileserver und webhost als bare metal, hyper v mit ubuntu und nextloud]]></description>
			<content:encoded><![CDATA[epyc 7313 mit nps2 und acpi srat l3 cache as numa domain ist enabled, raid controller 9361 8i und intel nic e810 10g mit t400 nvidea, server 2025 mit plex, fileserver und webhost als bare metal, hyper v mit ubuntu und nextloud]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Raid Controller 9361 8i optimieren]]></title>
			<link>https://nchow.de/forum/thread-50.html</link>
			<pubDate>Sat, 07 Feb 2026 16:38:51 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://nchow.de/forum/member.php?action=profile&uid=1">Michael</a>]]></dc:creator>
			<guid isPermaLink="false">https://nchow.de/forum/thread-50.html</guid>
			<description><![CDATA[1. Schreib-Cache erzwingen (Wichtigster Schritt)<br />
Dieser Befehl verhindert, dass der Controller bei Hitze oder BBU-Warnungen den Cache abschaltet.<br />
<br />
powershell<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>./storcli64 /c0 /vall set wrcache=awb</code></div></div>Verwende Code mit Vorsicht.<br />
<br />
2. Betriebssystem-Puffer optimieren<br />
Damit darf Windows den RAM deines EPYC Prozessors besser als Puffer nutzen.<br />
<br />
powershell<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>./storcli64 /c0 /vall set iopolicy=cached</code></div></div>Verwende Code mit Vorsicht.<br />
<br />
3. Festplatten-Cache deaktivieren<br />
Verhindert asynchrone Schreibverzögerungen durch die interne Logik der CMR-Platten.<br />
<br />
powershell<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>./storcli64 /c0 /vall set pdcache=off</code></div></div>Verwende Code mit Vorsicht.<br />
<br />
4. Kurze Kontrolle der Einstellungen<br />
Hiermit prüfst du, ob alles übernommen wurde (Suche nach <span style="font-weight: bold;" class="mycode_b">AWB</span>, <span style="font-weight: bold;" class="mycode_b">Cached</span> und <span style="font-weight: bold;" class="mycode_b">PdCac Off</span>):<br />
<br />
powershell<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>storcli64.exe /c0 /vall show all</code></div></div>]]></description>
			<content:encoded><![CDATA[1. Schreib-Cache erzwingen (Wichtigster Schritt)<br />
Dieser Befehl verhindert, dass der Controller bei Hitze oder BBU-Warnungen den Cache abschaltet.<br />
<br />
powershell<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>./storcli64 /c0 /vall set wrcache=awb</code></div></div>Verwende Code mit Vorsicht.<br />
<br />
2. Betriebssystem-Puffer optimieren<br />
Damit darf Windows den RAM deines EPYC Prozessors besser als Puffer nutzen.<br />
<br />
powershell<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>./storcli64 /c0 /vall set iopolicy=cached</code></div></div>Verwende Code mit Vorsicht.<br />
<br />
3. Festplatten-Cache deaktivieren<br />
Verhindert asynchrone Schreibverzögerungen durch die interne Logik der CMR-Platten.<br />
<br />
powershell<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>./storcli64 /c0 /vall set pdcache=off</code></div></div>Verwende Code mit Vorsicht.<br />
<br />
4. Kurze Kontrolle der Einstellungen<br />
Hiermit prüfst du, ob alles übernommen wurde (Suche nach <span style="font-weight: bold;" class="mycode_b">AWB</span>, <span style="font-weight: bold;" class="mycode_b">Cached</span> und <span style="font-weight: bold;" class="mycode_b">PdCac Off</span>):<br />
<br />
powershell<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>storcli64.exe /c0 /vall show all</code></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Network ATC]]></title>
			<link>https://nchow.de/forum/thread-44.html</link>
			<pubDate>Mon, 26 Jan 2026 21:08:19 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://nchow.de/forum/member.php?action=profile&uid=1">Michael</a>]]></dc:creator>
			<guid isPermaLink="false">https://nchow.de/forum/thread-44.html</guid>
			<description><![CDATA[<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Install-WindowsFeature -Name NetworkATC -IncludeManagementTools<br />
<br />
Add-NetIntent -Name "MgmtCompute" `<br />
              -Management -Compute `<br />
              -AdapterName "NIC1", "NIC2"</code></div></div>]]></description>
			<content:encoded><![CDATA[<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Install-WindowsFeature -Name NetworkATC -IncludeManagementTools<br />
<br />
Add-NetIntent -Name "MgmtCompute" `<br />
              -Management -Compute `<br />
              -AdapterName "NIC1", "NIC2"</code></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CSE-LA26E1C4-R609LP (OEM)]]></title>
			<link>https://nchow.de/forum/thread-43.html</link>
			<pubDate>Sun, 25 Jan 2026 17:44:38 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://nchow.de/forum/member.php?action=profile&uid=1">Michael</a>]]></dc:creator>
			<guid isPermaLink="false">https://nchow.de/forum/thread-43.html</guid>
			<description><![CDATA[<a href="https://www.supermicro.com/en/products/chassis/2u/la26/scla26e1c4-r609lp" target="_blank" rel="noopener" class="mycode_url">https://www.supermicro.com/en/products/c...1c4-r609lp</a>]]></description>
			<content:encoded><![CDATA[<a href="https://www.supermicro.com/en/products/chassis/2u/la26/scla26e1c4-r609lp" target="_blank" rel="noopener" class="mycode_url">https://www.supermicro.com/en/products/c...1c4-r609lp</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Server 2025 SSD-Performance massiv verbessern]]></title>
			<link>https://nchow.de/forum/thread-42.html</link>
			<pubDate>Sat, 24 Jan 2026 21:42:36 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://nchow.de/forum/member.php?action=profile&uid=1">Michael</a>]]></dc:creator>
			<guid isPermaLink="false">https://nchow.de/forum/thread-42.html</guid>
			<description><![CDATA[<a href="https://www.heise.de/select/ct/2026/3/softlinks/y59c?wt_mc=pred.red.ct.ct032026.041.softlink.softlink" target="_blank" rel="noopener" class="mycode_url">https://www.heise.de/select/ct/2026/3/so...k.softlink</a><br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>reg add <br />
HKEY_LOCAL_MACHINE&#92;SYSTEM&#92;CurrentControlSet&#92;Policies&#92;Microsoft&#92;FeatureManagement&#92;Overrides<br />
 /v 1176759950 /t REG_DWORD /d 1 /f</code></div></div>]]></description>
			<content:encoded><![CDATA[<a href="https://www.heise.de/select/ct/2026/3/softlinks/y59c?wt_mc=pred.red.ct.ct032026.041.softlink.softlink" target="_blank" rel="noopener" class="mycode_url">https://www.heise.de/select/ct/2026/3/so...k.softlink</a><br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>reg add <br />
HKEY_LOCAL_MACHINE&#92;SYSTEM&#92;CurrentControlSet&#92;Policies&#92;Microsoft&#92;FeatureManagement&#92;Overrides<br />
 /v 1176759950 /t REG_DWORD /d 1 /f</code></div></div>]]></content:encoded>
		</item>
	</channel>
</rss>