Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
Register / Index
Register / Index

Register / Index

Table of Contents


(lightbulb)

Tipps aus der Praxis

(info)

Beispieldaten / Beispielinformationen

(warning)

Wichtig / zu beachten

(tick)

siehe PasswordSafe


Einleitung

Go to Register / Index

Dieses Kapitel beschreibt die empfohlenen Systemanforderungen der CoreOne Services.

Für die Installationen der CoreOne Suite wird einen IT-Infrastruktur vorausgesetzt, welche die in dieser Dokumentation beschriebenen Spezifikationen erfüllt. Die aufgeführte IT-Infrastruktur wird zum Zeitpunkt der Erstinstallation und für einen reibungslosen Betrieb vorausgesetzt.

Basis-Voraussetzungen

Go to Register / Index

.NET Framework 4.7.1

https://www.microsoft.com/en-US/download/details.aspx?id=56116

.NET Core Windows Server Hosting bundle

https://aka.ms/dotnetcore-2-windowshosting

Microsoft Visual C++ 2015 Redistributable x64

https://www.microsoft.com/en-US/download/details.aspx?id=48145



CoreOne Suite "All-In-One" Server

Go to Register / Index

Die nachfolgenden Empfehlungen beziehen sich auf einen CoreOne Suite "All-In-One" Server-Installation. Sie beinhaltet die Installation aller notwendigen Windows Features auf einem Server für die CoreOne Application Services und CoreOne Web Services.

