Author Topic: backup procedure  (Read 1750 times)

Michel de Kraker

  • Full Member
  • ***
  • Posts: 164
    • View Profile
    • SYSBLOX , AIX consultancy
backup procedure
« on: August 24, 2017, 01:10:46 AM »
Hi all,

Was wondering how you all make your backups of the OnDemand db2 database. (on AIX/Linux)
Is this online or offline? And are you using the arsdb command for this or do you use the db2 backup command?

Kind regards,

Michel.

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2231
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: backup procedure
« Reply #1 on: August 24, 2017, 09:14:45 AM »
The short answer is to do whatever the customer does on other servers -- consistency is key now that a single person can be responsible for dozens of servers.

The long answer is a long, paranoid rant about having multiple levels of protection against a variety of catastrophes -- some imagined, most real, others unimaginable.  :)

Here are my rules at a high level:

Wherever possible, a full, daily, offline backup to reliable, fault-tolerant local disk is preferred.  It means restorations are quick and easy.

If daily offlines aren't possible...  Daily onlines, transaction log archiving, plus weekly offlines during the maintenance window.

If daily onlines are troublesome...  Daily incrementals/deltas, weekly onlines, transaction log archiving, and monthly offline backups.

The more complex the backup routine, the more complex and less tolerant of failure the restores are.  Regular and repeated restores to a test box are absolutely critical.  The best customers practice database restores quarterly to find flaws in their configuration and processes, and correct them before they turn a hiccup into a career-altering disaster.

I'd be interested to see what others have to say about this as well.

-JD.
IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

Michel de Kraker

  • Full Member
  • ***
  • Posts: 164
    • View Profile
    • SYSBLOX , AIX consultancy
Re: backup procedure
« Reply #2 on: August 24, 2017, 01:24:32 PM »
thankyou JD, clear answer.

regards,

michel.