Hello TSM gurus, Any body experienced with backup the tsm database into a disk or filesystems.
Actually , we have 2 UNIX box model P630. 1 running primary TSM server with 3584 LTO Library and 1 standby TSM server with 3584 LTO Library (Similar configuration to primary). The location between the two server is around 200KM. (128MB bandwith) I would like to make the primary TSM database backup onto NFS directory where both unix box can see. I also export the information data such as devconfig, Volumehistory , on the standby unix box. The TSM database backup run every 6 hours via crontab. Any one who are expert in TSM , please share with me what's the best step to configure and new to most of TSM users. By the way, I have backup the TSM database onto NFS filesystems and it work fine. But I cannot restore the database. The step I did was ... 1. define the DEVICE FILE CLASS called DISK-TMP and directory /nfsdb. (import nfs directory). 2. define file library 3. define file drive backup db type=full file=/nfsdb On completion , the database volume /nfsdb/858571.dbb was created. Now I restore on standby TSM server using this command.. #dsmserv server restore db preview=no /usr/tivoli/tsm/server/bin >dsmserv restore db preview=no ANR7800I DSMSERV generated at 09:56:45 on Jun 13 2003. Tivoli Storage Manager for AIX-RS/6000 Version 5, Release 2, Level 0.0 Licensed Materials - Property of IBM (C) Copyright IBM Corporation 1999,2003. All rights reserved. U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corporation. ANR0900I Processing options file /usr/tivoli/tsm/server/bin/dsmserv.opt. ANR7811I Direct I/O will be used for all eligible disk files. ANR8200I TCP/IP driver ready for connection with clients on port 1500. ANR0200I Recovery log assigned capacity is 8892 megabytes. ANR0201I Database assigned capacity is 19800 megabytes. ANR0306I Recovery log volume mount in progress. ANR8500E No paths are defined for library DISK-TMP in device configuration inf ormation file. --------------------------------------- This is the devconfigation file. /* Device Configuration */ DEFINE DEVCLASS 3584DEV DEVTYPE=LTO FORMAT=ULTRIUM2 ESTCAPACITY=209715200K MOUNTLIMIT=DRIVES MOUNTWAIT=60 MOUNTRETENTION=60 PREFIX=ADSM LIBRARY=3584LIB DEFINE DEVCLASS DISK-TMP DEVTYPE=FILE FORMAT=DRIVE MAXCAPACITY=4194304K MOUNTLIMIT=1 LIBRARY=DISK-TMP DIRECTORY=/nfsdb SHARED=YES SET SERVERNAME TSM DEFINE LIBRARY 3584LIB LIBTYPE=SCSI SERIAL="0000013030121000" SHARED=NO DEFINE LIBRARY DISK-TMP LIBTYPE=FILE DEFINE DRIVE 3584LIB 3584DRV1 ELEMENT=256 ONLINE=Yes SERIAL="1110055078" DEFINE DRIVE 3584LIB 3584DRV2 ELEMENT=257 ONLINE=Yes SERIAL="1110055091" DEFINE DRIVE DISK-TMP DISK-TMP1 ONLINE=Yes DEFINE PATH TSM 3584LIB SRCTYPE=SERVER DESTTYPE=LIBRARY DEVICE=/dev/smc0 ONLINE=YES DEFINE PATH TSM 3584DRV1 SRCTYPE=SERVER DESTTYPE=DRIVE LIBRARY=3584LIB DEVICE=/dev/rmt1 ONLINE=YES DEFINE PATH TSM 3584DRV2 SRCTYPE=SERVER DESTTYPE=DRIVE LIBRARY=3584LIB DEVICE=/dev/rmt2 ONLINE=YES Regards, Zain