Przewodnik krok po kroku: Installing SQL Server 2017 for System Center Orchestrator 2016.
NOTATKA: This is a LAB installation, don’t repeat it in production!
Trochę przygotowań:
- I create 2 service accounts for SQL Server (sql01svc I sql01agent) in Active Directory, dodać sql01svc to Administrators security group;
- Create a separate logical disk for SQL Server databases.
Installation process
- Start SQL 2017 instalacja;
2. Przejdź do Installationand chooseNew SQL Server stand-alone installation…;
3. Choose edition and click Next;
4. Read and accept license terms, trzask Next;
5. In my case and don’t select Update check, click Nwew;
6. There is now Internet on this machine so the error is normal, trzask Next;
7. As you may see there is now no .Net 3.5 requirement nie więcej, trzask Next;
8. Select the feature that you need, trzask Next;
9. Wybierać Default instance or create Named, trzask Next;
10. Enter your service accounts for services and navigate to the Collation patka;
11. Ensure that the collation is SQL_Latin1_General_CP1_CI_AS, and click Next;
12. Dodać SQL Server administrators i przejdź do the Data Directories patka;
13. You can change paths (like I) or leave by default, navigate to the TempDB patka;
14. Change Directories or leave by default and click Nwew;
15. When ready, trzask Zainstalować;
16. When the installation completes, trzask Zamknąć;
NOTATKA: Don’t forget to change the SQL port from dynamic to static and open it on Windows Firewall, and install SQL Management Studio on some machines.