Download Directly From Server (Connected Agents Only)
Log in to the endpoint and launch a command prompt.
Issue the following commands:
cd "C:\Program Files (x86)\Bit9\Parity Agent"
dascli password GlobalPassword
dascli configlistrefresh
The Agent will report CLVer is 0 while the full Configlist is downloaded and processed.
Manual Transfer
Acquire the latest Configlist file from the Server's directory: \Bit9\Parity Server\configxml\configlist.xml
Place the file somewhere on the endpoint, example: C:\Temp\
Issue the following commands in a command prompt:
cd "C:\Program Files (x86)\Bit9\Parity Agent"
dascli password GlobalPassword
Import only differences between Agent's current Configlist and latest Server Configlist: dascli importconfiglist "C:\Temp\configlist.xml"
Immediately replace Agent's entire Configlist with Server Configlist: dascli importconfiglist "C:\Temp\configlist.xml" full now
Import on Service Start
Acquire a copy the latest Configlist from the Server's directory: \Bit9\Parity Server\configxml\configlist.xml
Use an administrative command prompt to issue the following commands:
cd "C:\Program Files (x86)\Bit9\Parity Agent"
dascli password GlobalPassword
dascli tamperprotect 0
net stop parity
Move and rename the copy of configlist.xml to the path: C:\ProgramData\Bit9\Parity Agent\configlistfull.bt9
Start the Agent service in the administrative command prompt:
net start parity
After the Agent ingests the file, it will be recreated as: ConfigListBackup.bt9
macOS
Download Directly From Server (Connected Agents Only)
Log in to the endpoint and open Terminal.
Issue the following commands:
cd /Applications/Bit9/Tools ./b9cli --password GlobalPassword ./b9cli --configlistrefresh
The Agent will report CLVer is 0 while the full Configlist is downloaded and processed.
Manual Transfer
Acquire the latest Configlist file from the Server's directory: \Bit9\Parity Server\configxml\configlist.xml
Place the file somewhere on the endpoint, example: /Users/<USR>/Downloads/
Issue the following commands in Terminal:
cd /Applications/Bit9/Tools ./b9cli --password GlobalPassword
Import only differences between Agent's current Configlist and latest Server Configlist: ./b9cli --importconfiglist "/Users/<USR>/Downloads/configlist.xml"
Immediately replace Agent's entire Configlist with Server Configlist: ./b9cli --importconfiglist "/Users/<USR>/Downloads/configlist.xml" full now
Import on Service Start
Open Terminal and log on as 'sudo su'
Turn tamper protection off and stop the Agent:
cd /applications/bit9/tools
./b9cli --password GlobalPassword
./b9cli --tamperprotect 0
./b9cli --shutdown
Acquire the latest Configlist file from the Server's directory: \Bit9\Parity Server\configxml\configlist.xml
Move and rename the copy of configlist.xml to the path: /Library/Application Support/com.bit9.Agent/Data/configlistfull.bt9, example:
After the Agent ingests the file, it will be deleted.
Linux:
Download Directly From Server (Connected Agents Only)
Log in to the endpoint and open Terminal.
Issue the following commands:
cd /opt/bit9/bin/ ./b9cli --password GlobalPassword ./b9cli --configlistrefresh
The Agent will report CLVer is 0 while the full Configlist is downloaded and processed.
Manual Transfer
Acquire the latest Configlist file from the Server's directory: \Bit9\Parity Server\configxml\configlist.xml
Place the file somewhere on the endpoint, example: /home/<USR>/Downloads/
Issue the following commands in Terminal:
cd /opt/bit9/bin/ ./b9cli --password GlobalPassword
Import only differences between Agent's current Configlist and latest Server Configlist: ./b9cli --importconfiglist "/home/<USR>/Downloads/configlist.xml"
Immediately replace Agent's entire Configlist with Server Configlist: ./b9cli --importconfiglist "/home/<USR>/Downloads/configlist.xml" full now
Import on Service Start
Log in to the endpoint and open Terminal.
Turn tamper protection off and stop the Agent:
cd /applications/bit9/tools
./b9cli --password GlobalPassword
./b9cli --tamperprotect 0
./b9cli --shutdown
Acquire the latest Configlist file from the Server's directory: \Bit9\Parity Server\configxml\configlist.xml
Move and rename the copy of configlist.xml to the path: /srv/bit9/data/configlistfull.bt9, example: