LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

dmevent_tool

device-mapper event monitoring control

TLDR

List registered events
$ dmevent_tool -l
copy
Register device for monitoring
$ dmevent_tool -R [device_name]
copy
Unregister device from monitoring
$ dmevent_tool -U [device_name]
copy
Check monitor status
$ dmevent_tool -s [device_name]
copy

SYNOPSIS

dmevent_tool [options] [device]

DESCRIPTION

dmevent_tool is a utility for interacting with the device-mapper event daemon (dmeventd). It allows registering and unregistering device mapper devices for event monitoring and querying their status.The device-mapper event daemon monitors DM devices for events like failures, threshold crossings, or configuration changes. When events occur, dmeventd can trigger configured responses such as alerting or automatic repair.This tool is typically used with LVM thin provisioning, RAID, and other device-mapper-based storage configurations that benefit from event-driven monitoring.

PARAMETERS

DEVICE

Device mapper device name.
-l, --list
List registered devices.
-R, --register
Register device for monitoring.
-U, --unregister
Unregister device from monitoring.
-s, --status
Show device monitoring status.
-h, --help
Display help information.

INSTALL

sudo pacman -S dmraid
copy
sudo apk add dmraid
copy
sudo zypper install dmraid
copy
nix profile install nixpkgs#dmraid
copy

CAVEATS

Requires dmeventd running. Root privileges needed. Only works with device-mapper devices. Event handling depends on configured plugins.

HISTORY

dmevent_tool is part of the LVM2 device-mapper tools developed by Red Hat. The device-mapper event monitoring infrastructure provides reactive storage management for enterprise Linux deployments.

SEE ALSO

dmsetup(1), lvm(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid