dmevent_tool (8) - Linux Manuals
dmevent_tool: A utility used to load a DSO into dmeventd and (un)register devices with it for monitoring
NAME
dmevent_tool - A utility used to load a DSO into dmeventd and (un)register devices with it for monitoringSYNOPSIS
dmevent_tool -[Vhmru] {RAID device name} {DSO Name}DESCRIPTION
dmevent_tool is a userspace utility used to register/unregister DSOs with the daemon dmeventd.If used with the -m command line parameter users can display all of the actively dmeventd monitored devices.
OPTIONS
- -V Show version of dmevent_tool
-
-{h/?} Show this help information
-m[r|u] List all currently active device mapper devices
-a[r|u] Same as -m, but for devices with UUID only!
-r Register a device with dmeventd
-u Unregister a device with dmeventd
dmevent_tool -r is used to register a volume group device with dmeventd
dmevent_tool -u is used to unregister a volume group from dmeventd
EXAMPLES
dmevent_tool -m is used to display all of the actively monitored devices
DIAGNOSTICS
dmevent_tool returns an exit code of 0 for success or 1 for error.
AUTHOR
Brian Wood <brian.j.wood [at] intel.com>