Forum Discussion

zaadss's avatar
zaadss
Level 3
16 years ago

Multistreaming and Multiplexing

In windows its easy to select the Multistreaming and multiplexing option.What abt enabling these settings in unix/linux/sun Os?

Where can we get the commands for these kind of issues,mentioning the scenario.I am aware of the Admin guide but it gives only the briefing of commands not the scenario.

If possible plz put the Links/Urls which may have answers for the scenarios's

Thanks in Advance

  • What is the difference between multiplexing and multistreaming?

    http://support.veritas.com/docs/235028

    Details:
     

    Multiplexing sends data from multiple clients to a single tape drive.  
    This is useful for low end clients with slow throughput (such as over a slow network connection). Since these clients cannot send data fast enough to keep the tape drive busy, multiplexing will allow backups of multiple clients to send data to a single tape drive simultaneously. Multiplexing is the process of alternately sending (interleaving) data. In this case, alternately writing or interleaving multiple clients data to a single tape.

    Multistreaming sends data from a single client to multiple tape drives.
    Multistreaming is on the other end of the spectrum where there is a high-end client and throughput that is greater than a tape drive can handle. Multistreaming allows multiple backups (streams) of a single client to occur simultaneously to multiple tape drives.

    Multiplexing and multistreaming can be used together. The right combination can reduce backup times of large clients. Be aware that multiplexing will reduce the performance of restores. The larger the multiplexing factor, the greater the impact on restore performance.

    Care should be taken to ensure that more than one stream does not access one physical disk at the same time, as this can cause "disk head thrashing" and may eventually lead to disk failure.
     

     ----------

    Multistreaming can and should be used on ANY platform where you are experiencing extremely large filesystems. It is far better to backup smaller images than 1 huge image. Think about a 500GB server which is not that uncommon. If you can set up multistreaming to do 5 streams at 100GB in each stream then you can cut down the time by 1/5 the time to complete the backup. If one stream fails than this smaller 100GB stream is all that needs to be rerun. Meanwhile the other 400GB from the 4 streams that were successfull will not have to be rerun.

    Multiplexing helps to keep the tape drive continuosly writing data and overall speeds up the backup time. it also helps prevent wear and tear on the tape drive heads as shoe-shining is minimized and sometimes eliminated if you can get a good enough amount of data pumped to the tape drives.

     

5 Replies

  •  

    look at pages 131 and 132 in this document

    Veritas NetBackup (tm) Enterprise Server / Server 6.0 Backup Planning and Performance Tuning Guide for UNIX, Windows, and Linux. This also covers tuning on NetBackup components such as NOM (NetBackup Operations Manager).

    http://seer.entsupport.symantec.com/docs/281842.htm

     

     

  • What is the difference between multiplexing and multistreaming?

    http://support.veritas.com/docs/235028

    Details:
     

    Multiplexing sends data from multiple clients to a single tape drive.  
    This is useful for low end clients with slow throughput (such as over a slow network connection). Since these clients cannot send data fast enough to keep the tape drive busy, multiplexing will allow backups of multiple clients to send data to a single tape drive simultaneously. Multiplexing is the process of alternately sending (interleaving) data. In this case, alternately writing or interleaving multiple clients data to a single tape.

    Multistreaming sends data from a single client to multiple tape drives.
    Multistreaming is on the other end of the spectrum where there is a high-end client and throughput that is greater than a tape drive can handle. Multistreaming allows multiple backups (streams) of a single client to occur simultaneously to multiple tape drives.

    Multiplexing and multistreaming can be used together. The right combination can reduce backup times of large clients. Be aware that multiplexing will reduce the performance of restores. The larger the multiplexing factor, the greater the impact on restore performance.

    Care should be taken to ensure that more than one stream does not access one physical disk at the same time, as this can cause "disk head thrashing" and may eventually lead to disk failure.
     

     ----------

    Multistreaming can and should be used on ANY platform where you are experiencing extremely large filesystems. It is far better to backup smaller images than 1 huge image. Think about a 500GB server which is not that uncommon. If you can set up multistreaming to do 5 streams at 100GB in each stream then you can cut down the time by 1/5 the time to complete the backup. If one stream fails than this smaller 100GB stream is all that needs to be rerun. Meanwhile the other 400GB from the 4 streams that were successfull will not have to be rerun.

    Multiplexing helps to keep the tape drive continuosly writing data and overall speeds up the backup time. it also helps prevent wear and tear on the tape drive heads as shoe-shining is minimized and sometimes eliminated if you can get a good enough amount of data pumped to the tape drives.

     

  • "...

    How is it easy on Windows and hard on unix/linux? Isn't it exactly the same?

    ..."

    Can see where you're coming from there TimBur! I was reading it as GUI/CUI differences, but ...