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 > Problems with DB2 offline backup

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-05-04, 12:40
ascarsy ascarsy is offline
Registered User
 
Join Date: Feb 2004
Posts: 1
Question Problems with DB2 offline backup

DB2 v 5.2 (really).

Anyone help please?

We've just attempted to do an offline backup of our machine. The backup states in the journal that it's running, but no backup file is being created. We can continue to use our system, log files are being generated as usual, which indicates that no backup is running.

Trouble is, we don't know how to "stop" this backup - control center journal does not give us the option to stop it. Obviously we currently can't take another backup - even the standard "online" one we normally do.

Anyone know any way, short of re-installing DB2, that we can get round this problem - any command line we could enter?

And yes, we are planning to upgrade the version - I'm only the machine minder!!

Any help gratefully received
Reply With Quote
  #2 (permalink)  
Old 02-05-04, 16:51
famudba famudba is offline
Registered User
 
Join Date: Jan 2004
Location: Tallahassee, FL, USA
Posts: 96
Re: Problems with DB2 offline backup

Quote:
Originally posted by ascarsy
DB2 v 5.2 (really).

Anyone help please?

We've just attempted to do an offline backup of our machine. The backup states in the journal that it's running, but no backup file is being created. We can continue to use our system, log files are being generated as usual, which indicates that no backup is running.

Trouble is, we don't know how to "stop" this backup - control center journal does not give us the option to stop it. Obviously we currently can't take another backup - even the standard "online" one we normally do.

Anyone know any way, short of re-installing DB2, that we can get round this problem - any command line we could enter?

And yes, we are planning to upgrade the version - I'm only the machine minder!!

Any help gratefully received

what your environmnet

db2 platform : ?
DB2 version : ?

if it not prod DB


check any applications connect to DB

by
db2 list applications show detail

if any running ( check for db2bp process)
db2 force applications all


db2stop force

and

db2start

take backup by using following command ( from DB2 server as instance owner)


db2 backup db <dbname> to <target directory>

from db2 command window , if NT/Unix
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