Korzystając z tej witryny, zgadzasz się na Polityka prywatności.
Przyjąć
EnterineEnterineEnterine
  • DOM
  • To pro
  • Tech
  • Microsoft
    • Lazur
    • Menedżer konfiguracji/SCCM
    • DPM
    • Orkiestrator
    • Hyper-V.
    • Niejawny tester Microsoft Edge
    • MSI
    • Biuro 365
    • Nieznajomy biura
    • Power bi
    • Skype'a
    • Serwer SQL
    • Zespoły
  • OKNA
    • Centrum administracyjne systemu Windows
    • Klient Windowsa
    • Serwer Windows
  • Lista kolekcji zapytań SCCM
Czytanie: Przygotowanie do instalacji serwera SQL: Tworzenie reguł zapory systemu Windows, Dyski logiczne, Instalowanie .NET Framework 3.5, i Tworzenie Kont Usług
Zmiana rozmiaru czcionkiAaa
EnterineEnterine
Zmiana rozmiaru czcionkiAaa
  • DOM
  • To pro
  • Tech
  • Microsoft
  • OKNA
  • Lista kolekcji zapytań SCCM
Szukaj
  • DOM
  • To pro
  • Tech
  • Microsoft
    • Lazur
    • Menedżer konfiguracji/SCCM
    • DPM
    • Orkiestrator
    • Hyper-V.
    • Niejawny tester Microsoft Edge
    • MSI
    • Biuro 365
    • Nieznajomy biura
    • Power bi
    • Skype'a
    • Serwer SQL
    • Zespoły
  • OKNA
    • Centrum administracyjne systemu Windows
    • Klient Windowsa
    • Serwer Windows
  • Lista kolekcji zapytań SCCM
Serwer SQL

Przygotowanie do instalacji serwera SQL: Tworzenie reguł zapory systemu Windows, Dyski logiczne, Instalowanie .NET Framework 3.5, i Tworzenie Kont Usług

Opublikowany: Luty 4, 2024
6 Min. odczyt
UDZIAŁ

Przygotowanie do instalacji serwera SQL: Tworzenie reguł zapory systemu Windows, Dyski logiczne, Instalowanie .NET Framework 3.5, i Tworzenie Kont Usług.

Zawartość
Create Windows Firewall rules for SQLCreate logical disksInstall Net Framework 3.5Create Service Accounts

Create Windows Firewall rules for SQL

1. Log in to your SQL server. Prawy przycisk myszy click on the Start przycisk i wybierz Panel sterowania;

2. Open Firewall Windows;

3. Kliknij Advanced settings;

4. Kliknij Inbound Rules i wybierz New Rule;

5. Select the option Port and click the Next przycisk;

6. Select options UDP, Specific local ports and enter 1434 and click the Next przycisk. (Default SQL UDP port, allow remote connections to SQL);

7. Leave Allow the connection and click the Next przycisk;

8. Leave check marks by default and click Next;

9. Enter the rule name, for an example SQL UDP, and click the Skończyć przycisk;

10. Repeat and select the TCP opcja, Specific local ports, and enter 1433. (Default SQL TCP port). Również, I enter 14331 I 8080 after the symbol “,” for my future SCCM installation. Trzask . Next przycisk;

11. Repeat, enter the rule name, Na przykład, SQL TCP, and click the Skończyć przycisk;

12. Check created tules;

Create logical disks

Create logical disks. Early I created and connected to my SQL VM two “Virtual Disks„. In this post, we initialize them and create “Logical disks” in the system.

1. Prawy przycisk myszy on the “Start” button and select “Disk Management„;

2. First of all change the “CD-ROM” drive letter from “D” to “R„. Prawy przycisk myszy click on CD-ROM and select Change Drive Letter and Paths;

3. Click the Change przycisk;

4. Select the drive letter “R” and click the OK przycisk;

5. In the pop-up window click the Tak przycisk;

6. Click the OK button to apply changes;

7. Prawy przycisk myszy click on the first Disk and select Online;

8. Prawy przycisk myszy click on the first Disk and select initialize Disk;

9. Select option “Gpt (GUID Partition Table)” i kliknij „OK” button;

10. Prawy przycisk myszy click on first Disk “Unallocated space” and select “New Simple Volume" (to create new logical disk);

11. Click the “Next” button;

