Skip to content

S2DCartographer

S2D Cartographer

Welcome to S2DCartographer — the Storage Spaces Direct analysis, visualization, and reporting tool for Azure Local and Windows Server clusters.

TIP

Planning a new cluster? Use Azure Local Surveyor to model capacity, compute, and workloads before you deploy. Run S2DCartographer on the running cluster to validate what was actually built. Surveyor plans; Cartographer verifies.


What Is This?

S2DCartographer scans a live cluster and maps your entire S2D storage stack — from raw physical disks through the resiliency layers all the way down to actual usable VM capacity. It renders what you find into publication-quality HTML, Word, PDF, and Excel reports, SVG diagrams for every stage, and a structured JSON snapshot for downstream tooling.


Key Capabilities

CapabilityDescription
Capacity waterfall7 stages from raw physical to final usable capacity
TiB/TB dual-displayEvery capacity value shows both binary and decimal units
Reserve validationLive comparison of actual vs. recommended reserve space
Health assessments11 pass/fail checks with remediation guidance, including thin provisioning risk
What-if modelingModel capacity impact of adding nodes, disks, or changing resiliency from a JSON snapshot — no live cluster required
ReportsHTML, Word, PDF, Excel — ready for customer deliverables
Data exportJSON snapshot + per-collector CSVs for downstream tooling
DiagramsSVG waterfall, disk-node map, pool layout, resiliency views

Quick Start

powershell
# Install from PSGallery
Install-Module S2DCartographer -Scope CurrentUser

# Connect and run everything in one command
Import-Module S2DCartographer
Invoke-S2DCartographer -ClusterName "my-cluster" -Credential (Get-Credential) -Format Html -OutputDirectory "C:\Reports\"

Released under the MIT License.