Situation:
- We have two Dell servers running as a cluster.
- Each of the servers runs a RAID-5 system with actually 5 * 600GB.
- The data AND the base system itself are stored on the RAID.
Goal:
Now we want to enlarge the space on the RAID-5.
Right now there is 1 slot on each server free left for an additional Harddrive but I'm aware that I can only connect another 600GB drive there or a bigger one but only 600GB will be used for the RAID-5 and that this will only give us 500GB additional usable disk space.
But what if we want to add more space?
Question:
Is it possible to enlarge the space on the RAID-5 on the running System?
I'm thinking e.g. in the following procedure:
- (Disconnect the cluster so the re not synced for now)
- Disconnect the first harddrive
- Connect a bigger one (e.g. 1TB)
- Let the RAID-5 rebuild the data on that drive
After doing this for all Harddrives I would now still have the RAID-5 using 600GB on each disk but having 5 * 1TB.
So as last step: Tell the RAID-5 somehow to use the full 1TB on each disk.
Can it be done like this or what would be other options?
And if: How would I actually tell the Raid to be bigger?