You display the data for all volumes of a database instance.
You have the server authorization ParamRead.
param_getvolsall [<vol_mode>]
<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 all volumes of the type DATA
dbmcli -u dbm,dbm -d myDB param_getvolsall DATA
OK
MAXDATAVOLUMES 3
DATAVOL_0001 10000 F DAT_001
DATAVOL_0002 11000 F DAT_002
The system lists the data for the volumes.
OK<NL>
<parameter_name> <value>
<parameter_name> <value>
...
<volume> <vol_size> <vol_type> <vol_name>
<volume> <vol_size> <vol_type> <vol_name>
...
<parameter_name> |
Name of a database parameter relevant for volumes |
<value> |
Value of the parameter |
<volume> |
Volume ID |
<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.