
The sysutils database is the place where OnBar stores information about every backup/restore it performed. Information on every dbspace, and logical log is aslo stores there. Onbar Utilizes these tables when performing warm restores.
|
srv_name <=> |
obj_srv_name |
|
|
|
|
srv_node |
obj_oid <===> |
act_oid <====> |
ins_oid |
|
|
|
obj_name |
act_aid <====> |
ins_aid |
|
|
|
obj_type |
act_type |
ins_time |
bar_version |
|
|
|
act_status |
ins_level |
bsa_version |
|
|
|
act_start |
ins_copyid_hi |
bar_sm |
|
|
|
act_end |
ins_copyid_lo |
|
|
|
|
|
ins_version <==> |
sm_version |
|
|
|
|
ins_first_log |
|
Home Index
BAR_SERVER- Records the instances online that is backed up. Only used on XPS. This get populated from the values in the sqlhosts file.
BAR_OBJECT- Records each object that was backed up by OnBar.
BAR_ACTION- Records all backups/restores that were performed on a particular object.
BAR_INSTANCE- Records each info about each object that was sent/recevied from the storage manager. This table will store the copyid_hi (the unique identifier that is assiciated with the object that was sent to the storage manager.
BAR_VERSION- list the compatable versons of Storage Managers and XBSA libraries.
Home Index