User Tools

Site Tools


Sidebar

General Lab Info (Mainly for Devs)

Hardware

Lab Infrastructure Services

Misc Admin Tasks
These are infrequently completed tasks that don't fit under any specific service

Production Services

OVH = OVH
RHEV = Sepia RHE instance
Baremetal = Host in Sepia lab

The Attic/Legacy Info

hardware:apama

This is an old revision of the document!


apama{001,002}

Summary

apama001 and apama002 are two nodes in an HP SL4540 Gen8 chassis.

As of this writing, they need to be reinstalled with (probably*) Fedora and added to the longrunningcluster.

The iLOs are accessible but the java KVM is mostly useless since our lack of Enterprise License causes it to quit after POST.

I'm working on updating the firmware on them so F23 can actually be installed without the Red Screen of Death.

* Fedora because it's good to have multiple OSes running OSDs in the same cluster.

Hardware Specs

Count Manufacturer Model Capacity Notes
Chassis N/A HP ProLiant SL4540 Gen8 N/A
Mainboard N/A HP Not Specified N/A
CPU 2 Intel Xeon(R) CPU E5-2407 0 @ 2.20GHz N/A ARK
RAM 12 DIMMs Not Specified Not Specified 4GB 48GB total
HDD 1x HP MM0500GBKAK 500GB
HDD 26x HP LOGICAL VOLUME (?) 3TB Labelled as Logical Volumes in smartctl output
SSD 0
NIC 2 Intel I350 Gigabit Network Connection 1Gb
NIC 1 Mellanox MT27500 40Gbps? Not connected
BMC 1 HP iLO Firmware 1.13

These also have 10Gb SFP+ ports that are cabled but may need switch port configuration. Probably useful to have before re-adding to cluster.

Quirks

I was able to install Fedora23 on apama001 but still got Red Screen of Death and “Illegal Opcode” after grub tries to boot the OS.

What fixed it was finding the proper root drive and manually booting to it in a grub rescue prompt. See below.

grub> ls (hd0,msdos1)/boot

vmlinuz-4.2.3-300.fc23.x86_64 System.map-4.2.3-300.fc23.x86_64 config-4. 2.3-300.fc23.x86_64 initramfs-4.2.3-300.fc23.x86_64.img initramfs-0-rescue-ba8d c4c42e5a4ec483a635961112dfd8.img vmlinuz-0-rescue-ba8dc4c42e5a4ec483a635961112d fd8 initrd-plymouth.img                                                         

grub> set root=(hd0 <tab>
Possible partitions are:

Device hd0: No known filesystem detected - Sector size 512B - Total size        488386584KiB

Partition hd0,msdos1: Filesystem type ext* - Last modification time     2016-05-03 18:11:21 Tuesday, UUID 4390d2e3-3154-4855-8ad4-8417c430d982 -        Partition start at 1024KiB - Total size 488385536KiB                                                                                                            
grub> set root=(hd0,msdos1)
grub> linux /boot/vmlinuz-4.2.3-300.fc23.x86_64 root=/dev/sda1
grub> initrd /boot/initramfs-4.2.3-300.fc23.x86_64.img
grub> boot
hardware/apama.1462301700.txt.gz · Last modified: 2016/05/03 18:55 by dgalloway