jump to navigation

How to create a RAID-5 in openSUSE 11.1 marzo 12, 2009

Posted by easgs in opensuse.
trackback

This video tutorial shows how to create a RAID-5 software distribution in openSUSE 11.1 using YAST.

In this scenario we have three SCSI 20 GB hard drives and after creating this RAID-5 distribution we set the ownership to a user called easgs in the users group, then we use the df -h command to check the disk space in the distribution, the new partition will be mounted in /datos and will be formated with the ext3 file system.

 To check the status of your RAID-5 use this command as root:

mdadm – -detail /dev/mdX      (where X is the identifier of your raid)

Ie: mdadm – -detail /dev/md0

I the case of a hard drive failure, replace the drive, use YAST to create a primary partition on the new drive and then type this command

mdadm /dev/mdX – -add /dev/sdXX   (where X is the RAID and Hard drive number)

Ie. mdadm /dev/md0 – -add /dev/sdd1

Este video tutorial muestra como crear una distribucion RAID-5 por software en openSUSE 11.1 usando YAST.

En este escenario tenemos tres discos SCSI de 20 GB y despues de crear la distribucion RAID-5 configuramos la propiedad al usuario easgs del grupo users, despues usamos en comando df -h para revisar el espacio en la distribucion, la nueva particion se montara en /datos y sera formateada con el sistema de archivos ext3.

 Para revisar el estado de tu distribucion RAID-5 escribe este comando como root:

mdadm – -detail /dev/mdX     (donde X es el numero de tu distribucion RAID)

Ejemplo: mdadm – -detail /dev/md0

En el caso de que falle un disco duro del RAID, reemplacelo por uno nuevo, particionelo con YAST y despues escriba este comando

mdadm /dev/mdX – -add /devsdXX  (donde X es el numero de RAID y disco duro)

Ejemplo: mdadm /dev/md0 – -add /dev/sdd1

Un buen software para monitorear los RAID en openSUSE es RAID-Monitor para Linux, el sitio de este software es http://www.raid-monitor.mihosoft.eu y para descargar el paquete para openSUSE pueden hacer una busqueda en http://rpm.pbone.net/index.php3/stat/2/simple/2 y descargar el rpm para instalarlo posteriormente.

Este es el link de descarga:

This is the download link:

 

http://www.mediafire.com/?gmtjmjjy5zy

 

Recursos:

Resources:

http://es.wikipedia.org/wiki/RAID

http://es.wikipedia.org/wiki/Ext3

http://es.wikipedia.org/wiki/SCSI

http://es.wikipedia.org/wiki/YaST

http://en.opensuse.org/How_to_install_openSUSE_on_software_RAID

Comentarios»

No comments yet — be the first.

Deja un comentario