Visit Open-E website
Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Open-E DSS Replication

  1. #11

    Default

    That is correct. Also, the main iscsi open-e box was also (block-level) replicated to another open-e iscsi box through a point-to-point connection between the two iscsi boxes. (In other words, this block-level replication was accomplished without the intervention of the red-hat server.)

  2. #12

    Default

    Right, that looks like what we may end up doing at this time. Thanks for the information.

  3. #13

    Default

    Hey Tom,

    I came up with one new question. Does replication only work between 2 Open-E boxes or can I mount any iSCSI target in Open-E and replicate to that LUN?

  4. #14

    Default

    Quote Originally Posted by amscanada
    Hey Tom,

    I came up with one new question. Does replication only work between 2 Open-E boxes or can I mount any iSCSI target in Open-E and replicate to that LUN?
    Sorry Todd, I wrote Tom by mistake.

  5. #15

    Default

    No worries on the name . With Volume Replication (Block level) combinations are DSS to DSS or DSS to iSCSI R-3 Enterprise. With Data Replication (rsync) DSS to DSS, DSS to NAS R-3 Enterprise and or any other Linux system.

    rsync command used to synchronize from your operating system to Open-E
    server can look similar to this:

    cd $SOURCE_DIR
    export RSYNC_PASSWORD=${PASSWORD}
    rsync -raRx --acls --xattrs --whole-file --delete --force "./"
    "$LOGIN@$RSYNC_DEST_IP::$DEST_SHARE"

    rsync command used to synchronize from Open-E server to your operating
    system (executed on your operating system) can look similar to this:

    cd $DEST_DIR
    export RSYNC_PASSWORD=${PASSWORD}
    rsync -raRx --acls --xattrs --whole-file --delete --force
    "$LOGIN@$RSYNC_DEST_IP::$SOURCE_SHARE" "./"
    All the best,

    Todd Maxwell


    Follow the red "E"
    Facebook | Twitter | YouTube

Posting Permissions

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