Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
# Copyright (c) 1993-2009 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of IP addresses to host names. Each # entry should be kept on an individual line. The IP address should # be placed in the first column followed by the corresponding host name. # The IP address and the host name should be separated by at least one # space. # # Additionally, comments (such as these) may be inserted on individual # lines or following the machine name denoted by a '#' symbol. # # For example: # # 102.54.94.97 rhino.acme.com # source server # 38.25.63.10 x.acme.com # x client host # localhost name resolution is handled within DNS itself. # 127.0.0.1 localhost # ::1 localhost 192.168.1.10 acd-lb acd-lb.example.com 192.168.1.10 acd-store acd-store.example.com 192.168.1.21 acd-dbm acd-dbm.example.com 192.168.1.22 acd-dbs acd-dbs.example.com 192.168.1.22 acd-dbr acd-dbr.example.com 192.168.1.31 acd-jb1 acd-jb1.example.com 192.168.1.32 acd-jb2 acd-jb2.example.com 192.168.1.40 acd-tel1 acd-tel1.example.com

See here for further details: Hosts File - All OS (CentOS8/Win2019).


Sv translation
languageen

Supported Windows Versions

VersionSupportedNew InstallationsRecommendation
Windows Server 2008NoNoMigrate to Windows Server 2016 or 2019.
Windows Server 2008 R2No

No

Migrate to Windows Server 2016 or 2019.
Windows Server 2012NoNoMigrate to Windows Server 2016 or 2019.
Windows Server 2012 R2YesNo

Migrate to Windows Server 2016 or 2019.

Windows Server 2016YesYes
Windows Server 2019YesYes

Preparation

Secure Boot

For the installation of the SIP drivers on Windows Server 2016 and Windows Server 2019, Secure Boot must be deactivated. 

For details on how to do this, consult the documentation on your virtual environment.

Proxy Server

Some applications (git for example) require the explicit configuration of a proxy, as they do not read the windows proxy settings. 

The proxy server can be identified as follows:

Translations Ignore


Code Block
netsh winhttp show proxy


Basic OS Installation

Install the basic OS from the ISO file. 

Info

Note: install the version with the full graphical interface.

Requirements for Handover for Installation

The following tasks must be complete:

  • Network Configuration (IP Address, Netmask, Gateway, DNS)
    • NOTE: make sure the address is either static, or reserved in DHCP
  • Hostname and Domain or Workgroup configured
  • Local Administrator Account
  • Activated remote desktop
  • Hypervisor Guest Tools installed (Hyper-V Tools or VMWare Tools, or other)
  • Machine has internet access to download the required software.

Windows Updates

Warning

Make sure all windows updates are installed. Once this is done, it is recommended to switch off windows updates and run windows updates manually when needed. 

Before you run windows updates on a production machine, you should always ensure you have a complete backup or snapshot of the machine.

Windows updates have, in the past, broken perfectly running systems. The number of patches retrieved in a typical update make it almost impossible to find the offending package in a broken installation.

YOU HAVE BEEN WARNED!

Don'ts

The following are no-nos, do NOT do this:

  • Badly behaved real-time virus scanners installed
    • The jtel server is a real-time communications system, virus scanners which impact real-time access to files on the file system or the network are to be avoided.
    • Whilst we cannot recommend a particular commercial virus scanner - the out of the box windows defender is fine to use.
  • Automatic Windows Updates enabled
    • Do not do this. See warning above.
  • Automatic Windows Defender Updates via Group-Policy in Domain enabled
    • Windows Defender is OK to use - see above.
    • However, make sure the domain group policy does NOT pull windows defender updates during the operation hours of the call center.
  • Group Policy - Automatic Logout enabled
    • Deactivate this. The user running the jtel software should NOT be logged out when the system is running.
  • User Account Control enabled
    • Switch it off!
    • If it is on (forced) by group policy, then make an exception for this machine.

Do's

  • Group Policy - Run Applications as a Service
    • The account running the jtel software MUST be allowed to run applications as a service.
  • Software Installation
    • The accound running the jtel software MUST be allowed to install software and perform software updates.
  • Windows Firewall
    • Leave it activated!


Info

If jtel or a certified partner is performing the installation for you, this is the point where you should hand over the system.

Software Installation

Software Downloads

The following files are downloaded to install the software:

Translations Ignore


Code Block
https://cdn.jtel.de/downloads/browser/ChromeStandaloneSetup64.exe
https://cdn.jtel.de/downloads/java/jdk-8u202-windows-x64.exe
https://cdn.jtel.de/downloads/redist/vcredist_9.0_x86_9.0.30729.4148.exe
https://cdn.jtel.de/downloads/redist/vcredist_2010_x86_10.0.30319.exe
https://cdn.jtel.de/downloads/redist/vcredist_2012_x64_11.0.61030.exe
https://cdn.jtel.de/downloads/redist/vcredist_2012_x86_11.0.61030.exe
https://cdn.jtel.de/downloads/redist/vcredist_2015_x64_14.0.24123.exe
https://cdn.jtel.de/downloads/redist/vcredist_2015_x86_14.0.24123.exe
https://cdn.jtel.de/downloads/redist/vcredist_2017_x64_14.16.27027.exe
https://cdn.jtel.de/downloads/redist/vcredist_2017_x86_14.16.27027.exe
https://cdn.jtel.de/downloads/redist/ww_icl_redist_ia32_2017.1.143.msi
https://cdn.jtel.de/downloads/redist/ww_icl_redist_intel64_2017.1.143.msi
https://www.cygwin.com/setup-x86_64.exe
https://cdn.jtel.de/downloads/tools/Git-2.27.0-64-bit.exe
https://cdn.jtel.de/downloads/tools/TortoiseGit-2.10.0.2-64bit.msi
https://cdn.jtel.de/downloads/tools/npp.7.8.6.Installer.exe
https://cdn.jtel.de/downloads/tools/mysql-connector-odbc-5.2.7-win32.msi


This can be achieved using the following commands (just paste into an open command line):

Translations Ignore


Code Block
powershell -command "& { Start-BitsTransfer -Source https://cdn.jtel.de/downloads/browser/ChromeStandaloneSetup64.exe -Destination $Env:UserProfile\Downloads }"
powershell -command "& { Start-BitsTransfer -Source https://cdn.jtel.de/downloads/java/jdk-8u202-windows-x64.exe -Destination $Env:UserProfile\Downloads }"
powershell -command "& { Start-BitsTransfer -Source https://cdn.jtel.de/downloads/redist/vcredist_9.0_x86_9.0.30729.4148.exe -Destination $Env:UserProfile\Downloads }"
powershell -command "& { Start-BitsTransfer -Source https://cdn.jtel.de/downloads/redist/vcredist_2010_x86_10.0.30319.exe -Destination $Env:UserProfile\Downloads }"
powershell -command "& { Start-BitsTransfer -Source https://cdn.jtel.de/downloads/redist/vcredist_2012_x64_11.0.61030.exe -Destination $Env:UserProfile\Downloads }"
powershell -command "& { Start-BitsTransfer -Source https://cdn.jtel.de/downloads/redist/vcredist_2012_x86_11.0.61030.exe -Destination $Env:UserProfile\Downloads }"
powershell -command "& { Start-BitsTransfer -Source https://cdn.jtel.de/downloads/redist/vcredist_2015_x64_14.0.24123.exe -Destination $Env:UserProfile\Downloads }"
powershell -command "& { Start-BitsTransfer -Source https://cdn.jtel.de/downloads/redist/vcredist_2015_x86_14.0.24123.exe -Destination $Env:UserProfile\Downloads }"
powershell -command "& { Start-BitsTransfer -Source https://cdn.jtel.de/downloads/redist/vcredist_2017_x64_14.16.27027.exe -Destination $Env:UserProfile\Downloads }"
powershell -command "& { Start-BitsTransfer -Source https://cdn.jtel.de/downloads/redist/vcredist_2017_x86_14.16.27027.exe -Destination $Env:UserProfile\Downloads }"
powershell -command "& { Start-BitsTransfer -Source https://cdn.jtel.de/downloads/redist/ww_icl_redist_ia32_2017.1.143.msi -Destination $Env:UserProfile\Downloads }"
powershell -command "& { Start-BitsTransfer -Source https://cdn.jtel.de/downloads/redist/ww_icl_redist_intel64_2017.1.143.msi -Destination $Env:UserProfile\Downloads }"
powershell -command "& { Start-BitsTransfer -Source https://www.cygwin.com/setup-x86_64.exe -Destination $Env:UserProfile\Downloads }"
powershell -command "& { Start-BitsTransfer -Source https://cdn.jtel.de/downloads/tools/Git-2.27.0-64-bit.exe -Destination $Env:UserProfile\Downloads }"
powershell -command "& { Start-BitsTransfer -Source https://cdn.jtel.de/downloads/tools/TortoiseGit-2.10.0.2-64bit.msi -Destination $Env:UserProfile\Downloads }"
powershell -command "& { Start-BitsTransfer -Source https://cdn.jtel.de/downloads/tools/npp.7.8.6.Installer.exe -Destination $Env:UserProfile\Downloads }"
powershell -command "& { Start-BitsTransfer -Source https://cdn.jtel.de/downloads/tools/mysql-connector-odbc-5.2.7-win32.msi -Destination $Env:UserProfile\Downloads }"


Installation

The following shows you how to install the software silently from the command line.

Alternatively, install each download from the downloads folder manually.

Install a decent browser

Windows server still ships with internet explorer activated and no good browser installed. 

The first task is to fix this.

We recommend using chrome (if you downloaded as above, this will be the standalone installer in ChromeStandaloneSetup64.exe), but if you prefer firefox or edge, that's perfectly OK too.

Translations Ignore


Code Block
powershell -command "& { start-process -FilePath $Env:UserProfile\Downloads\ChromeStandaloneSetup64.exe -ArgumentList '/silent /install' -Verb RunAs -wait }"


Setup the default browser.

Visual Studio and Intel Compiler Redistributables

The redistributables for several compiler variants need to be installed. This can be achieved silently using the following commands:

Translations Ignore


Code Block
powershell -command "& { start-process -FilePath $Env:UserProfile\Downloads\vcredist_9.0_x86_9.0.30729.4148.exe -ArgumentList '/qb!' -Verb RunAs -wait }"
powershell -command "& { start-process -FilePath $Env:UserProfile\Downloads\vcredist_2010_x86_10.0.30319.exe -ArgumentList '/passive /norestart' -Verb RunAs -wait }"
powershell -command "& { start-process -FilePath $Env:UserProfile\Downloads\vcredist_2012_x64_11.0.61030.exe -ArgumentList '/passive /norestart' -Verb RunAs -wait }"
powershell -command "& { start-process -FilePath $Env:UserProfile\Downloads\vcredist_2012_x86_11.0.61030.exe -ArgumentList '/passive /norestart' -Verb RunAs -wait }"
powershell -command "& { start-process -FilePath $Env:UserProfile\Downloads\vcredist_2015_x64_14.0.24123.exe -ArgumentList '/install /passive /norestart' -Verb RunAs -wait }"
powershell -command "& { start-process -FilePath $Env:UserProfile\Downloads\vcredist_2015_x86_14.0.24123.exe -ArgumentList '/install /passive /norestart' -Verb RunAs -wait }"
powershell -command "& { start-process -FilePath $Env:UserProfile\Downloads\vcredist_2017_x64_14.16.27027.exe -ArgumentList '/install /passive /norestart' -Verb RunAs -wait }"
powershell -command "& { start-process -FilePath $Env:UserProfile\Downloads\vcredist_2017_x86_14.16.27027.exe -ArgumentList '/install /passive /norestart' -Verb RunAs -wait }"
powershell -command "& { start-process -FilePath msiexec.exe -ArgumentList \"/i $Env:UserProfile\Downloads\ww_icl_redist_ia32_2017.1.143.msi /quiet /norestart\" -Verb RunAs -wait }"
powershell -command "& { start-process -FilePath msiexec.exe -ArgumentList \"/i $Env:UserProfile\Downloads\ww_icl_redist_intel64_2017.1.143.msi /quiet /norestart\" -Verb RunAs -wait }"


Java

Java 8.x needs to be installed. This command will install java silently:

Translations Ignore


Code Block
powershell -command "& { start-process -FilePath $Env:UserProfile\Downloads\jdk-8u202-windows-x64.exe -ArgumentList '/s' -Verb RunAs -wait }"


Cygwin

You can install cygwin silently as follows (past into an open cmd window):

Translations Ignore


Code Block
mkdir c:\cygwin
mkdir c:\cygwin\packages
"%USERPROFILE%\Downloads\setup-x86_64.exe" ^
--site http://ftp-stud.hs-esslingen.de/pub/Mirrors/sources.redhat.com/cygwin/ ^
--no-shortcuts ^
--no-desktop ^
--quiet-mode ^
--root "c:\cygwin" ^
--arch x86_64 ^
--local-package-dir "c:\cygwin\packages" ^
--verbose ^
--prune-install ^
--packages openssh,ncftp,wget,curl


