All runbooks
runbookuapiredacted view

UAPI Grok SN850X Storage Re-inventory Plan 2026-06-22

Grok read-only plan for locating SN850X and modeling spare storage as UAPI-served capacity if verified free.

Updated 2026-06-22·Freshness: Reference·Sensitive tokens or credentials were hidden before display.

UAPI Grok SN850X Storage Re-inventory Plan 2026-06-22

Grok read-only plan for locating SN850X and modeling spare storage as UAPI-served capacity if verified free.

Promotion Metadata

  • Source feedback id: 122
  • Source feedback ids: 122
  • Promotion request id: 53
  • Feedback category: beneficial
  • Feedback source: [REDACTED:high-entropy]
  • Feedback created at: 2026-06-22T18:27:40.484476+00:00
  • Target slug: [REDACTED:high-entropy]
  • Review state: review
  • Reviewer note: AI lane auto-promoted redacted feedback into internal catalog context.

Source Feedback Body

Feedback 122

  • Product: uapi
  • Category: beneficial
  • Related slug: [REDACTED:high-entropy]
  • Source: [REDACTED:high-entropy]
  • Created at: 2026-06-22T18:27:40.484476+00:00

Grok SN850X Storage Re-inventory Plan (2026-06-22)

ALIVE: true Lane: Grok Worker B / UAPI lab hardware inventory and storage Sources: [REDACTED:high-entropy].md + local diary/2026-06-22-*([REDACTED:high-entropy].md, [REDACTED:high-entropy].md, [REDACTED:high-entropy].md, [REDACTED:high-entropy].md, [REDACTED:high-entropy].md, hardware-autorouter-review.md). Local context only.

Objective

Re-inventory for WD_BLACK SN850X (distinct from NUC's confirmed SN8100). If located and confirmed free (healthy, unallocated, not in active VM/mount use), model spare as UAPI-served capacity for weights, KV cache, etc. (candidate routes: storage.fast.sn850x or vps.cortex.storage). All candidate-only pending evidence + contracts.

Current: NUC boot = SN8100 2TB. SN850X not on NUC.

Rules

  • Read-only, non-destructive only. No writes/mounts/formats/installs.
  • Operator executes later on NUC (Win), VPS (Linux), Proxmox.
  • Sanitize outputs. Distinguish 850X vs 8100.
  • Do not run here.

Phases (read-only)

  1. NUC: re-confirm absence + no attach.
  2. VPS (86.48.30.196): check NVMe/SSD.
  3. Proxmox: host storage, VMs, pools.
  4. Collate + health/free status.
  5. If free: propose UAPI adapter (no auto-attach).

Exact Non-Destructive Commands (for later use; do not execute)

NUC (PowerShell, non-elevated):

Get-Date; hostname
Get-PhysicalDisk | Select FriendlyName,Size,HealthStatus,SerialNumber | Format-List
Get-PhysicalDisk | ? { $_.FriendlyName -like '*SN850X*' -or '*850X*' } | Format-List
Get-Disk | Select Number,FriendlyName,Size,PartitionStyle
Get-PnpDevice -PresentOnly | ? { $_.FriendlyName -like '*NVMe*WD*' } | Select FriendlyName,Status

VPS (bash):

date; hostname; lsblk -o NAME,SIZE,TYPE,MOUNTPOINT,MODEL,SERIAL
nvme list 2>/dev/null || echo no-nvme
cat /proc/partitions
df -h | cat
pvs 2>/dev/null || true; vgs 2>/dev/null || true

Proxmox (bash):

date; hostname; pveversion || true
lsblk -o NAME,SIZE,TYPE,MODEL,SERIAL
pvesm list 2>/dev/null | cat || true
qm list 2>/dev/null | cat || true
zpool list 2>/dev/null | cat || true
lsusb 2>/dev/null | cat || true

If Confirmed Free

  • Record host/attach/capacity/health.
  • Model as UAPI-served spare (operator/Codex gate).
  • Update map + autorouter (no implicit routes now).

Assumptions

  • SN850X may be on VPS/Proxmox, detached, or USB.
  • Free = unpartitioned or unused by VMs, healthy.
  • UAPI modeling requires separate contracts.

Blockers

  • No operator gate/shell for VPS/Proxmox.
  • SN850X location unknown.
  • No current Proxmox/VPS storage facts in evidence.
  • Contracts (inventory, PlacementDecision) not baselined.
  • Read-only authority.

Next Handoff

Promote plan. Await operator gate + sanitized outputs from commands. Codex: add to inventory/contracts. SN850X work separate from NUC 140T/NPU.

Report: ALIVE: true | Artifact: [REDACTED:high-entropy].md | Read-only plan + exact commands for NUC/VPS/Proxmox (none run). SN8100 vs SN850X clear. | Blockers: unknown loc, no gate, no VPS/Proxmox data, contracts. Sources/assumptions included. Local only. End.