So it does not matter if you are using the ba client or the api client you still must use a script to backup the database. That is what I needed to know. Does anyone have a sample script that they use to delete old db copies and logs?
Thanks Nick -----Original Message----- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Gustavo Olivera Sent: Thursday, November 30, 2006 12:12 PM To: [email protected] Subject: Re: [ADSM-L] DB2 backups Hi, You can use the following statement from a DB2 CLP, a Command Editor, the Task Center or any tool: backup database DBNAME use tsm In order to verify the backups you can use the db2adutl utility, and can check the syntax by typing only db2adutl from a DB2 CLP, but the first statement that you should enter is: db2adutl query full db DBNAME Best regards, Gustavo Olivera 2006/11/30, Britton, Nick <[EMAIL PROTECTED]>: > > Can someone help with understanding how db2 works with the api client. > I am new to TSM and I am trying to understand how I backup the DB with > the API client. > > I understand that I install the API and Configure the API. I register > the node and associate it with a schedule. But how to you backup the > actual databases? > > ***** PRIVILEGED AND CONFIDENTIAL ***** > This communication, including attachments, is for the exclusive > use of addressee and may contain proprietary, confidential > and/or privileged information. If you are not the intended > recipient, any use, copying, disclosure, dissemination or > distribution is strictly prohibited. If you are not the intended > recipient, please notify the sender immediately by return e- > mail, delete this communication and destroy all copies. > ***** PRIVILEGED AND CONFIDENTIAL ***** This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential and/or privileged information. If you are not the intended recipient, any use, copying, disclosure, dissemination or distribution is strictly prohibited. If you are not the intended recipient, please notify the sender immediately by return e- mail, delete this communication and destroy all copies.
