![]() |
![]() |
Use this command to start the Tivoli Storage Manager server. You may be asked to specify the UPGRADEDB or RUNFILE parameter after maintenance or a new version of Tivoli Storage Manager is installed.
Syntax
>>-DSMSERV--+--------------------+----------------------------->< +-UPGRADEDB----------+ '-RUNFILE--file_name-'
Parameters
Examples
Task
Start the server for normal operation.
//TSMSERVR JOB ,REGION=256M,TIME=1440,CLASS=A,MSGCLASS=H //* //NORMAL EXEC PGM=DSMSERV,DYNAMNBR=300,TIME=NOLIMIT // //OPT DD DSN=TIVSM.OPTIONS,DISP=SHR,FREE=CLOSE //DSMAMENG DD DSN=TIVSM.ANRMSG(ANRMENU),DISP=SHR //HLPAMENG DD DSN=TIVSM.ANRHLP(ANRHENU),DISP=SHR //IMAGES DD DSN=TIVSM.IMAGES(ANRSERV),DISP=SHR //DSK DD DSN=TIVSM.DISKLOG,DISP=SHR //SYSPRINT DD SYSOUT=* //SYSTERM DD SYSOUT=* //
Task
Upgrade the server database after a new version of the server program is installed.
//UPGRADE JOB ,REGION=256M,TIME=1440,CLASS=A,MSGCLASS=H //* //V42UPGRD EXEC PGM=DSMSERV,DYNAMNBR=300,TIME=NOLIMIT, // PARM='/UPGRADEDB // //OPT DD DSN=TIVSM.OPTIONS,DISP=SHR,FREE=CLOSE //DSMAMENG DD DSN=TIVSM.ANRMSG(ANRMENU),DISP=SHR //HLPAMENG DD DSN=TIVSM.ANRHLP(ANRHENU),DISP=SHR //DSK DD DSN=TIVSM.DISKLOG,DISP=SHR //SYSPRINT DD SYSOUT=* //SYSTERM DD SYSOUT=* //
Task
Load the sample script (ANRSCRPT) that is provided with Tivoli Storage Manager. ANRSCRPT is a member of either the SAMPLIB or ASAMPLIB dataset that was created when Tivoli Storage Manager was installed. The parameter DD:MACROS in the PARM= field of the EXEC statement indicates to the server that the script file can be found in the dataset identified by the DD statement named MACROS.
//LOADSCRP JOB ,REGION=256M,TIME=1440,CLASS=A,MSGCLASS=H //* //SCRIPT EXEC PGM=DSMSERV,DYNAMNBR=300,TIME=NOLIMIT, // PARM='/RUNFILE DD:MACROS', //OPT DD DSN=TIVSM.OPTIONS,DISP=SHR,FREE=CLOSE //DSMAMENG DD DSN=TIVSM.ANRMSG(ANRMENU),DISP=SHR //HLPAMENG DD DSN=TIVSM.ANRHLP(ANRHENU),DISP=SHR //MACROS DD DSN=TIVSM.SAMPLIB(ANRSCRPT),DISP=SHR //DSK DD DSN=TIVSM.DISKLOG,DISP=SHR //SYSPRINT DD SYSOUT=* //SYSTERM DD SYSOUT=*
Task
Load or refresh the latest definition file that is required by the administrative Web interface.. ANRIDL is a member of the IMAGES dataset that was created when Tivoli Storage Manager was installed. The parameter DD:IDL in the PARM= field of the EXEC statement indicates to the server that the definition file can be found in the dataset identified by the DD statement named IDL.
//LOADIDL JOB ,REGION=256M,TIME=1440,CLASS=A,MSGCLASS=H //* //SCRIPT EXEC PGM=DSMSERV,DYNAMNBR=300,TIME=NOLIMIT, // PARM='/RUNFILE DD:IDL', //OPT DD DSN=TIVSM.OPTIONS,DISP=SHR,FREE=CLOSE //DSMAMENG DD DSN=TIVSM.ANRMSG(ANRMENU),DISP=SHR //HLPAMENG DD DSN=TIVSM.ANRHLP(ANRHENU),DISP=SHR //IMAGES DD DSN=TIVSM.IMAGES(ANRSERV),DISP=SHR //IDL DD DSN=TIVSM.IMAGES(ANRIDL),DISP=SHR //DSK DD DSN=TIVSM.DISKLOG,DISP=SHR //SYSPRINT DD SYSOUT=* //SYSTERM DD SYSOUT=*