Check the environment (in db2, env |grep DSMI) and make sure they are set properly pointing to the tivoli directory.
Also you might try to update the TSM_NODENAME and TSM_PASSWORD in db2:
db2 update db cfg for DBNAME using TSM_NODENAME "hostname"-db2
db2 update db cfg for DBNAME using...
I want to perform some backups using pax. The backups have to be created on disk. I've been playing w/ it but haven't quite figured it out. I would also like to restore it. Help!
Thanks
I am doing something similar manually now. Tar will not work w/ files over 2 Gig so I am using a backup of the dir to tape. This should work in a script or cron as well.
find . -print | backup -iq -f /dev/rmt0.1
This also allows me to stop the tape after each backup and continue copying later...
I am trying to backup 3 filesystems on each of 3 different servers to a NFS on a 4th server. This is on AIX 5.1. I have been doing a cp -Rp w/ some success (errors with: Too many levels of symbolic links). Is there a better way? How can I get rid of this error?
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.