Note, this will display the following:

Translations Ignore


Code Block
note: Hand installation over to elevated child process.


Just wait for the installer to disappear, and then hit enter.

If you install manually, make sure to install the following packages:

  • curl
  • ncftp
  • openssh
  • wget

Notepad++

You can install notepad++ silently with the following command:

Translations Ignore


Code Block
powershell -command "& { start-process -FilePath $Env:UserProfile\Downloads\npp.7.8.6.Installer.exe -ArgumentList '/S /D=$Env:ProgramFiles(x86)\Notepad++\' -Verb RunAs -wait }"


MySQL Drivers

You can install the mysql drivers silently with the following command:

Translations Ignore


Code Block
powershell -command "& { start-process -FilePath msiexec.exe -ArgumentList \"/i $Env:UserProfile\Downloads\mysql-connector-odbc-5.2.7-win32.msi /quiet /norestart\" -Verb RunAs -wait }"


GIT and Tortoise GIT

Currently, we have no silent installations available for these packages, they are installed using the normal installers.

Warning

When installing GIT, do not install the GIT credentials manager.


Info

When installing Tortoise GIT, configure the user name and E-Mail as follows:

jtel Support

support@jtel.de

OS Settings

Windows Explorer

These settings are optional, but recommended:

  • Show all folders
  • Show file name extensions

CMD

Warning

This setting is mandatory:

Open a cmd window, right click on the top left icon, and choose Defaults:

  • Disable Quick Edit Mode
Name Resolution

Hosts File

So that the machine can resolve the aliases used to access the other machines without reconfiguration, it is necessary to edit the hosts file.

This file can be found at:

c:\Windows\system32\drivers\etc\hosts

Sicherstellen der Namensauflösung

Da nicht unbedingt damit zu rechnen ist, dass alle Rechnernamen und IP Adressen zuverlässig durch die DNS Server des Kunden immer in beiden Richtungen aufgelöst werden können (oft hat der Kunde keine Ahnung, wie er das verwalten soll), sollte auf jede der Maschinen des jtel-Systems auch die Hostdatei entsprechend angepasst sein, dass alle Maschinen des Systems dadurch bekannt sind. Dafür muss die Datei C:\Windows\System32\drivers\etc\hosts als Administrator editiert werden. Das könnte dann so aussehen:

Translations Ignore
Code Block
titleC:\Windows\System32\drivers\etc\hosts
Sv translation
languagede

Table of Contents
maxLevel2
printablefalse

Unterstützte Windows Versionen

VersionUnterstütztEmpfehlung
Windows Server 2008Nein
Windows Server 2008 R2Ja

Bei Neuinstallationen nicht mehr nutzen.
Update auf neue Version einplanen.

Windows Server 2012Nein
Windows Server 2012 R2Ja

Bei Neuinstallationen nicht mehr nutzen.
Update auf neue Version einplanen.

Windows Server 2016Nein
Windows Server 2016 R2Ja
Windows Server 2019Ja

Hinweis

Für die Installation der SIP Treiber unter Windows Server 2016 R2 sowie Windows Server 2019 muss das sogenannte Secure Boot deaktiviert werden. Hinweise wie dies geschehen kann finden Sie bei der Dokumentation Ihrer jeweiligen virtuellen Umgebung.

Aufheben vom BIOS Lock bei OEM Versionen von Windows Server

Manchmal bei der Installation in VMWare mit Nutzung eines Images von einer OEM Version von Windows Server, kann ein Fehler entstehen, ungefähr so:

Um dieses zu beheben, folgendes machen:

Translations Ignore


Code Block
With VSphere Client installed navigate to the VM and edit settings. 
From the "Options" tab navigate to Advanced and click General. 
Configure Parameters on the right and add a new row to the parameters called "smbios.ReflectHost" with a value of "true." 
Do this with the VM off, if it's on then restart the VM. 
Lock is lifted. 




Proxy Server

Manche Anwendungen (beispielsweise GIT) benötigen die explizite Angabe eines Proxies. 

Dies kann mit folgenden Befehl ermittelt werden, falls die Einstellungen automatisch sind:

Translations Ignore


