Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »


Register / Index


Einleitung

Go to Register / Index
Dieses Kapitel beschreibt die empfohlenen Systemanforderungen der CoreOne Suite 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-Installationen / Vorkontrollen / Restriktionen

Go to Register / Index

Features, Roles, Services

Nachfolgende Features, Roles, Services sind unabhängig von der CoreOne Suite Installation (All-In-One, verteiltes System) auf dem Server zu installieren.
Features, Roles, ServicesLink
  • .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

Antivirus

Verschiedene Antivirenprogramme zeigen einen Einfluss auf die Performance der CoreOne Suite. Um dies zu vermeiden, müssen die Verzeichnisse, in denen die CoreOne Suite Software installiert ist (inkl. Unterverzeichnisse), vom Scannen durch das Antivirenprogramm ausgeschlossen werden. Dies gilt natürlich auch für die Verzeichnisse der Datenbanken.

Virtuelle Server

Die CoreOne Suite kann auf virtuellen Servern installiert werden. Die Leistung der virtuellen Server muss jedoch gleichwertig den Spezifikationen der physischen Server sein. Da die CoreOne Suite, vor allem im Zusammenhang mit provisioernierungsaufgaben einen perfomanten Zugriff auf die Datenbank benötigt, ist ein schneller Zugriff auf die Festplatte(n) unumgänglich.

Datensicherung

Mit der Installation der CoreOne Suite wird durch die ITSENSE AG standardmässig ein Datensicherung, über die Windows Aufgabenplanung, eingerichtet. Auf auf einem lokalen Laufwerk des Servers wird einen Sicherungsdatei der Datenbank erzeugt. Wir empfehlen dringend, diese Sicherungsdatei täglich auf ein externe Netzlaufwerk oder einer externen Festplatte zu sichern.

CoreOne Suite "All-In-One"

Go to Register / Index

Die CoreOne Suite kann als "All-In-One" System installiert und genutzt werden. Hierbei werden alle Komponenten CoreOne Suite "Application Services" und CoreOne Suite "Web Services" auf dem selben Server installiert.

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

  • Windows 2008 R2 Server oder höher
  • .NET Framework 4.7 oder höher
  • Windows Features / Services
    • 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
      • HTTP Activation
      • Message Quueing (MSMQ) Activation
      • Named Pipe Activation
      • TCP Activation
      • TCP Port Sharing
      • WCF Services
        • HTTP Activation
        • Message Quueing (MSMQ) Activation
        • Named Pipe Activation
        • TCP Activation
        • TCP Port Sharing 
    • Role Administration Tools
      • AD DS Tools
    • Web Server (IIS)
      • Basic Authentication
      • Windows Autentication
      • Common HTTP Features
      • Security
      • Application Development
      • Dynamic Content Compression
      • ASP.NET 4.6

Powershell Command

Windows 2012 R2

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

Windows 2016

Die Powershell über Server Manager - Tools - Windows PowerShell aufrufen.
$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
}

CoreOne Suite "Application Services"

Go to Register / Index

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

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

  • Windows 2008 R2 Server oder höher
  • .NET Framework 4.7 oder höher
  • Windows Features / Services
    • 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
      • HTTP Activation
      • Message Quueing (MSMQ) Activation
      • Named Pipe Activation
      • TCP Activation
      • TCP Port Sharing
      • WCF Services
    • Role Administration Tools
      • AD DS Tools

Powershell Command

Windows 2012 R2

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

Windows 2016

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

$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
}

CoreOne Suite "Web Services"


tbd, mast, 11.05.2018


















  • No labels