Stores fixed disk definition attributes related to hardware assets. Attributes that uniquely define and describe a fixed disk discovered and collected by Unicenter Asset Management.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| hwuuid | byte(16) | not null | Unique identifier for related hardware asset |
| fddevice | nvarchar(128) | not null | Fixed disk device name |
| fdvendor | nvarchar(128) | not null | Fixed disk vendor name |
| fdmodel | nvarchar(128) | not null | Fixed disk model |
| fdinterface | nvarchar(128) | not null | Fixed disk interface type (i.e., IDE, SCII) |
| fdsize | float | not null | Fixed disk size in mega bytes |
| fdsn | nvarchar(128) | not null | Fixed disk serial number |
| fdstatus | nvarchar(128) | not null | Fixed status text |
Product Name: Unicenter Asset Intelligence
Table Type: Table