Index


Overview

Statseeker supports local and remote backup regimes and backups may be both scheduled and initiated manually.

Note:

  • It is strongly recommended that a local backup configuration only be used as a temporary measure. In the event of a disk failure not only will you lose your existing Statseeker installation, but also all backup data. DO NOT store your Statseeker backup files on your Statseeker server.
  • Be sure to copy any locally stored backup files off from the Statseeker server prior to performing an upgrade or fresh installation on the server
  • Only restore backups of the same version as the current server. Backup files from other versions may not have the required data structure to work correctly with your Statseeker server.

[top]

Virtual Machine Snapshots

If you are running Statseeker on an VM, it is strongly advised that you do not use VM snapshots as an alternative to creating Statseeker backups.

If you must rely on a snapshot for backup and restoration purposes, then it is imperative that you DO NOT snapshot a live (running) Statseeker server, instead cleanly shutdown the server prior to creating the snapshot. Failure to do so can result in database corruption leading to everything from data loss to a dead server.

To shutdown the server correctly:

  • Log in to your Statseeker server via telnet, ssh or directly
  • From the command prompt enter ssadmin and enter the root user password if prompted

This will display the ssadmin menu, offering access to the different areas of functionality.

  • Select 8. Operating System
  • Select 3. Shutdown Server
  • Monitor the Statseeker server state in the VM host, and once it has shutdown create the snapshot

[top]


Backing up your current Statseeker Installation

To backup your current Statseeker installation:

  • From the NIM Console, select Administration Tool > Statseeker Administration > Backup/Restore
  • Click Edit (top-right)
  • Select the Method
    • local - the backup will be saved to a specified local directory on the Statseeker server
    • ftp - Statseeker will open an ftp connection and write the backup file directly to specified directory on the destination server
    • ssh - Statseeker will open an ssh connection and write the backup file directly to specified directory on the destination server
    Note: prior to using ssh to connect to the destination server, the destination server will need to be configured to accept a password-less ssh connection from the Statseeker server.
  • Specify the backup destination path and any credentials required to access that path as required by the selected Method
  • Specify the Cycle Count (the number of backups to keep) and Start Time
Note:

  • If saving the latest backup would result in the number of stored backups exceeding the Cycle Count, the oldest backup will be deleted prior to saving to latest
  • If there is not sufficient storage space on the backup destination, then the backup will fail. Select the destination, and set the Cycle Count, to satisfy both your backup requirements and your storage constraints
  • Click Save
  • The backup configuration will be saved and the form returned to the non-editable Display mode.

  • You can test the configuration to ensure that the credentials supplied are valid and will provide write access to the specified destination directory (local backups use the statseeker user account).
    • Click Test
    • Select a size for the test backup and click Test
    • The backup configuration will be tested and the results displayed.

  • Once you are satisfied with the configuration:

  • Click Edit
  • Click Manual Backup
  • A confirmation dialog will be displayed.

  • Click Yes
  • The backup will begin and the progress will be displayed. Once the backup is complete you can Verify the resulting backup file.

[top]


Stopping a Running Backup Process

The Administration Tool offers the ability to stop a running Backup process.

  • From the NIM Console, select Administration Tool > Statseeker Administration > Backup/Restore
  • Click Edit (top-right)

Progress through the currently running backup process will be displayed along with the option to stop this process. The process cannot be resumed once halted, but can be restarted manually or according to the configured backup schedule.

  • Click Stop Backup to halt the backup process.

[top]


Scheduling Automated Backups

To schedule the backup process:

  • From the NIM Console, select Administration Tool > Statseeker Administration > Backup/Restore
  • Click Edit (top-right)
  • Use the check-boxes to specify on which days the backup should be run
  • Clicking in the Start Time field will display a time-selector.

  • Specify a Start Time using the selector or manually enter a time
  • Optionally enter an email address to receive notifications resulting from the automated backup process.
  • Note: you will need to configure Statseeker to be able to send email notifications, this is managed from Administration Tool > Statseeker Administration > Email Configuration
  • Click Save

[top]


Restoring Statseeker from a Backup

To restore Statseeker from a previously created backup:

  • From the NIM Console, select Administration Tool > Statseeker Administration > Backup/Restore
  • The Backups section lists the existing backup files.

  • Click Edit (top-right)
  • Select one of the stored backups and click Verify
  • This will allow you to confirm that the backup is valid prior to attempting to restore from the backup data.

Note: only restore backups of the same version. Backup files from other versions may not have the required data structure to work correctly with your Statseeker server.
  • Once the backup data has been verified click Restore
  • A confirmation dialog will be displayed detailing the backup data selected for the restore process.

  • Click OK to begin the restore process
  • A dialog will be displayed when the restoration process has completed.

  • Click OK to close the dialog

[top]