Hi there!!
I’m sorry for my ignorance but i’m just a poor amateur bitbasher
I’ve recently bought an Intel Server (i need database and web server and LAN/WAN for my shops) with embendded Server RAID II (note I bought it already mounted) it’s a Entry Server Chassis SC5299-E 550W DP/WS/BRP with Intel Server Board S5000VSA 2 Xeon quad core CPU E5405 @ 2.00GHz 4 GB of ECC Ram and 4 500GB HDs deployed in RAID 5 with the Intel RAID activation key AXXRAKSW5 …
First of all at startup the BIOS check of the RAID device is ONLINE… i have update the BIOS and RAID drivers and i have tried to install using the Intel LiveCD
I try to install openSUSE 11.1 and it works fine i could even start configuring Mysql and Apache but when i try to reboot,in order to check if mysql runs as a mysql:mysql process and that apache is chroot
ed, during the startup sequence it doesn’t find any bootable partion… the first time i have used the Partition Based suggested partioning, i tried to repair the installation and when scanning the disks it doesn’t find any Linux partion…then i tried with an LVM based partioning strategy but again when rebooting it does find some partion but i get this lines
Waiting for /dev/mapper/ddf1_4c534920202020…_part1 . no more events…done
Checking file system fsck 1.41.1(01-Sep-2008)
error on stat() /dev/mapper/ddf1_4c5349202020…part1 : No such file or directory(!!!)
error on stat() /dev/mapper/ddf1_4c5349202020…part1 : No such file or directory
fsck.ext3 : No such file or directory while trying to open /dev/mapper/ddf1_4c5…part1
/dev/mapper/ddf1_4c5…part1:
the super block could not be read or does not describe a correct ext2 filesystem. If the devie is valid and already contains an ext2 filesystem (and not swap or ufs) then the superblock is corrupt (!!) and you might trying running e2fcsk with an alternate superblock:
e2fsck -b 8193 <device>
/dev/system/home : clean 683/512064 files, 70205/2044928 blocks
blogd: no message logging because /var file system is not accessible…failed
ehci-hcd ohci-hcd uhci-hcd usb-ohci usb-uhci
fsck failed for at least one of the filesystem (not /)
repair manually and reboot.
the root file systme is already mounted read-write
…
i log in and try
e2fsck -b 8193 /dev/mapperddf1_4c5…_part2
and i get Device or resource busy while trying to open /dev/mapper/ddf1_4c…_part2
then i try
e2fsck -b 8193 /dev/mapperddf1_4c5…_part1
and i get a
boot splash: status console 0 changed to off
pass 1 : Checking inodes , blocks and sizes
…
pss 5 Checking group summary information
Free blocks count wrong for group #0 (7667, counted=3566)
Fix(y)?
y
Free blocks count wrong for group #1 (7681, counted=3131)
Fix(y)?
y
Free blocks count wrong for group #2 (7939, counted=1947)
Fix(y)?
y
Free blocks count wrong (64565, counted=49922)
Fix(y)?
y
Free inodes count wrong for group #0 (1997, counted1983)
Fix(y)?
y
Free inodes count wrong for group #2 (2008, counted1991)
Fix(y)?
y
Directories count wrong for group #2 (0, counted=1)
Fix(y)?
y
Free inodes count wrong (18061, counted= 18030)
Fix(y)?
y
/dev/mapper/ddf1_4c…_part1 *******FILE SYTEM WAS MODIFIED *************
then i tried again fsck but i get the same answer as above (try running e2fsck…).
Then i tryed again to install but i with my partion scheme i tried but in the partion manager window it DOES NOT appear my RAID, this is what i get :
/dev/mapper/ddf1_4c534920202020202…1450
/dev/mapper/ddf1_4c534920202020202…1450_part2
/dev/sda
/dev/sdb
/dev/sdc
/dev/sdd
/dev/system
/dev/system/home (ext3)-> note that during startup it was seen as an ext2 filesystem???
/dev/system/root (ext3)
/dev/system/swap (Swap)
because i have already made an installation
in unused device i get
/dev/mapper/ddf1_4c534920202020202…1450_part1
/dev/system/home
/dev/system/root
in RAID i get nothing!
and if i try to Add Raid it finds just
/dev/mapper/ddf1_4c534920202020202…1450_part1
and nothing else
I don’t know what to do (so i tried to reinstall using the BIOS partioning option:
Completed the installation i restart from WITHIN the OS and i get this error message while rebooting
RAID set “ddf1_4c…” was activated
trying manual resume from /dev/disk/by-id/raid-ddf1_4c…_part6
resume device /dev/disk/by-id/raid-ddf1_4c…_part6 not found (ignoring)
trying manual resume from /dev/disk/by-id/raid-ddf1_4c…_part6
resume device /dev/disk/by-id/raid-ddf1_4c…_part6 not found (ignoring)
trying manual resume from /dev/disk/by-id/raid-ddf1_4c…_part7
waiting for device /dev/disk/by-id/raid-ddf1_4c…_part7 to appear … Could not find
dev/disk/by-id/raid-ddf1_4c…_part7
Want me to fall back to dev/mapper/ddf1_4c…_part7 ? (Y/n)
Y
Waiting for device dev/mapper/ddf1_4c…_part7 to appear… not found exiting to /bin/sh
What should i do???
Help please.