Schritt-für-Schritt-Anleitung: Installieren von SQL Server 2016 Für die Bereitstellung von Konfigurationsmanager.
Some Preparation:
- Installieren .Net 3.5 Feature (with Server Manager or with PowerShell, Ich wähle Powershell)
Install-WindowsFeature Net-Framework-Core
- Create rules in Windows Firewall for SCCM connection (I use static port 14331 for DB and 8080 for reporting, also, I’m added standard TCP and UDP ports);
- Create an Active Directory 3 service accounts:
sqlsccmagent – sql agent
sqlsccmsvc – sql service
sqlsccmrep – sql reporting services
- Add all 3 accounts to Local Group Administrators on SQL system;
- Auch, I create (hinzufügen) two disks (1 for SCCM DATA DBs and 1 for Temp DBs);
- Create some folders in SCCM-DATA;
- Installieren SQL Management Studio (Management Studio doesn’t include in SQL Server 2016 installation).
Installation
- Mount *.iso or insert DVD with SQL Server distributive. Go to the SQL folder and run the setup.exe with Run as administrator;
2. Für Installation click on New SQL server standalone installation or add features to an existing installation;
3. Für Product Key enter your product key and click Nächste (or you may choose Evaluation Version);
4. Für License Terms read and accept (by settings check mark Ich akzeptiere die Lizenzbedingungen) the license terms, klicken Nächste;
5. Für Global Rules rule check begin;
6. Für Microsoft Update, if you have an internet connection, Stellen Sie das Checkmark ein Use Microsoft Update to check for updates (recommended) und klicken Nächste;
7. In meinem Fall, it finds some updates, I select it and click Nächste;
8. Wait to check Install Setup Files;
9. Für Install Rules Windows-Firewall Warnung state normal, klicken Nächste;
10. For Feature Selection wählen Database Engine Services, Full-Text and Semantic Extractions for Search Und Berichtsdienste;
11. Auch, as you see, there are no Management Tools. Klicken Nächste;
12. Für Instance Configuration, Sie können verwenden Default Instance oder (like I do) create a new Named Instance. Klicken Nächste;
13. Für Server Configuration eingeben Services Accounts with passwords. Gehe zu the Collation tab;
14. You must use SQL_Latin1_General_CP1_CI_AS. Klicken Nächste;
15. Für Database Engine Configuration In the Server Configuration tab wählen Windows authentication mode and add Current User, Und Local Administrators Group;
16. In Data Directories, you may change the directories path (like I do);
17. Für TempDB you also may change Directories and make some configurations. Wenn vollständig, klicken Nächste;
18. Für Reporting Services Configuration choose to Install only, we configure it later. Klicken Nächste;
19. Für Ready to Install check yourself and click Installieren;
20. Installation begins;
21. Für Complete klicken Schließen and reboot the system;
Thank you for the article. I get to the part about adding the three accounts and I do not have the services container. I am not able to find much information on it. I ran adprep again thinking it might add it but it did not. Is this container built by default in AD?
AD container “Service accounts” and sub-container “Sql” not exist by default. You can create service accounts in OU “Users” or create some hierarchy, like I