The scc_sys_loc_kpi table entity stores information about storage (sub) systems. Such as RAID array, NAS device, or computers that hold internal disks grouped by location name.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| timestamp | date | not null | Date and time this record was updated |
| locname | nvarchar(128) | not null | Location name |
| size | float | with null | Total assets capacity in KB |
| alloc | float | with null | Total assets allocation in KB |
| totalnum | integer | with null | Total assets |
| managedpct | float | with null | Percent of managed assets |
| managednum | integer | with null | Number of managed assets |
| unmanagedpct | float | with null | Percent of unmanaged assets |
| unmanagednum | integer | with null | Number of unmanaged assets |
| allocpct | float | with null | Percent allocated |
| unalloc | float | with null | Total assets unallocated in KB |
| unallocpct | float | with null | Percent unallocated |
| protectednum | integer | with null | Number of protected assets |
| protectedpct | float | with null | Number of protected assets |
| lastscan | integer1 | with null | Indicates whether the entries are from the latest data collection |
Product Name: BrightStor Storage Command Center
Table Type: Table