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

Syntax

param_getvolsall [<vol_mode>]

Options

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

Reply

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

Values for the Reply Fields

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

 

Leaving content frame