The entity backup_server describes the root information about a BABLD server. It includes the user and licenses management and references to other configuration enties. The backup_server object is created when a backup server connected to the manager. The backup_server attributes are entries from the config tree in the server's vault.cdb file.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| server_id | byte(16) | not null | Unique identifier |
| server_uuid | byte(16) | with null | Unique identifier of an ITRM object server |
| server_config_id | byte(16) | not null | Unique identifier of a server configuration entity, could not be NULL |
| data_growth_id | byte varying(16) | with null | Unique identifier of a data growth entity, could be NULL, if option doesn't exists. |
| network_address | nvarchar(76) | not null | Logical server name or IP address of the server machine |
| first_run_date | integer | with null | First run date, ie to validate license time range |
| total_active_user | integer | with null | Number of active users managed by the server |
| total_inactive_user | integer | with null | Number of inactive users available on the server |
| total_license | integer | with null | Total amount of licenses for active users |
| statistic_enabled | varchar(1) | with null | Turn on/off statistic feature: 0=off 1=on |
| creation_user | nvarchar(255) | with null | User who creates the object |
| creation_date | integer | with null | Time object is being created |
| last_update_user | nvarchar(255) | with null | User who updates |
| last_update_date | integer | with null | Time object is being updated |
| version_number | integer | with null | Is used for transaction integrity |
Product Name: BrightStor ARCserve Backup for Laptops and Desktops
Table Type: Table