Sql-Backtrack For Sybase: System Consultant Manager
Sql-Backtrack For Sybase: System Consultant Manager
Agenda
Catastrophic
Disaster Recovery
Unplanned
High Availability
High Availability Clusters
Planned
Offline Maintenance
Cold Standby
No Downtime
Online Maintenance
Continuous Availability
80% of all unplanned downtime is caused by software or human error* 70% of recovery is "think time"!
Investigate 20% Diagnose 20% Analyze 30%
Recover 30%
*Source: Gartner, Aftermath: Disaster Recovery, Vic Wheatman, September 21, 2001
Analysis
Investigate data loss/ corruption and discover what information must be replaced
Why SQL-BackTrack?
An example of a recovery of a Sybase database using the native utility
1. 2. 3. 4. 5. 6. 7. 8. 9.
10.
11. 12.
Determine which database to recover Determine where backups are located If the backups are striped locate all the stripes Order the backups in the required sequence to be applied. Determine the recovery type: physical, transaction log , is there a specific point in time for the recovery If it is a point in time recovery determine the transaction log backups to be applied. Start an isql session Issue load database Issue load transaction for all the transaction log backups If the recovery is PIT issue load transaction with until_time Issue online database or online for standby access Determine if the database and application are ready for production use.
Why SQL-BackTrack?
An example of a recovery of a Sybase database using the native utility
1. 2. 3. 4. 5. 6. 7. 8. 9.
10.
11. 12.
Determine which database to recover Determine where backups are located If the backups are striped locate all the stripes Order the backups in the required sequence to be applied. Determine the recovery type: physical, transaction log , is there a specific point in time for the recovery If it is a point in time recovery determine the transaction log backups to be applied. Start an isql session Issue load database Issue load transaction for all the transaction log backups If the recovery is PIT issue load transaction with until_time Issue online database or online for standby access Determine if the database and application are ready for production use.
Agenda
d t s b a c ku p
control channel
d ts du mp
OBSI
IPC channel
Backup Destination
control directory
dump database
SYBASE dataserver
SYBASE backupserver
d ts lo ad
OBSI
IPC channel
Backup Destination
control directory
load database
SYBASE dataserver
SYBASE backupserver
OBSI
IBM
VERITAS
Legato
NetBackup DataCenter
NetWorker
OBSI
Agenda
Dry run backup and recovery Table recovery from physical backup Unattended on-line and off-line backup Incremental backups Compression and encryption Storage management integration Guided recovery
Needs to be rebuilt, if lost or damaged Generates Master Database Recovery template script to recover
Remote administration Warm stand-by server support Table level recovery includes recovery of dependent objects (triggers, etc.)
DDL Only DDL + Data Specific objects or object types like: stored procedures only or tables only Will add objects to database in dependency order. For instance, will compile stored procedures into database in dependency order. Can exclude specific objects like: exclude sysusers, sysalternates tables when copying database to another server. Or you can exclude a type of object like exclude all triggers. Extract/restore database object and all of its dependent objects Default is fast bcp in, unless told to do otherwise. Automatically takes care of rebuilding indexes.
Logical restore options make shrinking your database much easier. 1 step - do a logical restore to a smaller database. Warm Stand-by Server Support Master database info, writes a text file of useful information about the master database such as device, configuration, database, sysusages, and syslogin information taken from a physical backup. Very useful in recovering the master database.
Can restore data to a database using full sql insert statements -- useful if select into/bulk copy option is turned off Can restore data to a different segment. Useful if you want to eliminate segments or move data from one segment to another Prints database allocation info. (sysusages) from a physical backup. Useful if you have to manually recreate the database. Supports calling SQL-BackTrack log dump commands from a stored procedure. Useful for thresholds.
Agenda
SQL-BackTrack Components
SQL-BackTrack Control Directory (with Control Files) SQL Server
SQL Server
SQL Server
.dtoptions file
sbacktrack Executables (main BT program)
Backup device
SQL-BackTrack Executables
sbacktrack
(main BT program)
sbackups.physical
sbackups.logical
Server1
Server 2
Server 1
Server 2
.dtoptions
DB1
DB2
Copying a database to a different machine / Migrating a database Object extraction from physical backups Resizing a database Generating recovery templates(Master)
Agenda
Comments
Physical database backup (full) Physical database backup (Incremental) Transaction Log Backup Automation Logical database backup Logical object backup
YES YES
SBTs intelligent incremental backup feature writes only physical data blocks that have changed since last backup ASE and extension are limited to scripts. SBT obtains relevant logs at backup time automatically.
YES
Limited
Limited
YES YES
NO Limited
NO Limited ASE and extensions will only migrate data. SBT backups up table schema, dependencies, and data. (SBT unique)
YES
NO
NO
SBTs Logical Extraction feature can recover tables, stored procedures, triggers, etc. directly from a physical backup
Unique/noteworthy feature
Comments
YES
SBT allows users to recover information to alternate locations (Powerful DR support tool)
YES YES
NO Limited
NO Limited
ASE automation limited to commands included in scripts created by DBA. Extensions allow ASE scripts to be scheduled for execution. SBT provides guided recovery to automate backup & recovery as well as generate scripts automatically for use in scheduler. ASE (BCP utility) and extensions will logically backup data but not schema and is limited to environments with same OS and ASE levels. SBT will migrate data between differing ASE and OS versions as well as between varying database page sizes.
Migration
YES
Limited
Limited
Unique/noteworthy feature
Comments
YES
Master Database recovery is a tedious, manual process. SBT greatly simplifies process by generating template with relevant information in support of recovery.
Encryption
YES
NO
NO
SBT can recover tables, stored procedures, triggers, etc. directly from a physical backup
Extensions provide vendor specific support. SBT Modules provide seamless integration with IBM Tivoli Storage Manager (TSM), VERITAS NetBackup DataCenter, and Legato NetWorker
YES
NO
Limited
Unique/noteworthy feature