Skip Navigation

Create the config_defaults.txt file

Create the config_defaults.txt file and include the
CylanceHYBRID
installation parameters.
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.
  1. Enter
    sudo bash
    and press
    Enter
    . This launches a shell as root. You can use a different installed shell other than bash if you choose.
  2. Enter
    mkdir /opt/cylance
    and press
    Enter
    . This creates the
    Cylance
    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.
  3. Enter
    cd /opt/cylance
    and press
    Enter
    .
  4. Enter
    echo InstallToken=YourInstallationToken >> config_defaults.txt
    and press
    Enter
    . Replace
    YourInstallationToken
    with the installation token from the management console.
  5. Enter
    echo InstallRegistrationURL=<hybridurl> >> config_defaults.txt
    and press
    Enter
    . Replace
    <hybridurl>
    with the FQDN for the
    CylanceHYBRID
    server (for example, https://login.hybrid.com).
  6. Enter
    echo InstallTrustedSuffix=<hybridsuffix> >> config_defaults.txt
    and press
    Enter
    . Replace
    <hybridsuffix>
    with the URL suffix for the
    CylanceHYBRID
    server (for example, hybrid.com).
  7. Enter
    echo InstallInfinityURL=<hybridurl> >> config_defaults.txt
    and press
    Enter
    . Replace
    <hybridurl>
    with the FQDN for the
    CylanceHYBRID
    server (for example, https://login.hybrid.com).
Example:
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