BackBox H4.00 User Manual
Appendix D - VTC Services and internal configuration
211 BackBox H4.00 User Manual
BBAdminAppCfg.xml
Sample
<?xml version="1.0" encoding="US-ASCII"?>
<ConfigApp>
<Option name="TraceLevel">0</Option>
</ConfigApp>
Elements syntax
ConfigApp
Enumerate all available options. This element should not edit
Option
Represent an application option. Each Option element can be customized as
following:
name: this attribute is use to identify the option see the table to exhaustive list
Element value depends of the option. When the option is not nested under the
ConfigApp element, then option default is applied. By example:
<Option name="TraceLevel">12</Option>
name Description Default
TraceLevel
Value 0, 4, 8 or 16
0 = no trace
16 = maximal trace
0
MaxImportBlockSize
Set the maximum block size (in KB) to use
when IMPORTING a physical tape volume
into a virtual one. To support legacy physical
tape drive that cannot handle current block
size of 64 KB
Example:
<Option name="MaxImportBlockSize">52</Option>
64










