Raidstatus

From SME Server
Jump to navigationJump to search


Dhcpmanager for SME Server

PythonIcon.png Skill level: beginner
The instructions on this page can be followed by a beginner.


Maintainer

Stephane de Labrusse aka stephdl


Description

This contribution for SME Server adds the abilities to check the status of your software Raid in server-manager

Installation

This contrib is currently held in the stephdl repository, so the following commands will install on your SME Server.

yum --enablerepo=stephdl install smeserver-raidstatus

You will then need to activate the database changes etc. The 'official' way is to perform

signal-event post-upgrade;  signal-event reboot

or if you do not want to restart the server

signal-event console-save

Go to the Server Manager and check the status of raid

In case of your raid is desynchronized, please check our documentation http://wiki.contribs.org/Raid:Manual_Rebuild.

Uninstall

yum remove smeserver-raidstatus
signal-event post-upgrade;  signal-event reboot

Bugs

Not yet a component in bugzilla, please raise a bug in the unknown section.