Used to register a agent component installed on an agent. Used to manage DSM.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| agent_comp_id | integer | not null | Agent component identifier |
| object_uuid | byte(16) | not null | Points to either discovered_hardware, discovered_user, groupdef depending on what the value of the type field is. |
| agent_component_version | nvarchar(255) | with null | Version string of an agent component |
| server_uuid | byte(16) | with null | UUID of an server instance |
| auto_rep_version | date | with null | Used for replication |
Product Name: Unicenter Desktop and Server Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| agent_comp_id object_uuid |
usd_v_sserver_clients |