Steve, Attached (at the end) is a snippet from a howto on IBM's support site that you may want to look over...
-Lloyd On Mon, 27 Jan 2003 14:04:43 -0500 Steve Roder <[EMAIL PROTECTED]> wrote: > Hi All, > > According to the doc., dsmserv restore db only supports manual and > scsi libraries. Has anyone on this list restored a db via a 3590 drive > inside a 3494? Since the 3494 is not libtype=scsi, I am thinking that I > will have to put my 3494 into pause or manual mode, and fake TSM into > thinking the 3590 is standalone, and then manually insert the dbbackup > volume into the correct drive. > > Has anyone done this? > > Thanks, > > Steve Roder, University at Buffalo > HOD Service Coordinator > VM Systems Programmer > UNIX Systems Administrator (Solaris and AIX) > TSM/ADSM Administrator > ([EMAIL PROTECTED] | (716)645-3564) > Problem One may need to temporarily configure your 3494 library as manual in order to perform a database restore. The following provides instruction on how to change your devconfig file to do so. Solution First, make a copy of your devconfig.out file and rename it. Do this so that after the DB restore completes you can just rename the file back to devconfig.out without having to re-write anything. Next, open the current devconfig.out file in a text editor. All but four lines will need to be moved. Below is an example of the edited devconfig file: /* Device Configuration */ DEFINE DEVCLASS 3494CLASS DEVTYPE=3590 LIBRARY=3494LIB SET SERVERNAME SERVERNAME DEFINE LIBRARY 3494LIB LIBTYPE=manual DEFINE DRIVE 3494LIB DRIVE1 DEVICE=/dev/rmt/tsm_drive1 For TSM Version 5.1 and higher, edit as follows: /* Device Configuration */ DEFINE DEVCLASS 3494CLASS DEVTYPE=3590 LIBRARY=3494LIB SET SERVERNAME SERVERNAME DEFINE LIBRARY 3494LIB LIBTYPE=manual DEFINE DRIVE 3494LIB DRIVE1 DEFINE PATH SERVERNAME DRIVE1 SRCType=server DESTType=drive LIBR=3494LIB DEVICE=/dev/rmt/tsm_drive1 ONLINE=YES Save the file and issue your restore syntax. One will then be prompted to mount the volume. After acknowledging the mount, the resore should run to completion. When the restore has completed, discard the edited devconfig file and replace it with the old one. Assuming the restore was successful, the server will start up and reference the proper devconfig file. -- ----------------------------------------------------------------- Lloyd Dieter - Senior Technology Consultant Registered Linux User 285528 Synergy, Inc. http://www.synergyinc.cc [EMAIL PROTECTED] Main:585-389-1260 fax:585-389-1267 -----------------------------------------------------------------