====== Manuale Operatore ====== **Destinatari:** Sysadmin, DevOps, Operatori \\ **Contenuto:** Runbook, Checklist, Script \\ **Formato:** Comandi copia-incolla pronti Istruzioni operative per l'esercizio quotidiano del Data Gateway. ---- ===== Panoramica ===== flowchart TB subgraph DAILY["ATTIVITA QUOTIDIANE"] D1[Avviare server] D2[Gestire DSN] D3[Health Check] D4[Controllare log] end subgraph AUTO["AUTOMAZIONE"] A1[Servizio Windows] A2[systemd] A3[Docker] A4[Kubernetes] end subgraph MON["MONITORING"] M1[Prometheus] M2[Grafana] M3[Alerting] end subgraph SEC["SICUREZZA"] S1[Configurare TLS] S2[Certificati] 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 ---- ===== Categorie ===== ^ Categoria ^ Descrizione ^ Runbook ^ | [[.:tagesgeschaeft:start|Attivita quotidiane]] | Avviare server, gestire DSN, Health Check, Log | 4 | | [[.:automatisierung:start|Automazione]] | Servizio Windows, systemd, Docker, Kubernetes | 4 | | [[.:monitoring:start|Monitoring]] | Prometheus, Grafana, Alerting | 3 | | [[.:sicherheit:start|Sicurezza]] | TLS, Certificati, Firewall | 3 | | [[.:backup:start|Backup]] | Config-Backup, DSN-Export | 2 | ---- ===== Avvio Rapido ===== **Avviare Gateway subito:** # Windows WvdS.WebAPI.Data.Gateway.Api.exe # Linux ./WvdS.WebAPI.Data.Gateway.Api **Health Check:** curl http://localhost:5000/health **Prima query:** curl http://localhost:5000/api/v1/dsn/demo/tables ---- ===== Prerequisiti ===== | Componente | Versione | Verifica | |------------|---------|--------| | .NET Runtime | 8.0+ | ''dotnet --version'' | | OpenSSL | 3.0+ (per TLS) | ''openssl version'' | | curl | qualsiasi | ''curl --version'' | ---- ===== Documentazione Correlata ===== * [[..:administrator:start|Amministratore]] - Configurazione & Architettura * [[..:entwickler:start|Sviluppatore]] - Documentazione API * [[..:business:sicherheit:start|Sicurezza PQ]] - Crittografia Post-Quantum ---- //Wolfgang van der Stille @ EMSR DATA d.o.o. - Data Gateway Professional// {{tag>operator runbook data-gateway}}