Inhaltsverzeichnis
Operator-Handbuch
Zielgruppe: Sysadmins, DevOps, Operatoren
Inhalt: Runbooks, Checklisten, Skripte
Format: Copy-Paste-fähige Befehle
Operative Anleitungen für den täglichen Betrieb des Data Gateway.
Übersicht
flowchart TB
subgraph DAILY["📋 TAGESGESCHÄFT"]
D1[Server starten]
D2[DSN verwalten]
D3[Health Check]
D4[Logs prüfen]
end
subgraph AUTO["⚙️ AUTOMATISIERUNG"]
A1[Windows-Dienst]
A2[systemd]
A3[Docker]
A4[Kubernetes]
end
subgraph MON["📊 MONITORING"]
M1[Prometheus]
M2[Grafana]
M3[Alerting]
end
subgraph SEC["🔒 SICHERHEIT"]
S1[TLS einrichten]
S2[Zertifikate]
S3[Firewall]
end
DAILY --> AUTO
AUTO --> MON
MON --> SEC
style D1 fill:#e8f5e9
style A1 fill:#e3f2fd
style M1 fill:#fff3e0
style S1 fill:#ffebee
Kategorien
| Kategorie | Beschreibung | Runbooks |
|---|---|---|
| Tagesgeschäft | Server starten, DSN verwalten, Health Check, Logs | 4 |
| Automatisierung | Windows-Dienst, systemd, Docker, Kubernetes | 4 |
| Monitoring | Prometheus, Grafana, Alerting | 3 |
| Sicherheit | TLS, Zertifikate, Firewall | 3 |
| Backup | Config-Backup, DSN-Export | 2 |
Schnellstart
Gateway sofort starten:
# Windows WvdS.WebAPI.Data.Gateway.Api.exe # Linux ./WvdS.WebAPI.Data.Gateway.Api
Health Check:
curl http://localhost:5000/health
Erste Abfrage:
curl http://localhost:5000/api/v1/dsn/demo/tables
Voraussetzungen
| Komponente | Version | Prüfen |
| ———— | ——— | ——– |
| .NET Runtime | 8.0+ | dotnet –version |
| OpenSSL | 3.0+ (für TLS) | openssl version |
| curl | beliebig | curl –version |
Verwandte Dokumentation
- Administrator – Konfiguration & Architektur
- Entwickler – API-Dokumentation
- PQ-Sicherheit – Post-Quantum-Kryptographie
Wolfgang van der Stille @ EMSR DATA d.o.o. - Data Gateway Professional
Zuletzt geändert: den 29.01.2026 um 15:12