User Tools

Site Tools


computing:backup:storegrid

Vembu StoreGrid

Installation

Firewall

Linux Server (Centos 5)

yum install unzip perl compat-libstdc++-33

wget http://account.vembu.com/products/storegrid/sp/201202420/StoreGridSetup_4_2_0_SP.sh

sh ./StoreGridSetup_4_2_0_SP.sh

Management

Web browser access: https://app1.sonoracomm.com:6061

If you are managing a Linux client remotely, you can forward the necessary port using your SSH session with '-L' option:

ssh -l root -p 2222 -L 6061:localhost:6061 remote.server.tld

https://localhost:6061/

Storage Location

http://storegrid.vembu.com/online-backup/sp-help/configure-storage-location.html

Can be set:

  • Per server
  • Per reseller
  • Per customer
  • Per client

Mount additional drives to:

  • /Backup/disk1
  • /Backup/disk2
  • etc.

Disk performance:

  • Mount directories with options
    • EXT3 - noatime,nodiratime
    • XFS - noatime,nodiratime,logbufs=8

Clients

Uninstall

:!: This will also delete all files in the 'storegrid' user home directory!

/home/storegrid/Vembu/StoreGrid/uninstall.sh

userdel -r storegrid

SME 8

yum install compat-libstdc++-33

wget http://account.vembu.com/products/storegrid/spclient/vembu/201210421/VembuStoreGrid_4_2_1_SP_RH_Client_Only.zip

unzip VembuStoreGrid<tab>

./VembuStoreGrid<tab>

Choose Option 1 (create storegrid user with 'root' privileges).

Use standard router password for the 'storegrid' user.

Create a 'Web Admin' account using 'admin' and same password as for 'storegrid' user (standard router password).

Pre-Backup and Post-Backup Scripts

Under Advanced Options, set these:

Advanced Backup Schedule Settings (tab):

  • Enable Perform Synthetic Full Backup…

Pre & Post Backup Commands (tab):

  • Add the two following pre and post commands:
/etc/e-smith/events/pre-backup/S20mysql-dump-tables
/etc/e-smith/events/post-backup/S10mysql-delete-dumped-tables

Troubleshooting

Image Backup and Restore

Backup

https://storegrid.vembu.com/online-backup/sp-help/PageHelp/bmr-backup-configuration.html#Configure-Backup-Schedule

This will require the installation of the Image Backup driver and reboot of PC being imaged.

On the PC to be imaged right click the Vembu StoreGrid icon in System Tray and select StoreGrid Web Console. From the top menu:

  1. Go to Backup
  2. Add Plugin Backups
  3. Disk Image

If the driver has not been installed this will give a link to download and install the driver. If the driver has been installed it will give the Image Backup Schedule setup.

Restore

computing/backup/storegrid.txt · Last modified: 2012/12/11 12:24 (external edit)