Hardware-Anforderungen

  • 16 GB RAM 

  • 4 CPU mit 2.0 GHz 

  • C: Partition 100 GB (System)

  • D: Partition 250 GB (Datenbank)

  • X: Partition 100 GB (Datenbank Dumps für Backup

Software-Anforderungen


Für die Installation der Windows Features / Services können nachfolgende Scripts verwendet werden.

Install Windows Features / Services: Powershell Command Windows 2012 R2

Code Block
languagepowershell
Install-WindowsFeature RSAT, RSAT-AD-Powershell, RSAT-AD-Tools, RSAT-ADDS, RSAT-AD-AdminCenter, RSAT-ADDS-Tools, NET-Framework-Features, NET-Framework-Core, net-http-activation, net-non-http-activ, net-framework-45-features, net-http-activation, net-non-http-activ, net-framework-45-features, net-wcf-msmq-activation45, net-wcf-pipe-activation45, net-wcf-tcp-activation45, NET-WCF-TCP-PortSharing45, Powershell, powershell-v2, powershell-ise, WEB-Server, web-basic-auth, web-windows-auth, web-common-http, web-security, web-app-dev, web-asp-net, web-asp-net45, Web-Dyn-Compression -Restart
Alternative auf

Install Windows Features / Services: Powershell Command Windows 2016

Die Powershell über Server Manager - Tools - Windows PowerShell aufrufen.

Code Block
languagepowershell
$features = @("RSAT", "RSAT-AD-Powershell", "RSAT-AD-Tools", "RSAT-ADDS", "RSAT-AD-AdminCenter", "RSAT-ADDS-Tools", "NET-Framework-Features", "NET-Framework-Core", "net-http-activation", "net-non-http-activ", "net-framework-45-features", "net-http-activation", "net-non-http-activ", "net-framework-45-features", "net-wcf-msmq-activation45", "net-wcf-pipe-activation45", "net-wcf-tcp-activation45", "NET-WCF-TCP-PortSharing45", "Powershell", "powershell-v2", "powershell-ise", "WEB-Server", "web-basic-auth", "web-windows-auth", "web-common-http", "web-security", "web-app-dev", "web-asp-net", "web-asp-net45", "Web-Dyn-Compression") foreach($feature in $features) { Install-WindowsFeature -Name $feature }

Eine Liste aller Windows Features

https://peter.hahndorf.eu/blog/WindowsFeatureViaCmd#hcNames




-- - - - - - -  - -

bis hier , mast 09.05.2018


CoreOne Application Services

Auf dem CoreOne Application Services Server laufen sämtliche Services und Tasks. Er bildet das zentrale Herzstück der CoreOne Suite.

Empfohlene Systemanforderungen

  • Windows 2008 R2 Server oder höher
  • 16 GB RAM 
  • 4 CPU mit 2.0 GHz 
  • C: Partition 100 GB (System)

  • D: Partition 250 GB (Datenbank)

  • X: Partition 100 GB (Datenbank Dumps für Backup)

  • .NET Framework 4.7 oder höher 

Powershell Command Windows 2012 R2

Code Block
languagepowershell
Install-WindowsFeature RSAT-AD-Powershell, RSAT-AD-Tools, RSAT-ADDS, RSAT-AD-AdminCenter, RSAT-ADDS-Tools, Powershell, powershell-v2, powershell-ise, NET-Framework-Features, NET-Framework-Core, net-http-activation, net-non-http-activ, net-framework-45-features, net-http-activation, net-non-http-activ, net-framework-45-features, net-wcf-msmq-activation45, net-wcf-pipe-activation45, net-wcf-tcp-activation45, NET-WCF-TCP-PortSharing45 -Restart

Alternative auf Windows 2016

Die Powershell über Server Manager - Tools - Windows PowerShell aufrufen.

Code Block
languagepowershell
$features = @("RSAT", "RSAT-AD-Powershell", "RSAT-AD-Tools", "RSAT-ADDS", "RSAT-AD-AdminCenter", "RSAT-ADDS-Tools", "Powershell", "powershell-v2", "powershell-ise", "NET-Framework-Features", "NET-Framework-Core", "net-http-activation", "net-non-http-activ", "net-framework-45-features", "net-http-activation", "net-non-http-activ", "net-framework-45-features", "net-wcf-msmq-activation45", "net-wcf-pipe-activation45", "net-wcf-tcp-activation45", "NET-WCF-TCP-PortSharing45")

foreach($feature in $features)
{
    Install-WindowsFeature -Name $feature
}


Windows Features / Services

  • NET Framework 3.5
    • Windows Communication Foundation HTTP Activation
    • Windows Communication Foundation Non-HTTP Activation
  • .NET Framework 4.6.1 oder höher
    • HTTP Activation
    • Message Quueing (MSMQ) Activation
    • Named Pipe Activation
    • TCP Activation
    • TCP Port Sharing
    • WCF Services
  • Role Administration Tools
    • AD DS Tools


CoreOne Web Service

Auf dem CoreOne Web Services Server wird das Self-Service und Web-Portal gehostet. Es kann dediziert installiert sein.

Empfohlene Systemanforderungen

  • Windows 2008 R2 Server oder höher
  • 8 GB RAM 
  • 2 CPU mit 2.0 GHz
  • C: Partition 60 GB (System)
  • .NET Framework 4.7 oder höher 
  • IIS 7 oder höher  

Powershell Command Windows 2012 R2

Code Block
languagepowershell
Install-WindowsFeature Powershell, powershell-v2, powershell-ise, WEB-Server, web-basic-auth, web-windows-auth, web-common-http, web-security, web-app-dev, net-framework-features, net-framework-core, net-http-activation, net-non-http-activ, net-framework-45-features, net-wcf-msmq-activation45, net-wcf-pipe-activation45, net-wcf-tcp-activation45, NET-WCF-TCP-PortSharing45, web-asp-net, web-asp-net45, RSAT, Web-Dyn-Compression -Restart


Alternative auf Windows 2016

Die Powershell über Server Manager - Tools - Windows PowerShell aufrufen.

Code Block
languagepowershell
$features = @("Powershell", "powershell-v2", "powershell-ise", "WEB-Server", "web-basic-auth", "web-windows-auth", "web-common-http", "web-security", "web-app-dev", "net-framework-features", "net-framework-core", "net-http-activation", "net-non-http-activ", "net-framework-45-features", "net-wcf-msmq-activation45", "net-wcf-pipe-activation45", "net-wcf-tcp-activation45", "NET-WCF-TCP-PortSharing45", "web-asp-net", "web-asp-net45", "RSAT", "Web-Dyn-Compression")

foreach($feature in $features)
{
    Install-WindowsFeature -Name $feature
}


Windows Roles / Features

  • Web Server (IIS)
    • Basic Authentication
    • Windows Autentication
    • Common HTTP Features
    • Security
    • Application Development
    • Dynamic Content Compression
  • NET Framework 3.5 Features
    • Windows Communication Foundation HTTP Activation
    • Windows Communication Foundation Non-HTTP Activation
  • .NET Framework 4.6.1 Features oder höher
    • WCF Services
      • HTTP Activation
      • Message Quueing (MSMQ) Activation
      • Named Pipe Activation
      • TCP Activation
      • TCP Port Sharing 
    • ASP.NET 4.6


CoreOne Secure Router

Der CoreOne Secure Router wird verwendet um eine sichere Kommunikation durch unterschiedliche Netzwerkzonen zu den CoreOne System Connector Server aufzubauen.


Anforderungen

  • Windows 2008 R2 Server oder höher
  • 8 GB RAM
  • 2 CPU mit 2.0 GHz 
  • C: Partition 60 GB (System)
  • .NET Framework 4.6.1 oder höher


CoreOne System Connector

Der CoreOne System Connector Server wird verwendet um die Aktionen in entfernten Netzwerken auf ausgesuchte Zielsysteme auszuführen.


Anforderungen

  • Windows 2008 R2 Server oder höher
  • 8 GB RAM
  • 2 CPU mit 2.0 GHz 
  • C: Partition 60 GB (System)
  • .NET Framework 4.6.1 oder höher


Server Zertifikate

Für die sichere Kommunikation zwischen den CoreOne Web Services und den Endgeräten wird ein SSL-Zertifikat benötigt, welches mit den CoreOne Web Services übereinstimmt. Sind die  CoreOne Web Services und die CoreOne Application Services auf demselben System installiert, kann dasselbe Zertifikat verwendet werden.

Für jede Verbindung zwischen den CoreOne Application Services und den CoreOne System Connectors / CoreOne Secure Router wird pro Server ein eigenes Zertifikat benötigt, welches 'Server Authentication‘ und 'Client Authentication‘ unterstützt. Zusätzlich muss auf der Gegenseite das entsprechende Public-Zertifikat vorhanden sein.

Die Verwendung von Zertifikaten kann deaktiviert werden, wird aber nicht empfohlen.


Service Benutzerkonten

Um die CoreOne Suite ordnungsgemäss zu Betreiben, benötigt es mindestens ein Service Benutzerkonto das in den angebundenen Zielsystemen über ausreichende Berechtigungen verfügt. Das Service Benutzerkonto muss auf die Private-Keys der verwendeten Zertifikate berechtigt werden (MMC) und auf dem System über 'Logon As Service' Rechte verfügen (GPEDIT).


How-to Artikel

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "how-to" and type = "page" and space = "IKB"


Verwandte Artikel

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel in ("anforderungen","servicekonten","zertifikate") and type = "page" and space = "IKB"