Verifying the cloud plugin installation

Once the deployment of a cloud plugin has completed, its first discovery attempt is expected to start immediately and the discovered resources should be displayed in the Computers view of the BigFix Console or in the Devices page of the BigFix WebUI within a few minutes.

Procedure

As a post-installation sanity check, you can verify the following:

  1. The existence of the cloud plugin log file in the following default path:
    • Windows: C:\Program Files (x86)\BigFix Enterprise\BES Plugin Portal\Plugins\Plugin_name\Logs\log.txt
    • Linux: /var/opt/BESPluginPortal/Plugins/Plugin_name/Logs/log.txt
  2. The content of the cloud plugin log file which for a functioning plugin just installed will be such as:
    2020/03/31 19:33:48 - [info] <Plugin_name> 1.1.59 starts on <OS platform>
    2020/03/31 19:33:48 - [info] Plugin Portal with API version 1
    2020/03/31 19:33:55 - [info] Refresh all: Attempting discovery
    2020/03/31 19:35:53 - [info] Refresh all: Discovery returned <number> unique devices
  3. The running status of the BESPluginPortal process.
  4. The content of the plugin portal log file, located in the following default path:
    • Windows: C:\Program Files (x86)\BigFix Enterprise\BES Plugin Portal\BESPluginPortal.log
    • Linux: /var/log/BESPluginPortal.log
    After the latest plugin portal restart, the log file should contain a line such as:
    Tue, 31 Mar 2020 19:33:49 +0200 - 1222616832 - Running plugin'<Plugin_name>'
    Note: The presence of the following message in the plugin portal log file is expected as long as no discovered resources exist:
    Tue, 31 Mar 2020 19:33:49 +0200 - 2383846272 - Error reading records from the database.

Results

In case of unexpected results, refer to the Troubleshooting section.