| Express5800/R120d-1M | |
| Distribution | Ubuntu 10.04.4 LTS (amd64) ( KERNEL 2.6.32-38 ) |
| Meanings of letters |
| A ---Function without third party drivers B ---Function with third party drivers C ---Not function D ---Not supported blank---Not tested |
| OS Installation / Basic operation / Backup Devices |
| Model | UP |
| Code | Model |
|---|---|
N8100-1786Y N8100-1787Y N8100-1788Y N8100-1789Y N8100-1790Y N8100-1791Y |
Express5800/R120d-1M Intel® Xeon® Processor E5-2609 (2.40GHz,4C/4T ) Intel® Xeon® Processor E5-2630L (2GHz ,6C/12T) Intel® Xeon® Processor E5-2640 (2.50GHz,6C/12T) Intel® Xeon® Processor E5-2650L (1.80GHz,8C/16T) Intel® Xeon® Processor E5-2670 (2.60GHz,8C/16T) Intel® Xeon® Processor E5-2690 (2.90GHz,8C/16T) |
| OS Installation | UP |
-Hardware configuration
| Configuration | Drive | Outline |
|---|---|---|
| 1 | LSI RAID 2.5-inch drive |
N8103-149 RAID Controller(512MB, RAID0/1) Additional HDD |
| 2 | LSI RAID 2.5-inch drive |
N8103-150 RAID Controller(512MB, RAID0/1/5/6) Additional HDD |
| 3 | LSI RAID 2.5-inch drive |
N8103-151 RAID Controller(1GB, RAID0/1/5/6) Additional HDD |
| Checklist | Result | Comment |
|---|---|---|
| Conf1,2,3 | ||
| OS installation | A (*1,2) |
Boot from distribution's CD/DVD media. |
| Making partitions | 14 | Using the whole drive |
| Hard Drives | A | Copy and compare data files. |
| Availability of Degraded RAID | A | I/O access, reboot |
| Rebuild of Degraded RAID | A | I/O access, reboot |
| I/O access running | 12h (*3) |
The running time |
| Reboot | 10 (*4,5) |
The number of times. |
(*1)
You need to create a RAID driver beforehand by another development environment.
Ubuntu-server needs two the drivers, for generic kernel and for server kernel. Ubuntu-desktop needs only the driver for generic kernel.
* Making the driver -- Driver created in the steps below can be got from here.* Installation
- Download Ubuntu_10.04_LTS_05.30.zip the deiver package from LSI.
- Take out megaraid_sas-v00.00.05.30-src.tgz from the package.
- Execute the following comands in the 2.6.32-38-generic development environment. The megaraid_sas.ko will be created.
$ sudo -s
# cd /usr/src
# ln -s linux-headers-2.6.32-38 linux
# tar zxvf megaraid_sas-v00.00.05.30-src.tgz
# cd megaraid-sas-v00.00.05.30
# make -C /lib/modules/2.6.32-38-generic/build/ M=`pwd`
- Ubuntu-server needs the megaraid_sas.ko for server kernel. Execute above steps in 2.6.32-38-server development environment.
- Copy the driver(s) in the USB storage.
In the following, it is assumed that generic/megaraid_sas.ko is for generic kernel, server/megaraid_sas.ko is for server kernel in the USB storage.(*2)
- When the installer starts up, go to the console by pressing Ctl + ALT + F2.
- If "$" prompt appears, conduct the following command.
$ sudo -s- Connect the USB storage that contains the megaraid_sas.ko, check the drive letter of the USB storage (such as /dev/sde) by the following command. In the following, it is assumed that it is '/dev/sde'.
# dmesg | grep ' sd'- Execute the following comands.
# mount -t vfat /dev/sde1 /mnt
# cp -f /mnt/generic/megaraid_sas.ko /lib/modules/2.6.32-38-generic/kernel/drivers/scsi/megaraid/
# modprobe megaraid_sas
- Ubuntu-server needs followings, additionally.
# mkdir -p /lib/modules/2.6.32-38-server/kernel/drivers/scsi/megaraid/
# cp -f /mnt/server/megaraid_sas.ko /lib/modules/2.6.32-38-server/kernel/drivers/scsi/megaraid/
- Remove the USB storage after the next command.
# umount /mnt
- Return to the installer by pressing ALT + F7 or Alt + F1, continue with the installation.
- When "Installation complete" appears, don't restart and go to the console again with Ctl + ALT + F2.
- If ubuntu-desktop, execute the following comands.
# cd /lib/modules/2.6.32-38-generic/kernel/drivers/scsi/megaraid/
# cp -f megaraid_sas.ko /target/lib/modules/2.6.32-38-generic/kernel/drivers/scsi/megaraid/
# cd /target/boot
# mkinitramfs -k -o initrd.img-2.6.32-38-generic
- If ubuntu-server, execute the following comands.
# cd /lib/modules/2.6.32-38-server/kernel/drivers/scsi/megaraid/
# cp -f megaraid_sas.ko /target/lib/modules/2.6.32-38-server/kernel/drivers/scsi/megaraid/
# chroot /target
# cd /boot
# mkinitramfs -k -o initrd.img-2.6.32-38-server 2.6.32-38-server
* Warning that "grep: /proc/modules: No such file or directory" is displayed, but can be ignored.- Return to the installer by pressing ALT + F7 or Alt + F1 and complete the installation.
Updating the LAN drivers
*On Board LAN Controller( tg3: -> 3.122n )(*3)
- You need development environment such as gcc.
- Download linux-3.122n.zip the driver for BCM5718 from Broadcom.
- Copy the driver package to /tmp.
- Execute the following comands.
# cd /tmp
# unzip linux-3.122n.zip
# cd Server/Linux/Driver
# tar zxvf tg3-3.122n.tar.gz
# cd tg3-3.122n/
# make
# make install
# modprobe -r tg3
# modprobe tg3- Update the initrd image.
ex. # mkinitramfs -o /boot/initrd.img-2.6.32-38-generic- Reboot and configure networking.
If the I/O load is very high and the amount of memory is small, Call Trace may be logged in the syslog .
(*4)
The following message is registered in the syslog on each boot.
Not enabling x2apic, Intr-remapping init failed.
ACPI Error: No handler for Region [OEM2] (f74172d0) [IPMI] (20090903/evregion-319)
ACPI Error: Region IPMI(7) has no handler (20090903/exfldio-295)
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PMI0._PMM] (Node f7416ba0), AE_NOT_EXIST
(*5)
The system may stop in the middle of the boot with the following display in rare cases. You must push the DC button to recover.
run-init: nuking initarmfs contents: Directory not empty
[ X.XXXXXX ] kernel panic -not syncing: Attempted to kill init!
| Basic operation | UP |
| Checklist | Result | Comment |
|---|---|---|
| X Window System | A | 1024x768, thousands colors. |
| Mouse/keyboard | A | Test on X Window System. |
| Built-in LAN ports | B | ssh and ftp |
| CPU information | A | cat /proc/cpuinfo |
| Memory information | A | cat /proc/meminfo |
| Main memory size | 16 | Tested size. (GB) |
| Optical disk drive | A | Copy and compare data files. |
| Floppy drive | A | |
| Serial port | A | Configure to login. |
| Remote Management | EXPRESSSCOPE Engine (Integrated remote media and KVM over IP) *You need a license key for these functions. |
| Backup Devices | UP |
-Hardware configuration
| Connection | Code | Model/Device | Driver |
|---|---|---|---|
| Conn1 | N8103-107 | Additional SCSI Controller (U320) | aic79xx |
| Conn2 | - | USB controller (USB2.0) | - |
| Conn3 | N8103-104A | Additional SAS Controller (PCIe x8) | mptsas |
| Checklist | Result | Comment | ||
|---|---|---|---|---|
| Conn1 | Conn2 | Conn3 | ||
| Backup, Restore | A | tar command | ||
| Reboot | 5 | The number of times. | ||
| go back | UP |