1 Dec 2010 11:02
RE: replace one disk in isw RAID1 array
Martin Diaz, Luis <Luis.Martin <at> cepsa.com>
2010-12-01 10:02:28 GMT
2010-12-01 10:02:28 GMT
Dear Hanson I could see your problem is generated by a exchange of disk. When you install the new disk and the raid-card make the raid, it generate a new number of fake raid, completely different to the ancient number. I have had that problem and I solved it bootloading the server with a "tools distribution-disk" like the fantastic (at last for me) systemrescuecd with the option "dodmraid" at prompt boot. When the distribuition has loaded the server, already I could type all the differents orders of dmraid system like "dmraid -s". So I could see the new number of fakeraid. This number is too important to write it because you have to decompress the initrd of your server, looking for the old fake-raid number and exchange it. As you can see, the problem you have, was caused by the initrd since it was wrote inside the number of the fakeraid. This number is written when you install the server. I have a script to resolve this problem in the IBM Xservers 205. I send you a copy to help you about this question. This scripts has to run on the systemrescuecd (of another system-tools distribution). You may need to change the file /etc /fstab, but I'm not sure. In my case if I change it because I also use logical volumes. I hope I have helped in solving the problem and excuse for my bad english. ################################################################################ # # # Script que genera un nuevo initrd para los servidores IBM xSeries 205 # # necesario cada vez que se regenera el RAID asi como en el proceso de # # instalacion # # # # Madrid 13 de Marzo de 2009 # # Luis Martin Diaz #(Continue reading)
RSS Feed