Whats the best way to calculate RAID levels?

Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default Whats the best way to calculate RAID levels?

    Anyone have any tips/tricks/links on the best way to get the most bang
    for you buck when it comes to sizing systems that will need RAID 5?

    It seems I am always taken by surprise and have a lot less space than
    I think I am going to have when either getting new systems or laying
    out existing ones.

    I use Veritas Volume manager and some of the systems are using RAID 5
    and some are using Stripe Pro...is there a reliable formula that I can
    use for estimating how much "ususable" space we will have with X
    amount of disks in X layout?
    Tonij Guest

  2. Similar Questions and Discussions

    1. Trying to Calculate Fields
      I am trying to create a course registration website and I need to show how many seats remain in a course. I am using Access 2000 and DWMX2004(ASP...
    2. Calculate values
      Hello I have a form with 26 fields and am trying to use a function for calculating a particular quantity. The user enters two values...
    3. Calculate Age from DOB
      I need a calculation that indicates how old (based on the DOB field) someone is in years /months/days. I'd be grateful for years and months only if...
    4. [linux-raid] Problem converting raid-5 array from 2.2.17 into 2.4.22
      Hi, I used to have the following array: # mdtab entry for /dev/md0 /dev/md0 raid5,128k,0,93fa4522 /dev/hda3 /dev/hdb1 /dev/hdc1...
    5. Calculate next available IP
      Is there a module, or a readily available algorithm, for calculating the next available IP Address? Let's say I have an array...
  3. #2

    Default Re: Whats the best way to calculate RAID levels?

    [email]tonij67@hotmail.com[/email] (Tonij) wrote in message news:<358db3cc.0407231334.1f4c0a8e@posting.google. com>...
    > Anyone have any tips/tricks/links on the best way to get the most bang
    > for you buck when it comes to sizing systems that will need RAID 5?
    >
    > It seems I am always taken by surprise and have a lot less space than
    > I think I am going to have when either getting new systems or laying
    > out existing ones.
    >
    > I use Veritas Volume manager and some of the systems are using RAID 5
    > and some are using Stripe Pro...is there a reliable formula that I can
    > use for estimating how much "ususable" space we will have with X
    > amount of disks in X layout?
    Roughly, from a n-column RAID 5 configuration, you could get near
    (n-1)/n * 100% the total size. For a stripe-pro configuration, you
    could get near 50% the size of total space.
    UnixFan Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139