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 > New on DB2 8.2 - backup

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-08-06, 09:36
mudai mudai is offline
Registered User
 
Join Date: Jul 2003
Posts: 25
Question New on DB2 8.2 - backup

Need some advise on DB2.. previously i'm using informix, i can do online backup with the LTAPE set to null.

i have choose not to activate logging for my dev system.

how can i backup the DB online ? because if i issue command db2 backup database db online to /dev/rmt0. it will give error that not allowing me to backup the db.

My concern if i activate logging in my dev system i will fill up the archive log folders, and need regular backup of log files.

we don;t need the log. it's only dev system anyway. Anyone having some advise ?
Reply With Quote
  #2 (permalink)  
Old 03-08-06, 10:07
JAYANTA_DATTA JAYANTA_DATTA is offline
Registered User
 
Join Date: Oct 2004
Location: DELHI INDIA
Posts: 336
I think without retaining Logs, your Online backup image will be useless.Better plan a downtime and take offline backup."

Thanks,
Jay
Reply With Quote
  #3 (permalink)  
Old 03-08-06, 10:10
dbamota dbamota is offline
Registered User
 
Join Date: Sep 2003
Posts: 237
Use the same command after removing the word online. If you use logarchmeth1 and logarchmeth2 database configuration parameters properly, you can set up the equivalent of physical logging which allows ONLINE backups(should be used for production systems). The defaults are for a non archived system where you CANNOT do ONLINE backup.
__________________
mota
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