Options

Raid best practice for either esxi

phoeneousphoeneous Member Posts: 2,333 ■■■■■■■□□□
I have a spare Dell T410 that I need to convert to a production box. It will host anywhere from 5-10 vm's max. It currently has dual xeon 3ghz and 16gb 1333. It also has four 250gb 7200 sata drives that I will be replacing with sas drives. According to Dell documentation I can use the following types of hard drives:

3.5" SAS (15K rpm) 146GB, 300GB, 450GB
3.5" SAS (10K rpm) 600GB

I can't really seem to find any newer best practice info for esxi when it comes to raid. So my only question is, when choosing these hard drives, should I consider raid 5 or raid 10? One of the hosts will be a production database and the rest will be either file servers or application servers. We currently do not own a san but are looking to get one next year. Thoughts?

Comments

  • Options
    RTmarcRTmarc Member Posts: 1,082 ■■■□□□□□□□
    RAID 10. If you need the space, go for the 10k 600 GB drives. If you don't, go with the 15ks drives that will work for you.

    You could always boot from from flash for the OS if the server supports it.
  • Options
    jmritenourjmritenour Member Posts: 565
    The long and short of it is, it depends on the VMs and the I/O they will be supporting, but production DBs, you're definitely going to want RAID 10.
    "Start by doing what is necessary, then do what is possible; suddenly, you are doing the impossible." - St. Francis of Assisi
  • Options
    phoeneousphoeneous Member Posts: 2,333 ■■■■■■■□□□
    RTmarc wrote: »
    RAID 10. If you need the space, go for the 10k 600 GB drives. If you don't, go with the 15ks drives that will work for you.

    You could always boot from from flash for the OS if the server supports it.

    Thanks.

    And is it just me or is there very little information out there with regards to raid configurations for local storage for esxi?
  • Options
    TLeTourneauTLeTourneau Member Posts: 616 ■■■■■■■■□□
    phoeneous wrote: »
    Thanks.

    And is it just me or is there very little information out there with regards to raid configurations for local storage for esxi?

    I think that's because VMWare recommends everyone use shared storage to get the advanced functions.
    Thanks, Tom

    M.S. - Cybersecurity and Information Assurance
    B.S: IT - Network Design & Management
  • Options
    RTmarcRTmarc Member Posts: 1,082 ■■■□□□□□□□
    I think that's because VMWare recommends everyone use shared storage to get the advanced functions.

    Absolutely. VMware views using local storage on the same level of leprosy.
  • Options
    phoeneousphoeneous Member Posts: 2,333 ■■■■■■■□□□
    RTmarc wrote: »
    Absolutely. VMware views using local storage on the same level of leprosy.

    Yeah, but not everyone can afford sans icon_sad.gif
  • Options
    TLeTourneauTLeTourneau Member Posts: 616 ■■■■■■■■□□
    Thanks, Tom

    M.S. - Cybersecurity and Information Assurance
    B.S: IT - Network Design & Management
  • Options
    RTmarcRTmarc Member Posts: 1,082 ■■■□□□□□□□
    phoeneous wrote: »
    Yeah, but not everyone can afford sans icon_sad.gif
    I know the feeling. If you have a little cash:

    Drobo B1200i
  • Options
    TLeTourneauTLeTourneau Member Posts: 616 ■■■■■■■■□□
    Thanks, Tom

    M.S. - Cybersecurity and Information Assurance
    B.S: IT - Network Design & Management
  • Options
    jmritenourjmritenour Member Posts: 565
    RTmarc wrote: »
    Absolutely. VMware views using local storage on the same level of leprosy.

    Well, to be fair, VMware's bread and butter compared to their competitors are their HA/DRS features, and you can't take advantage of that with local storage, so it's no wonder they're indifferent toward local storage. I mean, you can run vSphere 5 with no local storage at all with autodeploy.

    That said, they do support small scale deployment with local storage shared out to the other nodes and mounted through NFS, using the VMware storage appliance. It works fairly well, if you want HA on the cheap and can't shell out for a SAN & the infrastructure to support it.
    "Start by doing what is necessary, then do what is possible; suddenly, you are doing the impossible." - St. Francis of Assisi
  • Options
    ptilsenptilsen Member Posts: 2,835 ■■■■■■■■■■
    RAID10. RAID5 is really only good for read-heavy or non-I/O heavy uses, such as an infrequently accessed file shared or a database (but not transaction log). For multiple VMDKs across multiple VMs serving general purposes, you'll definitely want RAID10.

    If you looking at a "larger" deployment, say, ten VMs or more, multiple datastores serving different needs is advised. Those SATA drives might be good for a backup target, or an infrequently accessed file server or DB, while 15K RPM SAS drives might be a better spot for a transaction log or profile redirection share.

    IMO SAN storage is the way to go if you can afford it and need it. It gives a lot more flexibility and usually provides a more available environment. That said, in a smaller environment of less than 10 servers on your virtual infrastructure, a SAN is probably an excessive solution that does not provide benefit commensurate with the complexity and cost it induces in the environment.
    Working B.S., Computer Science
    Complete: 55/120 credits SPAN 201, LIT 100, ETHS 200, AP Lang, MATH 120, WRIT 231, ICS 140, MATH 215, ECON 202, ECON 201, ICS 141, MATH 210, LING 111, ICS 240
    In progress: CLEP US GOV,
    Next up: MATH 211, ECON 352, ICS 340
  • Options
    phoeneousphoeneous Member Posts: 2,333 ■■■■■■■□□□
    Looking good so far! Also have my eye on the Netapp Fas2040.
    RTmarc wrote: »
    I know the feeling. If you have a little cash:

    Drobo B1200i
  • Options
    Forsaken_GAForsaken_GA Member Posts: 4,024
    RTmarc wrote: »
    I know the feeling. If you have a little cash:

    Drobo B1200i

    Drobo's are nice, but I'll probably never buy anything but Synology from here on out. I have a DS1511+ loaded with 2TB drives, and it's been absolutely beautiful.
  • Options
    phoeneousphoeneous Member Posts: 2,333 ■■■■■■■□□□
    Looks similar to Qnap gear. What do you use yours for?

    I need a solution that I can do replication across wan for ha/dr. Even though the drobo doesnt do this natively, I assume vsphere can?
    Drobo's are nice, but I'll probably never buy anything but Synology from here on out. I have a DS1511+ loaded with 2TB drives, and it's been absolutely beautiful.
  • Options
    TLeTourneauTLeTourneau Member Posts: 616 ■■■■■■■■□□
    phoeneous wrote: »
    <SNIP>...
    I need a solution that I can do replication across wan for ha/dr. Even though the drobo doesnt do this natively, I assume vsphere can?

    You get vMotion and HA with the standard license but to automate vMotion and for fault tolerance you need the enterprise license.
    Thanks, Tom

    M.S. - Cybersecurity and Information Assurance
    B.S: IT - Network Design & Management
  • Options
    QHaloQHalo Member Posts: 1,488
    I've not heard good things about the drobo's and VMware. Lots of disconnects and shoddy performance. I have a qnap and it works flawlessly. I've alo heard very good things about the synology boxes as well. Can't go wrong with either.
  • Options
    RTmarcRTmarc Member Posts: 1,082 ■■■□□□□□□□
    phoeneous wrote: »
    I need a solution that I can do replication across wan for ha/dr. Even though the drobo doesnt do this natively, I assume vsphere can?

    Take a look at HP/LeftHand or Dell EqualLogic. vSphere won't be able to do any replication itself. It will tie into your back-end storage and hook into its replication capabilities.

    Sounds like you need to take a look at Site Recovery Manager also.
  • Options
    meadITmeadIT Member Posts: 581 ■■■■□□□□□□
    RTmarc wrote: »
    Take a look at HP/LeftHand or Dell EqualLogic. vSphere won't be able to do any replication itself. It will tie into your back-end storage and hook into its replication capabilities.

    Sounds like you need to take a look at Site Recovery Manager also.

    Actually, version 5 of SRM (Site Recovery Manager) can do the replication by itself. It doesn't support synchronous replication, but if your RPO is 15 minutes or more, it may work for you.
    CERTS: VCDX #110 / VCAP-DCA #500 (v5 & 4) / VCAP-DCD #10(v5 & 4) / VCP 5 & 4 / EMCISA / MCSE 2003 / MCTS: Vista / CCNA / CCENT / Security+ / Network+ / Project+ / CIW Database Design Specialist, Professional, Associate
Sign In or Register to comment.