The scc_srv_hist table entity stores history information about file servers and application servers. Server consumes storage for the application running on it.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| srvuuid | byte(16) | not null | Unique identifier for storage system table; not null |
| sysuuid | byte(16) | with null | Unique identifier of the SAN switch; not null |
| name | nvarchar(128) | not null | Server name; not null |
| volsize | float | with null | Volume capacity, in KB |
| volused | float | with null | Volume space used, in KB |
| volusedpct | float | with null | Percent used |
| protected | integer1 | with null | Indicates whether the server is backed up |
| backups | integer | with null | Number of backups |
| restores | integer | with null | Number of restores |
| backuperr | integer | with null | Number of backup errors |
| restoreerr | integer | with null | Number of restore errors |
| bcktime | integer | with null | Total backup time |
| bcksize | float | with null | Total backup size in KB |
| restoresize | float | with null | Restored size, in KB |
| capacityalarms | integer | with null | Number of threshold capacity alarms |
| timestamp | date | with null | Date and time this record was updated |
Product Name: BrightStor Storage Command Center
Table Type: Table