You display the data of an individual volume parameter for the current database instance.
You have the server authorization ParamRead.
param_getvolume <vol_no> <vol_mode>
<vol_no> |
Number of the volume |
<vol_mode> |
Mode 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 the volume is created |
LOG |
Log volume: the number of the log volume is assigned by the system as a three-digit number with leading zeros when the volume is created |
MLOG |
Mirrored log volume (see also: Logging Mode) |
Logging on to the Database Manager CLI as operator DBM with password DBM, connecting to the database instance myDB, displaying 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.