You display the data of an individual volume parameter of the current database instance.
You have the server authorization ParamRead.
param_getvolume <vol_no> <vol_mode>
<vol_no> |
Number of the volume |
<vol_mode> |
Type of the volume |
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 (see also: Log Mode) |
Log on to the Database Manager CLI as operator DBM with password DBM, create a connection to the database instance myDB, and display the data for volume number 1 of type DATA
dbmcli -u dbm,dbm -d myDB param_getvolume 1 DATA
OK
DAT_001
F
10000
OK<NL>
<vol_name>
<vol_type>
<vol_size>
<vol_name> |
Name of volume/file of the volume |
<vol_type> |
Type of volume (such as file, raw device) |
<vol_size> |
Size of the volume |
In the event of errors, see Reply Format.