drbdmon
RAID 1 over TCP/IP for Linux (user utilities)
Install
- All systems
-
curl cmd.cat/drbdmon.sh
- Debian
-
apt-get install drbd-utils - Ubuntu
-
apt-get install drbd-utils -
Alpine
-
apk add drbd-utils - Arch Linux
-
pacman -S drbd-utils - Kali Linux
-
apt-get install drbd-utils - Fedora
-
dnf install drbd-utils - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install drbd-utils - Docker
-
docker run cmd.cat/drbdmon drbdmonpowered by Commando
drbd-utils
RAID 1 over TCP/IP for Linux (user utilities)
Drbd is a block device which is designed to build high availability clusters by providing a virtual shared device which keeps disks in nodes synchronised using TCP/IP. This simulates RAID 1 but avoiding the use of uncommon hardware (shared SCSI buses or Fibre Channel). It is currently limited to fail-over HA clusters. This package contains the programs that will control the drbd kernel module provided in the Linux kernel.