Entering content frame

Procedure documentation Displaying the Data for All Volume Parameters Locate the document in its SAP Library structure

Use

You display the data for all volumes of a database instance.

Prerequisites

You have the DBM operator authorization ParamRead.

Syntax

param_getvolsall [<volmode>]

Options

<volmode>

Type of the volume

Option <volmode>

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 (Log Mode DUAL)

Example

Displaying the data for all volumes of the type DATA

dbmcli -d DB -u dbm,dbm param_getvolsall DATA

OK
MAXDATAVOLUMES 3
DATAVOL_0001 10000 F DAT_001
DATAVOL_0002 11000 F DAT_002

Reply

The system displays a list the data for the volumes.

OK<NL>
<parameter_name> <value>
<parameter_name> <value>
...
<volume> <volsize> <voltype> <volname>
<volume> <volsize> <voltype> <volname>
...

Values for the Fields of the Reply

<parameter_name>

Name of a database parameter relevant for volumes

<value>

Value of the parameter

<volume>

Volume ID

<volname>

Name of volume/file of the volume

<voltype>

Type of volume (such as file, raw device)

<volsize>

Size of the volume

 

In the event of errors, see Reply Format.

 

 

Leaving content frame