raidstart, raidstop, - command set to manage md devices.
raidstart [options] <raiddevice>*
raidstop [options] <raiddevice>*
If you're using the /proc filesystem, /proc/mdstat gives you informations about md devices status.
Currently, Linux supports linear md devices, RAID0 (striping), RAID1 (mirrroring), and RAID4 and RAID5. For information on the various levels of RAID, check out:
http://ostenfeld.dk/~jakob/Software-RAID.HOWTO/
for new releases of the RAID driver check out:
ftp://ftp.fi.kernel.org/pub/linux/daemons/raid/alpha
Avaible commands are :
mkraid
: configures (creates) md (RAID) devices in the kernel, banding multiple devices into one.
raidstart
: activates (starts) an existing 'persistent' md device
raid0run
: activates old nonpersistent RAID0/LINEAR md devices
raidstop
: turns off an md device, and unconfigures (stops) it
By default, a systems RAID configuration is kept in /etc/raidtab, which can configure multiple RAID devices.
All of these tools work similiarly. If -a (or --all) is specified, the specified operation is performed on all of the RAID devices mentioned in the configuration file. Otherwise, one or more RAID devices must be specified on the command line. For example:
raid0run -a
Starts all of the 'old' RAID0 RAID devices specified in /etc/raidtab. If only /dev/md1 should be started, the following command should be used instead:
raidstart /dev/md1
The raidtools are derived from the md-tools and raidtools packages, which were originally written by Marc Zyngier, Miguel de Icaza, Gadi Oxman, Bradley Ward Allen, and Ingo Molnar.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |