Initiale Infrastruktur-Dokumentation pve1 und pve2.
Enthält Host-Doku, MQTT/HA, Git-Setup, Power-Monitoring und GPU-Idle (pve2). Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
# Fallback aktivieren
|
||||
|
||||
## Voraussetzungen
|
||||
|
||||
- pve2-OPNsense ist gestoppt oder pve2 ist ausgefallen
|
||||
- Netzwerk-Kabel/VLANs sind für pve1 vorbereitet
|
||||
|
||||
## Schritte
|
||||
|
||||
### 1. Original stoppen (falls noch erreichbar)
|
||||
|
||||
```bash
|
||||
ssh root@192.168.10.4 "qm stop 104"
|
||||
```
|
||||
|
||||
### 2. Fallback starten
|
||||
|
||||
```bash
|
||||
qm start 104
|
||||
```
|
||||
|
||||
### 3. Konsole prüfen
|
||||
|
||||
```bash
|
||||
qm terminal 104
|
||||
```
|
||||
|
||||
### 4. Netzwerk testen
|
||||
|
||||
- Web-UI von OPNsense aufrufen (Standard: LAN-Interface)
|
||||
- Gateway/DHCP/DNS prüfen
|
||||
|
||||
## Fallback beenden
|
||||
|
||||
```bash
|
||||
qm stop 104
|
||||
```
|
||||
|
||||
Danach Original auf pve2 wieder starten:
|
||||
|
||||
```bash
|
||||
ssh root@192.168.10.4 "qm start 104"
|
||||
```
|
||||
|
||||
## Aktualisierung der Fallback-Kopie
|
||||
|
||||
Bei größeren OPNsense-Änderungen Backup/Restore erneut durchführen (siehe `03_backup_restore.md`).
|
||||
Reference in New Issue
Block a user