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.
How do i backup a database greater then 2 GB as the db2 backup command creates a single backup file of the database.My unix file system does not allow files greater then 2Gb.
Can db2 backup command split files with sizes less then 2 GB also what steps do i need to take while restoring these spilt files.
Assuming you are using UNIX, you can ask the unix engineers to change the user limits for the person taking the backup. On AIX you can see the limits by "ulimit -a" command on the prompt. Even if you are unable to change the limits you can still take a backup image BUT you will get more than one backup files...with same naming format but at the end you will find..000, 001....and so on each with 2GB or little less in size.
While restoring you do a restore as you would normally do, DB2 will automatically pick the right file one after another.
The db2 backup command will automagically spli the files with sizes less then 2Gb am i right do i need to pass it some option.I am on redhat Advanced server 3.0 with Veritas Volume Manager
Hi
you can create a " Large file enabled journal file system" " If working on AIX " through smit utility and the you can take your DB backup on that files system as " Large file enabled journal file system" permits individual files more than 2GB also