0% found this document useful (0 votes)
43 views24 pages

SQL_Server_for_Studio_Installation_Guide_for_Training_Centers

SQL_Server_for_Studio_Installation_Guide_for_Training_Centers
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)
43 views24 pages

SQL_Server_for_Studio_Installation_Guide_for_Training_Centers

SQL_Server_for_Studio_Installation_Guide_for_Training_Centers
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/ 24

SQL Server for Studio

© 2013 Schlumberger. All rights reserved.


Installation Guide for
Training Centers

Schlumberger Information Solutions


August 2, 2013
Copyright Notice
© 2013 Schlumberger. All rights reserved.
No part of this manual may be reproduced, stored in a retrieval system, or translated in any form
or by any means, electronic or mechanical, including photocopying and recording, without the
prior written permission of Schlumberger Information Solutions, 5599 San Felipe, Suite100,
Houston, TX 77056-2722.

Disclaimer
Use of this product is governed by the License Agreement. Schlumberger makes no warranties,
express, implied, or statutory, with respect to the product described herein and disclaims without
limitation any warranties of merchantability or fitness for a particular purpose. Schlumberger
reserves the right to revise the information in this manual at any time without notice.

Trademark Information

© 2013 Schlumberger. All rights reserved.


Software application marks used in this publication, unless otherwise indicated, are trademarks of
Schlumberger. Certain other products and product names are trademarks or registered
trademarks of their respective companies or organizations.
An asterisk (*) is used throughout this document to designate a mark of Schlumberger.
Table of Contents

Introduction ............................................................................................................. 1
Software and Licenses............................................................................................ 2
Network Domain Setup ........................................................................................... 2
Install SQL Server 2012 Standard Edition with CU5 ............................................... 3
Preparing for the Installation ............................................................................ 3
Installing SQL Server ....................................................................................... 4
Installing Cumulative Update Package 5 (CU5) ............................................. 14
Performing Post-Installation Tasks................................................................. 20

© 2013 Schlumberger. All rights reserved.

SQL Server for Studio Installation Guide for Training Centers i


Introduction
This guide describes how to install SQL Server on the computers (training PCs) used in Studio
Manager and Well Correlation training courses.
For Studio Manager courses, SQL Server and a Studio database must run on ALL training PCs
(Figure 1).

© 2013 Schlumberger. All rights reserved.


Figure 1 SQL Server installation for Studio Manager training

For Well Correlation courses, SQL Server and a Studio database must run in ONE training PC
for access by all other PCs (Figure 2).

Figure 2 SQL Server in one training PC for Well Correlation training

SQL Server for Studio Installation Guide for Training Centers 1


NOTE: In this document, a training PC is defined as any hardware-compliant computer1 used by a
student or instructor for Studio Manager training.

Software and Licenses


The training PCs must be configured to run Windows 7 with Service Pack 1. In addition, SQL
Server 2012 Standard Edition must be installed, without Service Pack 1 but with Cumulative
Update Package 5 (CU5).
Contact [email protected] for questions related to the ordering licenses. Be certain to specify that
you need Microsoft SQL Server 2012 Standard Edition for PCs running an installed database.
The number of licenses you order depends on the courses that will run:
• Training Centers will need one license per workstation in Studio Manager training
because each student will connect to the database running on the assigned PC.
For example, for a class of 12 students and 1 instructor, order 13 licenses.
• Training Centers will need one license per class for Petrel Well Correlation training
because a database will be running on only one PC, to which all students will connect to

© 2013 Schlumberger. All rights reserved.


retrieve data.
For example, for a class of 12 students and 1 instructor, order 1 license and specify 13 users
will be connecting to the database.
IMPORTANT: Schlumberger has access to SQL Server licenses for internal use only (as
per the agreement with Microsoft), which includes demonstration, sales,
marketing, support, and internal training. For external courses, these
licenses MUST be purchased as needed.

Network Domain Setup


Set up a domain network to which all training PCs will be connected and create domain accounts
for each training PC. The table lists examples of PC and user account names.
PC User account

Student 1 User1

Student 2 User2

Student 3 User3

1
G4904 NExT Training Facilities IT Infrastructure Standard

SQL Server for Studio Installation Guide for Training Centers 2


Install SQL Server 2012 Standard Edition with CU5
There are several prerequisites that must be met on each training PC before you can begin the
installation.
• Comply with the hardware requirements specified for Standalone Workstations, described in
section 4.1.1 of G4904 NExT Training Facilities IT Infrastructure Standard.
• Windows 7 with SP1
• Part of the domain network
• Part of the Administrators group log in.
In addition, verify these conditions for readiness:
• SQL Server is NOT installed.
• Product key (license) for SQL Server is available.
• There is enough disk space for the installation.
• SQL server with CU5 patch: 3 GB

© 2013 Schlumberger. All rights reserved.


• Studio database with project data: 45 GB
NOTE: This is the amount of space eventually needed by the end of the course.

Preparing for the Installation


1. Define the name for the database instance you will create. For Studio Manager training,
name the database STUDIO_2.
2. Define a password for the database administrator (sa) user account. You must provide the
password to instructors; use the password Studio2013.
3. Designate an Instance root directory. This folder is where the SQL Server database files will
be stored (for example, D:\SqlServer).
NOTE: This folder requires 3 GB of disk space initially. However, by the end of the course,
the folder will consume 45 GB of additional disk space in the Studio database.
After completing these steps, you should have the following information available:
• Studio database name: STUDIO_2
• Password for sa user: Studio2013
• Instance root directory: D:\SqlServer

SQL Server for Studio Installation Guide for Training Centers 3


Installing SQL Server
1. Double-click the SQL server installation program (setup.exe).

© 2013 Schlumberger. All rights reserved.


2. On the left side of the SQL Server Installation Center window, select Installation.

SQL Server for Studio Installation Guide for Training Centers 4


3. On the right side of the window, click the link New SQL Server Stand-alone installation or
add features to an existing installation.

© 2013 Schlumberger. All rights reserved.


4. In the Setup Support Rules window, the program runs a validation of all prerequisites and
setup rules.

Click Show details to verify that all rules are listed with Passed in the Status
column.
5. Click OK.

SQL Server for Studio Installation Guide for Training Centers 5


6. Enter your product key and click Next.

© 2013 Schlumberger. All rights reserved.


7. Carefully read the license agreement, select I accept the license terms and click Next.

SQL Server for Studio Installation Guide for Training Centers 6


8. The installation process starts and a new Setup Support Rules window displays. Verify that
all rules are listed with Passed in the Status column and click Next.
NOTE: A warning message may display in the Status column for the Windows Firewall.
This condition is acceptable at this point in the installation.

© 2013 Schlumberger. All rights reserved.


9. Select the SQL Server Feature Installation option and click Next.

SQL Server for Studio Installation Guide for Training Centers 7


10. In the Feature Selection window, make these selections and click Next.
• Database Engine Services
• Client Tools Connectivity
• Management Tools - Basic
• Management Tools - Complete (recommended)

© 2013 Schlumberger. All rights reserved.


11. In the Installation Rules window, Verify that all rules are listed with Passed in the Status
column and click Next.

SQL Server for Studio Installation Guide for Training Centers 8


12. Take these actions in the Instance Configuration window:
a. Select Named Instance and enter the name of your instance (STUDIO_2)
b. Click the button at the right end of the Instance root directory field and select a folder (for
example, D:\SqlServer).
c. Click Next.

© 2013 Schlumberger. All rights reserved.


13. Review the Disk Space Requirements validation and then click Next.

SQL Server for Studio Installation Guide for Training Centers 9


14. In the Server Configuration window, on the Service Accounts tab, verify that two options in
the Service column are set to Automatic: SQL Server Database Engine and SQL Server
Browser.

© 2013 Schlumberger. All rights reserved.


15. Click the Collation tab.
16. In the Database Engine field, click Customize and select SQL_Latin1_General_CP1_CI_AS.
IMPORTANT: This value may not display by default. It is extremely important that you
select this value.

17. Click Next.

SQL Server for Studio Installation Guide for Training Centers 10


18. In the Database Engine Configuration window, click the Server Configuration tab and
take these actions:
a. Select Mixed Mode as your Authentication Mode.
b. Enter a password (Studio2013) for the System Administrator (sa) account.

c. Click Add Current User to include yourself as an administrator.


NOTE: The Add Current User option adds to the computer the user account to which you
are logged in. When you install Studio database, your user name (for example,
DIR\CMego) displays as a SuperAdmin user for Studio.

© 2013 Schlumberger. All rights reserved.


19. Click the Data Directories tab and confirm the listed directories are the ones you set
previously. (For example, Data root directory should be D:\SqlServer.)

SQL Server for Studio Installation Guide for Training Centers 11


20. Click the FILESTREAM tab.
21. Select all the check boxes and click Next.

© 2013 Schlumberger. All rights reserved.


22. In the Error Reporting window, click Next again.

SQL Server for Studio Installation Guide for Training Centers 12


23. The process runs a validation, then the Installation Configuration Rules window displays.
Verify that all rules are listed with Passed in the Status column and click Next.

© 2013 Schlumberger. All rights reserved.


24. A summary of the configuration setup displays in the Ready to Install window.
Click Install to start the installation process.

SQL Server for Studio Installation Guide for Training Centers 13


25. When the installation process is complete, a dialog box displays.
Review the status of the features installed and the summary log file. Click Close.

© 2013 Schlumberger. All rights reserved.


26. Close the SQL Server Installation Center.
27. Restart the computer.

Installing Cumulative Update Package 5 (CU5)


1. Double-click the Cumulative Update Package 5 (filename 456595_intl_x64_zip.exe).

2. When you see the message, Open File - Security Warning, click Run to start the process.
3. Click Continue to extract the file to a temporary folder.

SQL Server for Studio Installation Guide for Training Centers 14


4. Click the button, select a destination for the extracted files, and click Ok.

© 2013 Schlumberger. All rights reserved.


5. When the extraction is complete, click Ok.

6. In the temporary extraction folder (D:\TempInstallFiles), double-click the file SQLServer2012-


KB2777772-x64.exe.

The files are further extracted and the installation begins.

SQL Server for Studio Installation Guide for Training Centers 15


7. When the operation is complete, the License Terms window displays.
Read the license terms, check the box next to the option I accept the license terms, and click
Next.

© 2013 Schlumberger. All rights reserved.


8. Select the instance you created (in this instance, STUDIO_2) and click Next.

SQL Server for Studio Installation Guide for Training Centers 16


9. When the Check Files In Use process is complete, click Next.

© 2013 Schlumberger. All rights reserved.


10. When the Update Progress process is complete, click Next.

SQL Server for Studio Installation Guide for Training Centers 17


11. When the Complete window displays, click Close.

© 2013 Schlumberger. All rights reserved.


12. Turn on the trace flag (-T2430).
a. Open the SQL Server Configuration Manager (select All Programs > Microsoft SQL
Server 2012 > Configuration Tools > SQL Server Configuration Manager.

b. Select SQL Server Services in the left pane; in the right pane, select the service named
SQL Server (STUDIO_2).

SQL Server for Studio Installation Guide for Training Centers 18


c. Right-click on the service and select Properties.
d. Click the Startup Parameters tab.
e. In the Specify a startup parameter field, enter -T2430 and click Add.
The text you added should display on the last line of the Existing parameters field.

© 2013 Schlumberger. All rights reserved.


f. Click OK.
g. Right-click on the service and select Restart.

SQL Server for Studio Installation Guide for Training Centers 19


Performing Post-Installation Tasks
1. Verify the service is running for the instance you created.
For example, if you installed SQL Server for a Studio Manager class, the service SQL Server
(STUDIO_2) service should be s running (as shown in the figure).

2. Verify that you can connect to the instance using the sa user log in.
a. Select All Programs > Microsoft SQL Server 2012 > SQL Server Management
Studio.

© 2013 Schlumberger. All rights reserved.


b. Enter the information or make selections in the Connect to Server dialog box, as shown
in the figure.

The Microsoft SQL Server Management Studio should open without error.

SQL Server for Studio Installation Guide for Training Centers 20


3. Verify you can connect to the instance using Windows Authentication:
a. Select All Programs > Microsoft SQL Server 2012 > SQL Server Management
Studio.
b. Enter the information or make selections in the Connect to Server dialog box, as shown
in the figure.

© 2013 Schlumberger. All rights reserved.


NOTE: The User name is the network domain and user account currently running in your
Windows session.

SQL Server for Studio Installation Guide for Training Centers 21

You might also like