Verifying Server Installation

Verify that an installation has completed successfully.

Perform the following steps:

  1. Ensure that the following message is displayed to the standard output or in the installation log file /var/log/BESInstall.log.
    The installation of 'BigFix' completed successfully.
    You can now proceed to install the BigFix console on a Windows system and you can log on as 'BFAdmin'.
    The BigFix console installer is available in the folder '/var/opt/BESInstallers'.
  2. Ensure that the services associated with each installed components are up and running by entering the following commands:
    /etc/init.d/besserver status
    /etc/init.d/besfilldb status
    /etc/init.d/besgatherdb status
    /etc/init.d/besclient status
    /etc/init.d/beswebreports status
    Or the following commands, starting from BigFix Platform Version 11.0.2 or later, but only for RHEL, SLES and derived platforms. For more details, see Managing the BigFix Services.
    systemctl status besserver
    systemctl status besfilldb
    systemctl status besgatherdb
    systemctl status besclient
    systemctl status beswebreports
  3. Ensure that local or remote databases are created by switching to the local DB2 Administrative user (default: db2inst1) and running the list database command:
    su - db2inst1
    db2 list db directory
    Check that the following databases are created:
    • Server component: BFENT
    • Web Reports component: BESREPOR
    On BigFix Linux for MS SQL Server version, when the database is installed on Red Hat, ensure it is running with the command:
    systemctl status mssql-server
    Connect to the database (example with mssql-tools on Linux or Management Studio on Windows) to verify that the following databases are created:
    • Server component: BFEnterprise
    • Web Reports component: BESREporting
  4. Launch the BigFix Console and provide the credentials of the first BigFix user created at installation time to ensure that the Console connects to the Server. The user default value for the production installation is BFAdmin, for the evaluation installation is EvaluationUser. Ensure that the client installed by default on the server machine is registered.
  5. Ensure that you can log on to the Web Reports from the Console by selecting Tools -> Launch WebReports and providing the credentials of the first user created at installation time.