Installing the BMC Discovery Outpost
The installation package is supplied as a conventional Windows Installer package in an .msi file. You can download the installation package from the Manage > Outposts & Proxies page, Outposts tab, in the BMC Discovery UI. Alternatively, you can also download the installation package from the Manage > Discovery Tools page, Discovery Outpost section.
Before you begin
The BMC Discovery Outpost connects to the BMC Discovery appliance over HTTPS (port 443). The appliance must be accessible over this port.If you intend to perform JDBC discovery in your IT environment, ensure that you install JDK/JRE or OpenJDK on the BMC Discovery Outpost server. This installation is mandatory for JDBC discovery. Install and maintain a JDK/JRE/OpendJDK version that is compatible with the JDBC drivers to be used. The compatibility information can be checked on each JDBC driver vendor "Driver download" webpage listed in Managing-database-drivers.
TLS connections
To make TLS connections work with JDBC drivers to older databases, edit the java.security file. The default location for the file is:
Remove TLS v1 and TLSv1.1 from the jdk.tls.disabledAlgorithms entry so it reads:
DH keySize < 1024, EC keySize < 224, 3DES_EDE_CBC, anon, NULL, \
include jdk.disabled.namedCurves
Restart the BMC Discovery Outpost service if the BMC Discovery Outpost has already attempted to use a JDBC driver.
Overview
For overview information about the BMC Discovery Outpost, see the following video (02:17):
For information about using BMC Discovery Outpost, see the following video (06:23):
To install a BMC Discovery Outpost
Perform the following steps to install the BMC Discovery Outpost.
- Double-click the BMC Discovery Outpost installer package.
The Welcome screen is displayed. - Click Next to proceed.
The Destination Folder screen is displayed. - The default installation folder is C:\Program Files\BMC Software\Discovery Outpost\. You can retain the default folder or specify a new installation folder.
- Click Next.
The BMC Discovery Outpost Settings screen is displayed. - You can retain the default port number that BMC Discovery Outpost uses for the web interface or enter a new port number.
- Create an administrator password for the BMC Discovery Outpost. You must enter the password twice to verify the same. Note that the password is not displayed as you enter it.
- Click Next.
The Ready to Install BMC Discovery Outpost screen is displayed. - Click Install to start the installation.
When the installation is complete, the Completed the BMC Discovery Outpost Setup Wizard screen is displayed. You can choose to view the BMC Discovery Outpost UI in your browser when you exit the wizard. Click Finish to exit the wizard.
- If you chose to view the UI, you can log in by using the administrator password that you created during the installation process.
For frequently asked questions about the BMC Discovery Outpost, see FAQs.
To install a BMC Discovery Outpost on Windows Server Core
You can also install the BMC Discovery Outpost on a Windows Server Core platform by using the MSI wizard, or the MSI command line tool.
You cannot install the BMC Discovery Outpost on an instance of Windows Server Core platform if it is running in a container.
Installing the BMC Discovery Outpost using the MSI wizard
The Windows Server Core UI is limited, but supports running the MSI installer wizard, though this must be launched from the command prompt. For example:
where outpost_123.12.1234.123456_ga.msi is the BMC Discovery Outpost installation file.
The option to launch the BMC Discovery Outpost UI does not work on Windows Server Core platforms, as no browser is available.
Installing the BMC Discovery Outpost using the MSI command line tool
You can use the msiexec command line tool to launch the MSI installer wizard in the same manner as Installing the using the MSI wizard:
where outpost_123.12.1234.123456_ga.msi is the BMC Discovery Outpost installation file.
You can also perform a non-interactive silent installation using the the msiexec command line tool:
You can also specify an alternative installation directory using the INSTALLDIR option. For example:
The /quiet and /qn options specify a non-interactive silent installation, the ADMINPASSWORD option enables you to specify the BMC Discovery Outpost administrator password, and the WEBPORT option enables you to specify a custom port for the UI.
For further information on the msiexec command, see https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/msiexec