ibm flash copy, hp business copy

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

  1. #1

    Default Re: ibm flash copy, hp business copy

    [email]dfreybur@yahoo.com[/email] (Doug Freyburger) wrote in message news:<7960d3ee.0406080727.42c9875a@posting.google. com>...
    > yls177 wrote:
    > >
    > > hi, basically, both of the above in the subject line achieves the same
    > > objective using 2 san disks storage for backup/restore. any insights
    > > to the pros and cons?
    >
    > IBM flash copy does a checkpoint of the current state into a copy.
    > As changes are made, new storage must be consumed in the original
    > to preserve that snapshot, or is it new blocks must be added to the
    > snapshot. Anyways, to have a full copy that does not effect the
    > new changing state, a mirror must be made. So flash copy is fast
    > to create but it still needs a full mirror if you intend to keep
    > it around for long. In particular a reverse copy might take a
    > very short time to restore state or it might be a full reverse
    > copy depending on the state when the reverse is done.
    >
    > HP business copy does a full mirror of the current state into a
    > copy. As changes are made to the original, the business copy
    > maintains a record of what blocks change. So a reverse copy
    > only needs to rewrite the map of changed blocks. Also the next
    > forward copy only needs to copy the changed blocks. Thus the
    > initial copy will take a long time, but if your data sees 10%
    > of its blocks change each day, subsequent syncs will take 10% as
    > long as the first.
    >
    > The business copy mirror does not consume new storage as changes
    > are made the way flash, but business copy requires the copy to
    > be 100% the size of the original. So your trade-off is known
    > storage requirements that are large vs unknown storage requirements
    > that might be small.



    but in either case, we still need the 2 same SAN storage available... isnt it?
    yls177 Guest

  2. Similar Questions and Discussions

    1. Copy of Flash Player
      My PC runs Windows XP Home SP2. I am asking the following question because I am new to having more than one browser on my PC. Last Friday, I...
    2. copy pic from flash 8
      I have used a Flash 8 program to build a virtual guitar...now I want to copy the completed picture and email, print it off etc so that I can submit...
    3. Get copy of this flash file, how?
      http://distance.nmsu.edu/sop/index.html On the school page above, they have several tutorials. If you click on the link called "Reading &...
    4. cdrecord copy destroyed another windows copy !!!
      # cdrecord -msinfo dev=1,1,0 RAW/R16 0,221691 # cdrecord -msinfo dev=1,1,0 RAW/R16 44317,51858 what can be implied by those 2 messages ? How...
    5. cdrecord copy destroyed another windows NERO copy for re-writable media
      # cdrecord -msinfo dev=1,1,0 RAW/R16 0,221691 # cdrecord -msinfo dev=1,1,0 RAW/R16 44317,51858 what can be implied by those 2 messages ? How...
  3. #2

    Default Re: ibm flash copy, hp business copy

    yls177 wrote:
    > Doug Freyburger wrote:
    > > yls177 wrote:
    >
    > > > hi, basically, both of the above in the subject line achieves the same
    > > > objective using 2 san disks storage for backup/restore. any insights
    > > > to the pros and cons?
    >
    > > IBM flash copy does a checkpoint of the current state into a copy.
    > > As changes are made, new storage must be consumed in the original
    > > to preserve that snapshot, or is it new blocks must be added to the
    > > snapshot. Anyways, to have a full copy that does not effect the
    > > new changing state, a mirror must be made. So flash copy is fast
    > > to create but it still needs a full mirror if you intend to keep
    > > it around for long. In particular a reverse copy might take a
    > > very short time to restore state or it might be a full reverse
    > > copy depending on the state when the reverse is done.
    >
    > > HP business copy does a full mirror of the current state into a
    > > copy. As changes are made to the original, the business copy
    > > maintains a record of what blocks change. So a reverse copy
    > > only needs to rewrite the map of changed blocks. Also the next
    > > forward copy only needs to copy the changed blocks. Thus the
    > > initial copy will take a long time, but if your data sees 10%
    > > of its blocks change each day, subsequent syncs will take 10% as
    > > long as the first.
    >
    > > The business copy mirror does not consume new storage as changes
    > > are made the way flash, but business copy requires the copy to
    > > be 100% the size of the original. So your trade-off is known
    > > storage requirements that are large vs unknown storage requirements
    > > that might be small.
    >
    > but in either case, we still need the 2 same SAN storage available... isnt it?
    In the HP business copy case you need 200% of the original space.
    That makes it's space consumption predictable.

    In the IBM flash copy case it depends on exactly what you do.
    If you do make a complete extra copy from the checkpoint you need
    very close to 200% of the original space. If you do not make a
    complete extra copy and just depend on the checkpoint your
    consumption depends entirely on your rate of change and it has a
    worst case scenario of 200%. I have no idea what happens if you
    notice that your average amount of change is 5% therefore you use
    a flash pool that's 10% but one day you get 11% change and
    overwhelm the pool.
    Doug Freyburger Guest

  4. #3

    Default Re: ibm flash copy, hp business copy

    [email]dfreybur@yahoo.com[/email] (Doug Freyburger) wrote in message news:<7960d3ee.0406100741.6f8be09d@posting.google. com>...
    > yls177 wrote:
    > > Doug Freyburger wrote:
    > > > yls177 wrote:
    >
    > > > > hi, basically, both of the above in the subject line achieves the same
    > > > > objective using 2 san disks storage for backup/restore. any insights
    > > > > to the pros and cons?
    >
    > > > IBM flash copy does a checkpoint of the current state into a copy.
    > > > As changes are made, new storage must be consumed in the original
    > > > to preserve that snapshot, or is it new blocks must be added to the
    > > > snapshot. Anyways, to have a full copy that does not effect the
    > > > new changing state, a mirror must be made. So flash copy is fast
    > > > to create but it still needs a full mirror if you intend to keep
    > > > it around for long. In particular a reverse copy might take a
    > > > very short time to restore state or it might be a full reverse
    > > > copy depending on the state when the reverse is done.
    >
    > > > HP business copy does a full mirror of the current state into a
    > > > copy. As changes are made to the original, the business copy
    > > > maintains a record of what blocks change. So a reverse copy
    > > > only needs to rewrite the map of changed blocks. Also the next
    > > > forward copy only needs to copy the changed blocks. Thus the
    > > > initial copy will take a long time, but if your data sees 10%
    > > > of its blocks change each day, subsequent syncs will take 10% as
    > > > long as the first.
    >
    > > > The business copy mirror does not consume new storage as changes
    > > > are made the way flash, but business copy requires the copy to
    > > > be 100% the size of the original. So your trade-off is known
    > > > storage requirements that are large vs unknown storage requirements
    > > > that might be small.
    > >
    > > but in either case, we still need the 2 same SAN storage available... isnt it?
    >
    > In the HP business copy case you need 200% of the original space.
    > That makes it's space consumption predictable.
    >
    > In the IBM flash copy case it depends on exactly what you do.
    > If you do make a complete extra copy from the checkpoint you need
    > very close to 200% of the original space. If you do not make a
    > complete extra copy and just depend on the checkpoint your
    > consumption depends entirely on your rate of change and it has a
    > worst case scenario of 200%. I have no idea what happens if you
    > notice that your average amount of change is 5% therefore you use
    > a flash pool that's 10% but one day you get 11% change and
    > overwhelm the pool.


    we did a flash copy everyday. its an exact copy of our production

    cheers
    yls177 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