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

The scheduled_report_log Table, The adprovconfig Table

Page 195 highlights

Table 63 scheduled_report_2 Table Column rpt_id rpt_dir rpt_name rpt_sched rpt_url rpt_active rpt_createtime rpt_retentiondays RPT_EMAIL Type Comment INTEGER PRIMARY KEY A unique identifier for each scheduled report. (AUTO_INCREMENT) VARCHAR(64) NOT NULL The top level report directory (under the 3par/ scheduledreports/ directory). VARCHAR(64) NOT NULL The report name. A sub-directory of this name is created (under the rpt_dir directory) in which all scheduled reports are created. VARCHAR(200) NOT NULL The schedule for this report. 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. VARCHAR(4000) NOT The report's URL parameters (after the "?" in the URL). NULL INTEGER NOT NULL 0 - Report is not active. 1 - Report is active. VARCHAR(64) NOT NULL The time when this scheduled report was created. INTEGER NOT NULL The number of days for which created reports should be kept. Reports that are older are automatically deleted. VARCHAR(1000) COMMA SEPARATED The email address for delivery of scheduled reports. The scheduled_report_log Table The scheduled_report_log_1 table is used to keep track of when each scheduled report has run. Table 64 scheduled_report_log_1 Table Column rpt_id rpt_run_start_time rpt_run_end_time rpt_run_hr rpt_run_status Type INTEGER PRIMARY KEY (AUTO_INCREMENT) VARCHAR(64) NOT NULL VARCHAR(64) NOT NULL INTEGER INTEGER Comment A unique identifier for each scheduled report. The time the report was started. The time the report finished executing. The hour that the report ran. The status for the report. The adprovconfig Table The adprovconfig_1 table has a row for each adaptive optimization configuration. Table 65 adprovconfig_1 Table Column adprovid sysname t0_cpg_name t1_cpg_name t2_cpg_name Type Comment INTEGER PRIMARY KEY A unique identifier for each adaptive optimization configuration. (AUTO_INCREMENT) VARCHAR(32) NOT NULL The system name. VARCHAR(32) NULL Tier 0 CPG name. If there is no tier 0, this should be the empty string. VARCHAR(32) NULL Tier 1 CPG name. If there is no tier 1, this should be the empty string. VARCHAR(32) NULL Tier 2 CPG name. If there is no tier 2, this should be the empty string. Administrative Tables 195

  • 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 63 scheduled_report_2 Table
Comment
Type
Column
A unique identifier for each scheduled report.
INTEGER PRIMARY KEY
(AUTO_INCREMENT)
rpt_id
The top level report directory (under the
3par/
scheduledreports/
directory).
VARCHAR(64) NOT NULL
rpt_dir
The report name. A sub-directory of this name is created (under
the rpt_dir directory) in which all scheduled reports are created.
VARCHAR(64) NOT NULL
rpt_name
The schedule for this report. The format is a space-separated list
of three items: the date list, the weekday list and the hour list.
VARCHAR(200) NOT
NULL
rpt_sched
Each of these three lists is either a “*” or a comma-separated list
of individual dates, weekdays and hours respectively.
The report’s URL parameters (after the “?” in the URL).
VARCHAR(4000) NOT
NULL
rpt_url
0 - Report is not active. 1 - Report is active.
INTEGER NOT NULL
rpt_active
The time when this scheduled report was created.
VARCHAR(64) NOT NULL
rpt_createtime
The number of days for which created reports should be kept.
Reports that are older are automatically deleted.
INTEGER NOT NULL
rpt_retentiondays
The email address for delivery of scheduled reports.
VARCHAR(1000)
COMMA SEPARATED
RPT_EMAIL
The scheduled_report_log Table
The
scheduled_report_log_1
table is used to keep track of when each scheduled report has run.
Table 64 scheduled_report_log_1 Table
Comment
Type
Column
A unique identifier for each scheduled
report.
INTEGER PRIMARY KEY
(AUTO_INCREMENT)
rpt_id
The time the report was started.
VARCHAR(64) NOT NULL
rpt_run_start_time
The time the report finished executing.
VARCHAR(64) NOT NULL
rpt_run_end_time
The hour that the report ran.
INTEGER
rpt_run_hr
The status for the report.
INTEGER
rpt_run_status
The adprovconfig Table
The
adprovconfig_1
table has a row for each adaptive optimization configuration.
Table 65 adprovconfig_1 Table
Comment
Type
Column
A unique identifier for each adaptive optimization configuration.
INTEGER PRIMARY KEY
(AUTO_INCREMENT)
adprovid
The system name.
VARCHAR(32) NOT
NULL
sysname
Tier 0 CPG name. If there is no tier 0, this should be the empty string.
VARCHAR(32) NULL
t0_cpg_name
Tier 1 CPG name. If there is no tier 1, this should be the empty string.
VARCHAR(32) NULL
t1_cpg_name
Tier 2 CPG name. If there is no tier 2, this should be the empty string.
VARCHAR(32) NULL
t2_cpg_name
Administrative Tables
195