5-Minute Admin Onboarding
Goal
In about five minutes, you will bootstrap a host, define a first cell and volume declaratively, and converge runtime state safely.
This page is intentionally fast-path. For deeper rationale and host-baseline context, continue with Getting Started.
Minute 0-1: bootstrap host integration
Expected outcomes:
- host integration is enabled (
cellmgr=YES) secmodel_cellis loaded and persisted- base runtime layer is prepared
Minute 1-2: define desired state
Minute 2-3: validate planned drift
Check that the action plan matches your intent before convergence.
Minute 3-4: converge runtime
This creates or updates runtime resources and enforces autostart intent.
Minute 4-5: verify and handoff
Confirm the new cell is present and running as expected.
Immediate production tips
- always run
cellmgr apply --dry-run --allbefore real apply - treat dry-run exit code
2as drift signal in CI/CD - use explicit
-T -H --view -ocontracts in scripts - pass
--yesfor non-interactive destructive operations