Koozali.org: home of the SME Server

Raid 5 with 6x500Gb

Offline stian

  • ***
  • 64
  • +0/-0
Raid 5 with 6x500Gb
« on: October 03, 2007, 09:06:49 PM »
I am trying to install sme server on a MSI G965MDH (Intel G965) with 6 x 500Gb disks attached to it. Install runs fine but rebooting when finnished install gives kernel panic.

Any idea why? I am not over the 2000Gb limit cause sme server should configure this as RAID5 with a hot spare. That will end up with exactly or a little less than 2000Gb storage. I have set jumpers at all disk to SATA1-mode and set SATA1-configuration in BIOS to ahci.

I tried it with just 4 disks, and then it works smoothly.

Link to mainboard: http://www.hardwarezone.com/articles/view.php?cid=6&id=2218

--
Stian

Offline imcintyre

  • *
  • 609
  • +0/-0
Re: Raid 5 with 6x500Gb
« Reply #1 on: October 03, 2007, 10:57:45 PM »
not being sarcastic but couldn't help notice that 500x(6-1)=2,500 Gb

Offline byte

  • *
  • 2,183
  • +2/-0
Re: Raid 5 with 6x500Gb
« Reply #2 on: October 03, 2007, 11:12:17 PM »
I am trying to install sme server on a MSI G965MDH (Intel G965) with 6 x 500Gb disks attached to it. Install runs fine but rebooting when finnished install gives kernel panic.

Could you please report bugs and potential bugs in the bug tracker, thanks!
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Offline stian

  • ***
  • 64
  • +0/-0
Re: Raid 5 with 6x500Gb
« Reply #3 on: October 04, 2007, 09:09:05 AM »

Offline SoftDux

  • *****
  • 240
  • +0/-0
    • http://www.SoftDux.com
Re: Raid 5 with 6x500Gb
« Reply #4 on: January 25, 2008, 02:37:56 PM »
so, is there a 2TB disk space limit with SME?

Offline Reinhold

  • *
  • 517
  • +0/-0
    • http://127.0.0.1
Re: Raid 5 with 6x500Gb
« Reply #5 on: January 25, 2008, 05:05:44 PM »

http://wiki.contribs.org/KnownProblems

Quote
* Anaconda doesn't support >2Tb
Installing on large storage devices will take a significant amount of work. see Bugzilla:1963

http://bugs.contribs.org/show_bug.cgi?id=1963

Regards
Reinhold
............

Offline Reinhold

  • *
  • 517
  • +0/-0
    • http://127.0.0.1
Re: Raid 5 with 6x500Gb
« Reply #6 on: January 25, 2008, 05:10:10 PM »
... and imcintyre  :grin:

RAID5  has capacity of:
 no.of.drives  -  1  -  no.of.spares

or in this case:   6 - 1 - 1 = 4 ;  4 * 500Gb = 2 Tb
(at least basically ... iow give/take marketeer-fiddling with sizes
so please stian check the -real- "Gib" capacity of the drives you use)


Regards
Reinhold
« Last Edit: January 25, 2008, 05:12:20 PM by Reinhold »
............

Offline kevinb

  • *
  • 237
  • +0/-0
Re: Raid 5 with 6x500Gb
« Reply #7 on: January 26, 2008, 05:45:24 AM »
Hi Stian,

You can install SME by typing “sme partition” at the install screen. Then you can edit the default partitions.

You will have to delete the LV’s since the text GUI does not seem to support them and recreate your RAID partitions scratch. Then you can create a RAID 1 100 Mb partition for “/boot”, a RAID 5 xxx partition for “/swap” and a RAID 5 2Tb partition for “/”.

The swap partition should be 4096 minus whatever your system RAM is or whatever you need to get your “/” partition below the 2TB limit.

Alternatively you could split the 2Tb’s into a “/” and another partition (e.g. /opt, /var, or ?).

Hope this helps.

Kevin

Offline SoftDux

  • *****
  • 240
  • +0/-0
    • http://www.SoftDux.com
Re: Raid 5 with 6x500Gb
« Reply #8 on: January 26, 2008, 06:53:32 AM »
wouldn't that make upgrades in the future a bit difficult?

Offline kevinb

  • *
  • 237
  • +0/-0
Re: Raid 5 with 6x500Gb
« Reply #9 on: January 26, 2008, 10:10:47 PM »
Softdux,

I can't image why it would. When you upgrade it does not repartition and reformat the drives.

Kevin

Offline Reinhold

  • *
  • 517
  • +0/-0
    • http://127.0.0.1
Re: Raid 5 with 6x500Gb
« Reply #10 on: January 27, 2008, 11:18:45 PM »
Quote
I can't image why it would.

I can ...
...and I really would like SHAD LORDS - the developer of that aspect of SME - to comment before you all start trying.

Regards
Reinhold
............

Offline stephen noble

  • *
  • 607
  • +1/-0
    • Dungog
Re: Raid 5 with 6x500Gb
« Reply #11 on: January 28, 2008, 01:08:51 AM »
I can ...
...and I really would like SHAD LORDS - the developer of that aspect of SME - to comment before you all start trying.

Shad is more likely to respond to a bug report that results in an improvement to code or docs

Offline kevinb

  • *
  • 237
  • +0/-0
Re: Raid 5 with 6x500Gb
« Reply #12 on: January 28, 2008, 06:41:09 AM »
OK I opened a bug report "http://bugs.contribs.org/show_bug.cgi?id=3823"

Reinhold, what do you anticipate being an issue. I would like to know so I can test it.

I did do an update from 7.2 to 7.3 on a test VM without issue and have since installed this on the production server using affa to move the data over (backup and restore). All is working well but now I have concerns.

I will try and update to 8.0 Beta on the VM machine and report my results.

Kevin