HP 3PAR System Reporter Software User Manual
Page 305

10.13
Administrative Tables
System Reporter 2.8
3PAR System Reporter User’s Guide
dst_tier
INTEGER NOT NULL
Specifies the destination tier.
dst_cpgname
VARCHAR(32) NOT
NULL
Specifies the destination CPG name.
move_reason
VARCHAR(32) NOT
NULL
The reason for the move, can be one of
the following:
■
busy_space - Busy region moved to
faster tier because of lack of space in
source tier.
■
busiest - Busiest region moved to faster
tier since it met movement criteria.
■
idle_space - Idle region moved to
slower tier because of lack of space in
source tier.
■
idlest - Idlest region moved to slower
tier since it met movement criteria.
■
zero - Regions not accessed at all
moved to slowest tier.
status
VARCHAR(64) NOT
NULL
The status can be one of the following
■
scheduled - The LD region move has
been scheduled.
■
issued - The CLI command to execute
the LD region move has been issued.
■
done - The LD region move has
completed.
■
cancelled - The LD region move has
been cancelled.
done_tsecs
INTEGER NOT NULL
Time in secs when the LD region move
was done. This is the Unix time and is
the number of seconds since 0:00:00 Jan
1, 1970 GMT.
Table 10-9. ldrgmoves_1 Table
Column
Type
Comment