+ All Categories
Home > Documents > System Center Orchestrator 2016 TP5 · The following document will cover a basic install of System...

System Center Orchestrator 2016 TP5 · The following document will cover a basic install of System...

Date post: 21-May-2020
Category:
Upload: others
View: 4 times
Download: 0 times
Share this document with a friend
14
SYSTEM CENTER ORCHESTRATOR 2016 TP5 INSTALLING GUIDE Waleed Mostafa [email protected] http://waleedmostafa.wordpress.com
Transcript
Page 1: System Center Orchestrator 2016 TP5 · The following document will cover a basic install of System Center Orchestrator 2016 at a generic LAB. This is to be used as a template only,

SYSTEM CENTER ORCHESTRATOR 2016

TP5

INSTALLING GUIDE

Waleed Mostafa [email protected]

http://waleedmostafa.wordpress.com

Page 2: System Center Orchestrator 2016 TP5 · The following document will cover a basic install of System Center Orchestrator 2016 at a generic LAB. This is to be used as a template only,

Waleed Mostafa Blog: http://waleedmostafa.wordpress.com

table of contents

1. Objective ...................................................................................................... 2

2. Pre-requisites ................................................................................................ 3

2.1 Database...................................................................................................................................... 3 2.2 Management Server .................................................................................................................... 3 2.3 Active Directory ............................................................................................................................ 3

3. Pre-requisites Installation steps. ......................................................................... 4

3.1 Pre-requisites installation steps: .................................................................................................. 4

4. Installation Steps ............................................................................................ 5

4.1 (SCORCH) Installation Steps: ...................................................................................................... 5

Page 3: System Center Orchestrator 2016 TP5 · The following document will cover a basic install of System Center Orchestrator 2016 at a generic LAB. This is to be used as a template only,

Waleed Mostafa Blog: http://waleedmostafa.wordpress.com

1. Objective

The following document will cover a basic install of System Center Orchestrator

2016 at a generic LAB. This is to be used as a template only, for a customer to

implement as their own pilot or POC deployment guide. It is intended to be

general in nature and will require the customer to modify it to suit their specific

data and processes.

SCORCH can be scaled to match the customer requirements. This document will

cover a typical two server model, where all server roles are installed on a single

VM, and utilize a remote SQL database server.

This is not an architecture guide or intended to be a design guide in any way.

Page 4: System Center Orchestrator 2016 TP5 · The following document will cover a basic install of System Center Orchestrator 2016 at a generic LAB. This is to be used as a template only,

Waleed Mostafa Blog: http://waleedmostafa.wordpress.com

2. Pre-requisites

2.1 Database

Collation: SQL_Latin1_General_CP1_CI_AS.

SQL Feature: Database Engine Service.

2.2 Management Server

Microsoft Internet Information Services (IIS) – Orchestrator Setup enables IIS if it is not

enabled.

Microsoft .NET Framework 3.5 Service Pack 1 – Orchestrator Setup installs and enables

.NET Framework 3.5 SP1 if it is not installed and enabled.

Microsoft .NET Framework 4.5 (which further requires WCF HTTP Activation).

2.3 Active Directory

Install all available Windows Updates as a best practice.

Create “DOMAIN\scorchsa” domain account explicitly to the Local Administrators group on

the SCORCH server.

Add the “DOMAIN\ScorchUsers” global group explicitly to the Local Administrators group on

the SCORCH server.

Page 5: System Center Orchestrator 2016 TP5 · The following document will cover a basic install of System Center Orchestrator 2016 at a generic LAB. This is to be used as a template only,

Waleed Mostafa Blog: http://waleedmostafa.wordpress.com

3. Pre-requisites Installation steps.

3.1 Pre-requisites installation steps:

1. Login to the server using local admin User has the needed rights to the SQL server.

2. Run the following command:

PowerShell Command

Import-Module Servermanager

PowerShell Command

Add-WindowsFeature NET-Framework-Core,Web-Default-Doc,Web-Dir-Browsing,Web-

Http-Errors,Web-Static-Content,Web-Http-Logging,Web-Stat-Compression,Web-

Filtering,Web-Mgmt-Console,AS-HTTP-Activation –restart

PowerShell Command

The result of the above command should be like the following print screen.

Page 6: System Center Orchestrator 2016 TP5 · The following document will cover a basic install of System Center Orchestrator 2016 at a generic LAB. This is to be used as a template only,

Waleed Mostafa Blog: http://waleedmostafa.wordpress.com

4. Installation Steps

4.1 (SCORCH) Installation Steps:

After finalizing the Pre-request installation steps on point 3, the server will be ready for the

SCORCH installation.

Graphical Interface

1. Login to the server using local admin User has the needed rights to the SQL server, right click to the Setup.exe run as administrator.

2. Click next

3. Accept the agreement and click next.

Page 7: System Center Orchestrator 2016 TP5 · The following document will cover a basic install of System Center Orchestrator 2016 at a generic LAB. This is to be used as a template only,

Waleed Mostafa Blog: http://waleedmostafa.wordpress.com

4. Leave the default location

5. Click Extract

6. Wait until the setup extract the SCORCH files.

Page 8: System Center Orchestrator 2016 TP5 · The following document will cover a basic install of System Center Orchestrator 2016 at a generic LAB. This is to be used as a template only,

Waleed Mostafa Blog: http://waleedmostafa.wordpress.com

7. Click Finished

8. Open file explorer and navigate to the SCORCH source files, right click to the Setup file and run as administrator.

9. Click Install.

Page 9: System Center Orchestrator 2016 TP5 · The following document will cover a basic install of System Center Orchestrator 2016 at a generic LAB. This is to be used as a template only,

Waleed Mostafa Blog: http://waleedmostafa.wordpress.com

10. Supply a name, org, and license

key. (if you have one) and click Next. If you don’t input a license key it will install Eval version

11. Accept the license agreement and click Next.

12. Click Next

Page 10: System Center Orchestrator 2016 TP5 · The following document will cover a basic install of System Center Orchestrator 2016 at a generic LAB. This is to be used as a template only,

Waleed Mostafa Blog: http://waleedmostafa.wordpress.com

13. Wait …..

14. Check all boxes on the getting started screen, for:

Management Server

Runbook Server

Orchestration Console and Web Service

Runbook Designer

Then click next

15. Input the service account “xxxxxxx” and input the password, domain, and click Test. Ensure this

is a success and click Next.

Page 11: System Center Orchestrator 2016 TP5 · The following document will cover a basic install of System Center Orchestrator 2016 at a generic LAB. This is to be used as a template only,

Waleed Mostafa Blog: http://waleedmostafa.wordpress.com

16. Configure the database server. Type in DB server name and the port, click test, insure that the

test is done then click next.

17. Specify a new database, Orchestrator. Click Next.

18. Browse AD and select your domain global group for ScorchUsers. Click Next

Page 12: System Center Orchestrator 2016 TP5 · The following document will cover a basic install of System Center Orchestrator 2016 at a generic LAB. This is to be used as a template only,

Waleed Mostafa Blog: http://waleedmostafa.wordpress.com

19. Accept defaults for the SCORCH Web service ports of 81 and 82, Click Next.

20. Accept default location for install and Click Next.

21. Select Off options for Microsoft Update then click Next.

Page 13: System Center Orchestrator 2016 TP5 · The following document will cover a basic install of System Center Orchestrator 2016 at a generic LAB. This is to be used as a template only,

Waleed Mostafa Blog: http://waleedmostafa.wordpress.com

22. Select Off for both Customer Experience and Error reporting. Click Next.

23. Review the installation Summary then click install.

24. Wait until the setup finished

Page 14: System Center Orchestrator 2016 TP5 · The following document will cover a basic install of System Center Orchestrator 2016 at a generic LAB. This is to be used as a template only,

Waleed Mostafa Blog: http://waleedmostafa.wordpress.com

25. Setup will install all roles, create the Orchestrator database, and complete very quickly, Insure all are marked green, uncheck all the bottom check boxes then click close.

26. On the start Menu you can open SCORCH console.


Recommended