Entering content frame

Procedure documentation Displaying the Data of an Individual Volume Parameter Locate the document in its SAP Library structure

Use

You display the data of an individual volume parameter for 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>

Mode 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 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)

Example

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

Reply

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

Values for the Reply Fields

<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