Teil 6: Windows Server Update Services vorbereiten

In diesem Teil werde ich den Server WSUS1 für die Windows Server Update Services vorbereiten. Dazu gehört der Microsoft Report Viewer 2008 und Microsoft SQL Server 2012 SP2 Express mit Tools.

Inhaltsverzeichnis

Virtuellen Rechner erstellen – WSUS1

  • Name: WSUS1
  • Store the virtual machine in a different location aktivieren
  • Generation 2
  • Startup Memory: 1024 MB
  • Maximum Menory: 4096 MB
  • Use Dynamic Memory for this virtual machine aktivieren
  • Network Connection: CorpNet
  • Hard Disk: WSUS1_C.vhdx, 60GB
  • Hard Disk: WSUS1_DATA.vhdx, 200GB
  • Image file: C:\Sourcen\Windows_Server_Std_2012_R2_64bit.iso

Konfiguration von WSUS1

Den Rechner wie in Teil 1: Windows Server 2012 R2 installieren und konfigurieren und Teil 1a: .NET Framework 3.5 auf Windows Server 2012 R2 installieren installieren und konfigurieren

  1. Name: WSUS1
  2. Domain: intern.einfaches-netzwerk.at
  3. IP address: 192.168.150.4
  4. Subnet mask: 255.255.255.0
  5. Default gateway: 192.168.150.1
  6. Preferred DNS server: 192.168.150.1
  7. DNS suffix for this connection: intern.einfaches-netzwerk.at
  8. Den Server zur Gruppe Web Server hinzufügen
    WSUS_PREP-009

Microsoft Report Viewer 2008 installieren

  1. Microsoft Report Viewer 2008 SP1 Redistributable nach C:\Sourcen herunterladen
  2. ReportViewer.exe doppelklicken und den Bildschirmanweisungen folgen
  3. Alle Fenster schließen
    WSUS_PREP-001

Microsoft SQL Server 2012 SP2 Express mit Tools installieren

  1. Microsoft SQL Server 2012 Service Pack 2 (SP2) Express (SQLEXPRWT) nach C:\Sourcen herunterladen
  2. SQLEXPRWT_x64_ENU.exe doppelklicken
  3. SQL Server Installation Center
    1. New SQL Server stand-alone installation
      WSUS_PREP-002
  4. SQL Server 2012 Setup
    1. License Terms > I accept the license terms aktivieren > Next
    2. Product Updates > Next
    3. Install Setup Files > Install
    4. Feature Selection
      1. Database Engine Services
      2. Management Tools – Basic
        1. Management Tools – Complete
      3. SQL Client Connectivity SDK > Next
        WSUS_PREP-003
    5. Installation Rules > Next
    6. Instance Configuration
      1. Instance root directory: D:\Microsoft SQL Server > Next
        WSUS_PREP-004
    7. Disk Space Requirements > Next
    8. Server Configuration: Service Accounts
      1. SQL Server Browser
        1. Startup Type: Automatic
          WSUS_PREP-005
    9. Server Configuration: Collation
      1. SQL_Latin1_General_CP1_CI_AS > Next
        WSUS_PREP-006
    10. Database Engine Configuration
      1. Specify SQL Server administrators
        1. INTERN\Administrator
        2. BUILTIN\Administrators > Next
          WSUS_PREP-007
    11. Error Reporting > Next
    12. Installation Configuration Rules > Next
    13. Complete > Close
      WSUS_PREP-008
  5. Alle Fenster schließen

Windows-Firewall für den SQL Server-Zugriff konfigurieren

  1. Windows Firewall with Advanced Security (Admin) starten
  2. Inbound Rules rechts anklicken > New Rule…
  3. New Inbound Rule Wizard:
    1. Rule Type: Port > Next
      WSUS_PREP-010
    2. Protocol and Ports: TCP 1433, 1434 > Next
      WSUS_PREP-011
    3. Action: Allow the connection > Next
    4. Profile: Domain > Next
      WSUS_PREP-012
    5. Name
      1. Name: CUSTOM – SQL TCP 1433, 1434
      2. Description: HD, 03.08.2015 > Finish
        WSUS_PREP-017
  4. CUSTOM – SQL TCP 1433, 1434 mit Copy and Paste kopieren und doppelklicken
  5. Den Namen nach CUSTOM – SQL UDP 1434 ändern
    WSUS_PREP-015
  6. Das Protokoll und den Port nach UDP 1434 ändern
    WSUS_PREP-014
  7. Fenster mit OK schließen
    WSUS_PREP-016
  8. Alle Fenster schließen

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert