0% found this document useful (0 votes)
21 views22 pages

BUM0132 EN CVM V10 SQL Express PreInstallation

Uploaded by

hendrajeremia21
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views22 pages

BUM0132 EN CVM V10 SQL Express PreInstallation

Uploaded by

hendrajeremia21
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 22

Installation Instruction

Software: Compass CVM v10


Pre-Installation MS SQL Server 2014 Express Edition
Copyright © 2018 Brüel & Kjær Vibro GmbH
All rights reserved. No part of this publication may be reproduced or distributed in any form or by any
means without prior consent in writing from Brüel & Kjær Vibro GmbH, Darmstadt, Germany.
Windows is a registered trademark of Microsoft Corporation.

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

1. General Installation Information ....................................................................... 4


1.1. Prerequisites ...................................................................................................................... 4

1.2. Disk layout considerations ............................................................................................... 5

1.3. Database growth ................................................................................................................ 6

2. Installation of Microsoft SQL Server Express on Windows ........................... 7


2.1. Installation Center - Installation ....................................................................................... 7

2.2. Installation Center - License Terms ................................................................................. 9

2.3. Installation Center – Microsoft Update .......................................................................... 10

2.4. Installation Center – Feature Selection ......................................................................... 11

2.5. Installation Center – Instance Configuration ................................................................ 12

2.6. Installation Center – Server Configuration ................................................................... 13

2.7. Installation Center - Collation......................................................................................... 14

2.8. Installation Center – Database Engine Configuration ................................................. 15

2.9. Installation Center – Complete ....................................................................................... 19

3. Upgrade of Microsoft SQL Server 2014 Express to SQL Server 2014


Standard Edition ..................................................................................................... 20

4. Appendix A ....................................................................................................... 21

© Brüel & Kjær Vibro ● December 2018 ● BUM0132-EN-14 ● █ Page 3 of 22


Technical alterations reserved!
EN

1. General Installation Information


Before you install Microsoft SQL Server 2014 Express Edition (in the following MS SQL
Server Express) make sure that the hardware setup, especially the disk layout, meets the
application and performance requirements.
The installation is divided into two parts:
 Prerequisites
 MS SQL Server Express

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.

Page 4 of 22 █ © Brüel & Kjær Vibro ● December 2018 ● BUM0132-EN-14


Technical alterations reserved!
EN
© Brüel & Kjær Vibro │ Instruction
General Installation Information
Pre-Installation MS SQL Server 2014 Express Edition

1.2. Disk layout considerations

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.

© Brüel & Kjær Vibro ● December 2018 ● BUM0132-EN-14 ● █ Page 5 of 22


Technical alterations reserved!
EN

1.3. Database growth

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.

Database growth chart

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

t0= start of data acquisition for a new plant


t1= point in time where Deletion starts. Can be configured through Compass
Commander
t2= alarm or machine state change happen. No Deletion will happen between t2 and t3.
Time frame can be defined in Compass Commander.
t3= continuing with normal data acquisition including Deletion
t4= same as t2
t5= same as t3

Page 6 of 22 █ © Brüel & Kjær Vibro ● December 2018 ● BUM0132-EN-14


Technical alterations reserved!
EN
© Brüel & Kjær Vibro │ Instruction Installation of Microsoft SQL
Pre-Installation MS SQL Server 2014 Express Edition Server Express on Windows

2. Installation of Microsoft SQL Server Express on


Windows
Installation on Windows 7/Windows 10/Windows Server 2008R2/
Windows Server 2012R2/Windows Server 2016

There is no difference in installing SQL Server Express on Windows7, Windows10,


Windows Server 2008R2, Windows Server 2012R2 or Windows 2016.
The following description is based on Windows7.

2.1. Installation Center - Installation

1. Double click SQLEXPR_x64_ENU.exe.


User will be asked to choose directory for extracted files.
2. Click Ok.

Directory for Extracted Files

SQL Server Installation Center comes up. This may takes some time so please be patient.

© Brüel & Kjær Vibro ● December 2018 ● BUM0132-EN-14 ● █ Page 7 of 22


Technical alterations reserved!
EN

SQL Server Installation Window - Installation

Select New SQL Server stand-alone installation or add features to an existing


installation.

Page 8 of 22 █ © Brüel & Kjær Vibro ● December 2018 ● BUM0132-EN-14


Technical alterations reserved!
EN
© Brüel & Kjær Vibro │ Instruction Installation of Microsoft SQL
Pre-Installation MS SQL Server 2014 Express Edition Server Express on Windows

2.2. Installation Center - License Terms

1. Check I accept the license terms.

SQL Server 2014 Setup Window – License Terms

2. Click Next to continue.

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.

© Brüel & Kjær Vibro ● December 2018 ● BUM0132-EN-14 ● █ Page 9 of 22


Technical alterations reserved!
EN

2.3. Installation Center – 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.

SQL Server 2014 Setup Window – Microsoft Update

2. Click Next to continue.

The next screens will depend on the setup of the system.


3. Make sure all Install Rules are passed.

Page 10 of 22 █ © Brüel & Kjær Vibro ● December 2018 ● BUM0132-EN-14


