March 5, 20251 yr Moin zusammen, ich bin im Unraid Thema noch ziemlich neu aber mein System läuft als Sharepoint und Paperless Server bis jetzt ganz gut. Vorher hatte ich knapp 20 Jahre meine Diskstation DS-401 u. DS-212 und habe jetzt meinen HP GEN8 Server mit neuen Platten wieder am Start mit Unraid. Jetzt meine Frage ich hatte mit dem Befehl sdparm --set=WCE /dev/sdd /dev/sde /dev/sdf /dev/sdg und sysctl vm.dirty_ratio=50 schon mal ein wenig konfiguriert aber nach einen Server Neustart ist alles wieder weg Event: Fix Common Problems - UTower Subject: Errors have been found with your server (UTower). Description: Investigate at Settings / User Utilities / Fix Common Problems Importance: alert * **Default docker appdata location is not a cache-only share** * Share Cloud is an implied array-only share, but files / folders exist on the cache * Share appdata set to not use the cache, but files / folders exist on the cache drive * Docker Application gotenberg has an update available for it * Write Cache is disabled on parity * Write Cache is disabled on disk1 * Write Cache is disabled on disk2 * Write Cache is disabled on disk3 kann ich das fest konfigurieren? Danke und LG
March 5, 20251 yr Solution 48 minutes ago, OlafM said: ich hatte mit dem Befehl sdparm --set=WCE /dev/sdd /dev/sde /dev/sdf /dev/sdg und sysctl vm.dirty_ratio=50 schon mal ein wenig konfiguriert aber nach einen Server Neustart ist alles wieder weg ja, Hintergrund, Unraid ladet sich beim Start komplett in den RAM, da ist nichts persistent was so Themen angeht 2 Lösungsansätze 1/ user scripts plugin >> on array start >> deine Befehle eintragen 2/ go file unter /config auf dem stick >> deine Befehle eintragen 1/ wäre meine empfohlene Variante ... leichter zu disablen bei Fehlern usw usw ... 50 minutes ago, OlafM said: kann ich das fest konfigurieren? Danke und LG ja, lies dich mal erst in die doku etwas ein, dann gezielt hinterfragen ... kurz, Share settings, primary, secondary ... https://docs.unraid.net/unraid-os/manual/shares/
March 19, 20251 yr Author Danke für die Infos, habe das jetzt in User Scripts implementiert #!/bin/bash sdparm --set=WCE /dev/sdd /dev/sde /dev/sdf /dev/sdg sysctl vm.dirty_ratio=30 LG Olaf
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.