- Preinstallation and preupgrade tasks
- Configure permissions for the service account
- Set an environment variable for the Java location
- Configuring connections for the BlackBerry UEM database
- Backing up the databases
- Creating or upgrading a BlackBerry UEM database using CreateDB
- Performing a test upgrade of the BlackBerry UEM database
- BlackBerry UEM Readiness Tool
- Steps to install BlackBerry UEM
- Supported upgrade environments
- Steps to upgrade BlackBerry UEM version 12.17 or later to UEM version 12.19
- Installing or upgrading the BlackBerry UEM software
- Install a new BlackBerry UEM instance
- Check the ports assigned by the BlackBerry UEM setup application
- Install an additional BlackBerry UEM instance
- Upgrade BlackBerry UEM version 12.17 and later to BlackBerry UEM version 12.19
- Upgrade a domain that consists of multiple instances of BlackBerry UEM
- Install or upgrade BlackBerry UEM using the command prompt window
- Install the BlackBerry UEM components on separate computers using the command prompt window
- Installing BlackBerry UEM in a DMZ
- Installing or upgrading BlackBerry UEM in a dark site environment
- Post-upgrade checklist
- Creating server groups and installing BlackBerry Connectivity Node instances
- Create a server group
- Change the default settings for BlackBerry Connectivity Node instances
- Prerequisites: Install a BlackBerry Connectivity Node instance
- Install a BlackBerry Connectivity Node instance
- Activate a BlackBerry Connectivity Node instance
- Configure proxy settings for a BlackBerry Connectivity Node instance
- Manage server groups
- Install a standalone BlackBerry Router
- Logging in to BlackBerry UEM for the first time
- Removing the BlackBerry UEM software
- Rebuilding a BlackBerry UEM server instance
- Removing the BlackBerry Connectivity Node software
- Rebuilding a BlackBerry Connectivity Node instance
- Troubleshooting BlackBerry UEM installation or upgrade
- Best practices for running BlackBerry UEM
- BlackBerry UEM Configuration Tool
- Configuring BlackBerry UEM for disaster recovery
- BlackBerry Docs
- BlackBerry UEM 12.19
- BlackBerry UEM Installation and Upgrade
- Installing or upgrading the BlackBerry UEM software
- Check the ports assigned by the BlackBerry UEM setup application
Check the ports assigned by the BlackBerry UEM setup application
BlackBerry UEM
setup applicationWhen you install the first instance of
BlackBerry UEM
, the setup application assigns the listening ports and stores them in the UEM
database. You can run the following script on the database to check the minimum ports that must be open between each UEM
instance.
You can change the "WHERE name in" portion of this script to retrieve the port value for any listening port by adding the database name of the port.
SELECT vgcs.name, vgcs.value FROM v_global_cfg_setting vgcs WHERE name in ('ec.gme.common.rcp.internal.port', 'ui.port.ssp', 'ui.port.admin', 'tomcat.udui.http.port', 'tomcat.dynamics.apps.https.port', 'ui.port.internal-api', 'tomcat.ipc.https.port', 'good.proxy.appservers.http.listening.port', 'good.control.container.management.listening.port', 'good.proxy.appservers.ssl.listening.port', 'good.proxy.container.ssl.listening.port') ORDER BY name;