Forums

Resolved
0 votes
To: Anyone using ClearCenter's Remote Backup Service (aka RBS).

As you will know from an email sent out to users/customers back in early May, we transitioned our storage cloud from a DC in Toronto, CA to two EC2 instances (EU and US regions). After a bit longer 'maintenance' period than anticipated, the service is fully functioning and all encrypted data (eg. your volume backups) on the original cluster now either resides in an Amazon EU or US region EBS storage managed by ClearCenter (still encrypted with your private key), depending on your geographic region and whether you specified a preference.

All Version of ClearOS 6 (Community and Pro)

For 6.x users, if you have auto-updates on, you should have already picked up a new release for app-remote-backup...the latest version you need is 1.6.3-1.v6. You can check this via the Marketplace or command line:
rpm -qv app-remote-backup


All Versions of ClearOS 5 Enterprise Edition

For 5.x users, you may need to perform 2 additional steps to get the service to begin backups to your original data in the new location. Run the following commands depending on your situation:

If you stated a preference for backup in Europe (prior to May 15, 2015) OR you live outside of the US, run:


sed -i 's/rsb.clearsdn.com/rbs1-eu-central.clearsdn.com/g' /etc/suvad.conf
/sbin/service suvad restart


If you stated a preference for backup in the US (prior to May 15, 2015) OR you reside in the US, run:


sed -i 's/rsb.clearsdn.com/rbs1-us-east.clearsdn.com/g' /etc/suvad.conf
/sbin/service suvad restart


If you have any questions or issues, feel free to submit a support ticket to resolve any issues/questions you have.

Cheers,

Ben
Wednesday, June 10 2015, 01:33 PM
Share this post:
Responses (2)
  • Accepted Answer

    Friday, June 12 2015, 10:38 PM - #Permalink
    Resolved
    0 votes
    Keeping my own thread going ;)

    If you're running 6.x and somehow don't have 1.6.3 of the Remote Backup app, make sure to upgrade first:
    yum upgrade app-remote-backup


    B
    The reply is currently minimized Show
  • Accepted Answer

    Friday, June 12 2015, 07:55 PM - #Permalink
    Resolved
    1 votes
    If you're running version 6.x and your app has been updated to 1.6.3 and you're getting the "maintenance mode" message, run this:


    /usr/clearos/apps/remote_backup/deploy/set_zone
    /sbin/service suvad restart
    The reply is currently minimized Show
Your Reply