Administrator's Reference

DSMSERV DISPLAY DBVOLUMES (Display Database Volume Information)

Use this command to display information about all database volumes known to TSM.

Syntax

>>-DSMSERV DISPlay DBVolumes-----------------------------------><
 

Parameters

None.

Examples

Task

Display information about all database volumes.

Sample JCL:
//ADSMSRV0 JOB ,                                     
//         REGION=40M,TIME=1440,CLASS=A,MSGCLASS=H
//ADSMSRV0 EXEC PGM=ANRSERV,DYNAMNBR=300,TIME=NOLIMIT,
//  PARM='/DISPLAY DBVOLUMES'
//STEPLIB  DD DSN=EDC.V2R1M0.SEDCLINK,DISP=SHR
//         DD DSN=PLI.MINI.SIBMLINK,DISP=SHR
//         DD DSN=SYS1.LINKLIB,DISP=SHR
//         DD DSN=ADSM.LINKLIB,DISP=SHR
//OPT      DD DSN=ADSM.OPTIONS,DISP=SHR,FREE=CLOSE
//DSMAMENG DD DSN=ADSM.ANRMSG(ANRMENU),DISP=SHR
//HLPAMENG DD DSN=ADSM.ANRHLP(ANRHENU),DISP=SHR
//DSK      DD DSN=ADSMS.DISKLOG,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSTERM  DD SYSOUT=*

Output:
 
+--------------------------------------------------------------------------------+
|Volume Name (Copy 1): ADSMSERV.DB001                                            |
|         Copy Status: Sync'd                                                    |
|Volume Name (Copy 2):                                                           |
|         Copy Status: Undefined                                                 |
|Volume Name (Copy 3):                                                           |
|         Copy Status: Undefined                                                 |
|Available Space (MB): 4                                                         |
|Allocated Space (MB): 4                                                         |
|     Free Space (MB): 0                                                         |
+--------------------------------------------------------------------------------+

where:

Volume Name (Copy n)
The database volume name. The output displays the status of the three possible volume copies: Copy 1, Copy 2, and Copy 3.

Copy Status
The status of the database volume:

Offline
The volume is varied offline.

Stale
The volume is not synchronized with the other volumes in the database and cannot be used for storage.

Sync'd
The volume is synchronized with the other volumes in the database and can be used for storage.

Undefined
No volume has been defined.

Available Space (MB)
The total available space for the database volume, in megabytes.

Allocated Space (MB)
The space allocated to the database volume, in megabytes.

Free Space (MB)
The unassigned space for this mirror set that can be allocated for use, in megabytes.


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