Archive for November, 2021

Unraid OS – eine Windows VM Installation erstellen

Samstag, November 20th, 2021

Samstag, November 20th, 2021

Unraid OS Cache – kurz erklärt HDD vs SSD vs RAM

Samstag, November 20th, 2021

Linux Disk Caching & Performance – with vm.dirty_ratio & vm.dirty_background_ratio

Samstag, November 20th, 2021
root@rpi-iot-jsho-2FA-02:~# sysctl -a | grep dirty
vm.dirty_background_bytes = 0
vm.dirty_background_ratio = 10
vm.dirty_bytes = 0
vm.dirty_expire_centisecs = 3000
vm.dirty_ratio = 20
vm.dirty_writeback_centisecs = 500
vm.dirtytime_expire_seconds = 43200
root@rpi-iot-jsho-2FA-02:~# sysctl vm.dirty_ratio=50

vm.dirty_background_ratio – is the percentage of system memory that can be filled with “dirty” pages — memory pages that still need to be written to disk — before the pdflush/flush/kdmflush background processes kick in to write it to disk. My example is 10%, so if my virtual server has 32 GB of memory that’s 3.2 GB of data that can be sitting in RAM before something is done

vm.dirty_ratio – is the absolute maximum amount of system memory that can be filled with dirty pages before everything must get committed to disk. When the system gets to this point all new I/O blocks until dirty pages have been written to disk. This is often the source of long I/O pauses, but is a safeguard against too much data being cached unsafely in memory

vm.dirty_expire_centisecs – is how long something can be in cache before it needs to be written. In this case it’s 30 seconds. When the pdflush/flush/kdmflush processes kick in they will check to see how old a dirty page is, and if it’s older than this value it’ll be written asynchronously to disk. Since holding a dirty page in memory is unsafe this is also a safeguard against data loss

vm.dirty_writeback_centisecs – is how often the pdflush/flush/kdmflush processes wake up and check to see if work needs to be done

Norddeich mit Blick auf das Wattenmeer – online webcam

Samstag, November 20th, 2021

Alpentour 2021

Samstag, November 20th, 2021

VMware vSphere 7.0 Update 3 – important information

Samstag, November 20th, 2021

   VMware vSphere Blog – after careful consideration we have removed the ESXi 7 Update 3 release from our Product Downloads site

Die Anforderungen an die IT-Infrastruktur deutscher Kliniken verschärfen sich zum Jahreswechsel – im Zuge des Patientendatenschutzgesetzes (PDSG) im SGB V neu eingeführte Paragraf 75c verpflichtet ab diesem Zeitpunkt ausnahmslos alle Kliniken in Deutschland „nach dem Stand der Technik angemessene organisatorische und technische Vorkehrungen zur Vermeidung von Störungen der Verfügbarkeit Integrität und Vertraulichkeit sowie der weiteren Sicherheitsziele ihrer informationstechnischen Systeme Komponenten oder Prozesse zu treffen die für die Funktionsfähigkeit des jeweiligen Krankenhauses und die Sicherheit der verarbeiteten Patienteninformationen maßgeblich sind“

Samstag, November 20th, 2021

Helios Kliniken Schwerin – noch nicht am Limit aktuell liegen zwei Covid-19 Patienten auf der Intensivstation

Samstag, November 20th, 2021

AVM FRITZ! News – verschiedene Anrufbeantworter für eine Rufnummer

Samstag, November 20th, 2021

Proxmox Virtual Environment (VE) 7.1 – what’s new

Samstag, November 20th, 2021

Proof Wood – darum sind Wago Klemmen so gefährlich

Freitag, November 19th, 2021

Landkreis Erding (Stand 19 November 2021) – so verteilen sich die Coronavirus Patienten

Freitag, November 19th, 2021

… 4mal in St.Wolfgang neu

Zabbix – data storage settings and global housekeeping configuration

Freitag, November 19th, 2021

UnRaid OS – ein Wechsel von TrueNAS

Freitag, November 19th, 2021