DBS_VOLUMES table

The DBS_VOLUMES table represents all data volumes configured for DBS. The primary key is the combination of the NODE_NAME and VOLUME_NAME columns. A data volume is un-assigned when the FREE_CAPACITY and FULL_CAPACITY columns have the same value.

Column number

Column Name

Data Type

Description

1*

NODE_NAME

CHAR(8)

The Expand node name of the system where the volume resides.

2*

VOLUME_NAME

CHAR(8)

The name of the volume.

3

FULL_CAPACITY

LARGEINT

The total amount of disk space on the volume.

4

FREE_CAPACITY

LARGEINT

The amount of unreserved disk space on the volume.

5

PRIMARY_CPU

INT

The primary CPU for the volume at a configuration time. Links to the DBS_CPUS table.

6

BACKUP_CPU

INT

The backup CPU for the volume at a configuration time. Links to the DBS_CPUS table.

7

LOCK_UID

LARGEINT

The UID of the DDL Lock for an active utility operation that operates on this volume. -1 when no utility operation is active. Links to the OBJECTS and DDL_LOCKS tables.

* Indicates primary key