![]() |
![]() |
If you have previously used Disaster Recovery Manager (DRM) to create a disaster recovery plan file, that file refers to names that may no longer be valid. After you have installed Tivoli Storage Manager, you should back up your storage pools and database and create a new disaster recovery plan file. For the sequence and details of the procedure, see the "Using Tivoli Disaster Recovery Manager" chapter in the Administrator's Guide.
Use this procedure if you already have a previous version of Tivoli Storage Manager installed and you have:
Do the following:
+--------------------------------------------------------------------------------+ |backup db devclass=cartridge scratch=yes | +--------------------------------------------------------------------------------+
+--------------------------------------------------------------------------------+ |//IMAGES DD DSN=TIVSM.SANRIMG(WEBSERV2),DISP=SHR | +--------------------------------------------------------------------------------+
+--------------------------------------------------------------------------------+ |//SERVER EXEC PGM=DSMSERV,DYNAMNBR=300,PARM='/UPGRADEDB' | +--------------------------------------------------------------------------------+
+--------------------------------------------------------------------------------+ |halt | +--------------------------------------------------------------------------------+
Figure 3. Example of Modified ANRIDL Job
//TIVSM JOB MSGLEVEL=(1,1) // REGION=256M,TIME=10,CLASS=A,MSGCLASS=H //*-----------------------------------------------------* //* This sample JOB loads the server database with Interface //* Definitions that are used for the WEB Administrative Interface. //*-----------------------------------------------------* //SERVER EXEC PGM=DSMSERV,PARM='/RUNFILE DD:IDL',DYNAMNBR=300 //OPT DD DSN=TIVSM.ANRSERV.OPTIONS,DISP=MOD //DSMAMENG DD DSN=TIVSM.SANRMSG(ANRMENU),DISP=SHR //HLPAMENG DD DSN=TIVSM.SANRHLP(ANRHENU),DISP=SHR //IDL DD DSN=TIVSM.SANRIMG(ANRIDL),DISP=SHR //DSK DD DSN=TIVSM.DISKLOG,DISP=SHR //SYSPRINT DD SYSOUT=* //SYSTERM DD SYSOUT=* |
After IDL initialization completes, the server halts.
//TIVSM JOB MSGLEVEL=(1,1) // REGION=256M,TIME=10,CLASS=A,MSGCLASS=H //*-----------------------------------------------------* //* This sample JOB loads the server database with sample //* server SCRIPTs. //*-----------------------------------------------------* //SERVER EXEC PGM=DSMSERV,PARM='/RUNFILE DD:SCRIPT',DYNAMNBR=300 //OPT DD DSN=TIVSM.ANRSERV.OPTIONS,DISP=MOD //DSMAMENG DD DSN=TIVSM.SANRMSG(ANRMENU),DISP=SHR //HLPAMENG DD DSN=TIVSM.SANRHLP(ANRHENU),DISP=SHR //SCRIPT DD DSN=TIVSM.SAMPLIB(ANRSCRPT),DISP=SHR //DSK DD DSN=TIVSM.DISKLOG,DISP=SHR //SYSPRINT DD SYSOUT=* //SYSTERM DD SYSOUT=* |