Entering content frame

Procedure documentation param_getvolume Locate the document in the library structure

Use

You display the data of an individual volume for the current database instance.

Prerequisites

You have the server authorization ParamRead.

Syntax

param_getvolume <vol_no> <vol_mode>

Options

Option

Description

<vol_no>

Number of the volume

<vol_mode>

Mode of the volume,

possible values are: DATA | LOG | MLOG

DATA: Data volume

LOG: Log volume

MLOG: Mirrored log volume

Reply

OK

<file_name>

<vol_type>

<vol_size>

Values for the Reply Fields

Value

Description

<file_name>

Name of device/file

<vol_type>

Type of volume (such as file, raw device)

<vol_size>

Size of the volume

 

In the event of errors, see Reply Format

Example

Logging on to the Database Manager CLI as operator OLEG with password MONDAY, connecting to the database instance DEMODB, displaying the data for volume number 0001  of type DATA:

>dbmcli –u OLEG,MONDAY –d DEMODB param_getvolume 0001 DATA

OK

C:\Documents and Settings\All Users\Application Data\sdb\data\DEMODB\data\DISKD0001

F

32768

 

 

Leaving content frame