Install the BlackBerry UEM components on separate computers using the command prompt window
BlackBerry UEM
components on separate computers using the command prompt windowAfter you install
BlackBerry UEM
on a computer, you can install the management console, the primary UEM
components, and the BlackBerry Connectivity Node
on separate computers using the command prompt window. For more information about the BlackBerry Connectivity Node
, see Creating server groups and installing BlackBerry Connectivity Node instances.
Before you install
UEM
components using the command prompt, you must acknowledge your acceptance of the terms and conditions of the BlackBerry Solution License Agreement (BBSLA) for your region. By acknowledging your acceptance of the BBSLA, you are agreeing to be bound by the terms and conditions of the BBSLA.- Download theUEMsoftware.
- Extract theUEMinstallation files.
- Open a text editor in administrator mode.
- Use the text editor to open the deployer.properties file.
- Change the following properties in thedeployer.propertiesfile:
- Add or change information that is specific to your organization's environment.
- If you want to install theUEMmanagement console, set thedeploy.ui,deploy.core, anddeployment.ui.onlyproperties toTrue, and set thedeploy.mdm.ecanddeploy.bcnproperties to False.
- If you want to install the primaryUEMcomponents, set thedeploy.mdm.ecproperty toTrue, and set thedeploy.uianddeploy.bcnproperties toFalse.
- If you want to install theBlackBerry Connectivity Node, set thedeploy.bcnproperty toTrue, and set thedeploy.uianddeploy.mdm.ecproperties toFalse.
- In a command prompt window set to the folder where you extracted theUEMinstallation files, typesetup.exe --script --iAcceptBESEULA.
- If you want to see the progress of the installation on the screen when you use the command prompt window, add the parameter--showlog.
- If you want to use a group Managed Service Account (gMSA) to install or upgradeUEMand run theUEMservices, add the following parameter:--properties service.account.name=<domain>\<group_managed_service_account>$