Results 1 to 4 of 4
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
09-01-2011 #1
- Join Date
- Sep 2011
- Posts
- 2
Help installing Centos onto raid 6 array
-
09-02-2011 #2
- Join Date
- May 2011
- Posts
- 4,353
Head over to www.centos.org - The Community ENTerprise Operating System, then go to Downloads > Mirrors, then click on Mirror List. Now look for a mirror in your region and select the appropriate http/ftp link on the right-hand side of the page. That will take you to the CentOS mirror (e.g., http://mirrors.kernel.org/centos/), where you'll find ISO images and other CentOS software.
Now click on the directory for your desired version (5.6), then click the isos directory. Then click the dir pertaining to your arch (i386/x64_64).
Now you should see a list of ISO (and other) files. The DVD image is called something like "CentOS-5.6-i386-bin-DVD.iso".
It is also a good idea to grab the checksum file (md5sum.txt) and compare it to the output of:
Code:md5sum CentOS-5.6-i386-bin-DVD.iso
For USB-based installation, you could try this project.
As your RAID array is hardware-based (vs software-based), installation is pretty straight-forward. Your RAID array should be presented as a single, large hard drive (e.g., /dev/sda) during the installer. You will need to partition it into at least one or two separate partitions, (i.e., "/", "/boot"). See this installation guide for more general details regarding the installation of CentOS.
-
09-05-2011 #3
- Join Date
- Sep 2011
- Posts
- 2
thank you for your reply! i cannot seem to get the installation guide link to work, it points to an intel video :S also regarding partitions, i am guessing one partition is for the OS and the other is left for all the data, if so roughly what size do i need to set these at? it might be that i will have to pay a linux consultant to guide me through all this as i now have x8 servers to install on, do you have any recommendations of any consultants who for a small fee can either guide via telephone support or remotely do the install via KVM/remote media?
-
09-08-2011 #4
- Join Date
- May 2011
- Posts
- 4,353
The advice on partitioning varies greatly, but for me, I'd assign the OS partition roughly 10 or 20GB, and leave the rest for data.
That link works fine for me...try typing it in:
http://www.centos.org/docs/5/html/5.2/Installation_Guide/
I'd be happy to help you (just keep posting here), but armed with the Guide above and Google, you should be able to get very far, if not all the way, yourself!