Agent Install Log or Upgrade Log Locations
search cancel

Agent Install Log or Upgrade Log Locations

book

Article ID: 284817

calendar_today

Updated On:

Products

Carbon Black App Control (formerly Cb Protection)

Issue/Introduction

Where is the default location of an Agent install log or upgrade log?

Environment

  • App Control Agent: All Supported Versions
  • Microsoft Windows: All supported Versions 
  • macOS: All Supported Versions
  • Linux: All Supported Versions

Resolution

Windows

During installation or upgrades

  • When installing or manually upgrading, the log location is part of the command used, example:
    msiexec.exe /i C:\Temp\PolicyInstaller.msi /L*v C:\Temp\DebugInstall.log
  • When initiating the upgrade via the Console, Windows installer is instructed to write the log to the Agent's data directory:
    C:\ProgramData\Bit9\Parity Agent\Logs\ParityHostAgentInstall_TIMESTAMP.log
  • Active upgrades or installs may also contain a temporary log generated by Windows Installer that is located in the user's temp folder:
    C:\Users\<USR>\AppData\Local\Temp\<GUID>\msi<GUID>.log

After an attempted installation or upgrade

  • After any successful install or upgrade, a copy is included in the ProgramData directory:
    Install: C:\ProgramData\Bit9\ParityAgent\Logs\Install_VERSION_TIMESTAMP.log
    Upgrade: C:\ProgramData\Bit9\ParityAgent\Logs\ParityHostAgent_TIMESTAMP.log
  • These paths differ slightly when installed on Windows XP or Windows Server 2003:
    During install or manual upgrade:
    C:\Documents and Settings\<USR>\Local Settings\Temp\<GUID>\msi<GUID>.log
    
    After successful install:
    C:\Documents and Settings\All Users\Application Data\Bit9\Parity Agent\Logs\Install_VERSION.log
    
    Upgrade:
    C:\Documents and Settings\All Users\Application Data\Bit9\Parity Agent\Logs\ParityHostAgentInstall_TIMESTAMP.log

Linux

  • During install or upgrade:
    /var/log/.B9_DEBUG_INSTALL
  • After successful install or upgrade these are moved to:
    /srv/bit9/data/Logs/

macOS

Agent installation and upgrade is done via pkg and the pkg installation logs are included in the file:

/private/var/log/install.log

Additional Information