Code Block
netsh winhttp show proxy




Grundinstallation des Betriebssystems

Die Installation von Windows Server erfolgt ohne besondere Vorkehrungen oder Anpassungen von einer Installations-DVD bzw. ISO-Datei.

Achtung: die Version MIT Grafische Oberfläche muss installiert werden.

Während der Installation wird das System mehrmals neu gestartet. Nach Fertigstellung der Installation verlangt das System in der Regel nach einem Passwort für den lokalen Administrator Benutzer. Ist dies festgelegt, befindet man sich im normalen Desktop. Da die Installationsroutine keine große Einstellungen erlaubt, wurden verschiedene gängige Merkmale bereits automatisch eingestellt:

  • Rechnername: Es wurde ein Hostname automatisch erzeugt.
  • Netzwerkkonfiguration: Der Windows-Installer konfiguriert die gefunden Netzwerkkarten automatisch mit DHCP. Steht ein DHCP Server zur Verfügung, so ist das installierte Windows unter einer dynamisch zugewiesenen Adresse erreichbar. Steht ein solcher nicht zur Verfügung, so muss der Netzwerkadapter so konfiguriert werden, dass er unter einer bekannten Adresse im Netzwerk funktionsfähig ist.

Windows Updates

  • Bitte solange Windows Updates durchführen, bis wirklich keine Updates mehr gefunden werden. 
  • Sollte dies vom Projekt-Techniker durchgeführt werden müssen, stellt dies ein Mehraufwand dar!
  • Anschließend, sollten automatische Windows Updates ausgeschaltet werden
    • Unter Windows Server 2012 R2 ist die Einstellung über "Windows Updates" verfügbar und kann einfach angeklickt werden.
    • Unter Windows Server 2016 ist diese Option weiter versteckt. 
      Windows + R drücken, und gpedit.msc eingeben. 
      Dann zu folgenden Zweig navigieren:
      Computerkonfiguration ... Administrative Vorlagen ... Windows-Komponenten ... Windows Update. Hier die Option entsprechend ausschalten.


Voraussetzungen für die Übergabe an den Projekt-Techniker

Folgende Einstellungen müssen nun auf der Windows-Maschine getätigt werden:

  1. Hostname des Systems einstellen.
  2. IP Adresse, Netzmaske, Standardgateway und DNS Server einstellen. Adresse muss statisch sein oder eine Reservierung im DHCP muss vorliegen.
  3. Falls vom Kunden gewollt, Rechner der Domäne hinzufügen (erfordert einen entsprechend berechtigten Domänen-Account und einen Neustart). Muss gegebenenfalls in Zusammenarbeit mit dem Kundenadministrator erfolgen.
  4. Remote Desktop aktivieren. Dies kann über den Server Manager erledigt werden: 
  5. Lokalen JTEL-Benutzer erzeugen und in die lokale Administrator-Gruppe aufnehmen. Dies kann über die Computer-Verwaltung erledigt werden:

    ACHTUNG: Sollte der Kunde darauf bestehen, dass die jtel-Programme unter einem Domänen Account ausgeführt werden weil z.B. die Unternehmens- bzw. Domänen-Richtlinien keine lokale Windows-Benutzer zulassen, so muss dieser Account Administrator-Rechte auf diesem spezifischen Server erhalten. Dieser muss also in der lokalen Administrator Gruppe aufgenommen werden. Innerhalb der Domäne braucht dieser Account keine weiteren Rechte.
  6. Bei virtuellen Maschinen: Installation der Guest Tools (z.B.: VMware Tools, Hyper-V Integration Services, etc.)
  7. Alle Windows Updates installieren

Tests

Nach einem Neustart sollte nun folgendes geprüft werden:

  1. Das System ist über RDP erreichbar.
  2. Es ist für den Projekt-Techniker möglich, sich über einen Remote Desktop Client als jtel-Benutzer an das System anzumelden.
  3. Der Projekt-Techniker kann in einer solchen Sitzung einen Prozess als Administrator starten.

Installiert der Kunde die Betriebssysteme, so ist dies üblicherweise der Übergabepunkt an den Projekt-Techniker.

Anpassung des Betriebssystems

Folgende weitere Anpassungen erfolgen nun auf der Windows Maschine durch den Projekt-Techniker:

  1. Java
    1. https://cdn.jtel.de/downloads/java/jdk-8u202-windows-x64.exe
  2. Compiler-Bibliotheken
    1. https://cdn.jtel.de/downloads/redist/vcredist_9.0_x86_9.0.30729.4148.exe
    2. https://cdn.jtel.de/downloads/redist/vcredist_2010_x86_10.0.30319.exe
    3. https://cdn.jtel.de/downloads/redist/vcredist_2012_x64_11.0.61030.exe
    4. https://cdn.jtel.de/downloads/redist/vcredist_2012_x86_11.0.61030.exe
    5. https://cdn.jtel.de/downloads/redist/vcredist_2015_x64_14.0.24123.exe
    6. https://cdn.jtel.de/downloads/redist/vcredist_2015_x86_14.0.24123.exe
    7. https://cdn.jtel.de/downloads/redist/vcredist_2017_x64_14.16.27027.exe
    8. https://cdn.jtel.de/downloads/redist/vcredist_2017_x86_14.16.27027.exe
    9. https://cdn.jtel.de/downloads/redist/ww_icl_redist_ia32_2017.1.143.msi
    10. https://cdn.jtel.de/downloads/redist/ww_icl_redist_intel64_2017.1.143.msi
  3. Cygwin Umgebung. Die Installation erfolgt in mehreren Schritten:
    1. https://www.cygwin.com/setup-x86_64.exe
      1. "Install from Internet" 
      2. Zielverzeichnis: C:\Cygwin
      3. Package directory: C:\Cygwin\packages
      4. Select Packages:
        openssh (Bereich "Net")
        ncftp (Bereich "Net")
        curl (Bereich "Net")
        wget (Bereich "Web")
  4. Git Pre-Requisites:
    1. https://cdn.jtel.de/downloads/tools/Git-2.16.2-64-bit.exe
      WICHTIG: Git Credential Manager NICHT installieren
  5. GIT Client: 
    1. https://cdn.jtel.de/downloads/tools/TortoiseGit-2.6.0.0-64bit.msi
      Name: jtel Support
      E-Mail: support@jtel.de
  6. Text-Editor Notepad++
    1. https://cdn.jtel.de/downloads/tools/npp.7.5.6.Installer.exe

  7. MySQL ODBC Connector:
    HINWEIS: Wegen Speicher-Probleme in den neueren MySQL Treibern wird empfohlen, mit der Version 5.2.7 zu arbeiten. Auch in den neuesten 8.x ODBC Treibern treten Speicherprobleme auf, wenn Verbindungen zu der Datenbank abbrechen.
    1. https://cdn.jtel.de/downloads/tools/mysql-connector-odbc-5.2.7-win32.msi
  8. Google Chrome: 
    1. (Englisch) https://www.google.com/chrome/browser/desktop/index.html?system=true&standalone=1&platform=win64&hl=en
    2. (Deutsch) https://www.google.com/chrome/browser/desktop/index.html?system=true&standalone=1&platform=win64&hl=de
  9. Windows Explorer Einstellungen:
    1. Explorer starten (Win+E)
      1. "Ansicht" bzw. "View" ... "Optionen" bzw. "Options"
      2. "Alle Ordner anzeigen" bzw. "Show all folders" aktivieren
      3. "Dateinamenerweiterungen" bzw. "File name extensions" aktivieren
  10. CMD Einstellungen:
    1. "Defaults" bzw. "Defaults" wählen
    2. "Quick-Edit Modus" deaktivieren. Dies muss sein, damit Dienste die als cmd laufen nicht durch ein Mausklick unterbrochen werden.
    3. "Layout" die beiden Werte "Breite" auf 125 einstellen.
    4. "Layout" den Wert "Höhe" im Bereich "Fenstergröße" auf 50 einstellen

Alle Downloads

Translations Ignore


