Adding a New ZeroLock® Agent Version to the ZeroLock Management Console

For a new version of a ZeroLock Agent to be available for updating endpoints, it must first be added to the ZeroLock Management Console using the steps below. In the following example, the agent version is ‘1000.0.2’.

  1. Download the new ZeroLock Agent from the support site.
  2. Unzip the ZeroLock Agent tar file: tar xzvf zerolockagent-<version number>.tgz

    Command:  tar xzvf zerolockagent-1000.0.2.tgz
  3. Change to the newly created bin folder.
  4. Copy all contents from the bin folder to the ~/zerolock-server/database/assets folder.

    Command:  cp * ~/zerolock-server/database/assets/
  5. Lastly, we need to update the sha512 file to contain the information for the new agent build.
      1. Change to the assets folder: cd  ~/zerolock-server/database/assets
      2. Append to the file: cat checksums-<version number>.sha512 >> checksums.sha512
     Command: cat checksums-1000.0.2.sha512 >> checksums.sha512 

  6. Verify the uxserver imported the ZeroLock agent installation files:
      1. Change to the logs folder:  ~/zerolock-server/logs
      2. Open the uxserver.txt log file: cat uxserver.txt

Using the ZeroLock Management Console (ZMC), you can now update your endpoints with the new ZeroLock Agent version.