Create the config_defaults.txt file
Before you create the config_defaults.txt file:
- Verify that you have root or sudo access to the device that you will install the agents on. Beginning with Step 1 below, you need to be logged in as root or run the commands as sudo.
- Enter
sudo bashand press Enter. This launches a shell as root. You can use a different installed shell other than bash if you choose. - Enter
mkdir /opt/cylanceand press Enter. This creates the Endpoint Defense installation folder. You need to be logged in as root when you run this command, or run it as sudo; otherwise, the command will fail. - Enter
cd /opt/cylanceand press Enter. - Enter
echo InstallToken=YourInstallationToken >> config_defaults.txtand press Enter. Replace YourInstallationToken with the installation token from the management console. - Enter
echo InstallRegistrationURL=<hybridurl> >> config_defaults.txtand press Enter. Replace hybridurl with the FQDN for the CylanceHYBRID server (for example, https://login.hybrid.com). - Enter
echo InstallTrustedSuffix=<hybridsuffix> >> config_defaults.txtand press Enter. Replace hybridsuffix with the URL suffix for the CylanceHYBRID server (for example, hybrid.com). - Enter
echo InstallInfinityURL=<hybridurl> >> config_defaults.txtand press Enter. Replace <hybridurl with the FQDN for the CylanceHYBRID server (for example, https://login.hybrid.com).
Example:
CODE
echo InstallToken=YourInstallationToken >> config_defaults.txt
echo InstallRegistrationURL=https://login.hybrid.com >> config_defaults.txt
echo InstallTrustedSuffix=hybrid.com >> config_defaults.txt
echo InstallInfinityURL=https://login.hybrid.com >> config_defaults.txt