HP 3PAR System Reporter Software User Manual

Page 308

Advertising
background image

10.16

The Sample Data and Inventory Tables

3PAR System Reporter User’s Guide

System Reporter 2.8

disktype

VARCHAR(32) NOT

NULL

The disk type. Currently, the disk types

are

FC - Fibre channel drive.

NL - Nearline drive.

diskspeed

INTEGER NOT

NULL

The approximate disk speed in K RPM

state

VARCHAR(32) NOT

NULL

The state of the PD.

wwn

CHAR(16) NOT

NULL

The WWN of the PD.

NRM_USED_OK

INTEGER NOT

NULL

Number of normal chunklets that are

used in LDs.

NRM_USED_FAIL

INTEGER NOT

NULL

Number of normal chunklets that were

used in LDs but have failed.

NRM_AVAIL_CLEAN

INTEGER NOT

NULL

Number of normal unused chunklets that

have been initialized. These are free for

use in new LDs.

NRM_AVAIL_DRTY

INTEGER NOT

NULL

Number of normal unused chunklets that

have not yet been initialized. These will

be free for use in new LDs after the

system has had time to initialize them.

NRM_AVAIL_FAIL

INTEGER NOT

NULL

Number of normal unused chunklets that

have failed.

SPR_USED_OK

INTEGER NOT

NULL

Number of spare chunklets that are used

in LDs.

Table 10-11. pdspace_<res>_3 Table

Column

Type

Comment

Advertising