SlideShare a Scribd company logo
1 of 54
Reducing downtime using incremental
backups and X-Platform TTS

Martin Bach, Practice Director, Enkitec

16:00 UK
Check out the sponsors’ websites:
10:00 Central US
www.enkitec.com
17:00 Central webinar is broughtwww.red-gate.com/oracle
This
to you by:
Europe
Reducing downtime using incremental
backups and X-Platform TTS
Martin Bach, Practice Director, Enkitec

Thank you for joining us

This webinar is brought to you by:
Presenters

Martin Bach
@MartinDBA
Oracle ACE, member of the OakTable,
Practice Director at Enkitec.

James Murtagh @jmurts
Part of the Oracle Tools’ team at Red Gate,
creator of All Things Oracle.com.

This webinar is brought to you by:
Before we start
• You will be on mute for the duration of the event
• We are now talking so please type a message in the Chat box in the
Control Panel if you can’t hear us (please check your speakers and
GoToWebinar audio settings first)

• There will be a Q+A session at the end but please type your
questions in the Questions box in the Control Panel in advance
• A recording of the full webinar will be put up online

This webinar is brought to you by:
About Red Gate
• Over 600,000 technology professionals worldwide use Red Gate’s
software, including 93% of Fortune 100 companies.

This webinar is brought to you by:
About Red Gate
• Our philosophy is to design highly usable, reliable tools that solve
problems commonly faced by DBAs and developers.

“Source Control for Oracle is a huge time saver for me and for teams
that I work with. I am blown away!”
Lewis Cunningham, Database Architect, Oracle ACE Director

This webinar is brought to you by:
About Enkitec
•

Global systems integrator with a focus on the Oracle platform

•

Exadata Specialized Partner status (one of a handful globally)

•

200+ Successful Exadata Implementations

•

Dedicated, In-house Engineered Systems Lab (POV, Patch

Validation)
• Additional practices include
-

Oracle RAC Implementation

-

Oracle Golden Gate

-

Oracle Applications Administration

-

On-Call Database Administration
This webinar is brought to you by:
Reducing downtime using incremental
backups and X-Platform TTS
Martin Bach, Practice Director, Enkitec

This webinar is brought to you by:
About Me
• I work for Enkitec
• Co-author of “Pro Oracle Database 11g RAC
on Linux” by Apress
• Oak Table Member
• Oracle ACE
• Oracle Certified Master

• Blogger

This webinar is brought to you by:
Agenda
• Why bother with incremental backups and cross-platform
transportable tablespaces?
• The old way of migrating to little-endian
• The new way
• Demo

This webinar is brought to you by:
Why you should care
Or: why you do care and want to know more

This webinar is brought to you by:
Trends & Facts
• IBM pSeries, SPARC servers, HP-UX Itanium
– Have been losing market share
– Lots of workloads taken over by industry standard components
– Mostly running Linux

• POWER-based systems seem to have done better defending their
market share
• SPARC suffered from low performance/$$$ in the past
• AMD appears to have become a niche vendor

This webinar is brought to you by:
Reasons
• Majority of workloads ok with 2-4 socket systems
• Established UNIX platforms expensive
– In contrast to equivalent x86-64 cores
– Oracle core factor!

• Advantages are being lost
– Largest memory available with E7 Xeons (2-4 TB/node)
– Largest current Xeon-EP system is 2s24c48t (1.5 TB RAM)
– AMD 63xx pack 16 “cores”/socket, E7-8870 10+HT
– RAS features not as important as they were

This webinar is brought to you by:
So what does that mean
• Many organisations are revisiting their standards
– New building blocks emerging
– Consolidation & DBaaS

• Oracle’s Engineered Systems
– Exadata

Exadata?

– Oracle Database Appliance

• Or roll your own?

This webinar is brought to you by:
No really now
• Well I guess all I want to say is

You will be moving
Systems to Linux soon!

This webinar is brought to you by:
Migrating to Linux
That includes Exadata too

This webinar is brought to you by:
Strategies for Linux migrations
• Strategy depends on source platform
– It is easy if the data encoding remains the same
– Endianness matters!

• Important Big Endian platforms
– SPARC, AIX, HP-UX, …

• Mainstream Little Endian platforms
– Linux, Windows

This webinar is brought to you by:
Endianness
• Term is based on Jonathan Swift’s “Gulliver’s Travels”
• In CS it means the byte order in a word (=memory)
• Big endian
– Store the most significant byte in the smallest address

• Little endian
– Store the least significant byte in the smallest address

• Conversion problems

This webinar is brought to you by:
Data Guard!
• Who would have thought...that it can be so easy!
– Heterogeneous Data Guard can be a solution

• Physical Standby
– MOS DocID 413484.1
– Contains table with valid combinations

• Logical Standby
– MOS Doc ID 108568.1

• Even support for some 32bit/64bit combinations!

This webinar is brought to you by:
Some possible Data Guard combinations
• Windows
– Mixed 32bit/64bit, including IA64
– Linux 32bit/64bit, including IA64

• HP-UX
– Mixed PA-RISC and Itanium configuration

• AIX and Solaris SPARC
– Might happen: Enhancement Request in bug 12702521

• Respect restrictions as outlined in My Oracle Support

This webinar is brought to you by:
If no Data Guard then
• There are many options in 11g, including
• Recovery Manager/Transportable Tablespaces
• DBMS_FILE_TRANSFER

• Logical export/import
• Replication
– Golden Gate
– Streams
– others

This webinar is brought to you by:
The Endian Conversion
Using RMAN to convert from big endian to
little endian

This webinar is brought to you by:
Using TTS for a migration
• Simple in theory
1.
2.

Export tablespace metadata from source

3.

Transport files to destination

4.

Create necessary metadata (users, grants)

5.

Import tablespace metadata to destination

6.

•

Set tablespace to read-only on source

Make tablespace available for reading and writing

If you have a large enough downtime window

This webinar is brought to you by:
Let’s do it then!
• That does indeed sound possible!
• Slight complications
– I.e. you can’t take a tablespace from AIX and plug it into Linux
– Tablespaces must be self-contained

• You may need to convert the data files
• But what about the source system?
– You will have application downtime during the migration!
– “We do not use (a lot of) downtime”

This webinar is brought to you by:
X-Platform incremental backup TTS
now
Potentially reducing the downtime window
considerably at no extra cost

This webinar is brought to you by:
What is this tongue twister?
• Cross Platform incremental backups + TTS addresses:
– The need for extended downtime
– Read-Only phase can be shortened
– Less/no need for replication tools

• Cross Platform incr backup + TTS does NOT help you (much) in
these cases:
– If you are exporting excessive meta-data (EBS!)

– If you are not migrating to Exadata

This webinar is brought to you by:
RMAN incremental backups
• Standard RMAN feature
– Create an image copy of a data file
– Take incremental backups of the data file
– Apply incremental on datafile copy rolling it forward
– Designed with “switchover to copy” in mind
– Source remains online & available

• Storage admins will find that amusing

This webinar is brought to you by:
The New World Order
• Incremental backups and x-platform TTS are cool
• Procedure explained in Doc ID 1389592.1
• Multiple phases
– Initial setup
– Prepare phase
– Roll forward phase
– Transport phase
– Cut over

This webinar is brought to you by:
Prerequisites
• Incremental Convert Home
– Separate 11.2.0.2 + Exa BP12 home
– Patch 13340675 for core functionality

Maybe otherstest!

– Patch 1459711 if source contains IOTs

• Cannot overcome limitations of TTS
• Source database must have compatible set to >= 10.2
– + Archivelog mode
– + no compressed backups for device type disk
– + no offline files in TBS; TBS must not be read only

