Guía paso a paso: Installing SQL Servidor 2016 para Administrador de configuración Deployment.
Some Preparation:
- Instalar .Net 3.5 Feature (with Server Manager or with PowerShell, Yo elijo PowerShell)
Install-WindowsFeature Net-Framework-Core
- Create rules in Cortafuegos de Windows para SCCM connection (I use static port 14331 for DB and 8080 for reporting, also, I’m added standard TCP and UDP ports);
- Create an Directorio activo 3 service accounts:
sqlsccmagent – sql agent
sqlsccmsvc – sql servicio
sqlsccmrep – sql reporting services
- Add all 3 accounts to Local Group Administrators en SQL sistema;
- También, Yo creo (agregar) two disks (1 para SCCM DATA DBs and 1 for Temp DBs);
- Create some folders in SCCM-DATA;
- Instalar SQL Management Studio (Estudio de gestión doesn’t include in SQL Servidor 2016 instalación).
Instalación
- Mount *.ISO or insert DVD con SQL Server distributive. Go to the SQL folder and run the setup.exe with Ejecutar como administrador;
2. Para Instalación hacer clic en Nuevo SQL server standalone installation or add features to an existing installation;
3. Para Product Key enter your product key and click Próximo (or you may choose Evaluation versión);
4. Para License Terms read and accept (by settings check mark I accept the license terms) the license terms, hacer clic Próximo;
5. Para Global Rules rule check begin;
6. Para Microsoft Update, if you have an internet connection, set the checkmark Use Microsoft Update to check for updates (recomendado) y haga clic Próximo;
7. en mi caso, it finds some updates, I select it and click Próximo;
8. Wait to check Install Setup Files;
9. Para Install Rules Cortafuegos de Windows Advertencia state normal, hacer clic Próximo;
10. For Feature Selection seleccionar Servicios de motor de base de datos, Full-Text and Semantic Extractions for Search y Servicios de informes;
11. También, as you see, there are no Management Tools. Hacer clic Próximo;
12. Para Instance Configuration, puedes usar Default Instance o (like I do) create a new Named Instance. Hacer clic Próximo;
13. Para Configuración del servidor ingresar Services Accounts with passwords. Ir a the Collation tab;
14. You must use Sql_latin1_general_cp1_ci_as. Hacer clic Próximo;
15. Para Database Engine Configuration en the Server Configuration tab seleccionar ventanas authentication mode and add Current User, y Local Administrators Group;
16. En Directorios de datos, you may change the directories path (like I do);
17. Para Tempdb you also may change Directories and make some configurations. Cuando se complete, hacer clic Próximo;
18. Para Configuración de servicios de informes choose to Instalar solamente, Lo configuramos más tarde. Hacer clic Próximo;
19. Para Ready to Install check yourself and click Instalar;
20. Installation begins;
21. Para Complete hacer clic Cerca 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 “Usuarios” or create some hierarchy, like I