Installation prerequisites
Make sure to review our hardware recommendations to confirm that this configuration seems appropriate for your organization.
Prerquisites
-
Obtain Lyftrondata installation package from retail or OEM, channels and copy binaries into selected folder on the target computer or accessible network share.
-
Obtain Lyftrondata license (XML). If license is not provided in post-installation steps, only Lyftrondata Admin Portal will be functional - no database connections can be made until a valid license is provided.
-
Prepare a single computer that satisfies the system requirements for Lyftrondata.
-
If SSL communication is required, install the certificate into local machine certificate store in Windows.
-
Decide how to deploy Lyftrondata and Apache Spark Metabases: automatically using the installer or manually (advanced). Manual installation of Lyftrondata and Apache Spark Metabases requires more preparation and is recommended for advanced configuration not supported natively by installer.
-
Ensure you have a recent backup of existing Metabases
-
Set up a supported version of SQL Server to host Lyftrondata and Apache Spark Metabases. Lyftrondata requires a Microsoft SQL Server instance to store metadata information. If you do not have a database server available, you may configure a local SQL Server Express, which is a free, entry-level database server from Microsoft.
Recommended SQL Server installation procedure is described in SQL Server engine installation.
Ensure that:
- Database server supports SQL Server Mixed Mode Authentication. Documentation of how to change SQL Server Authentication mode of an already installed SQL Server is available at Microsoft docs.
- Database server TCP port is enabled
- The account you are installing Lyftrondata with is a member of the SysAdmin server role in SQL Server
- For automatic Metabase installation or upgrade to work, files Lyftrondata.dacpac and SparkMetastore.dacpac are present in the same directory as MSI installation package
Write down the information about database server chosen to host Metabase and Lyftrondata service user, because it will be required at the later stages.
If you decide to use manual database deployment or upgrade of Lyftrondata Metabase and Apache Spark Metabase, please navigate to Manual installation of Lyftrondata and Apache Spark Metabase.
Installing Lyftrondata databases involves a set of operations that require a high degree of privilege - these include creating databases, provisioning logins for service accounts, and more. Technically, all that is required is membership in the ServerAdmin role; ALTER ANY LOGIN, CREATE ANY DATABASE, and VIEW ANY DEFINITION server scoped permissions; and CONTROL permission on the master database. Membership in the SysAdmin server role will confer all of these memberships and permissions and is the easiest way to ensure that Lyftrondata configuration will succeed. If necessary, these memberships and permissions can be revoked after Lyftrondata is installed.
If all prerequisites are met, please proceed with installation procedure.