BUM0132 EN CVM V10 SQL Express PreInstallation
BUM0132 EN CVM V10 SQL Express PreInstallation
Brüel & Kjaer Vibro GmbH Brüel & Kjær Vibro A/S Hotline:
Leydhecker Str. 10 Skodsborgvej 307 B
64293 Darmstadt 2850 Nærum
Germany Denmark
Phone: +49 6151 428 1400
Phone: +49 6151 428 0 Phone: +45 77 41 25 00
Fax: +49 6151 428 10 00 Fax: +45 45 80 29 37 E-Mail: [email protected]
E-Mail: [email protected]
EN
© Brüel & Kjær Vibro │ Instruction
General Installation Information
Pre-Installation MS SQL Server 2014 Express Edition
Contents
4. Appendix A ....................................................................................................... 21
HINT!
Be aware that the installation of SQL Server Express is free-of-charge which
means that it has no license and following restrictions:
Max. 10 GB per database
Max. 1 Gb RAM
The SQL Server Express Edition is only suitable for demonstration purpose and it
should not be used to establish a real system installation
HINT!
The Windows Server 2008R2 and 2012R2 templates (order code: ET2260-3.0)
available from Brüel & Kjaer Vibro are preconfigured with all necessary software.
1.1. Prerequisites
To install MS SQL Server Express, .NET framework 3.5 has to be active respectively
installed. Windows7SP1 comes with .NET3.5 preinstalled. On Windows Server 2008R2 the
feature has to be enabled. On Windows10 and Windows Server 2012R2 respectively
Windows Server 2016 it has to be installed. Further .NET4.0 or higher is required. It is
recommended to install at least .NET4.5.2. This has to be done on all Windows platforms
except Windows7SP1 and Windows Server 2016 which comes with .NET4.6.2 and
Windows Server 2012R2 which comes with .NET4.5.1. A system restart is required after
.NET installation and before installing SQL Server Express.
HINT:
Before you install MS SQL Server 2014 Express make sure that you have set
language and regional settings for the Windows environment properly. Especially
changing regional settings (system accounts) is not supported after (between) the
installation of MS SQL Server 2014 Express but before CVMv10.
Storage is one of the key components for optimising SQL Server performance and
availability for both large and small SQL Server instances. The most basic concept to
understand how SQL Server uses storage is that databases are composed of two types of
files – data files and log files. Data files store the database data (mdf), log files (ldf) store
the database transactions. By default both files are stored in the same directory on the
same drive.
It is recommended to place data and log files on different drives. Because SQL Server
writes all database transactions into the log files, these files benefit from being on drives
with high write performance.
See Appendix A for examples with 2, 3, and 4 disks.
A new created database starts growing linearly. At a certain point in time the growth rate
drops due to the start of Deletion- and Compression Services. Both of them are configurable
using Compass Commander. Below a schematic view is shown.
1= during the interval t0-t1 all data will be stored in the database. No Deletion. t1 is
configurable.
2= data growth less than 1 as Deletion is running.
3= an event happen (for example alarm or machine state change)
Deletion / Compression disabled for a specific time period. Time frame before and
after an alarm where data has to be store without any loss into the database is
configurable.
4= same as 2
5= same as 3
6= same as 2
SQL Server Installation Center comes up. This may takes some time so please be patient.
Now the installation process identifies problems that might occur when installing SQL
Server. Any failures must be corrected before setup can continue. If no problems are
detected, setup will continue with Microsoft Update.
1. Click Use Microsoft Update to check for updates if you want to update your system
including SQL Server (this is optional). You will get an error message if you do not
check for updates. You can click Next to continue.
1. Select:
Database Engine Services
Management Tools – Basic
2. De-select all other features.
Service Accounts
NOTE
By default, a SQL Server collation is selected for US-English system locales (like above).
The collation setting must not be changed.
Server Configuration
Data Directories
For a small configuration you can leave the defaults otherwise see Appendix A
User Instances
1. Untick Users are allowed to run a separate instance of the Database Engine.
FILESTREAM
IMPORTANT:
For a full upgrade including Compass 6000 specific configurations and settings
please contact Brüel & Kjær Vibro support.
4. Appendix A
Following layout considerations for systems with multiple disks installed.
C: - contains OS, SQL Server, system databases, including data and log
for the TempDB.
F: - contains data files (mdf) for the user databases.
G: - contains the log files (ldf) for the user databases.
C: - contains OS, SQL Server, system databases, including log for the
TempDB.
F: - contains the data files (mdf) for the user databases.
G: - contains the log files (ldf) for the user databases.
H: - contains the data files for the Temp DB.
Contact
Brüel & Kjaer Vibro GmbH
Leydheckerstrasse 10
64293 Darmstadt
Germany
Telefon: +49 6151 428 0
Fax: +49 6151 428 1000
E-Mail: [email protected]
Pre-Installation MS SQL Server 2014 Express Edition ● BUM0132-EN-14 ● © Brüel & Kjær Vibro
● Technical alterations reserved!