Results 1 to 6 of 6

Thread: Exchange design with SAN

  1. #1
    Lazo Basic Guest

    Exchange design with SAN

    Im thinking of having 4 mail stores in the same attached SAN disk, what do
    you think I should do with the Tlogs.

    This is my plan.


    HP servers DL380 X 2 clustered with REID 5 in each for the OS and Exchange
    2003

    100 Gb of SAN disk for the 4 mail stores 25gb each

    Seperate SAN disk 20GB for Tlogs


    Is there a point of creating a seperate drive for Tlogs on SAN disk. Its a
    HDS SAN.


    PleaseHelp

  2. #2
    Magik Guest
    If you want to use certain snap tools you will have to have the logs on
    another SAN disk. We have an EMC SAN and had to have them separate if
    we wanted to make a BCV snapshot and backup that snapshot instead of
    the live data.

    Magik

  3. #3
    Lazo Basic Guest
    Phisucaly its all one disk I can create diferent drives. Can you think of
    any other risens for apart from backup.
    "Magik" <rickglover@paulhastings.com> wrote in message
    news:1114095304.701007.44700@z14g2000cwz.googlegro ups.com...
    If you want to use certain snap tools you will have to have the logs on
    another SAN disk. We have an EMC SAN and had to have them separate if
    we wanted to make a BCV snapshot and backup that snapshot instead of
    the live data.

    Magik

  4. #4
    Al Mulnick Guest
    The two main reasons you want to separate LOG files: = Performance and
    recoverability. In terms of performance, even a mighty san has to worry
    about the rotational latencies of a physical spindle no matter how much
    cache you throw at it. For what it's worth, log files typically are a
    sequential write operation (something like 90-99% of the time excluding
    backup times depending) meaning that cache can help here if you have it in
    the SAN. Just keep in mind that when cache fills, it has to go somewhere
    else stop the writes until it flushes. That indicates that it will stop or
    severely slow your user population on the server in many cases.

    For recoverability, log files are far more important than the db itself in
    most DR scenarios. You want to protect those as much as possible.

    I am curious why you would put the OS and Exchange binaries (presumably the
    temp and swap files as well) on a RAID 5 partition. That seems a bit odd in
    that configuration to me when you could be using RAID 1 for much of that.

    Al





    "Lazo Basic" <l_basic.Nospam.hotmail.com> wrote in message
    news:%23sN8VOoRFHA.3076@TK2MSFTNGP14.phx.gbl...
    Phisucaly its all one disk I can create diferent drives. Can you think of
    any other risens for apart from backup.
    "Magik" <rickglover@paulhastings.com> wrote in message
    news:1114095304.701007.44700@z14g2000cwz.googlegro ups.com...
    If you want to use certain snap tools you will have to have the logs on
    another SAN disk. We have an EMC SAN and had to have them separate if
    we wanted to make a BCV snapshot and backup that snapshot instead of
    the live data.

    Magik


  5. #5
    Lazo Basic Guest
    Thanks for your advice Al.

    What configuration do you recomend for the two DL380 with 3*36GB HDD for OS
    and Exchange including the swap & temp file

    "Al Mulnick" <amulnick_No_SPAM@ncDOTrr.com> wrote in message
    news:O5Hf40zRFHA.3972@TK2MSFTNGP14.phx.gbl...
    The two main reasons you want to separate LOG files: = Performance and
    recoverability. In terms of performance, even a mighty san has to worry
    about the rotational latencies of a physical spindle no matter how much
    cache you throw at it. For what it's worth, log files typically are a
    sequential write operation (something like 90-99% of the time excluding
    backup times depending) meaning that cache can help here if you have it in
    the SAN. Just keep in mind that when cache fills, it has to go somewhere
    else stop the writes until it flushes. That indicates that it will stop
    or
    severely slow your user population on the server in many cases.

    For recoverability, log files are far more important than the db itself in
    most DR scenarios. You want to protect those as much as possible.

    I am curious why you would put the OS and Exchange binaries (presumably
    the
    temp and swap files as well) on a RAID 5 partition. That seems a bit odd
    in
    that configuration to me when you could be using RAID 1 for much of that.

    Al





    "Lazo Basic" <l_basic.Nospam.hotmail.com> wrote in message
    news:%23sN8VOoRFHA.3076@TK2MSFTNGP14.phx.gbl...
    Phisucaly its all one disk I can create diferent drives. Can you think
    of
    any other risens for apart from backup.
    "Magik" <rickglover@paulhastings.com> wrote in message
    news:1114095304.701007.44700@z14g2000cwz.googlegro ups.com...
    If you want to use certain snap tools you will have to have the logs on
    another SAN disk. We have an EMC SAN and had to have them separate if
    we wanted to make a BCV snapshot and backup that snapshot instead of
    the live data.

    Magik




  6. #6
    Al Mulnick Guest
    Recommend?
    What are the choices there? You can pretty much just create a mirror,
    raid5, or raid0 configuration out of that. Raid5 would be silly because of
    the write penalty associated with the parity checking. Raid0 might work,
    but then, what would be the point? Space? Mirror would be the likely
    choice because of the speed/protection benefits. Space would be limited and
    because it's a 380, you're likely not interested in scalability either.
    Swap/Temp files aren't going to impact as much as a larger system.

    Since it's a 380, my preference would be add some more spindles in many
    situations. That way I can off-set some of the risks of disk loss and
    maintain some of the performance benefits of multiple spindles.

    Al


    "Lazo Basic" <l_basic.Nospam.hotmail.com> wrote in message
    news:%235MZjoWSFHA.3076@TK2MSFTNGP14.phx.gbl...
    Thanks for your advice Al.

    What configuration do you recomend for the two DL380 with 3*36GB HDD for
    OS
    and Exchange including the swap & temp file

    "Al Mulnick" <amulnick_No_SPAM@ncDOTrr.com> wrote in message
    news:O5Hf40zRFHA.3972@TK2MSFTNGP14.phx.gbl...
    The two main reasons you want to separate LOG files: = Performance and
    recoverability. In terms of performance, even a mighty san has to worry
    about the rotational latencies of a physical spindle no matter how much
    cache you throw at it. For what it's worth, log files typically are a
    sequential write operation (something like 90-99% of the time excluding
    backup times depending) meaning that cache can help here if you have it
    in
    the SAN. Just keep in mind that when cache fills, it has to go somewhere
    else stop the writes until it flushes. That indicates that it will stop
    or
    severely slow your user population on the server in many cases.

    For recoverability, log files are far more important than the db itself
    in
    most DR scenarios. You want to protect those as much as possible.

    I am curious why you would put the OS and Exchange binaries (presumably
    the
    temp and swap files as well) on a RAID 5 partition. That seems a bit odd
    in
    that configuration to me when you could be using RAID 1 for much of that.

    Al





    "Lazo Basic" <l_basic.Nospam.hotmail.com> wrote in message
    news:%23sN8VOoRFHA.3076@TK2MSFTNGP14.phx.gbl...
    Phisucaly its all one disk I can create diferent drives. Can you think
    of
    any other risens for apart from backup.
    "Magik" <rickglover@paulhastings.com> wrote in message
    news:1114095304.701007.44700@z14g2000cwz.googlegro ups.com...
    If you want to use certain snap tools you will have to have the logs
    on
    another SAN disk. We have an EMC SAN and had to have them separate if
    we wanted to make a BCV snapshot and backup that snapshot instead of
    the live data.

    Magik






Similar Threads

  1. Question about exchange design
    By Douglas in forum Deploy
    Replies: 3
    Last Post: 06-15-2005, 06:00 PM
  2. Exchange Antivirus design
    By Tim in forum Deploy
    Replies: 3
    Last Post: 03-30-2005, 03:54 PM
  3. Exchange Storage Design
    By Wayne in forum Deploy
    Replies: 0
    Last Post: 02-26-2005, 02:04 PM
  4. design active directory for exchange
    By sec in forum Deploy
    Replies: 1
    Last Post: 12-27-2004, 11:24 AM
  5. Design to upgrade to Exchange 2003
    By kit leung in forum Deploy
    Replies: 1
    Last Post: 09-09-2004, 10:23 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other forums: Access Forum - Microsoft Office Forum - CAD Forum