HP 3PAR StoreServ 7400 2-node HP 3PAR System Reporter 3.1.0 Software User& - Page 197

The recentsample Table, Table 67 ldrgmoves_1 Table

Page 197 highlights

Table 67 ldrgmoves_1 Table (continued) Column adprovid ldid ld_name ldoffmb vvid vvspace vvoffmb src_tier dst_tier dst_cpgname move_reason Type Comment INTEGER PRIMARY KEY (AUTO_INCREMENT) A unique identifier for each adaptive optimization configuration. INTEGER NOT NULL The logical disk ID of the source LD region. VARCHAR(32) NOT NULL The LD name of the source LD region. INTEGER NOT NULL Offset in MiBs of the source LD region. INTEGER NOT NULL The VV ID for the source LD region. VARCHAR(8) NOT NULL The VV space of the source LD region. INTEGER NOT NULL Offset in MiBs in the VV space of the region. INTEGER NOT NULL Specifies the source tier. INTEGER NOT NULL Specifies the destination tier. VARCHAR(32) NOT NULL Specifies the destination CPG name. 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. The recentsample Table The recentsample_1 table contains a row for each sample resolution containing the time of the most recent sample for that resolution. Beginning with the 2.4.1 release System Reporter inserts data from each system into the database separately. Consequently, a given data table at a specific time may contain data from only some of the systems since the remaining systems' data may not have been inserted yet. In order to avoid reporting on such partial samples, System Reporter updates the recentsample table with the time of the most recent complete sample for each resolution. Administrative Tables 197

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231

Table 67 ldrgmoves_1 Table
(continued)
Comment
Type
Column
A unique identifier for each adaptive optimization configuration.
INTEGER PRIMARY KEY
(AUTO_INCREMENT)
adprovid
The logical disk ID of the source LD region.
INTEGER NOT NULL
ldid
The LD name of the source LD region.
VARCHAR(32) NOT NULL
ld_name
Offset in MiBs of the source LD region.
INTEGER NOT NULL
ldoffmb
The VV ID for the source LD region.
INTEGER NOT NULL
vvid
The VV space of the source LD region.
VARCHAR(8) NOT NULL
vvspace
Offset in MiBs in the VV space of the region.
INTEGER NOT NULL
vvoffmb
Specifies the source tier.
INTEGER NOT NULL
src_tier
Specifies the destination tier.
INTEGER NOT NULL
dst_tier
Specifies the destination CPG name.
VARCHAR(32) NOT NULL
dst_cpgname
The reason for the move, can be one of the following:
VARCHAR(32) NOT NULL
move_reason
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.
The status can be one of the following
VARCHAR(64) NOT NULL
status
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.
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.
INTEGER NOT NULL
done_tsecs
The recentsample Table
The
recentsample_1
table contains a row for each sample resolution containing the time of the
most recent sample for that resolution.
Beginning with the 2.4.1 release System Reporter inserts data from each system into the database
separately. Consequently, a given data table at a specific time may contain data from only some
of the systems since the remaining systems’ data may not have been inserted yet. In order to avoid
reporting on such partial samples, System Reporter updates the recentsample table with the time
of the most recent complete sample for each resolution.
Administrative Tables
197