LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   RHEL4 Installation on Dell PowerEdge 4300 (https://www.linuxquestions.org/questions/linux-hardware-18/rhel4-installation-on-dell-poweredge-4300-a-604075/)

spbutsana 12-03-2007 03:00 AM

RHEL4 Installation on Dell PowerEdge 4300
 
Hello Everyone,

I am trying to install RedHat Enterprise 4 on a Dell PowerEdge 4300
Server.

The server has 3 SCSI disks on the PowerEdge native SCSI bus. It also
has a floppy disk drive and a SCSI CDROM drive. Apparently the CDROM
drive cannot boot.

My questions / areas I am requesting support are:

- How to build a RAID array with the 3 SCSI disks the server has
- How to install RHEL4

Thanks in advance,

Simon

MensaWater 12-04-2007 02:33 PM

Haven't done the 4300 but have done various other Dell PowerEdge servers:

1) The CD-ROM (assuming it is working) IS something you can boot from.
-Verify in BIOS setup (usually hit F2 during boot to get to this) that the CD-ROM is in boot order BEFORE the hard drive.
-On a 1300 I had to type "ide=nodma" at the "boot:" prompt to make it recognize the CD-ROM.

2) By Native SCSI controller exactly what do you mean? Many PowerEdge servers have built in Adaptec SCSI Controller. They also often have the Dell PERC (PowerEdge Expandable RAID Controller) cards. If your drives are attached to the latter you can configure the RAID on them in the PERC's BIOS. Usually you see this AFTER the prompt for System BIOS during boot. Usually Ctrl-M at the point of the prompt for PERC's config gets you in.

It is important to note WHICH PERC you have as the earlier ones (PERC2 SC for example) are not recognized by the newer Megaraid drivers in Linux 2.6 kernels (RHEL4 has a 2.6 kernel). You have to use the Legacy driver for them. (Also there are older PERC cards made by Adaptec that have a completely different issue - doing a Google search should tell you how to use them.

3) RAID - If you have a PERC as described above you configure RAID before the Linux install using the PERC's BIOS. During install you see the one logical drive (a/k/a LUN) as a single "disk" from the OS' standpoint.
If you do NOT have a PERC then you have to create "software RAID" during the installation. (See mdadm etc... in Google searches.)

PenGUiN_6_1 12-04-2007 02:34 PM

As to the first question, Simon, there may or may not be a command available on the system that allows for RAID creation. What thing are you using at this time? If you have a Linux Live CD or a drive which supports booting (like a USB diskette drive or USB CD drive), then you can try to plug that in when the computer is on, put the Linux CD or diskette in, reset the computer, and press F12 or what key have the documentation to support the boot device. Once in the menu, elect boot of the device which the diskette is in (for instance, the boot diskette which may cause the CD to boot may be labeled the floppy drive). This will hopefully cause the Linux system (on the media) to access the CD drive (unless the CDis the boot device, in which case the system will boot to install or command).

There are several ways to create a RAID device in RHEL4 Setup. Read the documentation or look at the things that appear to be able to set it up. I believe that the RHEL4 Setup allows you to create a RAID or LVM diskette. I believe that you have to select the diskettes after clicking the RAID button (since that is, I believe, the desired thing you want), but BE CERTAIN THAT YOU HAVE THOSE DISKETTES CONFIGURED, EITHER IN YOUR HEAD OR AT THAT TIME!!! Sometimes you have to define the partitions in the Setup before you commit the RAID creation execution. Once you have that all in place, tell the Setup that you want to use the three diskettes (this is why you must have them set up, because it may ask about which partitions, how many diskettes, et cetera). Follow the instructions or options, and then set the system up and install the Linux system. Also, it is SERIOUSLY advised that with the system (in particular, RedHat) you create a /boot partition (preferrably on the mnain hard drive, preferrably on the initial partition, preferrably of type vfat, because that way you can boot other systems or if you want, other kernels), set up a ~ or /root partition (NOT one of the RAID diskettes), and then set up the others.

The RAID diskettes may be any partitions (like one on the main, three elsewhere, or whatever you want), because Linux will create a RAID device (/dev/md0 or whatever; the 'md' is for metadisk or multidisk). When set up, the system will start, and you will have the RAID device start when it does.

Does the device have to be formatted? Yes, but the software will take care of that, because when you go to set up the software, RedHat (as well as other Linux things) will format all of that when it begins the setup.

If you happen to set this up WITHOUT setting up the RAID device during Setup, then IMMEDIATELY UPON SUCCESSFUL SETUP, execute the following commands in the terminal:

makewhatis
updatedb

This way you can set it up with all of the man and info stuff organized, and you have the help on the system

I hope this helps; I have had experience with the RHEL4 and I have a System Administration book on RedHat Linux (which I recommend you purhase a bbook on it because not everything regarding help is contained in the system). Good luck with the Linuxc system, and I recommend only one usage of some of the diskettes: BACK UP ANYTHING AT ALL THAT MIGHT EVEN SCANTLY BE REGARDED POSSIBLY AS VITAL INFORMATION!!!


All times are GMT -5. The time now is 01:23 AM.