Listing computer objects
In order to load computer objects to the Bravura Security Fabric database, the output from a Win32 console script must be properly formatted. The script will load computers from agtdos-servers.csv
. This file is by default shipped with Bravura Security Fabric .
The agtdos-workstations.csv
script was also shipped with Connector Pack 4.5 or earlier.
For Bravura Security Fabric 12.0.0 and later, the output must be in SQLite table format. It is written to the <target id>.db file in <instance>\psconfig\ and must include the following:
agtdos
discobj table output for computer objectsstableid | type | longid | shortid | displayid | sd |
---|---|---|---|---|---|
<GUID> | COMP | <GUID> | <computer name> | <computer name> |
agtdos
discobjattr table output for computer objectsstableid | type | attrkey | attrval | seqno |
---|---|---|---|---|
<GUID> | COMP | @disabled | 0 | 0 |
<GUID> | COMP | @deleted | 0 | 0 |
<GUID> | COMP | ip | <ip address> | 0 |
<GUID> | COMP | ip | <ip address> | 1 |
<GUID> | COMP | business_unit | <business name> | 0 |
<GUID> | COMP | dNSHostName | <full dns name> | 0 |
<GUID> | COMP | location | <location> | 0 |
<GUID> | COMP | os | <os name> | 0 |