Skip to main content
Question

Code42 (Cloud) Deploy and Serialize


Forum|alt.badge.img+5

Hi, It seems we are having issues getting our newest version of Code42 to serialize/add the server info. It seems to install the app ok but it doesn't fill in the clients.us.code42.com server info.

Does anyone have any scripts that would help get this to work? We are also trying to get this to work on Big Sur and M1's but I think the bigger task is to get it to register and log the server number then phone home.

5 replies

wmehilos
Forum|alt.badge.img+11
  • Valued Contributor
  • 69 replies
  • November 25, 2020

Our Code42 service uses an on-prem master, so I don't know how different it is for me, but I deploy a deployment.properties file before the install runs, which then tells it everything it needs to know about servers and so on. Is it the same for cloud?


pbenware1
Forum|alt.badge.img+12
  • Valued Contributor
  • 140 replies
  • November 25, 2020

Same for cloud. Our JSS policy is a a script to create the deploy.properties file and a package to install the app.
The deploy.properties files tells the CrashPlan client where the server is and the default registration key (aka Serial number), which then configures the client app with the rest of the info.


Forum|alt.badge.img+5
  • Author
  • Contributor
  • 32 replies
  • November 25, 2020

So we are running both but for some reason it isn't picking up the serial/server info for users..


Forum|alt.badge.img+26
  • Honored Contributor
  • 457 replies
  • November 25, 2020

@j_allenbrand Where are you placing a copy of the deploy.properties?

Note, there is a difference if the clients are version 8.2 (later) or 8.0 (earlier).
Their documents list out three possible locations. They way I read it, they recommend placing the file in /Library/Application Support/CrashPlan

Deployment script and command reference


pbenware1
Forum|alt.badge.img+12
  • Valued Contributor
  • 140 replies
  • November 25, 2020

We don't use a package to push out the deploy.properties files, we use a script;

#!/bin/bash
mkdir -p /Library/Application Support/CrashPlan
echo "DEPLOYMENT_URL=https://www.crashplan.com
DEPLOYMENT_POLICY_TOKEN=<our policy token is here>
CP_SILENT=false
DEVICE_CLOAKED=false" > /Library/Application Support/CrashPlan/deploy.properties

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings