Question 1: If I have five 500 GB HDD, these 5 HDDs together are termed as RAID disk.Is this right?
Da minha experiência, 5 HDDs em um RAID são chamados de "RAID array".
Question 2 ... state disk. If I have to install RHEL or Ubuntu or any Linux distribution in these hard disks, how should I install? Should I install the OS in any one of the disk and use RAID tool like
mdadm
?
Eu usei o RHEL / CentOS / Fedora e durante a instalação tive a oportunidade de criar o array RAID. Normalmente, eu o crio e, em seguida, faço a instalação para a matriz recém-criada.
Question 3 I believe the RAID disk is being configured for some software. So, is there any particular configuration I need to look out for?
Existem 2 tipos de matrizes RAID. Você pode usar hardware para fazer isso ou usar software. Se você marcou seu quesiton como software-raid Supondo que você esteja usando a variedade de software, isso é feito usando um pacote de software chamado mdm. O pacote usado para administrar é chamado mdadm
.
Veja a página mdadm
man para mais sobre isso.