Active Processes
7 / 7 questions resolved ✅ All clear
New Agent Deployment — clw-agent107
All Decisions MadeAll questions resolved. VM provisioned, solomon-agent installed, OpenClaw gateway running.
What should the new agent VM be named?
Existing pattern is `Dedicated Agent - clw-agentXX`. Current: agent01 (10.8.4.221), agent02 (10.8.4.222), agent03 (10.8.4.223), agent04 (10.8.4.224). agent05 and agent06 were previously destroyed.
→ Use last octet of IP. Picked 10.8.4.107 → "Dedicated Agent - clw-agent107"
What VM specs?
Default is 2 vCPU / 4 GB RAM / 30 GB disk. Existing agents vary.
→ 2 vCPU / 8 GB RAM / 30 GB disk
Which ESXi host and datastore?
Host options: esxi-101 (192.168.8.101, most agents), esxi-102, esxi-103. Datastores: 101-nvme1 or las-xbrickLAS1-lun01.
→ Host: 192.168.8.101 (esxi-101), Datastore: 101-nvme1
Which template should we use?
Default is `tpl-linux` in the deploy API, but the actual Ubuntu 24.04 template in vCenter is `tpl-lin-2404lts-032126`.
→ Ubuntu 24.04 (tpl-linux default)
Static IP or DHCP?
DHCP is simpler for bootstrap. Static is preferred for reliability since the hub needs a stable address.
→ Tried static (10.8.4.107) — clone succeeded but IP unreachable (no ARP response). Recreated with DHCP — got 10.8.4.157, reachable immediately.
Install OpenClaw on the new VM during bootstrap?
The solomon-agent bootstrap installs the daemon (Python). OpenClaw needs a separate step.
→ After VM comes online with Ubuntu, install OpenClaw (done ✅)
Any CLI tools / console access needed?
The deploy script can optionally install claude-code or codex.
→ Not needed for this agent
Deployment Config
Deployed ✅| Agent Name | Dedicated Agent - clw-agent107 |
| VM Name | clw-agent107 |
| IP | 10.8.4.157 (DHCP, range 101-199) |
| CPU / RAM / Disk | 2 vCPU / 8 GB / 30 GB |
| ESXi Host | 192.168.8.101 (esxi-101) |
| Datastore | 101-nvme1 |
| Template | tpl-linux (Ubuntu 24.04) |
| Bootstrap | solomon-agent daemon (auto-installed) |
| Agent ID | d0a54be3-ec86-4f07-be66-a13a149924ad |
| Deploy ID | 2d09759c-f65 |
| Started | 2026-05-28 05:31:10 UTC |
| Completed | 2026-05-28 05:42 UTC ✅ |
Next Steps
- Decisions — All questions answered ✅
- Provision — VM created via deploy API ✅
- Boot — VM online at 10.8.4.157 ✅
- Solomon-Agent — Daemon installed, connected, ONLINE ✅
- OpenClaw — Installed v2026.5.26, gateway on :18789 ✅
- Systemd — openclaw-clw-agent107.service, auto-restart ✅