Results 1 to 3 of 3
I have a remote server so the only access I have is through SSH, the datacenter where the server is located(leaseweb) say they cannot setup software raid configurations but also ...
- 05-27-2011 #1Just Joined!
- Join Date
- May 2011
- Posts
- 6
Software Raid On remote Server
I have a remote server so the only access I have is through SSH, the datacenter where the server is located(leaseweb) say they cannot setup software raid configurations but also say it is possible to do myself.
Four disks are attached to the server with only one partitioned, now how can I setup a software raid configuration with these disks, am I correct in thinking this can only be done with the use of a kickstart script?
- 05-28-2011 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,975
You should be able to configure the raid with the mdadm command. I would suggest that you unpartition all the drives you want in the array using fdisk. Then, create the array, after which time you can parition the array and place whatever file system(s) on it that you want. Myself, I usually use the disk utility GUI to do all this. It makes it a lot easier than dealing with all the futzy command options.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 05-28-2011 #3Just Joined!
- Join Date
- May 2011
- Posts
- 6
There was only one disk that was partitioned with the OS loaded, the other three disks were connected to the server but not mounted.
I just left the one disk as it was with the OS loaded and used mdadm to setup raid 0 on the other three disks.
I suppose there is nothing I can really do with the one disk that has the OS loaded, unless I setup raid on a clean install through VNC or a kickstart script.


Reply With Quote