Verifying Server Installation
Verify that an installation has completed successfully.
Perform the following steps:
- 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'.
- Ensure that the services associated with each installed components are up and running by
entering the following commands:
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./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
systemctl status besserver systemctl status besfilldb systemctl status besgatherdb systemctl status besclient systemctl status beswebreports
- Ensure that local or remote databases are created by switching to the local DB2 Administrative
user (default:
db2inst1
) and running the list database command:
Check that the following databases are created:su - db2inst1 db2 list db directory
- Server component:
BFENT
- Web Reports component:
BESREPOR
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
- Server component:
- 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 isEvaluationUser
. Ensure that the client installed by default on the server machine is registered. - 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.