Entering content frameProcedure documentation Requesting the Data for Multiple Devspace Parameters Locate the document in its SAP Library structure

Use

You request the data for multiple or all devspaces.

Prerequisites

You have the DBM operator authorization ParamRead.

Syntax

param_getdevsall [<dev_mode>]

Options

<dev_mode>

Type of devspace

Option <dev_mode>

SYS

System devspace

MSYS

Mirrored system devspace

DATA

Data devspace;
the number of the data devspace is assigned by the system as a four-digit number with leading zeros when setting up the devspace

MDATA

Mirrored data devspace

LOG

Log devspace;
the number of the log devspace is assigned by the system as a three-digit number with leading zeros when setting up the devspace

MLOG

Mirrored log devspace (LOG_MODE=DUAL)

Example

Requesting the data for all devspaces of the type DATA

dbmcli -d DB -u dbm,dbm param_getdevsall DATA

OK
MAXDATADEVSPACES 3
DATADEV_0001 10000 F DAT_001
DATADEV_0002 11000 F DAT_002

Reply

The system displays the data for the devspace

OK<NL>
<paramname> <value>
<paramname> <value>
...
<devspace> <devsize> <devtype> <devname>
<devspace> <devsize> <devtype> <devname>
...

Values for the Fields of the Reply

<paramname>

Name of a parameter relevant to a devspace

<value>

Value of the parameter

<devspace>

Devspace identifier

<devname>

Name of devspace/file

<devtype>

Type of devspace (such as file, raw device)

<devsize>

Size of devspace

 

In the event of errors, see Reply Format.

 

 

 

Leaving content frame