Tables [dbo].[wtdro_sunfire_midrange]
Properties
PropertyValue
Row Count0
Created11:07:50 AM Wednesday, March 07, 2007
Last Modified2:46:10 PM Saturday, July 19, 2008
Columns
NameData TypeCollationMax Length (Bytes)Allow Nulls
Cluster Primary Key XPKwtdro_sunfire_midrange: uuiduuidbinary(16)16
No
platform_namevarchar(64)SQL_Latin1_General_CP1_CS_AS64
Yes
platform_typevarchar(64)SQL_Latin1_General_CP1_CS_AS64
Yes
dro_server_hostvarchar(64)SQL_Latin1_General_CP1_CS_AS64
Yes
drslvarchar(64)SQL_Latin1_General_CP1_CS_AS64
Yes
drslgvarchar(64)SQL_Latin1_General_CP1_CS_AS64
Yes
sclvarchar(64)SQL_Latin1_General_CP1_CS_AS64
Yes
sclgvarchar(64)SQL_Latin1_General_CP1_CS_AS64
Yes
manage_platformint4
Yes
log_levelint4
Yes
log_file_sizeint4
Yes
console_message_levelint4
Yes
dro_portint4
Yes
cpu_weight_coefficientvarchar(64)SQL_Latin1_General_CP1_CS_AS64
Yes
la_weight_coefficientvarchar(64)SQL_Latin1_General_CP1_CS_AS64
Yes
real_memory_weight_coefficientvarchar(64)SQL_Latin1_General_CP1_CS_AS64
Yes
analysis_intervalint4
Yes
poll_intervalint4
Yes
domain_usage_upper_limitint4
Yes
domain_usage_lower_limitint4
Yes
cur_capacityint4
Yes
io1float8
Yes
io2float8
Yes
io3float8
Yes
io4float8
Yes
io1_minfloat8
Yes
io1_maxfloat8
Yes
io1_coeffloat8
Yes
io2_minfloat8
Yes
io2_maxfloat8
Yes
io2_coeffloat8
Yes
io3_minfloat8
Yes
io3_maxfloat8
Yes
io3_coeffloat8
Yes
io4_minfloat8
Yes
io4_maxfloat8
Yes
io4_coeffloat8
Yes
disk1float8
Yes
disk2float8
Yes
disk1_minfloat8
Yes
disk1_maxfloat8
Yes
disk1_coeffloat8
Yes
disk2_minfloat8
Yes
disk2_maxfloat8
Yes
disk2_coeffloat8
Yes
mem2float8
Yes
mem3float8
Yes
mem2_minfloat8
Yes
mem2_maxfloat8
Yes
mem2_coeffloat8
Yes
mem3_minfloat8
Yes
mem3_maxfloat8
Yes
mem3_coeffloat8
Yes
cpu2float8
Yes
cpu2_minfloat8
Yes
cpu2_maxfloat8
Yes
cpu2_coeffloat8
Yes
net1float8
Yes
net2float8
Yes
net1_minfloat8
Yes
net1_maxfloat8
Yes
net1_coeffloat8
Yes
net2_minfloat8
Yes
net2_maxfloat8
Yes
net2_coeffloat8
Yes
plat_number_of_boardsvarchar(64)SQL_Latin1_General_CP1_CS_AS64
Yes
memory_usagefloat8
Yes
cpu_usagefloat8
Yes
capacity_platformfloat8
Yes
crit_capacity_plat_threshint4
Yes
min_capacity_plat_threshint4
Yes
number_of_cpusint4
Yes
plat_free_lmbsint4
Yes
plat_total_lmbsint4
Yes
VPM_Property1varchar(255)SQL_Latin1_General_CP1_CI_AS255
Yes
VPM_Property2varchar(255)SQL_Latin1_General_CP1_CI_AS255
Yes
VPM_Property3varchar(255)SQL_Latin1_General_CP1_CI_AS255
Yes
VPM_Property4varchar(255)SQL_Latin1_General_CP1_CI_AS255
Yes
VPM_Property5varchar(255)SQL_Latin1_General_CP1_CI_AS255
Yes
VPM_Property6varchar(255)SQL_Latin1_General_CP1_CI_AS255
Yes
VPM_Property7varchar(255)SQL_Latin1_General_CP1_CI_AS255
Yes
VPM_Property8varchar(255)SQL_Latin1_General_CP1_CI_AS255
Yes
VPM_Property9varchar(255)SQL_Latin1_General_CP1_CI_AS255
Yes
VPM_Property10varchar(255)SQL_Latin1_General_CP1_CI_AS255
Yes
Indexes Indexes
NameColumnsUnique
Cluster Primary Key XPKwtdro_sunfire_midrange: uuidXPKwtdro_sunfire_midrangeuuid
Yes
SQL Script
CREATE TABLE [dbo].[wtdro_sunfire_midrange]
(
[uuid] [binary] (16) NOT NULL,
[platform_name] [varchar] (64) COLLATE SQL_Latin1_General_CP1_CS_AS NULL,
[platform_type] [varchar] (64) COLLATE SQL_Latin1_General_CP1_CS_AS NULL,
[dro_server_host] [varchar] (64) COLLATE SQL_Latin1_General_CP1_CS_AS NULL,
[drsl] [varchar] (64) COLLATE SQL_Latin1_General_CP1_CS_AS NULL,
[drslg] [varchar] (64) COLLATE SQL_Latin1_General_CP1_CS_AS NULL,
[scl] [varchar] (64) COLLATE SQL_Latin1_General_CP1_CS_AS NULL,
[sclg] [varchar] (64) COLLATE SQL_Latin1_General_CP1_CS_AS NULL,
[manage_platform] [int] NULL,
[log_level] [int] NULL,
[log_file_size] [int] NULL,
[console_message_level] [int] NULL,
[dro_port] [int] NULL,
[cpu_weight_coefficient] [varchar] (64) COLLATE SQL_Latin1_General_CP1_CS_AS NULL,
[la_weight_coefficient] [varchar] (64) COLLATE SQL_Latin1_General_CP1_CS_AS NULL,
[real_memory_weight_coefficient] [varchar] (64) COLLATE SQL_Latin1_General_CP1_CS_AS NULL,
[analysis_interval] [int] NULL,
[poll_interval] [int] NULL,
[domain_usage_upper_limit] [int] NULL,
[domain_usage_lower_limit] [int] NULL,
[cur_capacity] [int] NULL,
[io1] [float] NULL,
[io2] [float] NULL,
[io3] [float] NULL,
[io4] [float] NULL,
[io1_min] [float] NULL,
[io1_max] [float] NULL,
[io1_coef] [float] NULL,
[io2_min] [float] NULL,
[io2_max] [float] NULL,
[io2_coef] [float] NULL,
[io3_min] [float] NULL,
[io3_max] [float] NULL,
[io3_coef] [float] NULL,
[io4_min] [float] NULL,
[io4_max] [float] NULL,
[io4_coef] [float] NULL,
[disk1] [float] NULL,
[disk2] [float] NULL,
[disk1_min] [float] NULL,
[disk1_max] [float] NULL,
[disk1_coef] [float] NULL,
[disk2_min] [float] NULL,
[disk2_max] [float] NULL,
[disk2_coef] [float] NULL,
[mem2] [float] NULL,
[mem3] [float] NULL,
[mem2_min] [float] NULL,
[mem2_max] [float] NULL,
[mem2_coef] [float] NULL,
[mem3_min] [float] NULL,
[mem3_max] [float] NULL,
[mem3_coef] [float] NULL,
[cpu2] [float] NULL,
[cpu2_min] [float] NULL,
[cpu2_max] [float] NULL,
[cpu2_coef] [float] NULL,
[net1] [float] NULL,
[net2] [float] NULL,
[net1_min] [float] NULL,
[net1_max] [float] NULL,
[net1_coef] [float] NULL,
[net2_min] [float] NULL,
[net2_max] [float] NULL,
[net2_coef] [float] NULL,
[plat_number_of_boards] [varchar] (64) COLLATE SQL_Latin1_General_CP1_CS_AS NULL,
[memory_usage] [float] NULL,
[cpu_usage] [float] NULL,
[capacity_platform] [float] NULL,
[crit_capacity_plat_thresh] [int] NULL,
[min_capacity_plat_thresh] [int] NULL,
[number_of_cpus] [int] NULL,
[plat_free_lmbs] [int] NULL,
[plat_total_lmbs] [int] NULL,
[VPM_Property1] [varchar] (255) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[VPM_Property2] [varchar] (255) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[VPM_Property3] [varchar] (255) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[VPM_Property4] [varchar] (255) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[VPM_Property5] [varchar] (255) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[VPM_Property6] [varchar] (255) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[VPM_Property7] [varchar] (255) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[VPM_Property8] [varchar] (255) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[VPM_Property9] [varchar] (255) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[VPM_Property10] [varchar] (255) COLLATE SQL_Latin1_General_CP1_CI_AS NULL
) ON [PRIMARY]
GO
ALTER TABLE [dbo].[wtdro_sunfire_midrange] ADD CONSTRAINT [XPKwtdro_sunfire_midrange] PRIMARY KEY CLUSTERED ([uuid]) ON [PRIMARY]
GO
Uses
Used By