29
DB & VM Backup and Recovery mag. Sergej Rožman; Abakus plus d.o.o. The latest version of this document is available at: http://www.abakus.si/

DB & VM Backup and Recovery · open source, monitoring (Nagios, OCS, Wiki) Hardware: servers, SAN storage, firewalls, Backup Server Infrastructure: from 1995 GNU/Linux (20 years of

  • Upload
    others

  • View
    5

  • Download
    0

Embed Size (px)

Citation preview

Page 1: DB & VM Backup and Recovery · open source, monitoring (Nagios, OCS, Wiki) Hardware: servers, SAN storage, firewalls, Backup Server Infrastructure: from 1995 GNU/Linux (20 years of

DB & VM Backup and Recovery

mag. Sergej Rožman; Abakus plus d.o.o.

The latest version of this document is available at:http://www.abakus.si/

Page 2: DB & VM Backup and Recovery · open source, monitoring (Nagios, OCS, Wiki) Hardware: servers, SAN storage, firewalls, Backup Server Infrastructure: from 1995 GNU/Linux (20 years of

Real men don't use backups, they post their stuff on a

public ftp server and let the rest of the world make

copies.

Linus Torvalds

Page 3: DB & VM Backup and Recovery · open source, monitoring (Nagios, OCS, Wiki) Hardware: servers, SAN storage, firewalls, Backup Server Infrastructure: from 1995 GNU/Linux (20 years of

Sistemi

DB & VMBackup and Recovery

mag. Sergej Rožmansergej.rozman abakus.si

Page 4: DB & VM Backup and Recovery · open source, monitoring (Nagios, OCS, Wiki) Hardware: servers, SAN storage, firewalls, Backup Server Infrastructure: from 1995 GNU/Linux (20 years of

Abakus plus d.o.o. - Kranj

Page 5: DB & VM Backup and Recovery · open source, monitoring (Nagios, OCS, Wiki) Hardware: servers, SAN storage, firewalls, Backup Server Infrastructure: from 1995 GNU/Linux (20 years of

Abakus plus d.o.o.History

from 1992, ~20 employees

Applications:special (DB – Newspaper Distribution, FIS – Flight Information System)ARBITER – the ultimate tool in audit trailingAPPM - Abakus Plus Performance Monitoring Tool

Services:DBA, OS administration , programming (MediaWiki, Oracle)networks (services, VPN, QoS, security)open source, monitoring (Nagios, OCS, Wiki)

Hardware:servers, SAN storage, firewalls, Backup Server

Infrastructure:from 1995 GNU/Linux (20 years of experience !)Oracle on GNU/Linux: since RDBMS 7.1.5 & Forms 3.0 (before Oracle !)>20 years of experience with High-Availability !

Page 6: DB & VM Backup and Recovery · open source, monitoring (Nagios, OCS, Wiki) Hardware: servers, SAN storage, firewalls, Backup Server Infrastructure: from 1995 GNU/Linux (20 years of

Backup and Recovery Best Practices

Backup takes no time!no resources needed & no disk space;

Recover takes no time as well!no resources needed;

Copies are without errors and consistent;

Data is always available & always in view.

Page 7: DB & VM Backup and Recovery · open source, monitoring (Nagios, OCS, Wiki) Hardware: servers, SAN storage, firewalls, Backup Server Infrastructure: from 1995 GNU/Linux (20 years of

Classic Full/Incremental Backup Model

backup takes long time(especially full)

restore takes even longer(full + n × incremental)

incremental backups not suitable for large files(DB, VMs)

I

I

I

I

I

I

F

I

>backup><restore<

Sat

Fri

Thu

Wed

Tue

Mon

SUN

Sat

...

...

server

Page 8: DB & VM Backup and Recovery · open source, monitoring (Nagios, OCS, Wiki) Hardware: servers, SAN storage, firewalls, Backup Server Infrastructure: from 1995 GNU/Linux (20 years of

Status BoardFact DB VM Notes

BACKUP in no time no resources no disk space or no tape space

RECOVER in no time no resources

COPIES without errors consistent if done right

DATA always available with autoloader

always in view

Page 9: DB & VM Backup and Recovery · open source, monitoring (Nagios, OCS, Wiki) Hardware: servers, SAN storage, firewalls, Backup Server Infrastructure: from 1995 GNU/Linux (20 years of

Tape vs. Disk drive

Tape

price:n×1000€ (drive) + <100€ / (cartridge)(LTO-6 native capacity 2.5 TB)

no future compatibility(new drive needed)

Is your data really on that tape?

high throughput, slow access time

Disk

price: ~100€ / 3 TB SATA

guaranted future compatibility

WYSIWYG (if you see data, you can get data)

moderate througput, fast access time

Page 10: DB & VM Backup and Recovery · open source, monitoring (Nagios, OCS, Wiki) Hardware: servers, SAN storage, firewalls, Backup Server Infrastructure: from 1995 GNU/Linux (20 years of

DB Backup Full/Incremental – Example

I

I

I

I

I

I

Fcopy of DB

now

-1

-2

-3

-4

-5

-6

-7

I

incrementalbackup

I

recovercopy of database

somewhat optimizedno Full backup except initial

incremental backup optimized with Oracle Enterprise Edition(block change tracking)

restore still takes long time

DB server

LAG(history)

Page 11: DB & VM Backup and Recovery · open source, monitoring (Nagios, OCS, Wiki) Hardware: servers, SAN storage, firewalls, Backup Server Infrastructure: from 1995 GNU/Linux (20 years of

Backup in »no time«

DB server backup server

archive logtransfer

backup serverbackup serverbackup server

production DB standby DB=

»backup DB«

backup takes no additional time

backup needs no production resources

BUT, WHERE IS BACKUP HISTORY ?

Page 12: DB & VM Backup and Recovery · open source, monitoring (Nagios, OCS, Wiki) Hardware: servers, SAN storage, firewalls, Backup Server Infrastructure: from 1995 GNU/Linux (20 years of

DB Backup in »no time«

DB server1

backup server

continuous

transaction log

transfer

backup serverbackup serverbackup server

production DB1

standby DB=

»backup DB«

DB server2

production DB2

...

Page 13: DB & VM Backup and Recovery · open source, monitoring (Nagios, OCS, Wiki) Hardware: servers, SAN storage, firewalls, Backup Server Infrastructure: from 1995 GNU/Linux (20 years of

VM Backup in »no time«

backup server

asynchronous

remote disk

mirror

backup serverbackup serverbackup server

mirrored disks

Page 14: DB & VM Backup and Recovery · open source, monitoring (Nagios, OCS, Wiki) Hardware: servers, SAN storage, firewalls, Backup Server Infrastructure: from 1995 GNU/Linux (20 years of

Backup Server

Page 15: DB & VM Backup and Recovery · open source, monitoring (Nagios, OCS, Wiki) Hardware: servers, SAN storage, firewalls, Backup Server Infrastructure: from 1995 GNU/Linux (20 years of

-24

-v

-23-22

-12-11

nownow

-14

backup server

-21

-w

-13

-x -y

-1 -2 -4-3

backup historySAVE

snapshot

save snapshot

Time and resources are consumed exclusively on backup server

Backup occupies a lot of disk space !?

… and history

...

Page 16: DB & VM Backup and Recovery · open source, monitoring (Nagios, OCS, Wiki) Hardware: servers, SAN storage, firewalls, Backup Server Infrastructure: from 1995 GNU/Linux (20 years of

Deduplication

dedupedstoragecurrent DB

a day old DB

+1 2 3 4 5 6 7 8 9

1101112

15 8

113

124

13

7

9610

2

15 8

113

124

13

7

9610

2

15 8

113

124

13

7

9610

2

Page 17: DB & VM Backup and Recovery · open source, monitoring (Nagios, OCS, Wiki) Hardware: servers, SAN storage, firewalls, Backup Server Infrastructure: from 1995 GNU/Linux (20 years of

-24

-v

-23-22

-12-11

nownow

-14

backup server

-21

-w

-13

-x

-1 -2 -4-3

backup historySAVE

… and (almost) no disk space

… by using data deduplication

snapshot

save snapshotto deduplicated area

Example:DB size 1 TB

1% changed/added data per day (~10 GB)

~200 days backup fits on 3 TB disk drive

...

-y

Page 18: DB & VM Backup and Recovery · open source, monitoring (Nagios, OCS, Wiki) Hardware: servers, SAN storage, firewalls, Backup Server Infrastructure: from 1995 GNU/Linux (20 years of

Recovery in »no time« – scenario 1

»activatedbackup DB«

Recovery as a Service (RaaS)

services are offered directly from the backup server

BACK IN BUSINESSIN NO TIME!*

* real restore in more appropriate time

backup serverbackup serverbackup serverbackup server

VMs directly frombackup server

Page 19: DB & VM Backup and Recovery · open source, monitoring (Nagios, OCS, Wiki) Hardware: servers, SAN storage, firewalls, Backup Server Infrastructure: from 1995 GNU/Linux (20 years of

Recovery in »no time« – scenario 2

Recovery as an Infrastructure

(change role to SAN storage)

backup server works as a SAN storage infrastructure to production servers

BACK IN BUSINESSIN NO TIME!*

* real restore in more appropriate time

backup serverbackup serverbackup serverbackup server

SAN

productionservers

Page 20: DB & VM Backup and Recovery · open source, monitoring (Nagios, OCS, Wiki) Hardware: servers, SAN storage, firewalls, Backup Server Infrastructure: from 1995 GNU/Linux (20 years of

Restore/Access to Historical Data

snapshot selected slot

stop standby database

switch active slot to snapshot

start instance

recover database until needed (optional)

open database

-24

-v

-23-22

-12-11

now

-14

backup server

-21

-w

-13-13

-x -y

-1 -2 -4-3

backup historyinstance

Page 21: DB & VM Backup and Recovery · open source, monitoring (Nagios, OCS, Wiki) Hardware: servers, SAN storage, firewalls, Backup Server Infrastructure: from 1995 GNU/Linux (20 years of

Recover in »no time«

DB server backup serverbackup serverbackup serverbackup server

production DB standby DB=

»backup DB«

Lost or currupted datafile (or even whole DB)

make snaphot of backup DB

start SAN software – iSCSI, SRP, …

export LUN with backup of lost datafile

connect LUN to DB server

offline corrupted datafile

switch to backup datafile

recover backup datafile

online backup datafile

BACK IN BUSINESS IN NO TIME!*

* real restore in more appropriate time

connect toremote datafile

Page 22: DB & VM Backup and Recovery · open source, monitoring (Nagios, OCS, Wiki) Hardware: servers, SAN storage, firewalls, Backup Server Infrastructure: from 1995 GNU/Linux (20 years of

Alternative use

BI – business analysispurposes

reporting

development & test

-24

-v

-23-22

-12-11

nownow

-14

backup server

-21

-w

-13

-x -y

-1 -2 -4-3

backup historySAVE

...

»activatedbackup DB«

Page 23: DB & VM Backup and Recovery · open source, monitoring (Nagios, OCS, Wiki) Hardware: servers, SAN storage, firewalls, Backup Server Infrastructure: from 1995 GNU/Linux (20 years of

Performance

test 1 (notebook with SSD, DB on VM):max_iops = 9.983, latency = 8, max_mbps = 251

test 2 (test DB, 10x 600 GB 15k FC):max_iops = 1.824, latency = 11, max_mbps = 280

test 3 (production DB, 30x 146 GB 15k FC):max_iops = 6.498, latency = 10, max_mbps = 455

test 4 (Abakus SAN, 16x SSD, Infiniband 40G):max_iops = 43.782, latency = 0, max_mbps = 1.727

Page 24: DB & VM Backup and Recovery · open source, monitoring (Nagios, OCS, Wiki) Hardware: servers, SAN storage, firewalls, Backup Server Infrastructure: from 1995 GNU/Linux (20 years of

Performance example

The Bank

everyday backups

5 databases, largest 13 TB

total disk capacity 60 TB

total saved since 1/Aug/2014 300 TB

still available free space 40%

Page 25: DB & VM Backup and Recovery · open source, monitoring (Nagios, OCS, Wiki) Hardware: servers, SAN storage, firewalls, Backup Server Infrastructure: from 1995 GNU/Linux (20 years of

Status BoardFact DB VM Notes

BACKUP in no time no resources no disk space

RECOVER in no time no resources

COPIES without errors consistent

DATA always available always in view

Page 26: DB & VM Backup and Recovery · open source, monitoring (Nagios, OCS, Wiki) Hardware: servers, SAN storage, firewalls, Backup Server Infrastructure: from 1995 GNU/Linux (20 years of

Work in Progress

general change block tracking at block device level(asynchronous and buffered)

will copy ONLY changed disk blocks to backup

suitable for VMs

will make possible to back up to remote site over slow link

no active instance – no license fee

point in time recovery for VMs, (maybe)

graphical user interface, (maybe)

Page 27: DB & VM Backup and Recovery · open source, monitoring (Nagios, OCS, Wiki) Hardware: servers, SAN storage, firewalls, Backup Server Infrastructure: from 1995 GNU/Linux (20 years of

References

Husnu Sensoy;How to Backup & Recovery Enormous Databases?(http://husnusensoy.files.wordpress.com/2009/12/enormous.pdf)

Page 28: DB & VM Backup and Recovery · open source, monitoring (Nagios, OCS, Wiki) Hardware: servers, SAN storage, firewalls, Backup Server Infrastructure: from 1995 GNU/Linux (20 years of

InvitationAsk my colegue about user experience and an alternative use of a backup server.

HrOUG 2015

hall 5 apart.; Fri 16 Oct 2015; 11.30

Boris Oblak, ABAKUS plus d.o.o.Backup Server:How to provide a real-data testing environment for the developers?

Page 29: DB & VM Backup and Recovery · open source, monitoring (Nagios, OCS, Wiki) Hardware: servers, SAN storage, firewalls, Backup Server Infrastructure: from 1995 GNU/Linux (20 years of

DB & VM Backup and Recovery

Questionsmag. Sergej RožmanABAKUS plus d.o.o.Ljubljanska c. 24aKranj

e-mail: sergej.rozman abakus.si

phone: +386 4 287 11 14