Schritt-für-Schritt-Anleitung: Installing SQL Server 2017 for System Center Orchestrator 2016.
NOTIZ: This is a LAB installation, don’t repeat it in production!
Etwas Vorbereitung:
- I create 2 service accounts for SQL Server (sql01svc Und sql01agent) In Active Directory, hinzufügen sql01svc to Administrators security group;
- Create a separate logical disk for SQL Server databases.
Installation process
- Start SQL 2017 Installation;
2. Navigieren Sie zu Installationund wählenNeu SQL Server stand-alone installation…;
3. Choose edition and click Nächste;
4. Read and accept license terms, klicken Nächste;
5. In my case and don’t select Update check, Klicken Sie auf next;
6. There is now Internet on this machine so the Fehler is normal, klicken Nächste;
7. As you may see there is now no .Net 3.5 requirement mehr, klicken Nächste;
8. Select the feature that you need, klicken Nächste;
9. Wählen Default instance or create Named, klicken Nächste;
10. Enter your service accounts for services and navigate to the Collation Tab;
11. Ensure that the collation is SQL_Latin1_General_CP1_CI_AS, und klicken Nächste;
12. Hinzufügen SQL Server administrators und navigieren Sie zu the Data Directories Tab;
13. You can change paths (like I) or leave by default, navigate to the TempDB Tab;
14. Ändern Directories or leave by default and click Next;
15. When ready, klicken Installieren;
16. When the installation completes, klicken Schließen;
NOTIZ: 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.