ADSM-L

Re: DB2 not connecting to TSM

2003-07-31 00:11:43
Subject: Re: DB2 not connecting to TSM
From: Andrew Raibeck <storman AT US.IBM DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Wed, 30 Jul 2003 22:11:21 -0600
Check out the TSM client API manual
(http://publib.boulder.ibm.com/tividd/td/IBMTivoliStorageManagerClient5.1.html).
One of the appendices discusses the API return codes with explanations
(look up rc 2230).

Also, check the section on setting up the API environment in the chapter
on introducing the API.

Regards,

Andy

Andy Raibeck
IBM Software Group
Tivoli Storage Manager Client Development
Internal Notes e-mail: Andrew Raibeck/Tucson/IBM@IBMUS
Internet e-mail: storman AT us.ibm DOT com

The only dumb question is the one that goes unasked.
The command line is your friend.
"Good enough" is the enemy of excellence.




Kai Hintze <kai.hintze AT ALBERTSONS DOT COM>
Sent by: "ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU>
07/30/2003 20:28
Please respond to "ADSM: Dist Stor Manager"


        To:     ADSM-L AT VM.MARIST DOT EDU
        cc:
        Subject:        DB2 not connecting to TSM



Will one of you wonderful people that has worked with DB2 point me in the
right direction?

TSM Server 5.1.6.5 running on AIX 5.1. Client is 5.1.5.15 on AIX 5.2.

Our DBA is trying to make his first backup from DB2 to TSM. The TSM client
is installed and works fine.

I don't see anything about error 2230 in the TSM client help.

/home/pshcm1/sqllib/adsm is a link to  /usr/opt/db2_08_01/adsm64.

The API is 64bit.

>        -----Original Message-----
>       From:   Robert Jans
>       Sent:   Wednesday, July 30, 2003 16:07
>       To:     Kai Hintze
>       Subject:        TSM problem?
>
>        Kai, I'm receiving an error when I try to use TSM to
> backup the databases on IBM51. Chris Williams from IBM
> mentioned that there was some specific patch/module/magic
> wand needed for DB2 V8 which we're using. Here's a dump of
> the error I received and the commands to run the backup. Can
> you assist at all?
>
>       CONNECT TO PSHCM1;
>       QUIESCE DATABASE IMMEDIATE FORCE CONNECTIONS;
>       CONNECT RESET;
>       BACKUP DATABASE PSHCM1 USE TSM OPEN 1 SESSIONS WITH 1
> BUFFERS BUFFER 1024 PARALLELISM 1 WITHOUT PROMPTING;
>       CONNECT TO PSHCM1;
>       UNQUIESCE DATABASE;
>       CONNECT RESET;
>       SQL2062N  An error occurred while accessing media
>       "/home/pshcm1/sqllib/adsm/libtsm.a".  Reason code: "2230".
>
>       Explanation:
>
>       An unexpected error occurred while accessing a device,
> file, TSM
>       or the vendor shared library during the processing of a
> database
>       utility.  The following is a list of reason codes:
>
>        1 An attempt to initialize a device, file, TSM or the
> vendor
>       shared library failed.
>
>        2 An attempt to terminate a device, file, TSM or the
> vendor
>       shared library failed.
>
>        other If you are using TSM, this is an error code
> returned by
>       TSM.
>
>        The utility stops processing.
>
>       User Response:
>
>       Ensure the device, file, TSM or vendor shared library
> used by the
>       utility is available and resubmit the utility command.  If the
>       command is still unsuccessful, contact your technical service
>       representative.
>

<Prev in Thread] Current Thread [Next in Thread>