This webinar is brought to you by:
Initial setup (1)
• On the source host
– Download rman_xttconvert_1.3.zip from MOS
– Store in $HOME/xtt
– Edit xtt.properties
– Create necessary directories
– Copy $HOME/xtt to destination

This webinar is brought to you by:
Initial setup (2)
• On the destination host
– Create incremental RDBMS software home as described
– Start a temporary instance in nomonut mode
– Create/identify RDBMS home for the destination database
– Create/define database to import tablespace into
– Apply any other patches
• QDPEs

• Overlay patches

– Create necessary directories

This webinar is brought to you by:
This webinar is brought to you by:
xtt.properties used for demo

tablespaces=MBH1,MBH2
platformid=20
dfcopydir=/u01/xtt/stage_source
backupformat=/u01/xtt/stage_source
stageondest=/u01/xtt/stage_dest
storageondest=/u01/oradata/little/
backupondest=/u01/reco
cnvinst_home=/u01/app/oracle/product/11.2.0.2/xtt_home
cnvinst_sid=xtt
parallel=1

This webinar is brought to you by:
Conversion instance

[oracle@linux dbs]$ cat initxtt.ora
db_name=xtt
compatible=11.2.0.2.0
[oracle@linux dbs]$ tail –n2 /etc/oratab
xtt:/u01/app/oracle/product/11.2.0.2/xtt_home:N
little:/u01/app/oracle/product/11.2.0/dbhome_1:N

This webinar is brought to you by:
Prepare Phase (1)
• Run prepare step on source system
– Creates datafile copies locally to “dfcopydir”
– Does some validation and sanity checking
– Creates files xttplan.txt and rmanconvert.cmd
– $ perl xttdriver.pl -p

This webinar is brought to you by:
Prepare Phase (2)

oracle@solaris:~/xtt$ . oraenv
ORACLE_SID = [bigendia] ?
The Oracle base remains unchanged with value /u01/app/oracle
oracle@solaris:~/xtt$ $ORACLE_HOME/perl/bin/perl xttdriver.pl -p
Prepare source for Tablespaces:
'MBH1','MBH2' /u01/xtt/stage_dest
xttpreparesrc.sql for 'MBH1','MBH2' started at Wed Jun 19 08:50:14 2013
xttpreparesrc.sql for ended at Wed Jun 19 08:50:15 2013
oracle@solaris:~/xtt$