Technical alterations reserved!
EN
© Brüel & Kjær Vibro │ Instruction Installation of Microsoft SQL
Pre-Installation MS SQL Server 2014 Express Edition Server Express on Windows

2.4. Installation Center – Feature Selection

1. Select:
 Database Engine Services
 Management Tools – Basic
2. De-select all other features.

Leave directories unchanged.

SQL Server 2014 Setup Window – Feature Selection

3. Click Next to continue.

© Brüel & Kjær Vibro ● December 2018 ● BUM0132-EN-14 ● █ Page 11 of 22


Technical alterations reserved!
EN

2.5. Installation Center – Instance Configuration

1. Click on Named instance.


2. Type in the name CVM (it might be preset with SQL Express).
The Instance ID will be filled automatically with the name of the instance. Do not use the
Default instance.

SQL Server 2014 Setup Window – Instance Configuration

3. Click Next to continue.

Page 12 of 22 █ © Brüel & Kjær Vibro ● December 2018 ● BUM0132-EN-14


Technical alterations reserved!
EN
© Brüel & Kjær Vibro │ Instruction Installation of Microsoft SQL
Pre-Installation MS SQL Server 2014 Express Edition Server Express on Windows

2.6. Installation Center – Server Configuration

Service Accounts

Use default settings.

SQL Server 2014 Setup Window – Server Configuration

Click the Collation tab.

© Brüel & Kjær Vibro ● December 2018 ● BUM0132-EN-14 ● █ Page 13 of 22


Technical alterations reserved!
EN

2.7. Installation Center - Collation

1. Use SQL_Latin1_General_CP1_CI_AS as shown below.

SQL Server 2014 Setup Window – Server Configuration

Click Next to continue.

NOTE
By default, a SQL Server collation is selected for US-English system locales (like above).
The collation setting must not be changed.

Page 14 of 22 █ © Brüel & Kjær Vibro ● December 2018 ● BUM0132-EN-14


Technical alterations reserved!
EN
© Brüel & Kjær Vibro │ Instruction Installation of Microsoft SQL
Pre-Installation MS SQL Server 2014 Express Edition Server Express on Windows

2.8. Installation Center – Database Engine Configuration

Server Configuration

The default for Authentication Mode is Windows authentication mode.


1. Add a user as SQL Server Administrator. Either this is pre-filled with the current user
or click on Add Current User.

SQL Server 2014 Setup Window – Database Engine Configuration

2. Click Data Directories tab.

© Brüel & Kjær Vibro ● December 2018 ● BUM0132-EN-14 ● █ Page 15 of 22


Technical alterations reserved!
EN

Data Directories

For a small configuration you can leave the defaults otherwise see Appendix A

SQL Server 2014 Setup Window – Database Engine Configuration

Click User Instances tab.

Page 16 of 22 █ © Brüel & Kjær Vibro ● December 2018 ● BUM0132-EN-14


Technical alterations reserved!
EN
© Brüel & Kjær Vibro │ Instruction Installation of Microsoft SQL
Pre-Installation MS SQL Server 2014 Express Edition Server Express on Windows

User Instances

1. Untick Users are allowed to run a separate instance of the Database Engine.

SQL Server 2014 Setup Window – Database Engine Configuration

2. Click FILESTREAM tab.

© Brüel & Kjær Vibro ● December 2018 ● BUM0132-EN-14 ● █ Page 17 of 22


Technical alterations reserved!
EN

FILESTREAM

Use default settings.

SQL Server 2014 Setup Window – Database Engine Configuration

Click Next to continue.

Installation will start.

Page 18 of 22 █ © Brüel & Kjær Vibro ● December 2018 ● BUM0132-EN-14


Technical alterations reserved!
EN
© Brüel & Kjær Vibro │ Instruction Installation of Microsoft SQL
Pre-Installation MS SQL Server 2014 Express Edition Server Express on Windows

2.9. Installation Center – Complete

Verify that features are successfully installed.

SQL Server 2014 Setup Window – Complete

1. Click Close to return to the SQL Server Installation Center.


2. Close it.

© Brüel & Kjær Vibro ● December 2018 ● BUM0132-EN-14 ● █ Page 19 of 22


Technical alterations reserved!
EN

3. Upgrade of Microsoft SQL Server 2014 Express to


SQL Server 2014 Standard Edition

IMPORTANT:
For a full upgrade including Compass 6000 specific configurations and settings
please contact Brüel & Kjær Vibro support.

Page 20 of 22 █ © Brüel & Kjær Vibro ● December 2018 ● BUM0132-EN-14


Technical alterations reserved!
EN
© Brüel & Kjær Vibro │ Instruction
Appendix A
Pre-Installation MS SQL Server 2014 Express Edition

4. Appendix A
Following layout considerations for systems with multiple disks installed.

Data Directories – two disk system

 C: - contains OS, SQL Server, system databases including TempDB, and


data files (mdf) for the databases.
 F: - contains transaction log files (ldf) for the user databases.

Data Directories – three disk system

 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.

Data Directories – four disk system

 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.

© Brüel & Kjær Vibro ● December 2018 ● BUM0132-EN-14 ● █ Page 21 of 22


Technical alterations reserved!
EN

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!

You might also like