Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

TSM Backup libtadsm.a errors

562 views
Skip to first unread message

Zoe Snow

unread,
Apr 29, 2003, 12:04:43 PM4/29/03
to
Hi,
I am backing up my db2 udb (v 7.2 FP 8)database to TSM(v4.2.1.15) on
AIX (v4.3.3)
I have updated my ~/sqlutil/userprofile and set the following
variables:

DSMI_DIR=/usr/tivoli/tsm/client/api/bin
DSMI_CONFIG=~/tsm/dsm.opt
DSMI_LOG=~/tsm

I stopped and started DB2, logged out of the instance and back in, and
then ran a backup (to the default tsm management class) and it worked.

However, I want my backups to go to another tsm management class so I
got one created (TEST_CLASS).

And I updated the db cfg.....

db2 update db cfg for database using TSM_MGMTCLASS TEST_CLASS

I then logged out of the instance and back in for the changes to take
effect.

Tried to run a backup to the new tsm management class and got the
following error:

SQL2025N An I/O error "41" occurred on media "TSM"

This doesn't write any error messages to the dsierror.log

Looking at SQL codes, this means:
SQL2025N An I/O error "<code>" occurred on media "<dir/devices>".
Explanation: An I/O error occurred while accessing a file on the
specified media.
The utility stops processing.
User Response: Record the error return code. Determine whether the I/O
error can be corrected.

Does any body have any ideas what this means? I contacted my TSM
contact and she said that the process did try to mount the tape - so
it it is getting through.

On another database, with the same structure of set up, I have also
had errors:
SQL2062N an error occurred while accessing media
"~/sqllib/adsm/libtadsm.a". Reason code: 184


Does anyone know what these errors mean, or does anyone know of a TSM
return code manual that would be able to give a defintion/ resolution
to these problems.

Thanks, Zoe Snow
e: how...@yahoo.com

Ian D. Bjorhovde

unread,
Apr 29, 2003, 1:01:42 PM4/29/03
to

You can view the TSM manuals from IBM's website:

http://publib.boulder.ibm.com/tividd/td/tdprodlist.html

The return codes are documented in the "Using the Application Programming
Interface" book. The errors are:

0041 E DSM_RC_ABORT_EXCEED_MAX_MP

Explanation: All the tape mount points for this node are in use.

System Action: The system returns to the calling procedure.

User Response: Increase the number of allowed tape mounts for this
node on the server.

0184 E DSM_RC_TL_NOBCG

Explanation: The management class for this file does not have a
backup copy group specified. This file will not be backed up.

System Action: Processing stopped.

User Response: Add a valid backup copy group to the management class,
and then retry the operation.


Looks like there's some misconfiguration on your TSM server that needs to
be fixed.


Good luck,

>
> Thanks, Zoe Snow
> e: how...@yahoo.com

-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 80,000 Newsgroups - 16 Different Servers! =-----

Zoe Snow

unread,
Apr 30, 2003, 5:05:05 PM4/30/03
to
Thanks Ian, I will bookmark the website!

Cheers, Zoe

"Ian D. Bjorhovde" <ian...@mobileaudio.com> wrote in message news:<3eaeb0da$1...@corp.newsgroups.com>...

Zoe Snow

unread,
May 1, 2003, 11:56:29 AM5/1/03
to
I was getting the "41" error due to executing the following command:
db2 backup db <db> use tsm open 2 sessions with 4 buffers buffer 1024
parallelism 2
however, the management class that I was sending the backup to wasn't
configured correctly.

how...@yahoo.com (Zoe Snow) wrote in message news:<ba0c1ee2.03043...@posting.google.com>...

Joachim Müller

unread,
May 2, 2003, 3:38:54 AM5/2/03
to
Zoe,

perhaps the number of allowed tape mounts is set to 1,
so you can backup db2 only with 1 session.

Ask your TSM Admin for this behavior.

Regards, Joachim Müller

"Zoe Snow" <how...@yahoo.com> schrieb im Newsbeitrag
news:ba0c1ee2.03050...@posting.google.com...

0 new messages