docs: Plan P2603.01 Automatización Zoom y actualizaciones P2601.09
This commit is contained in:
+15
-8
@@ -4,9 +4,9 @@
|
||||
- **Hostname**: `dasu-sql2`
|
||||
- **Rol**: SQL Server 2019 (DASUTEN) — Modo Workgroup
|
||||
- **OS**: Windows Server 2022 Core (Evaluation)
|
||||
- **Estado**: 🚧 En configuración
|
||||
- **Última Actualización**: 2026-03-27 (Evento 1318)
|
||||
- **Plan**: [P2601.09_DASUTEN-sin-DC.md](../docs/proy/P2601_Dasuten/P2601.09_DASUTEN-sin-DC.md)
|
||||
- **Estado**: ✅ Online y en Producción Parcial (Base y Configuración Inicial lista)
|
||||
- **Última Actualización**: 2026-03-30 (Evento 136x)
|
||||
- **Plan**: [P2601.09_DASUTEN-sin-DC.md](../docs/ambito/dtic-DASUTEN/P2601.09_DASUTEN-sin-DC.md)
|
||||
|
||||
## Virtualización
|
||||
- **Hipervisor**: [srv-dasu](srv-dasu.md)
|
||||
@@ -20,9 +20,9 @@
|
||||
- **Red**: VirtIO (bridge vmbr0)
|
||||
|
||||
## Red
|
||||
- **Configuración**: DHCP del ISP
|
||||
- **IP**: `192.168.1.19/24`
|
||||
- **Gateway**: 192.168.1.1 (router ISP)
|
||||
- **Configuración**: DHCP del ISP (Redición directa bypass)
|
||||
- **IP Local Actual**: `192.168.1.14` (Anotar IP asignada dinámicamente)
|
||||
- **Gateway**: 192.168.1.1 (Router ISP)
|
||||
|
||||
### Tailscale
|
||||
- **IP**: `100.126.182.123`
|
||||
@@ -46,6 +46,13 @@
|
||||
- **2026-03-27 19:07**: vzdump modo stop + zstd (post-install WS2022 Core + VirtIO)
|
||||
|
||||
## Bitácora de Referencia
|
||||
- **Evento 1316**: Creación VM y instalación OS
|
||||
- **Evento 1316**: Creación VM e instalación OS
|
||||
- **Evento 1317**: Backup post-instalación
|
||||
- **Evento 1318**: Configuración hostname, SSH, Tailscale
|
||||
- **Evento 1318**: Configuración hostname inicial
|
||||
- **Evento 135X+**: Restauración IP, bypass W-ZOMBI, script de Powershell a medida alojado en python HTTP para habilitar Tailscale, SSHTCP/7022 y Qemu-GA debido a incompatibilidad de base64/JSON con Server Core estricto.
|
||||
|
||||
## Notas Técnicas y Despliegue (Lecciones Aprendidas)
|
||||
Al ser instalada la versión **Server Core** de WS2022, sin GUI, se debe configurar inyectando scripts desde la red.
|
||||
- W-Zombi requiere que el JSON sea escapado estrictamente (sin cadenas literales crudas muy complejas con pipes).
|
||||
- La instalación de herramientas (OpenSSH TCP 7022, Tailscale y QEMU-GA) se logra montando un script de powershell (`s.ps1`) temporal en `srv-dasu` y ejecutando mediante el CMD de Proxmox: `powershell -c "iwr http://192.168.1.13:8000/s.ps1 -UseBasicParsing | iex"`.
|
||||
- ¡Atención con Firewall!: `-Enabled` requiere string puro `'True'`, no booleano explícito `$True` en Windows PS 5.1 viejo o core.
|
||||
|
||||
Reference in New Issue
Block a user