Tivoli Header

Administrator's Reference

DSMSERV (Start the Server)

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

RUNFILE file_name
Specifies the name of the file to be run on the server.

UPGRADEDB
Specifies that the server database is to be upgraded.
Note:
Include the UPGRADEDB parameter only once. Do not include the parameter in any automated process that starts the server.

Examples

Task

Start the server for normal operation.

Command:
//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.

Command:
//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.

Command:
//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.

Command:
//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=*


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]