Hp 3PAR System Reporter Software Bedienungsanleitung Seite 198

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 239
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 197
Table 66 scheduled_report_2 Table
CommentTypeColumn
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 NULLrpt_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 NULLrpt_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(500)
NOTNULL
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 NULLrpt_active
The time when this scheduled report was created.VARCHAR(64) NOT NULLrpt_createtime
The number of days for which created reports should be kept.
Reports that are older are automatically deleted.
INTEGER NOT NULLrpt_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 67 scheduled_report_log_1 Table
CommentTypeColumn
A unique identifier for each scheduled
report.
INTEGERrpt_id
The time the report was started.VARCHAR(64)rpt_run_start_time
The time the report finished executing.VARCHAR(64)rpt_run_end_time
The hour that the report ran.INTEGERrpt_run_hr
The status for the report.INTEGERrpt_run_status
The adprovconfig Table
The adprovconfig_1 table has a row for each adaptive optimization configuration.
Table 68 adprovconfig_1 Table
CommentTypeColumn
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) NULLt0_cpg_name
Tier 1 CPG name. If there is no tier 1, this should be the empty string.VARCHAR(32) NULLt1_cpg_name
Tier 2 CPG name. If there is no tier 2, this should be the empty string.VARCHAR(32) NULLt2_cpg_name
198 Database Schema
Seitenansicht 197
1 2 ... 193 194 195 196 197 198 199 200 201 202 203 ... 238 239

Kommentare zu diesen Handbüchern

Keine Kommentare