Stores operating system definition attributes. Attributes that comprise operating system definitions related to hardware units discovered and collected by Unicenter Asset Management.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| osuuid | byte(16) | not null | Unique identifier for related operating system definition |
| ospub | nvarchar(128) | not null | Operating system publisher name |
| osname | nvarchar(128) | not null | Operating system name |
| osver | nvarchar(128) | not null | Operating system version |
| osbuild | nvarchar(128) | not null | Operating system build |
| ossp | nvarchar(128) | not null | Operating system service pack |
| oslanguage | nvarchar(128) | not null | Operating system language |
| laction | nvarchar(32) | with null | |
| lactdate | date | with null |
Product Name: Unicenter Asset Intelligence
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| osuuid | ai_osdef_instcnt_kpi | osuuid |
| osuuid | ai_osdef_hwdef_rel | osuuid |