Does rtc support backup via DB2 flashcopy?
Natsumi Yokoyama (209●3●87●101)
| asked Nov 13 '12, 5:26 a.m.
retagged Nov 14 '12, 1:32 p.m. by Jerry Shengulette (639●1●4)
Does RTC/RQM support backup via DB2 flashcopy?
My customer need to backup RTC database via DB2 fashcopy. Is there any consideration? Thank you in advance Natsumi |
Accepted answer
We have clients who take image backups of their machines and this is fine. Just keep in mind that if the backup is running when RTC is also running, you may run into some issues.
Natsumi Yokoyama selected this answer as the correct answer
|
One other answer
We use a set of powershell scrips to create DB2 backups every night. Script is run thru Task Scheduler. The script creates a \backup\<date> directory, stops the JTS, backs up the databases, starts the JTS, creates a restore-script with the correct timestamps, zips the directory to <date>.zip and deletes the \backup\<date> directory. It also deletes <date>.zips older than 14 days.
The restore script stops the JTS, restores the databasese, does a resetLockID on JTS and starts the JTS.
Works fine.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.