If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > restore IBM OnDemand Content Manager database

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-20-11, 16:38
narnold33 narnold33 is offline
Registered User
 
Join Date: Jul 2011
Posts: 1
restore IBM OnDemand Content Manager database

need to move IBM OnDemand Content Manager off old hardware to new.
server 1 current environment: Using DB2 v9.5.0.808. I ran BACKUP DATABASE ARCHIVE TO C:\backup. Copied backup file to server 2. Stopped all ondemand services. restore database ARCHIVE from "C:\backup" taken at 20110429163152 without rolling forward. The RESTORE DATABASE command completed successfully. However I can no longer start up the ondemand services? I'm sure I'm missing some steps. Thanks for any help
Reply With Quote
  #2 (permalink)  
Old 08-01-11, 06:20
dr_te_z dr_te_z is offline
Registered User
 
Join Date: Jan 2009
Location: Zoetermeer, Holland
Posts: 555
Hmm, not the right forum I'm afraid. Try this: IBM Support Portal:Overview
Reply With Quote
  #3 (permalink)  
Old 08-01-11, 06:42
przytula_guy przytula_guy is offline
Registered User
 
Join Date: Apr 2006
Location: Belgium
Posts: 1,159
as indicated on entry 1 : without rolling forward.. was specified

have a look : ROLLFORWARD DATABASE
or try to connect to db and you will see the msg indicating the db is in rollforward pending state
__________________
Best Regards, Guy Przytula
Database Software Consultant
DB2 UDB LUW Certified V7-V8-V9-V9.7 DB Admin - Dprop..
Information Server Datastage Certified
http://www.infocura.be
Reply With Quote
  #4 (permalink)  
Old 08-04-11, 07:42
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
WITHOUT ROLLING FORWARD means that the database will NOT be placed in the rollforward pending mode.
Reply With Quote
  #5 (permalink)  
Old 08-04-11, 08:41
przytula_guy przytula_guy is offline
Registered User
 
Join Date: Apr 2006
Location: Belgium
Posts: 1,159
for the last entry : n_i : I presume if it was an offline backup
otherwise : according the doc :
If, following a successful restore operation, the database is in rollforward pending state, the ROLLFORWARD command must be invoked before the database can be used again.
__________________
Best Regards, Guy Przytula
Database Software Consultant
DB2 UDB LUW Certified V7-V8-V9-V9.7 DB Admin - Dprop..
Information Server Datastage Certified
http://www.infocura.be
Reply With Quote
  #6 (permalink)  
Old 08-04-11, 11:20
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
You won't be able to restore an offline backup with the option WITHOUT ROLLING FORWARD. In other words, if this option is specified, there are two possible outcomes:
- restore of an offline backup succeeds, and the database is not placed in the ROLLFORWARD PENDING mode. Rollforward is not needed or possible.
- restore of an online backup fails.
Reply With Quote
  #7 (permalink)  
Old 08-04-11, 20:19
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
Quote:
Originally Posted by n_i View Post
You won't be able to restore an offline backup with the option WITHOUT ROLLING FORWARD.
I think you meant online.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On