Embedding in a Common Build
If your organization employs a specific build image or common operating environment (COE) on a CD or image that is used to prepare new computers, you can include the Client in this build.
To create the image, follow these steps:
For Windows operating systems
- Install the client on the computer to be imaged. The BigFix client immediately attempts to connect to the server. If it successfully connects to the server, it is assigned a ComputerID. This ComputerID is unique to that particular computer, so it should not be part of a common build image. The next steps delete this ID.
- Stop the client by opening the Windows Services dialog and stopping the BES Client service.
- Delete the computer-specific identifier (computer ID) by opening the registry to
HKLM\Software\Wow6432Node\BigFix\EnterpriseClient\GlobalOptions
and deleting the valuesComputerID
,RegCount
, andReportSequenceNumber
.
The BigFix Client is now ready to be imaged.
For more information, see Avoiding duplicates when a Client is restored.
For Linux operating systems
- Install the client on the computer to be imaged.
- Stop the client by running
/etc/init/besclient stop
. - Delete the computer-specific identifier from the
.config
file to prevent all copies of the machine from registering with the same client ID to the server.
The BigFix Client is now ready to be imaged.
For more information, see Avoiding duplicates when a Client is restored.
For Macintosh operating systems
- Install the client on the computer to be imaged.
- Stop the client by using
sudo "/Library/BESAgent/BESAgent.app/Contents/MacOS/BESAgentControlPanel.sh" -stop
. - Delete the computer-specific identifier to prevent all copies of the machine from
registering with the same client ID to the server.
- If they exist, remove RegCount,
ReportSequenceNumber, and ComputerID
from the client preferences folder:
/Library/Preferences/com.bigfix.besagent.plist
. - Delete the __BESData folder. The default location is
\Library\Application Support\BigFix\BES
Agent.
- If they exist, remove RegCount,
ReportSequenceNumber, and ComputerID
from the client preferences folder:
The BigFix Client is now ready to be imaged.
For more information, see Avoiding duplicates when a Client is restored.