12. Leave size as default and click the “Next” button;

13. Assign a drive letter, as an example “D” and click the “Next” button;

14. Set format options:

  • File System – leave “NTFS„, if you use “ReFS” – you can’t backup it with “DPM" (Data Protection Manager doesn’t understand ReFS);
  • Allocation unit size – I set “64K” because I place on disk a few big files;
  • Volume label – set the name for your drive. In my case “SCCM-DATA„.

Click the “Next” button;

15. Check the summary information and click the “Skończyć” button;

16. Repeat for the second disk;

17. Open “This PC” and check newly added “Logical Disks”;

Install Net Framework 3.5

You can install it using CMD or GUI. In this post, we install “NET Framework 3.5” from GUI.

1. If Server Manager doesn’t start at login – run it. Click on the upper menu “Manage” and select “Add Roles and Features”;

2. Click the “Next” button;

3. Click the “Next” button;

4. Select your target server and click the “Next” button;

5. Don’t install any roles, click the “Next” button;

6. Set the check mark on “.NET Framework 3.5 Features” and click the “Next” button;

7. Click the “Zainstalować” button (if you don’t have an internet connection, but insert DVD or *.iso file with operating system installation files – click “Specify an alternate source path" <drive letter>:\źródłasxs);

8. When the installation is complete click the “Zamknąć” button;

Create Service Accounts

1. For my SQL & SCCM deployment I create folders:

  • On disk “D" („SCCM-DATA„) – SCCM and sub-folders (Backup, Dane, Logs);
  • On disk “E" („TEMP„) – SCCM;

You plan and deploy SQL as you wish or by your “Corporate Policies„.

2. Let’s add “Service accounts” for SQL and SCCM deployment. Prawy przycisk myszy click on the “Start” button and select “Computer Management”;

3. Go to “Groups” and open “Administrators„;

4. Click the “Dodać” button;

5. First add the SCCM server („AD Object Computer„) konto. Next, add all SQL service accounts and SCCM service accounts (for client installation); After adding click the „OK” button;

6. Also you may enable in “Firewall Windows” rule to allow ping;

7. And enable more rules (see screenshot) for successful SCCM deployment.

8. If you don’t do step “7” you may get the next error when installing SCCM;

OZNACZONE:Microsoft SQL ServerSerwer Microsoft WindowsSiećCentrum systemoweMenedżer konfiguracji programu System CenterPodgląd technicznyOknaOkna 10
Poprzedni artykuł Rozwiązywanie problemów z wdrożeniem aplikacji SCCM: Oprogramowanie nie znaleziono błędu
Następny artykuł Jak zainstalować system Windows 10 na maszynie wirtualnej Hyper-V: Przewodnik krok po kroku
Zostaw komentarz Zostaw komentarz

Zostaw odpowiedź Anuluj odpowiedź

Twój adres e-mail nie zostanie opublikowany. Wymagane pola są zaznaczone *

Ta strona korzysta z Akismet w celu ograniczenia spamu. Dowiedz się, jak przetwarzane są dane dotyczące Twoich komentarzy.

Tłumaczenie

English中文(简体)DanskNederlandsFrançaisDeutschItaliano한국어PolskiPortuguêsRomânăEspañolУкраїнська
przez Transposh - translation plugin for wordpress

Popularne posty

Wymagania systemowe dla serwera Windows 2016
Serwer Windows
Lista kolekcji zapytań programu Menedżer konfiguracji
Lista kolekcji zapytań programu Menedżer konfiguracji
Configmgr
Nawigacja strukturalna/zarządzana włączona na nowoczesnych stronach w klasycznych witrynach zespołu
Tech
SCCM Nie udało się uzyskać lokalizacji DP w oczekiwanej wersji z MP
Configmgr

Ostatnie posty

Instalowanie i konfigurowanie Fail2ban dla ochrony SSH na Ubuntu 24.04
Linuksa
Włączanie i konfiguracja FirewallD na AlmaLinux
Linuksa
Tworzenie użytkownika i konfiguracja klucza SSH w AlmaLinux
Linuksa
Jak zresetować hasło w AlmaLinux
Linuksa

© 2023 Enterine

Przejdź do wersji mobilnej
Witamy z powrotem!

Zaloguj się na swoje konto

Nazwa użytkownika lub adres e-mail
Hasło

Zgubiłeś hasło?