IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

App Control: Agent upgrade failed because it was unable to start the ParityDriver

App Control: Agent upgrade failed because it was unable to start the ParityDriver

Environment

  • App Control Agent: 6.0.2.x and higher

Symptoms

Upgrade log shows the following failure error message:
1: <Bit9 Log> Starting ParityDriver

1: <Bit9 Log> (FAILURE) Unable to start ParityDriver service

Cause

  • The old ParityDriver was not deleted. There are 2 different versions of ParityDriver files on the system.
  • A separate security application prevented the Parity Driver from loading.

Resolution

  1. On the endpoint, run the following on an elevated command prompt while in the %program files%\Bit9\Parity Agent directory:
dascli password {CLI password here}
dascli tamperprotect 0
net stop parity
fltmc unload paritydriver
  1. Go to C:\Windows\System32\Drivers and delete the Parity.sys file.
  2. Go to C:\Windows\System32\Drivers and delete the Parity.sys file.
  3. Go to C:\Windows\System32\DRVSTORE\ and delete the Parity_... folder.
  4. Open the registry and go to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\DIFX and delete the Parity_... registry key folder if it’s still present.
  5. Follow these steps to manually upgrade the Agent but add NOSTARTPARITY and NOSTARTDRIVER on the command.
Example:
msiexec /i {path}\{filename}.msi NOSTARTPARITY=1 NOSTARTDRIVER=1 /l*v {path}\manual_install.log
msiexec /p {path}\{filename}.msp NOSTARTPARITY=1 NOSTARTDRIVER=1 /l*v {path}\manual_install.log
  1. In the registry, go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\paritydriver.
  2. Add the DWORD called "Start" if it’s not present and set it to 0.
  3. Reboot the machine.
  4. Open a command prompt and change directory to %program files%\Bit9\Parity Agent. Run “dascli status” to verify the version.

Related Content


Labels (1)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎01-09-2020
Views:
2905
Contributors