Entering content frame

 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 server authorization ParamRead.

Syntax

param_getvolume <vol_no> <vol_mode>

Options

<vol_no>

Number of the volume

<vol_mode>

Type of the volume

Option <vol_mode>

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

Reply

OK<NL>
<vol_name>
<vol_type>
<vol_size>

Values for the Fields of the Reply

<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.

 

Leaving content frame