Hp 3PAR System Reporter Software Manual de usuario Pagina 194

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 224
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 193
Table 65 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
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 NULLstats_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 NULLap_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
CommentTypeColumn
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 NULLstart_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 NULLend_tsecs
The status can be one of the following:VARCHAR(64) NOT NULLstatus
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.
194 Database Schema
Vista de pagina 193
1 2 ... 189 190 191 192 193 194 195 196 197 198 199 ... 223 224

Comentarios a estos manuales

Sin comentarios