Overview
Configure deployment packages that install CrashPlan apps on your users' devices according to your specifications. Integrate your apps with SSO, for example, and install silently, without user intervention. This article describes each element of the Deployment Policies interface.
Considerations
This article assumes you understand the introduction to deployment provided by the article Deploy CrashPlan apps .
To use these deployment tools, you need to sign in to your CrashPlan console as a user with the Security Administrator role.
For assistance, contact your Customer Success Manager (CSM) to engage the CrashPlan Professional Services team. If you don't know who your CSM is, contact our technical support team.
Deployment policies
To view and manage deployment policies:
- Sign in to the CrashPlan console.
- Select Administration > Client Management > Deployment.
If your CrashPlan environment does not yet have any deployment policies, you see the option to Create New Deployment Policy. If your environment already has one or more policies, you see the Deployment Policies list.
Item | Description | |
---|---|---|
a | Create deployment policy | Define a new CrashPlan app deployment policy. |
b | Name | The name of the policy. Click to see policy details. |
c | Created | The date the policy was created and the username of the administrator who created the policy. |
d | Registration organization |
CrashPlan apps deployed with this policy register with this organization.
The organization determines the authentication method and optional proxy address for the policy.
If you deactivate an organization, the associated policy will not work. |
e | Organization Status | The status of the registration organization. |
f | View details |
Allows you to view and change details of the policy. |
Policy details
In the Deployment Policies list, click a policy name to see details about the policy.
Item | Description | |
---|---|---|
a | Policy name | The name of the policy. |
b | Delete | Deletes the policy. Any CrashPlan apps deployed with this policy that have not yet completed installation will fail to install. |
c | Edit Policy |
Change details of the policy. |
d | Details | The details of the deployment policy. |
e | Scripts | The user detection scripts for the policy. |
f | Registration organization |
CrashPlan apps deployed with this policy register with this organization. If your custom script specifies a value for
The organization determines the authentication method and optional proxy address for the policy. |
g | Authentication |
The method the registration organization uses to validate the usernames and passwords entered by users in the CrashPlan app.
|
h | Auto Register Users |
|
i |
Created and Last modified dates |
The dates the policy was created and last saved. |
j | Configured operating systems | The operating systems the policy is configured for (Windows, Mac, or Linux). |
k | Launch desktop app after install |
|
l | Use organization's proxy URL |
|
m | Installation properties | These strings provide arguments for a command that installs a CrashPlan app. Use them in your device management tool or installation scripts. See Deployment script and command reference for more details. |
n | Generate new token |
Give the policy a new identifier string.
|
Create or edit deployment policy
In the Deployment Policy view, select Create New Policy or Edit Policy.
Item | Description | |
---|---|---|
a | Deployment policy name | Enter a name to describe and identify this policy. |
b | Registration organization |
Determines the user's organization. If your custom script specifies a value for
Users register according to the authentication method and directory services configured for their organization.
If an organization already has another deployment policy, it is dimmed in the dropdown and cannot be selected. Choose a different organization, or edit the existing policy for that organization. |
c | Do you want to automatically register users? |
|
d
|
User detection scripts |
Select all operating systems you want to use in your deployment policy, then enter the custom user detection scripts you want to use for each.
Your custom script defines how the username, user home directory, and the user's organization are determined. A summary of script requirements is listed below, but for complete details about customizing scripts, see Deployment script and command reference .
All custom scripts must end by writing the echo AGENT_USERNAME=<value> echo AGENT_USER_HOME=<value> echo AGENT_ORG_REG_KEY=<value>
Require users to manually enter their usernames
The main purpose of selecting operating systems in this section is to generate the appropriate scripts to automatically detect the username during CrashPlan app installation. To require users to manually enter their usernames, do not select any operating systems. By leaving all operating systems blank, a deployment policy is still created, but there is no user detection script. As a result, users must enter their usernames to complete the installation process on their device. The server address is still automatically populated for users by the deployment policy. |
e | Do your clients need a proxy URL to connect to the CrashPlan cloud? |
|
h | Launch desktop app after initial install? |
|
Authentication mismatch
Mismatches occur when you:
- Define an organization to use SSO authentication.
- Assign that organization a deployment policy with auto-registration.
- Edit the organization to use local authentication.
The policy becomes invalid because the organization can no longer support auto-registration.
The solution is to reconfigure the organization or edit the policy.