Code Block
titleAlle Downloads
https://cdn.jtel.de/downloads/java/jdk-8u202-windows-x64.exe
https://cdn.jtel.de/downloads/redist/vcredist_9.0_x86_9.0.30729.4148.exe
https://cdn.jtel.de/downloads/redist/vcredist_2010_x86_10.0.30319.exe
https://cdn.jtel.de/downloads/redist/vcredist_2012_x64_11.0.61030.exe
https://cdn.jtel.de/downloads/redist/vcredist_2012_x86_11.0.61030.exe
https://cdn.jtel.de/downloads/redist/vcredist_2015_x64_14.0.24123.exe
https://cdn.jtel.de/downloads/redist/vcredist_2015_x86_14.0.24123.exe
https://cdn.jtel.de/downloads/redist/vcredist_2017_x64_14.16.27027.exe
https://cdn.jtel.de/downloads/redist/vcredist_2017_x86_14.16.27027.exe
https://cdn.jtel.de/downloads/redist/ww_icl_redist_ia32_2017.1.143.msi
https://cdn.jtel.de/downloads/redist/ww_icl_redist_intel64_2017.1.143.msi
https://www.cygwin.com/setup-x86_64.exe
https://cdn.jtel.de/downloads/tools/Git-2.16.2-64-bit.exe
https://cdn.jtel.de/downloads/tools/TortoiseGit-2.6.0.0-64bit.msi
https://cdn.jtel.de/downloads/tools/npp.7.5.6.Installer.exe
https://cdn.jtel.de/downloads/tools/mysql-connector-odbc-5.2.7-win32.msi

(Englisch)
https://www.google.com/chrome/browser/desktop/index.html?system=true&standalone=1&platform=win64&hl=en

(Deutsch)
https://www.google.com/chrome/browser/desktop/index.html?system=true&standalone=1&platform=win64&hl=de



 Wenn Chrome installiert und als Standardbrowser eingerichtet ist, können Sie folgende Befehle nutzen um alle Downloads (bis auf Chrome) automatisch zu starten:

Translations Ignore


Code Block
start https://cdn.jtel.de/downloads/java/jdk-8u202-windows-x64.exe
start https://cdn.jtel.de/downloads/redist/vcredist_9.0_x86_9.0.30729.4148.exe
start https://cdn.jtel.de/downloads/redist/vcredist_2010_x86_10.0.30319.exe
start https://cdn.jtel.de/downloads/redist/vcredist_2012_x64_11.0.61030.exe
start https://cdn.jtel.de/downloads/redist/vcredist_2012_x86_11.0.61030.exe
start https://cdn.jtel.de/downloads/redist/vcredist_2015_x64_14.0.24123.exe
start https://cdn.jtel.de/downloads/redist/vcredist_2015_x86_14.0.24123.exe
start https://cdn.jtel.de/downloads/redist/vcredist_2017_x64_14.16.27027.exe
start https://cdn.jtel.de/downloads/redist/vcredist_2017_x86_14.16.27027.exe
start https://cdn.jtel.de/downloads/redist/ww_icl_redist_ia32_2017.1.143.msi
start https://cdn.jtel.de/downloads/redist/ww_icl_redist_intel64_2017.1.143.msi
start https://www.cygwin.com/setup-x86_64.exe
start https://cdn.jtel.de/downloads/tools/Git-2.16.2-64-bit.exe
start https://cdn.jtel.de/downloads/tools/TortoiseGit-2.6.0.0-64bit.msi
start https://cdn.jtel.de/downloads/tools/npp.7.5.6.Installer.exe
start https://cdn.jtel.de/downloads/tools/mysql-connector-odbc-5.2.7-win32.msi




Sicherstellen der Namensauflösung

Da nicht unbedingt damit zu rechnen ist, dass alle Rechnernamen und IP Adressen zuverlässig durch die DNS Server des Kunden immer in beiden Richtungen aufgelöst werden können (oft hat der Kunde keine Ahnung, wie er das verwalten soll), sollte auf jede der Maschinen des jtel-Systems auch die Hostdatei entsprechend angepasst sein, dass alle Maschinen des Systems dadurch bekannt sind. Dafür muss die Datei C:\Windows\System32\drivers\etc\hosts als Administrator editiert werden. Das könnte dann so aussehen:

Translations Ignore


Code Block
titleC:\Windows\System32\drivers\etc\hosts
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host

# localhost name resolution is handled within DNS itself.
#	127.0.0.1       localhost
#	::1             localhost

192.168.1.10	acd-lb		acd-lb.example.com
192.168.1.10	acd-store	acd-store.example.com
192.168.1.21	acd-dbm		acd-dbm.example.com
192.168.1.22	acd-dbs		acd-dbs.example.com
192.168.1.22	acd-dbr		acd-dbr.example.com
192.168.1.31	acd-jb1		acd-jb1.example.com
192.168.1.32	acd-jb2		acd-jb2.example.com
192.168.1.40	acd-tel1	acd-tel1.example.com