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

The adprov_log Table, The ldrgmoves Table, Table 67 ldrgmoves_1 Table

Page 196 highlights

Table 65 adprovconfig_1 Table (continued) Column Type Comment ap_sched VARCHAR(200) NOT NULL The schedule for when this adaptive optimization configuration should be run. The format is a space-separated list of three items: the date list, the weekday list and the hour list. Each of these three lists is either a "*" or a comma-separated list of individual dates, weekdays and hours respectively. stats_hours INTEGER NOT NULL The number of hours for which the region statistics should be considered. ao_mode VARCHAR(32) NOT NULL One of three modes: • Performance - Configuration is biased to move data towards faster tiers. • Balanced - Configuration determines appropriate distribution between Performance and Cost. • Cost - Configuration is biased to move data towards slower (less costly) tiers. ap_active INTEGER NOT NULL 0 - Configuration not active. 1 - Configuration is active. The adprov_log Table The adprov_log_1 table is used to keep track of when each adaptive optimization configuration has been executed. Table 66 adprov_log_1 Table Column adprovid start_tsecs end_tsecs status Type Comment INTEGER PRIMARY KEY A unique identifier for each adaptive optimization configuration. (AUTO_INCREMENT) INTEGER NOT NULL Time in secs when the adaptive optimization configuration was started. This is the Unix time and is the number of seconds since 0:00:00 Jan 1, 1970 GMT. INTEGER NOT NULL Time in secs when the adaptive optimization configuration ended. This is the Unix time and is the number of seconds since 0:00:00 Jan 1, 1970 GMT. VARCHAR(64) NOT NULL The status can be one of the following: • started - Execution has started for the configuration. • done - Execution completed without error for the configuration. • error - Execution encountered an error. The ldrgmoves Table The ldrgmoves_1 table is used to keep track of the LD region moves generated for each adaptive optimization configuration that has been executed. Table 67 ldrgmoves_1 Table Column sched_tsecs sys_uid Type INTEGER NOT NULL INTEGER NOT NULL Comment Time in secs when the LD region move was scheduled. This is the Unix time and is the number of seconds since 0:00:00 Jan 1, 1970 GMT. A unique identifier for the system instance that refers to the uniq_id for the system instance in the system_3 table. 196 Database Schema

  • 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 65 adprovconfig_1 Table
(continued)
Comment
Type
Column
The schedule for when this adaptive optimization configuration should
be run. The format is a space-separated list of three items: the date
VARCHAR(200) NOT
NULL
ap_sched
list, the weekday list and the hour list. Each of these three lists is
either a “*” or a comma-separated list of individual dates, weekdays
and hours respectively.
The number of hours for which the region statistics should be
considered.
INTEGER NOT NULL
stats_hours
One of three modes:
VARCHAR(32) NOT
NULL
ao_mode
Performance - Configuration is biased to move data towards faster
tiers.
Balanced - Configuration determines appropriate distribution
between Performance and Cost.
Cost - Configuration is biased to move data towards slower (less
costly) tiers.
0 - Configuration not active. 1 - Configuration is active.
INTEGER NOT NULL
ap_active
The adprov_log Table
The
adprov_log_1
table is used to keep track of when each adaptive optimization configuration
has been executed.
Table 66 adprov_log_1 Table
Comment
Type
Column
A unique identifier for each adaptive optimization configuration.
INTEGER PRIMARY KEY
(AUTO_INCREMENT)
adprovid
Time in secs when the adaptive optimization configuration was started.
This is the Unix time and is the number of seconds since 0:00:00 Jan
1, 1970 GMT.
INTEGER NOT NULL
start_tsecs
Time in secs when the adaptive optimization configuration ended.
This is the Unix time and is the number of seconds since 0:00:00 Jan
1, 1970 GMT.
INTEGER NOT NULL
end_tsecs
The status can be one of the following:
VARCHAR(64) NOT NULL
status
started - Execution has started for the configuration.
done - Execution completed without error for the configuration.
error - Execution encountered an error.
The ldrgmoves Table
The
ldrgmoves_1
table is used to keep track of the LD region moves generated for each adaptive
optimization configuration that has been executed.
Table 67 ldrgmoves_1 Table
Comment
Type
Column
Time in secs when the LD region move was scheduled. This is the
Unix time and is the number of seconds since 0:00:00 Jan 1, 1970
GMT.
INTEGER NOT NULL
sched_tsecs
A unique identifier for the system instance that refers to the uniq_id
for the system instance in the system_3 table.
INTEGER NOT NULL
sys_uid
196
Database Schema