Used by USD to store information about an operating system definition.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| proc_os_uuid | byte(16) | not null | UUID of the instance |
| proc_os_id | integer | not null | Id (not an uuid) to identify the os type |
| proc_os_name | nvarchar(128) | with null | Name of OS/Platform
Examples of OS: Windows XP, Win Server 2003, Solaris 9, Netware 5, Examples of platforms: Windows 32-bit Intel, Solaris Sparc etc.
|
| msg_code_base | integer | with null | Message code base |
| swd_extension | nvarchar(32) | with null | Software extention |
Product Name: Unicenter Desktop and Server Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| proc_os_uuid | ca_agent | proc_os_id |