Displaying the Data of an Individual Volume Parameter
Use
You display the data of an individual
volume parameter of the current database instance.Prerequisites
You have the DBM operator authorization
ParamRead.Syntax
param_getvolume <volno> <volmode>
Options
<devno> |
Number of the volume |
<devmode> |
Type of the volume |
Option <devmode>
DATA |
Data Volume; the number of the data volume is assigned by the system as a four-digit number with leading zeros when creating the volume |
LOG |
Log Volume; the number of the log volume is assigned by the system as a three-digit number with leading zeros when creating the volume |
MLOG |
Mirrored log volume ( Log Mode DUAL) |
dbmcli -d DB -u dbm,dbm param_getvolume 1 DATA
OK
DAT_001
F
10000
Reply
OK<NL>
<volname>
<voltype>
<volsize>
Values for the Fields of the Reply
<volname> |
Name of volume/file of the volume |
<voltype> |
Type of volume (such as file, raw device) |
<volsize> |
Size of the volume |
In the event of errors, see
Reply Format.