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.
I need to backup all DB2 databases on a Linux server. Can someone share a script if there was one ?
We need to backup databases via script due to pre and post processing dependencies including Mainframe and Tivoli server.
I have the part of the script that cheks if there are any connections to the databases and forces them out if there are any. Then I need to backup all the databases on the server and I don't want to enter them one by one into the script since it will also help me when/If I add another database to the server.