Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mcridercoach

  1. mcridercoach

    DB2 Userexit program and TSM

    Anyone setup TSM and the DB2 userexit program to work together. I want my db backups to go directly to TSM tape. Thanks, Jay
  2. mcridercoach

    DB2 backup

    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...
  3. mcridercoach

    Backups w/ pax

    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
  4. mcridercoach

    Scheduled Script to backup onto tape

    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...
  5. mcridercoach

    How should I backup to NFS

    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

Part and Inventory Search

Back
Top