Monday, 1 June 2020

Enable Diagnostics Collection and Packaging Utility in AVDF


The diagnostic packager is disabled by default and must be installed
manually in order to enable log collection and packaging.

Please run the following command from this appliance as 'root':

  /usr/local/dbfw/bin/priv/dbfw-diagnostics-package.rb --install

After the package has been installed, the diagnostics configuration
must be modified to allow the utility to collect information about the 
appliance. Collection of all elements and files can be enabled with:

  /usr/local/dbfw/bin/priv/dbfw-diagnostics-package.rb --enable ALL

Edit this file to select the diagnostics to include: 

  /usr/local/dbfw/etc/dbfw-diagnostics-package.yml

Further options are available by viewing the utiity help:

  /usr/local/dbfw/bin/priv/dbfw-diagnostics-package.rb --help

When you have collected the diagnostics, remove the package with the following
command (as 'root'): 

  /usr/local/dbfw/bin/priv/dbfw-diagnostics-package.rb --remove




No comments:

Post a Comment