Difference between revisions of "Raidstatus"

From SME Server
Jump to navigationJump to search
m (typo)
Line 1: Line 1:
 
{{Languages}}
 
{{Languages}}
== Dhcpmanager for SME Server ==
+
== Raidstatus for SME Server ==
 
{{Level|beginner}}
 
{{Level|beginner}}
 
==Maintainer==
 
==Maintainer==

Revision as of 08:16, 8 February 2014


Raidstatus 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.

Usage

RED : You have a desynchronized raid, please check which drive is failed and if possible try to add it again

ORANGE : A Raid array is synchronizing or you have installed SME Server on a single drive

GREEN : All is Ok, you can return to work

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.