Requesting the Data for a Devspace Parameter 

Use

You request the data for a devspace.

Prerequisites

You have the DBM operator authorization ParamRead.

Syntax

param_getdevspace <dev_no> <dev_mode>

Options

<dev_no>

Number of devspace

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

dbmcli -d DB -u dbm,dbm param_getdespace 1 DATA

OK
DAT_001
F
10000

Reply

The system displays the data for the devspace

OK<NL>
<devname>
<devtype>
<devsize>

Values for the Fields of the Reply

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