Installation Folder Structure

After the BigFix installation, you can see the following folder structure:

Server Folder Structure:

/var/opt/BESInstallers
/var/opt/BESInstallers/Client (Client installer)
/var/opt/BESInstallers/Console (Console installer)

/var/opt/BESServer
	besserver.config (Configuration file)
  besserver.config.default (Default configuration file)

/var/opt/BESServer/FillDBData/FillDB.log (FillDB service log)

/var/opt/BESServer/GatherDBData/GatherDB.log (GatherDB service log)

/opt/BESServer
/opt/BESServer/bin (Server binaries)
/opt/BESServer/reference (Rest API xsd templates)

/etc/opt/BESServer
  actionsite.afxm (Masthead file)

/etc/init.d
  besserver (Server service) 
  besfilldb (FillDB service)
  besgatherdb (GatherDB service)

WebReports Folder Structure:

/var/opt/BESWebReportsServer
  beswebreports.config (Configuration file) 
  beswebreports.config.default (Default configuration file)

/opt/BESWebReportsServer
/opt/BESWebReportsServer/bin (WebReports binaries)

/etc/opt/BESWebReportsServer
	actionsite.afxm (Masthead file)

/etc/init.d
  beswebreports (WebReports service)

Client Folder Structure:

/var/opt/BESClient
	 besclient.config (Configuration file)
   besclient.config.default (Default configuration file)

/opt/BESClient
/opt/BESClient/bin (Client binaries)

/etc/opt/BESClient
  actionsite.afxm (Masthead file)

/etc/init.d
	besclient  (besclient service)
Note: If you want to move the content of your /var/opt/BESClient directory to a new location, you can use the UNIX symbolic link feature to point to the new directory.

Install Log Files:

 /var/log/
   BESInstall.log       (Installer log file)
   BESAdminDebugOut.txt (Administrator Tool degug information)
   BESRelay.log         (Relay log file)
Note: Be aware that if one of the following folders does not exist, the installation procedure fails:
   /opt
   /etc
   /var