This webinar is brought to you by:
Prepare Phase (3)
• Transfer datafile copies to destination
– Either use NFS or scp to copy files
– $ scp /u01/xtt/stage_source/* linux:/u01/xtt/stage_dest
– No ASMCMD or DBMS_FILE_TRANSFER possible

• Convert copies on destination system
– Copy rmanconvert.cmd and xttplan.txt to destination
– $ perl xttdriver.pl –c
– Datafiles will be created in storageondest location

This webinar is brought to you by:
Output

[oracle@linux xtt]$ $ORACLE_HOME/perl/bin/perl xttdriver.pl -c
Converted datafiles listed in: /tmp//xttnewdatafiles.txt
[oracle@linux xtt]$ cat /tmp//xttnewdatafiles.txt
##MBH1
5,/u01/oradata/little/MBH1_5.xtf
##MBH2
6,/u01/oradata/little/MBH2_6.xtf
[oracle@linux xtt]$

This webinar is brought to you by:
FYI-RMAN conversion script
oracle@solaris:/tmp$ cat rmanconvert.cmd
host 'echo ts##MBH1';
convert from platform 'Solaris Operating System (x86-64)'
datafile
'/u01/xtt/stage_dest/MBH1_5.tf'
format '/u01/oradata/little//%N_%f.xtf'
parallelism 1;
host 'echo ts##MBH2';
convert from platform 'Solaris Operating System (x86-64)'
datafile
'/u01/xtt/stage_dest/MBH2_6.tf'
format '/u01/oradata/little//%N_%f.xtf'
parallelism 1;
oracle@solaris:/tmp$

This webinar is brought to you by:
Prepare Phase Summary
• The following actions were performed
– Initial image copy of tablespaces created
– Data file copies are available on destination
– Files have been converted to destination platform

• Source system was ONLINE all the time
• Now keep calm and carry on

This webinar is brought to you by:
Roll Forward Phase (1)
• Source system carries on as normal
• Incremental backups of the source tablespaces are key
– Take backup
– Transfer to the destination
– Convert incremental backup and apply to datafile copies
– Repeat as often as you like

• At the cutover date continue with Transport Phase

This webinar is brought to you by:
Roll Forward Phase (2)
• Take initial incremental backup
– $ perl xttdriver -i
– Creates the incremental backup
– Meta-information in tsbkupmap.txt and incrbackups.txt

• Transfer files to destination
– $ scp $(cat incrbackups.txt) linux:/u01/xtt/stage_dest
– $ scp xttplan.txt tsbkupmap.txt linux:$(pwd)

This webinar is brought to you by:
Roll Forward Phase (3)
• Convert and apply: on destination
– Recently transferred backups are converted to Linux
– And applied to the datafile copies

• Based on xttplan.txt tsbkupmap.txt
• $ perl xttdriver.pl -r
– Environment variables point to destination database
– Connection made against xtt instance for conversion
– Connection against destination db for merge

• Meta files need to be copied for each iteration

This webinar is brought to you by:
Roll Forward Phase (4)
• Get the next SCN for further backups
oracle@solaris:~/xtt$ $ORACLE_HOME/perl/bin/perl 
> xttdriver.pl -s
Prepare newscn for Tablespaces: 'MBH1','MBH2'
New /tmp//xttplan.txt with FROM SCN's generated
oracle@solaris:~/xtt$
oracle@solaris:~/xtt$ cat /tmp/xttplan.txt
Datafile#
TBS name,
MBH1####992746
current SCN
5
MBH2####992764
6

This webinar is brought to you by:
Roll Forward Phase (5)
• Repeat this phase as often as you like
• Then make a decision to cut over
– Enter the transport phase
– This is where you will encounter an outage
– Outage duration depends on the amount of metadata

• In the meantime
– Pre-create users and grants in destination database

This webinar is brought to you by:
Transport Phase (1)
• Identical to “traditional” TTS now
– Make tablespaces on source database read only
– Create a final incremental backup
– Ship it over including required files
– Roll forward + recovery
– Import metadata
– Validate tablespaces in destination
– Make them read-write
– DONE!

This webinar is brought to you by:
Transport Phase (2)
oracle@solaris:~/xtt$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.3.0 Production on Wed Jun 19 09:37:52 2013
Copyright (c) 1982, 2011, Oracle. All rights reserved.

Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit
With the Partitioning option
SQL> alter tablespace mbh1 read only;
Tablespace altered.
SQL> alter tablespace mbh2 read only;
Tablespace altered.
SQL>
This webinar is brought to you by:
Transport Phase (3)
• Final incremental backup
• No big difference to previous phase
• Steps to follow
– Create the incremental backup
– Ship the RMAN backup sets
– Ship xttplan.txt tsbkupmap.txt
– Roll the backup forward

This webinar is brought to you by:
Transport Phase (4)
• Prepare metadata import
– The code uses expdp
– It assumes a NETWORK_LINK
[oracle@linux xtt]$ $ORACLE_HOME/perl/bin/perl xttdriver.pl -e
[oracle@linux xtt]$ cat /tmp/xttplugin.txt
impdp directory=<DATA_PUMP_DIR> logfile=<tts_imp.log> 
network_link=<ttslink> transport_full_check=no 
transport_tablespaces=MBH1,MBH2 
transport_datafiles='/u01/oradata/little/MBH1_5.xtf','/u01/oradata/little/MBH2_6.xtf';
[oracle@linux xtt]$

– Change for your needs and run
This webinar is brought to you by:
Finishing touches
• Run RMAN validate tablespace xyz check logical;
• Make tablespace read-write on destination
• Test

• Sign off
• Have a beverage of choice

This webinar is brought to you by:
References
Read on! Test it! Do it!

This webinar is brought to you by:
Useful DocIDs and other material
• 1166561.1-Master Note for TTS
• 1389592.1-cross platform incremental backup TTS master note

This webinar is brought to you by:
Q&A
www.red-gate.com/oracle
www.enkitec.com
@jmurts
@MartinDBA

This webinar is brought to you by:
Thank you
www.red-gate.com/oracle
www.enkitec.com
@jmurts
@MartinDBA

This webinar is brought to you by:

More Related Content

What's hot

Dueling duplications RMAN vs Delphix
Dueling duplications RMAN vs DelphixDueling duplications RMAN vs Delphix
Dueling duplications RMAN vs DelphixKyle Hailey
 
Engage 2020 - panagenda Workshop: All things Notes 11!
Engage 2020 - panagenda Workshop: All things Notes 11!Engage 2020 - panagenda Workshop: All things Notes 11!
Engage 2020 - panagenda Workshop: All things Notes 11!Christoph Adler
 
Dan Norris: Exadata security
Dan Norris: Exadata securityDan Norris: Exadata security
Dan Norris: Exadata securityKyle Hailey
 
AMIS SIG - Introducing Apache Kafka - Scalable, reliable Event Bus & Message ...
AMIS SIG - Introducing Apache Kafka - Scalable, reliable Event Bus & Message ...AMIS SIG - Introducing Apache Kafka - Scalable, reliable Event Bus & Message ...
AMIS SIG - Introducing Apache Kafka - Scalable, reliable Event Bus & Message ...Lucas Jellema
 
Next Generation Monitoring for IBM Domino, Traveler, IMSMO, Verse
Next Generation Monitoring for IBM Domino, Traveler, IMSMO, VerseNext Generation Monitoring for IBM Domino, Traveler, IMSMO, Verse
Next Generation Monitoring for IBM Domino, Traveler, IMSMO, VerseVladislav Tatarincev
 
CollabSphere 2019 - Dirty Secrets of the Notes Client
CollabSphere 2019 - Dirty Secrets of the Notes ClientCollabSphere 2019 - Dirty Secrets of the Notes Client
CollabSphere 2019 - Dirty Secrets of the Notes ClientChristoph Adler
 
Scale your Alfresco Solutions
Scale your Alfresco Solutions Scale your Alfresco Solutions
Scale your Alfresco Solutions Alfresco Software
 
Software Defined Agility for IBM FlashSystem V9000
Software Defined Agility for IBM FlashSystem V9000Software Defined Agility for IBM FlashSystem V9000
Software Defined Agility for IBM FlashSystem V9000Catalogic Software
 
CollapSphere 2019 - SUPERCHARGED HCL Notes V11 Upgrades
CollapSphere 2019 - SUPERCHARGED HCL Notes V11 UpgradesCollapSphere 2019 - SUPERCHARGED HCL Notes V11 Upgrades
CollapSphere 2019 - SUPERCHARGED HCL Notes V11 UpgradesChristoph Adler
 
January OpenNTF Webinar - Backup your Domino Server - New Options in V12
January OpenNTF Webinar - Backup your Domino Server - New Options in V12January OpenNTF Webinar - Backup your Domino Server - New Options in V12
January OpenNTF Webinar - Backup your Domino Server - New Options in V12Howard Greenberg
 
RNUG - HCL Notes V11 Performance Boost
RNUG - HCL Notes V11 Performance BoostRNUG - HCL Notes V11 Performance Boost
RNUG - HCL Notes V11 Performance BoostChristoph Adler
 
Engage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance BoostEngage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance BoostChristoph Adler
 
10 things, an Oracle DBA should care about when moving to PostgreSQL
10 things, an Oracle DBA should care about when moving to PostgreSQL10 things, an Oracle DBA should care about when moving to PostgreSQL
10 things, an Oracle DBA should care about when moving to PostgreSQLPostgreSQL-Consulting
 
RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...
RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...
RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...Christoph Adler
 
RNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — Seamless
RNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — SeamlessRNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — Seamless
RNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — SeamlessChristoph Adler
 
RNUG - HCL Notes 11.0.1 FP2 — Performance Boost Re-Reloaded
RNUG - HCL Notes 11.0.1 FP2 — Performance Boost Re-ReloadedRNUG - HCL Notes 11.0.1 FP2 — Performance Boost Re-Reloaded
RNUG - HCL Notes 11.0.1 FP2 — Performance Boost Re-ReloadedChristoph Adler
 
Von A bis Z-itrix: Installieren Sie den stabilsten und schnellsten HCL Notes-...
Von A bis Z-itrix: Installieren Sie den stabilsten und schnellsten HCL Notes-...Von A bis Z-itrix: Installieren Sie den stabilsten und schnellsten HCL Notes-...
Von A bis Z-itrix: Installieren Sie den stabilsten und schnellsten HCL Notes-...panagenda
 

What's hot (20)

Dueling duplications RMAN vs Delphix
Dueling duplications RMAN vs DelphixDueling duplications RMAN vs Delphix
Dueling duplications RMAN vs Delphix
 
Engage 2020 - panagenda Workshop: All things Notes 11!
Engage 2020 - panagenda Workshop: All things Notes 11!Engage 2020 - panagenda Workshop: All things Notes 11!
Engage 2020 - panagenda Workshop: All things Notes 11!
 
Dan Norris: Exadata security
Dan Norris: Exadata securityDan Norris: Exadata security
Dan Norris: Exadata security
 
AMIS SIG - Introducing Apache Kafka - Scalable, reliable Event Bus & Message ...
AMIS SIG - Introducing Apache Kafka - Scalable, reliable Event Bus & Message ...AMIS SIG - Introducing Apache Kafka - Scalable, reliable Event Bus & Message ...
AMIS SIG - Introducing Apache Kafka - Scalable, reliable Event Bus & Message ...
 
Next Generation Monitoring for IBM Domino, Traveler, IMSMO, Verse
Next Generation Monitoring for IBM Domino, Traveler, IMSMO, VerseNext Generation Monitoring for IBM Domino, Traveler, IMSMO, Verse
Next Generation Monitoring for IBM Domino, Traveler, IMSMO, Verse
 
CollabSphere 2019 - Dirty Secrets of the Notes Client
CollabSphere 2019 - Dirty Secrets of the Notes ClientCollabSphere 2019 - Dirty Secrets of the Notes Client
CollabSphere 2019 - Dirty Secrets of the Notes Client
 
Scale your Alfresco Solutions
Scale your Alfresco Solutions Scale your Alfresco Solutions
Scale your Alfresco Solutions
 
Alfresco tuning part1
Alfresco tuning part1Alfresco tuning part1
Alfresco tuning part1
 
Thread
ThreadThread
Thread
 
Software Defined Agility for IBM FlashSystem V9000
Software Defined Agility for IBM FlashSystem V9000Software Defined Agility for IBM FlashSystem V9000
Software Defined Agility for IBM FlashSystem V9000
 
CollapSphere 2019 - SUPERCHARGED HCL Notes V11 Upgrades
CollapSphere 2019 - SUPERCHARGED HCL Notes V11 UpgradesCollapSphere 2019 - SUPERCHARGED HCL Notes V11 Upgrades
CollapSphere 2019 - SUPERCHARGED HCL Notes V11 Upgrades
 
January OpenNTF Webinar - Backup your Domino Server - New Options in V12
January OpenNTF Webinar - Backup your Domino Server - New Options in V12January OpenNTF Webinar - Backup your Domino Server - New Options in V12
January OpenNTF Webinar - Backup your Domino Server - New Options in V12
 
RNUG - HCL Notes V11 Performance Boost
RNUG - HCL Notes V11 Performance BoostRNUG - HCL Notes V11 Performance Boost
RNUG - HCL Notes V11 Performance Boost
 
Engage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance BoostEngage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance Boost
 
Alfresco tuning part2
Alfresco tuning part2Alfresco tuning part2
Alfresco tuning part2
 
10 things, an Oracle DBA should care about when moving to PostgreSQL
10 things, an Oracle DBA should care about when moving to PostgreSQL10 things, an Oracle DBA should care about when moving to PostgreSQL
10 things, an Oracle DBA should care about when moving to PostgreSQL
 
RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...
RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...
RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...
 
RNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — Seamless
RNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — SeamlessRNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — Seamless
RNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — Seamless
 
RNUG - HCL Notes 11.0.1 FP2 — Performance Boost Re-Reloaded
RNUG - HCL Notes 11.0.1 FP2 — Performance Boost Re-ReloadedRNUG - HCL Notes 11.0.1 FP2 — Performance Boost Re-Reloaded
RNUG - HCL Notes 11.0.1 FP2 — Performance Boost Re-Reloaded
 
Von A bis Z-itrix: Installieren Sie den stabilsten und schnellsten HCL Notes-...
Von A bis Z-itrix: Installieren Sie den stabilsten und schnellsten HCL Notes-...Von A bis Z-itrix: Installieren Sie den stabilsten und schnellsten HCL Notes-...
Von A bis Z-itrix: Installieren Sie den stabilsten und schnellsten HCL Notes-...
 

Viewers also liked

Compression
CompressionCompression
Compressionaswathyu
 
Denali ctp3 always on availability groups 概要
Denali ctp3 always on  availability groups 概要Denali ctp3 always on  availability groups 概要
Denali ctp3 always on availability groups 概要Masayuki Ozawa
 
SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...
SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...
SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...Michael Noel
 
Using Angular JS in APEX
Using Angular JS in APEXUsing Angular JS in APEX
Using Angular JS in APEXEnkitec
 
SharePoint 2010 Architecture
SharePoint 2010 ArchitectureSharePoint 2010 Architecture
SharePoint 2010 ArchitectureVishal Gupta
 
Controlling execution plans 2014
Controlling execution plans   2014Controlling execution plans   2014
Controlling execution plans 2014Enkitec
 

Viewers also liked (8)

Compression
CompressionCompression
Compression
 
Denali ctp3 always on availability groups 概要
Denali ctp3 always on  availability groups 概要Denali ctp3 always on  availability groups 概要
Denali ctp3 always on availability groups 概要
 
SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...
SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...
SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...
 
Using Angular JS in APEX
Using Angular JS in APEXUsing Angular JS in APEX
Using Angular JS in APEX
 
Winzip and winrar
Winzip and winrarWinzip and winrar
Winzip and winrar
 
SharePoint 2010 Architecture
SharePoint 2010 ArchitectureSharePoint 2010 Architecture
SharePoint 2010 Architecture
 
Controlling execution plans 2014
Controlling execution plans   2014Controlling execution plans   2014
Controlling execution plans 2014
 
Compression
CompressionCompression
Compression
 

Similar to Reducing Downtime Using Incremental Backups X-Platform TTS

Migration challenges and process
Migration challenges and processMigration challenges and process
Migration challenges and processAndrejs Vorobjovs
 
Provisioning Servers Made Easy
Provisioning Servers Made EasyProvisioning Servers Made Easy
Provisioning Servers Made EasyAll Things Open
 
EECI 2013 - ExpressionEngine Performance & Optimization - Laying a Solid Foun...
EECI 2013 - ExpressionEngine Performance & Optimization - Laying a Solid Foun...EECI 2013 - ExpressionEngine Performance & Optimization - Laying a Solid Foun...
EECI 2013 - ExpressionEngine Performance & Optimization - Laying a Solid Foun...Nexcess.net LLC
 
IT PRO|DEV CONNECTIONS 2013 - The X-Files of SQL Server
IT PRO|DEV CONNECTIONS 2013 - The X-Files of SQL Server IT PRO|DEV CONNECTIONS 2013 - The X-Files of SQL Server
IT PRO|DEV CONNECTIONS 2013 - The X-Files of SQL Server Antonios Chatzipavlis
 
Tips_Tricks_for_Oracle_E-Business Suite_Database_Upgrade.pdf
Tips_Tricks_for_Oracle_E-Business Suite_Database_Upgrade.pdfTips_Tricks_for_Oracle_E-Business Suite_Database_Upgrade.pdf
Tips_Tricks_for_Oracle_E-Business Suite_Database_Upgrade.pdfAkhashRamnath
 
Oracle Fusion Middleware provisioning with Puppet
Oracle Fusion Middleware provisioning with PuppetOracle Fusion Middleware provisioning with Puppet
Oracle Fusion Middleware provisioning with PuppetEdwin Biemond
 
Docker and the Linux Kernel
Docker and the Linux KernelDocker and the Linux Kernel
Docker and the Linux KernelDocker, Inc.
 
Engage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance BoostEngage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance Boostpanagenda
 
Alluxio 2.0 & Near Real-time Big Data Platform w/ Spark & Alluxio
Alluxio 2.0 & Near Real-time Big Data Platform w/ Spark & AlluxioAlluxio 2.0 & Near Real-time Big Data Platform w/ Spark & Alluxio
Alluxio 2.0 & Near Real-time Big Data Platform w/ Spark & AlluxioAlluxio, Inc.
 
DCSF19 Transforming a 15+ Year Old Semiconductor Manufacturing Environment
DCSF19 Transforming a 15+ Year Old Semiconductor Manufacturing EnvironmentDCSF19 Transforming a 15+ Year Old Semiconductor Manufacturing Environment
DCSF19 Transforming a 15+ Year Old Semiconductor Manufacturing EnvironmentDocker, Inc.
 
Tuenti Release Workflow v1.1
Tuenti Release Workflow v1.1Tuenti Release Workflow v1.1
Tuenti Release Workflow v1.1Tuenti
 
Reduced instruction set computers
Reduced instruction set computersReduced instruction set computers
Reduced instruction set computersSyed Zaid Irshad
 
Cognos Performance Tuning Tips & Tricks
Cognos Performance Tuning Tips & TricksCognos Performance Tuning Tips & Tricks
Cognos Performance Tuning Tips & TricksSenturus
 
Ceph Community Talk on High-Performance Solid Sate Ceph
Ceph Community Talk on High-Performance Solid Sate Ceph Ceph Community Talk on High-Performance Solid Sate Ceph
Ceph Community Talk on High-Performance Solid Sate Ceph Ceph Community
 
Share on LinkedIn Share on Twitter Share on Facebook Share on Google+ Share b...
Share on LinkedIn Share on Twitter Share on Facebook Share on Google+ Share b...Share on LinkedIn Share on Twitter Share on Facebook Share on Google+ Share b...
Share on LinkedIn Share on Twitter Share on Facebook Share on Google+ Share b...Avere Systems
 
SOA Suite Administration from OUGN 2014
SOA Suite Administration from OUGN 2014SOA Suite Administration from OUGN 2014
SOA Suite Administration from OUGN 2014Jon Petter Hjulstad
 
CollabSphere 2020: INF111 - Virtual, Faster, Better! How to deploy HCL Notes ...
CollabSphere 2020: INF111 - Virtual, Faster, Better! How to deploy HCL Notes ...CollabSphere 2020: INF111 - Virtual, Faster, Better! How to deploy HCL Notes ...
CollabSphere 2020: INF111 - Virtual, Faster, Better! How to deploy HCL Notes ...panagenda
 
CollabSphere 2020 Live - Virtual, Faster, Better! How to deploy HCL Notes 11....
CollabSphere 2020 Live - Virtual, Faster, Better! How to deploy HCL Notes 11....CollabSphere 2020 Live - Virtual, Faster, Better! How to deploy HCL Notes 11....
CollabSphere 2020 Live - Virtual, Faster, Better! How to deploy HCL Notes 11....Christoph Adler
 
Scalable and High available Distributed File System Metadata Service Using gR...
Scalable and High available Distributed File System Metadata Service Using gR...Scalable and High available Distributed File System Metadata Service Using gR...
Scalable and High available Distributed File System Metadata Service Using gR...Alluxio, Inc.
 
From A to Z-itrix: Setting up the most stable and fastest HCL Notes client on...
From A to Z-itrix: Setting up the most stable and fastest HCL Notes client on...From A to Z-itrix: Setting up the most stable and fastest HCL Notes client on...
From A to Z-itrix: Setting up the most stable and fastest HCL Notes client on...panagenda
 

Similar to Reducing Downtime Using Incremental Backups X-Platform TTS (20)

Migration challenges and process
Migration challenges and processMigration challenges and process
Migration challenges and process
 
Provisioning Servers Made Easy
Provisioning Servers Made EasyProvisioning Servers Made Easy
Provisioning Servers Made Easy
 
EECI 2013 - ExpressionEngine Performance & Optimization - Laying a Solid Foun...
EECI 2013 - ExpressionEngine Performance & Optimization - Laying a Solid Foun...EECI 2013 - ExpressionEngine Performance & Optimization - Laying a Solid Foun...
EECI 2013 - ExpressionEngine Performance & Optimization - Laying a Solid Foun...
 
IT PRO|DEV CONNECTIONS 2013 - The X-Files of SQL Server
IT PRO|DEV CONNECTIONS 2013 - The X-Files of SQL Server IT PRO|DEV CONNECTIONS 2013 - The X-Files of SQL Server
IT PRO|DEV CONNECTIONS 2013 - The X-Files of SQL Server
 
Tips_Tricks_for_Oracle_E-Business Suite_Database_Upgrade.pdf
Tips_Tricks_for_Oracle_E-Business Suite_Database_Upgrade.pdfTips_Tricks_for_Oracle_E-Business Suite_Database_Upgrade.pdf
Tips_Tricks_for_Oracle_E-Business Suite_Database_Upgrade.pdf
 
Oracle Fusion Middleware provisioning with Puppet
Oracle Fusion Middleware provisioning with PuppetOracle Fusion Middleware provisioning with Puppet
Oracle Fusion Middleware provisioning with Puppet
 
Docker and the Linux Kernel
Docker and the Linux KernelDocker and the Linux Kernel
Docker and the Linux Kernel
 
Engage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance BoostEngage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance Boost
 
Alluxio 2.0 & Near Real-time Big Data Platform w/ Spark & Alluxio
Alluxio 2.0 & Near Real-time Big Data Platform w/ Spark & AlluxioAlluxio 2.0 & Near Real-time Big Data Platform w/ Spark & Alluxio
Alluxio 2.0 & Near Real-time Big Data Platform w/ Spark & Alluxio
 
DCSF19 Transforming a 15+ Year Old Semiconductor Manufacturing Environment
DCSF19 Transforming a 15+ Year Old Semiconductor Manufacturing EnvironmentDCSF19 Transforming a 15+ Year Old Semiconductor Manufacturing Environment
DCSF19 Transforming a 15+ Year Old Semiconductor Manufacturing Environment
 
Tuenti Release Workflow v1.1
Tuenti Release Workflow v1.1Tuenti Release Workflow v1.1
Tuenti Release Workflow v1.1
 
Reduced instruction set computers
Reduced instruction set computersReduced instruction set computers
Reduced instruction set computers
 
Cognos Performance Tuning Tips & Tricks
Cognos Performance Tuning Tips & TricksCognos Performance Tuning Tips & Tricks
Cognos Performance Tuning Tips & Tricks
 
Ceph Community Talk on High-Performance Solid Sate Ceph
Ceph Community Talk on High-Performance Solid Sate Ceph Ceph Community Talk on High-Performance Solid Sate Ceph
Ceph Community Talk on High-Performance Solid Sate Ceph
 
Share on LinkedIn Share on Twitter Share on Facebook Share on Google+ Share b...
Share on LinkedIn Share on Twitter Share on Facebook Share on Google+ Share b...Share on LinkedIn Share on Twitter Share on Facebook Share on Google+ Share b...
Share on LinkedIn Share on Twitter Share on Facebook Share on Google+ Share b...
 
SOA Suite Administration from OUGN 2014
SOA Suite Administration from OUGN 2014SOA Suite Administration from OUGN 2014
SOA Suite Administration from OUGN 2014
 
CollabSphere 2020: INF111 - Virtual, Faster, Better! How to deploy HCL Notes ...
CollabSphere 2020: INF111 - Virtual, Faster, Better! How to deploy HCL Notes ...CollabSphere 2020: INF111 - Virtual, Faster, Better! How to deploy HCL Notes ...
CollabSphere 2020: INF111 - Virtual, Faster, Better! How to deploy HCL Notes ...
 
CollabSphere 2020 Live - Virtual, Faster, Better! How to deploy HCL Notes 11....
CollabSphere 2020 Live - Virtual, Faster, Better! How to deploy HCL Notes 11....CollabSphere 2020 Live - Virtual, Faster, Better! How to deploy HCL Notes 11....
CollabSphere 2020 Live - Virtual, Faster, Better! How to deploy HCL Notes 11....
 
Scalable and High available Distributed File System Metadata Service Using gR...
Scalable and High available Distributed File System Metadata Service Using gR...Scalable and High available Distributed File System Metadata Service Using gR...
Scalable and High available Distributed File System Metadata Service Using gR...
 
From A to Z-itrix: Setting up the most stable and fastest HCL Notes client on...
From A to Z-itrix: Setting up the most stable and fastest HCL Notes client on...From A to Z-itrix: Setting up the most stable and fastest HCL Notes client on...
From A to Z-itrix: Setting up the most stable and fastest HCL Notes client on...
 

More from Enkitec

Engineered Systems: Environment-as-a-Service Demonstration
Engineered Systems: Environment-as-a-Service DemonstrationEngineered Systems: Environment-as-a-Service Demonstration
Engineered Systems: Environment-as-a-Service DemonstrationEnkitec
 
Think Exa!
Think Exa!Think Exa!
Think Exa!Enkitec
 
In Memory Database In Action by Tanel Poder and Kerry Osborne
In Memory Database In Action by Tanel Poder and Kerry OsborneIn Memory Database In Action by Tanel Poder and Kerry Osborne
In Memory Database In Action by Tanel Poder and Kerry OsborneEnkitec
 
In Search of Plan Stability - Part 1
In Search of Plan Stability - Part 1In Search of Plan Stability - Part 1
In Search of Plan Stability - Part 1Enkitec
 
Mini Session - Using GDB for Profiling
Mini Session - Using GDB for ProfilingMini Session - Using GDB for Profiling
Mini Session - Using GDB for ProfilingEnkitec
 
Profiling Oracle with GDB
Profiling Oracle with GDBProfiling Oracle with GDB
Profiling Oracle with GDBEnkitec
 
Oracle Performance Tools of the Trade
Oracle Performance Tools of the TradeOracle Performance Tools of the Trade
Oracle Performance Tools of the TradeEnkitec
 
Oracle Performance Tuning Fundamentals
Oracle Performance Tuning FundamentalsOracle Performance Tuning Fundamentals
Oracle Performance Tuning FundamentalsEnkitec
 
SQL Tuning Tools of the Trade
SQL Tuning Tools of the TradeSQL Tuning Tools of the Trade
SQL Tuning Tools of the TradeEnkitec
 
Using SQL Plan Management (SPM) to Balance Plan Flexibility and Plan Stability
Using SQL Plan Management (SPM) to Balance Plan Flexibility and Plan StabilityUsing SQL Plan Management (SPM) to Balance Plan Flexibility and Plan Stability
Using SQL Plan Management (SPM) to Balance Plan Flexibility and Plan StabilityEnkitec
 
Oracle GoldenGate Architecture Performance
Oracle GoldenGate Architecture PerformanceOracle GoldenGate Architecture Performance
Oracle GoldenGate Architecture PerformanceEnkitec
 
OGG Architecture Performance
OGG Architecture PerformanceOGG Architecture Performance
OGG Architecture PerformanceEnkitec
 
APEX Security Primer
APEX Security PrimerAPEX Security Primer
APEX Security PrimerEnkitec
 
How Many Ways Can I Manage Oracle GoldenGate?
How Many Ways Can I Manage Oracle GoldenGate?How Many Ways Can I Manage Oracle GoldenGate?
How Many Ways Can I Manage Oracle GoldenGate?Enkitec
 
Understanding how is that adaptive cursor sharing (acs) produces multiple opt...
Understanding how is that adaptive cursor sharing (acs) produces multiple opt...Understanding how is that adaptive cursor sharing (acs) produces multiple opt...
Understanding how is that adaptive cursor sharing (acs) produces multiple opt...Enkitec
 
Sql tuning made easier with sqltxplain (sqlt)
Sql tuning made easier with sqltxplain (sqlt)Sql tuning made easier with sqltxplain (sqlt)
Sql tuning made easier with sqltxplain (sqlt)Enkitec
 
Profiling the logwriter and database writer
Profiling the logwriter and database writerProfiling the logwriter and database writer
Profiling the logwriter and database writerEnkitec
 
Fatkulin hotsos 2014
Fatkulin hotsos 2014Fatkulin hotsos 2014
Fatkulin hotsos 2014Enkitec
 
Combining ACS Flexibility with SPM Stability
Combining ACS Flexibility with SPM StabilityCombining ACS Flexibility with SPM Stability
Combining ACS Flexibility with SPM StabilityEnkitec
 
Why You May Not Need Offloading
Why You May Not Need OffloadingWhy You May Not Need Offloading
Why You May Not Need OffloadingEnkitec
 

More from Enkitec (20)

Engineered Systems: Environment-as-a-Service Demonstration
Engineered Systems: Environment-as-a-Service DemonstrationEngineered Systems: Environment-as-a-Service Demonstration
Engineered Systems: Environment-as-a-Service Demonstration
 
Think Exa!
Think Exa!Think Exa!
Think Exa!
 
In Memory Database In Action by Tanel Poder and Kerry Osborne
In Memory Database In Action by Tanel Poder and Kerry OsborneIn Memory Database In Action by Tanel Poder and Kerry Osborne
In Memory Database In Action by Tanel Poder and Kerry Osborne
 
In Search of Plan Stability - Part 1
In Search of Plan Stability - Part 1In Search of Plan Stability - Part 1
In Search of Plan Stability - Part 1
 
Mini Session - Using GDB for Profiling
Mini Session - Using GDB for ProfilingMini Session - Using GDB for Profiling
Mini Session - Using GDB for Profiling
 
Profiling Oracle with GDB
Profiling Oracle with GDBProfiling Oracle with GDB
Profiling Oracle with GDB
 
Oracle Performance Tools of the Trade
Oracle Performance Tools of the TradeOracle Performance Tools of the Trade
Oracle Performance Tools of the Trade
 
Oracle Performance Tuning Fundamentals
Oracle Performance Tuning FundamentalsOracle Performance Tuning Fundamentals
Oracle Performance Tuning Fundamentals
 
SQL Tuning Tools of the Trade
SQL Tuning Tools of the TradeSQL Tuning Tools of the Trade
SQL Tuning Tools of the Trade
 
Using SQL Plan Management (SPM) to Balance Plan Flexibility and Plan Stability
Using SQL Plan Management (SPM) to Balance Plan Flexibility and Plan StabilityUsing SQL Plan Management (SPM) to Balance Plan Flexibility and Plan Stability
Using SQL Plan Management (SPM) to Balance Plan Flexibility and Plan Stability
 
Oracle GoldenGate Architecture Performance
Oracle GoldenGate Architecture PerformanceOracle GoldenGate Architecture Performance
Oracle GoldenGate Architecture Performance
 
OGG Architecture Performance
OGG Architecture PerformanceOGG Architecture Performance
OGG Architecture Performance
 
APEX Security Primer
APEX Security PrimerAPEX Security Primer
APEX Security Primer
 
How Many Ways Can I Manage Oracle GoldenGate?
How Many Ways Can I Manage Oracle GoldenGate?How Many Ways Can I Manage Oracle GoldenGate?
How Many Ways Can I Manage Oracle GoldenGate?
 
Understanding how is that adaptive cursor sharing (acs) produces multiple opt...
Understanding how is that adaptive cursor sharing (acs) produces multiple opt...Understanding how is that adaptive cursor sharing (acs) produces multiple opt...
Understanding how is that adaptive cursor sharing (acs) produces multiple opt...
 
Sql tuning made easier with sqltxplain (sqlt)
Sql tuning made easier with sqltxplain (sqlt)Sql tuning made easier with sqltxplain (sqlt)
Sql tuning made easier with sqltxplain (sqlt)
 
Profiling the logwriter and database writer
Profiling the logwriter and database writerProfiling the logwriter and database writer
Profiling the logwriter and database writer
 
Fatkulin hotsos 2014
Fatkulin hotsos 2014Fatkulin hotsos 2014
Fatkulin hotsos 2014
 
Combining ACS Flexibility with SPM Stability
Combining ACS Flexibility with SPM StabilityCombining ACS Flexibility with SPM Stability
Combining ACS Flexibility with SPM Stability
 
Why You May Not Need Offloading
Why You May Not Need OffloadingWhy You May Not Need Offloading
Why You May Not Need Offloading
 

Recently uploaded

Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 

Recently uploaded (20)

Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 

Reducing Downtime Using Incremental Backups X-Platform TTS

  • 1. Reducing downtime using incremental backups and X-Platform TTS Martin Bach, Practice Director, Enkitec 16:00 UK Check out the sponsors’ websites: 10:00 Central US www.enkitec.com 17:00 Central webinar is broughtwww.red-gate.com/oracle This to you by: Europe
  • 2. Reducing downtime using incremental backups and X-Platform TTS Martin Bach, Practice Director, Enkitec Thank you for joining us This webinar is brought to you by:
  • 3. Presenters Martin Bach @MartinDBA Oracle ACE, member of the OakTable, Practice Director at Enkitec. James Murtagh @jmurts Part of the Oracle Tools’ team at Red Gate, creator of All Things Oracle.com. This webinar is brought to you by:
  • 4. Before we start • You will be on mute for the duration of the event • We are now talking so please type a message in the Chat box in the Control Panel if you can’t hear us (please check your speakers and GoToWebinar audio settings first) • There will be a Q+A session at the end but please type your questions in the Questions box in the Control Panel in advance • A recording of the full webinar will be put up online This webinar is brought to you by:
  • 5. About Red Gate • Over 600,000 technology professionals worldwide use Red Gate’s software, including 93% of Fortune 100 companies. This webinar is brought to you by:
  • 6. About Red Gate • Our philosophy is to design highly usable, reliable tools that solve problems commonly faced by DBAs and developers. “Source Control for Oracle is a huge time saver for me and for teams that I work with. I am blown away!” Lewis Cunningham, Database Architect, Oracle ACE Director This webinar is brought to you by:
  • 7. About Enkitec • Global systems integrator with a focus on the Oracle platform • Exadata Specialized Partner status (one of a handful globally) • 200+ Successful Exadata Implementations • Dedicated, In-house Engineered Systems Lab (POV, Patch Validation) • Additional practices include - Oracle RAC Implementation - Oracle Golden Gate - Oracle Applications Administration - On-Call Database Administration This webinar is brought to you by:
  • 8. Reducing downtime using incremental backups and X-Platform TTS Martin Bach, Practice Director, Enkitec This webinar is brought to you by:
  • 9. About Me • I work for Enkitec • Co-author of “Pro Oracle Database 11g RAC on Linux” by Apress • Oak Table Member • Oracle ACE • Oracle Certified Master • Blogger This webinar is brought to you by:
  • 10. Agenda • Why bother with incremental backups and cross-platform transportable tablespaces? • The old way of migrating to little-endian • The new way • Demo This webinar is brought to you by:
  • 11. Why you should care Or: why you do care and want to know more This webinar is brought to you by:
  • 12. Trends & Facts • IBM pSeries, SPARC servers, HP-UX Itanium – Have been losing market share – Lots of workloads taken over by industry standard components – Mostly running Linux • POWER-based systems seem to have done better defending their market share • SPARC suffered from low performance/$$$ in the past • AMD appears to have become a niche vendor This webinar is brought to you by:
  • 13. Reasons • Majority of workloads ok with 2-4 socket systems • Established UNIX platforms expensive – In contrast to equivalent x86-64 cores – Oracle core factor! • Advantages are being lost – Largest memory available with E7 Xeons (2-4 TB/node) – Largest current Xeon-EP system is 2s24c48t (1.5 TB RAM) – AMD 63xx pack 16 “cores”/socket, E7-8870 10+HT – RAS features not as important as they were This webinar is brought to you by:
  • 14. So what does that mean • Many organisations are revisiting their standards – New building blocks emerging – Consolidation & DBaaS • Oracle’s Engineered Systems – Exadata Exadata? – Oracle Database Appliance • Or roll your own? This webinar is brought to you by:
  • 15. No really now • Well I guess all I want to say is You will be moving Systems to Linux soon! This webinar is brought to you by:
  • 16. Migrating to Linux That includes Exadata too This webinar is brought to you by:
  • 17. Strategies for Linux migrations • Strategy depends on source platform – It is easy if the data encoding remains the same – Endianness matters! • Important Big Endian platforms – SPARC, AIX, HP-UX, … • Mainstream Little Endian platforms – Linux, Windows This webinar is brought to you by:
  • 18. Endianness • Term is based on Jonathan Swift’s “Gulliver’s Travels” • In CS it means the byte order in a word (=memory) • Big endian – Store the most significant byte in the smallest address • Little endian – Store the least significant byte in the smallest address • Conversion problems This webinar is brought to you by:
  • 19. Data Guard! • Who would have thought...that it can be so easy! – Heterogeneous Data Guard can be a solution • Physical Standby – MOS DocID 413484.1 – Contains table with valid combinations • Logical Standby – MOS Doc ID 108568.1 • Even support for some 32bit/64bit combinations! This webinar is brought to you by:
  • 20. Some possible Data Guard combinations • Windows – Mixed 32bit/64bit, including IA64 – Linux 32bit/64bit, including IA64 • HP-UX – Mixed PA-RISC and Itanium configuration • AIX and Solaris SPARC – Might happen: Enhancement Request in bug 12702521 • Respect restrictions as outlined in My Oracle Support This webinar is brought to you by:
  • 21. If no Data Guard then • There are many options in 11g, including • Recovery Manager/Transportable Tablespaces • DBMS_FILE_TRANSFER • Logical export/import • Replication – Golden Gate – Streams – others This webinar is brought to you by:
  • 22. The Endian Conversion Using RMAN to convert from big endian to little endian This webinar is brought to you by:
  • 23. Using TTS for a migration • Simple in theory 1. 2. Export tablespace metadata from source 3. Transport files to destination 4. Create necessary metadata (users, grants) 5. Import tablespace metadata to destination 6. • Set tablespace to read-only on source Make tablespace available for reading and writing If you have a large enough downtime window This webinar is brought to you by:
  • 24. Let’s do it then! • That does indeed sound possible! • Slight complications – I.e. you can’t take a tablespace from AIX and plug it into Linux – Tablespaces must be self-contained • You may need to convert the data files • But what about the source system? – You will have application downtime during the migration! – “We do not use (a lot of) downtime” This webinar is brought to you by:
  • 25. X-Platform incremental backup TTS now Potentially reducing the downtime window considerably at no extra cost This webinar is brought to you by:
  • 26. What is this tongue twister? • Cross Platform incremental backups + TTS addresses: – The need for extended downtime – Read-Only phase can be shortened – Less/no need for replication tools • Cross Platform incr backup + TTS does NOT help you (much) in these cases: – If you are exporting excessive meta-data (EBS!) – If you are not migrating to Exadata This webinar is brought to you by:
  • 27. RMAN incremental backups • Standard RMAN feature – Create an image copy of a data file – Take incremental backups of the data file – Apply incremental on datafile copy rolling it forward – Designed with “switchover to copy” in mind – Source remains online & available • Storage admins will find that amusing This webinar is brought to you by:
  • 28. The New World Order • Incremental backups and x-platform TTS are cool • Procedure explained in Doc ID 1389592.1 • Multiple phases – Initial setup – Prepare phase – Roll forward phase – Transport phase – Cut over This webinar is brought to you by:
  • 29. Prerequisites • Incremental Convert Home – Separate 11.2.0.2 + Exa BP12 home – Patch 13340675 for core functionality Maybe otherstest! – Patch 1459711 if source contains IOTs • Cannot overcome limitations of TTS • Source database must have compatible set to >= 10.2 – + Archivelog mode – + no compressed backups for device type disk – + no offline files in TBS; TBS must not be read only This webinar is brought to you by:
  • 30. Initial setup (1) • On the source host – Download rman_xttconvert_1.3.zip from MOS – Store in $HOME/xtt – Edit xtt.properties – Create necessary directories – Copy $HOME/xtt to destination This webinar is brought to you by:
  • 31. Initial setup (2) • On the destination host – Create incremental RDBMS software home as described – Start a temporary instance in nomonut mode – Create/identify RDBMS home for the destination database – Create/define database to import tablespace into – Apply any other patches • QDPEs • Overlay patches – Create necessary directories This webinar is brought to you by:
  • 32. This webinar is brought to you by:
  • 33. xtt.properties used for demo tablespaces=MBH1,MBH2 platformid=20 dfcopydir=/u01/xtt/stage_source backupformat=/u01/xtt/stage_source stageondest=/u01/xtt/stage_dest storageondest=/u01/oradata/little/ backupondest=/u01/reco cnvinst_home=/u01/app/oracle/product/11.2.0.2/xtt_home cnvinst_sid=xtt parallel=1 This webinar is brought to you by:
  • 34. Conversion instance [oracle@linux dbs]$ cat initxtt.ora db_name=xtt compatible=11.2.0.2.0 [oracle@linux dbs]$ tail –n2 /etc/oratab xtt:/u01/app/oracle/product/11.2.0.2/xtt_home:N little:/u01/app/oracle/product/11.2.0/dbhome_1:N This webinar is brought to you by:
  • 35. Prepare Phase (1) • Run prepare step on source system – Creates datafile copies locally to “dfcopydir” – Does some validation and sanity checking – Creates files xttplan.txt and rmanconvert.cmd – $ perl xttdriver.pl -p This webinar is brought to you by:
  • 36. Prepare Phase (2) oracle@solaris:~/xtt$ . oraenv ORACLE_SID = [bigendia] ? The Oracle base remains unchanged with value /u01/app/oracle oracle@solaris:~/xtt$ $ORACLE_HOME/perl/bin/perl xttdriver.pl -p Prepare source for Tablespaces: 'MBH1','MBH2' /u01/xtt/stage_dest xttpreparesrc.sql for 'MBH1','MBH2' started at Wed Jun 19 08:50:14 2013 xttpreparesrc.sql for ended at Wed Jun 19 08:50:15 2013 oracle@solaris:~/xtt$ This webinar is brought to you by:
  • 37. Prepare Phase (3) • Transfer datafile copies to destination – Either use NFS or scp to copy files – $ scp /u01/xtt/stage_source/* linux:/u01/xtt/stage_dest – No ASMCMD or DBMS_FILE_TRANSFER possible • Convert copies on destination system – Copy rmanconvert.cmd and xttplan.txt to destination – $ perl xttdriver.pl –c – Datafiles will be created in storageondest location This webinar is brought to you by:
  • 38. Output [oracle@linux xtt]$ $ORACLE_HOME/perl/bin/perl xttdriver.pl -c Converted datafiles listed in: /tmp//xttnewdatafiles.txt [oracle@linux xtt]$ cat /tmp//xttnewdatafiles.txt ##MBH1 5,/u01/oradata/little/MBH1_5.xtf ##MBH2 6,/u01/oradata/little/MBH2_6.xtf [oracle@linux xtt]$ This webinar is brought to you by:
  • 39. FYI-RMAN conversion script oracle@solaris:/tmp$ cat rmanconvert.cmd host 'echo ts##MBH1'; convert from platform 'Solaris Operating System (x86-64)' datafile '/u01/xtt/stage_dest/MBH1_5.tf' format '/u01/oradata/little//%N_%f.xtf' parallelism 1; host 'echo ts##MBH2'; convert from platform 'Solaris Operating System (x86-64)' datafile '/u01/xtt/stage_dest/MBH2_6.tf' format '/u01/oradata/little//%N_%f.xtf' parallelism 1; oracle@solaris:/tmp$ This webinar is brought to you by:
  • 40. Prepare Phase Summary • The following actions were performed – Initial image copy of tablespaces created – Data file copies are available on destination – Files have been converted to destination platform • Source system was ONLINE all the time • Now keep calm and carry on This webinar is brought to you by:
  • 41. Roll Forward Phase (1) • Source system carries on as normal • Incremental backups of the source tablespaces are key – Take backup – Transfer to the destination – Convert incremental backup and apply to datafile copies – Repeat as often as you like • At the cutover date continue with Transport Phase This webinar is brought to you by:
  • 42. Roll Forward Phase (2) • Take initial incremental backup – $ perl xttdriver -i – Creates the incremental backup – Meta-information in tsbkupmap.txt and incrbackups.txt • Transfer files to destination – $ scp $(cat incrbackups.txt) linux:/u01/xtt/stage_dest – $ scp xttplan.txt tsbkupmap.txt linux:$(pwd) This webinar is brought to you by:
  • 43. Roll Forward Phase (3) • Convert and apply: on destination – Recently transferred backups are converted to Linux – And applied to the datafile copies • Based on xttplan.txt tsbkupmap.txt • $ perl xttdriver.pl -r – Environment variables point to destination database – Connection made against xtt instance for conversion – Connection against destination db for merge • Meta files need to be copied for each iteration This webinar is brought to you by:
  • 44. Roll Forward Phase (4) • Get the next SCN for further backups oracle@solaris:~/xtt$ $ORACLE_HOME/perl/bin/perl > xttdriver.pl -s Prepare newscn for Tablespaces: 'MBH1','MBH2' New /tmp//xttplan.txt with FROM SCN's generated oracle@solaris:~/xtt$ oracle@solaris:~/xtt$ cat /tmp/xttplan.txt Datafile# TBS name, MBH1####992746 current SCN 5 MBH2####992764 6 This webinar is brought to you by:
  • 45. Roll Forward Phase (5) • Repeat this phase as often as you like • Then make a decision to cut over – Enter the transport phase – This is where you will encounter an outage – Outage duration depends on the amount of metadata • In the meantime – Pre-create users and grants in destination database This webinar is brought to you by:
  • 46. Transport Phase (1) • Identical to “traditional” TTS now – Make tablespaces on source database read only – Create a final incremental backup – Ship it over including required files – Roll forward + recovery – Import metadata – Validate tablespaces in destination – Make them read-write – DONE! This webinar is brought to you by:
  • 47. Transport Phase (2) oracle@solaris:~/xtt$ sqlplus / as sysdba SQL*Plus: Release 11.2.0.3.0 Production on Wed Jun 19 09:37:52 2013 Copyright (c) 1982, 2011, Oracle. All rights reserved. Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit With the Partitioning option SQL> alter tablespace mbh1 read only; Tablespace altered. SQL> alter tablespace mbh2 read only; Tablespace altered. SQL> This webinar is brought to you by:
  • 48. Transport Phase (3) • Final incremental backup • No big difference to previous phase • Steps to follow – Create the incremental backup – Ship the RMAN backup sets – Ship xttplan.txt tsbkupmap.txt – Roll the backup forward This webinar is brought to you by:
  • 49. Transport Phase (4) • Prepare metadata import – The code uses expdp – It assumes a NETWORK_LINK [oracle@linux xtt]$ $ORACLE_HOME/perl/bin/perl xttdriver.pl -e [oracle@linux xtt]$ cat /tmp/xttplugin.txt impdp directory=<DATA_PUMP_DIR> logfile=<tts_imp.log> network_link=<ttslink> transport_full_check=no transport_tablespaces=MBH1,MBH2 transport_datafiles='/u01/oradata/little/MBH1_5.xtf','/u01/oradata/little/MBH2_6.xtf'; [oracle@linux xtt]$ – Change for your needs and run This webinar is brought to you by:
  • 50. Finishing touches • Run RMAN validate tablespace xyz check logical; • Make tablespace read-write on destination • Test • Sign off • Have a beverage of choice This webinar is brought to you by:
  • 51. References Read on! Test it! Do it! This webinar is brought to you by:
  • 52. Useful DocIDs and other material • 1166561.1-Master Note for TTS • 1389592.1-cross platform incremental backup TTS master note This webinar is brought to you by: