Installing Flexera Analytics
Flexera Analytics provides interactive reporting for software and hardware asset management.
For supported platforms and database versions for each release, see FlexNet Manager Suite System Requirements and Compatibility, available as either PDF or HTML through docs.flexera.com.
- Analytics — Flexera Analytics is an interactive means for you to explore and create customized reports and dashboards, and easily share these with anyone in your organization.
- Content Store Database — The Content Store is a relational database used by the Flexera Analytics to store information about reporting models, folders, reports, and saved results. You should have already completed setting up this database (see Create Databases).
Once you have confirmed that all prerequisites have been met, installation of Flexera Analytics is performed using the following steps:
- Install and configure a supported web server
- Copy the Flexera Analytics installation media
- Configure Flexera Analytics by populating an answer file with settings appropriate to your environment, and then install, using PowerShell
- Configure your web server to connect with Flexera Analytics
- Update your Roles to enable access
- Ensure that your web browser(s) include your web server in the list of trusted web sites
- Optionally, you may need to configure your Security Assertion Markup Language settings.
Prerequisites
The IBM Cognos Analytics installer installs Flexera Analytics to the designated host as a service. Therefore, the account used to install this component must have administrator permissions.
- The installing account must have administrative privileges on the Cognos Analytics server (the server hosting Flexera Analytics).
- The Flexera Analytics server must be accessible by its host name, rather than just its IP address. Do not use IP addresses anywhere in the Flexera Analytics settings.
- For performance reasons, Flexera Analytics is best installed on a
separate server (it has high memory use requirements). (Refer back to Prerequisites and Preparations for server design details.) When Flexera Analytics is installed on a server other than the database server
running the content store database, Microsoft SQL Server Native Client must
be installed on the server hosting Flexera Analytics. To download and
install the Microsoft SQL Server Native Client installer (subject to changes
in the Microsoft website):
- In your web browser, navigate to https://www.microsoft.com/en-us/download/details.aspx?id=29065.
- Expand Install Instructions to display the available components of the Microsoft SQL Server® 2012 Connectivity Feature Pack.
- Scroll approximately half-way down the page to the heading Microsoft® SQL Server® 2012 Native Client and install the X64 (64-bit) version of the Native Client found there.
- The Flexera Analytics server must be in the same time zone as your database server(s).
- When you install Flexera Analytics, the required usernames and passwords can be encrypted, using a credential store. Refer to Prepare Encrypted Credentials for further information. Alternatively, you may choose to use clear text usernames and passwords in the answer file.
- Flexera Analytics can be configured to use https, however you will need to use http for installation and configuration.
- The password for the SQL Server login account used by Flexera Analytics must not contain any of the greater-than, less-than, or ampersand
characters (
< > &
). - Do not attempt to use Flexera Analytics (nor any related reports saved in FlexNet Manager Suite) before importing the correct license file from Flexera (see Product Activation).
<urlCompression doStaticCompression="true" doDynamicCompression="true" />
Static
compression is installed by default for IIS, but dynamic compression requires a
standard Microsoft installation to enable it. (Without this setup, the dynamic
compression setting in the web.config file remains latent.) You
can check whether dynamic compression is available in the Server
Manager, using the Add Roles and Features
wizard. If it is not yet configured, see https://docs.microsoft.com/en-us/iis/configuration/system.webServer/urlCompression#setup
for installation details.Installation
To install Flexera Analytics:
Optional for reinstallation
Parameter | Description | Syntax |
---|---|---|
SkipApplyFiles | Skips the extraction of the authenticator, OAuth module, logging configuration and web content, as well as copying of some configuration files. | .\InstallCognos.ps1 -SkipApplyFiles |
SkipConfigureIIS | Skips the IIS settings configuration segment of the script. | .\InstallCognos.ps1 -SkipConfigureIIS |
SkipConfigureService | Skips the Cognos service configuration segment of the script. | .\InstallCognos.ps1 -SkipConfigureService |