bulli server list --output jsonList current fleet
Get the latest inventory before any maintenance action.
Bullionet gives SysAdmin teams direct lifecycle actions, maintenance runbooks, and operational consistency across environments.
daily operations
# maintenance runbook
bulli server list --output json
bulli server power-off edge-api-02
bulli server reinstall edge-api-02 --os ubuntu-24.04
bulli server power-on edge-api-02
# validate health checks and traffic
Build clear maintenance and recovery routines around a stable command surface.
bulli server list --output jsonList current fleet
Get the latest inventory before any maintenance action.
bulli server power-off --hostname edge-api-02Graceful power off
Prepare a node for maintenance intervention.
bulli server power-on --hostname edge-api-02Power on after intervention
Bring the node back into service after checks.
bulli server reinstall --hostname edge-api-02 --os ubuntu-24.04Reinstall clean image
Reset a compromised or drifted host quickly.
bulli server get --hostname edge-api-02Verify final state
Confirm host status and metadata after operations.
Use these procedures to reduce guesswork during maintenance and incident windows.
01
You must reboot a production node with controlled risk.
•List current fleet status and identify exact target host before action.
•Run controlled power action and confirm the host returns to expected state.
•Validate service checks and document the intervention summary.
Expected result: node rebooted with service continuity and auditable trace.
02
A server drifted from baseline and needs a predictable rebuild.
•Capture current host metadata and backup-required context before reinstall.
•Run reinstall with approved OS baseline and controlled lifecycle steps.
•Power on, validate readiness, and confirm host rejoined expected inventory.
Expected result: host restored to clean baseline without manual improvisation.
03
A host shows instability and requires quick replacement workflow.
•Provision replacement server with matching plan, location, and network tags.
•Validate replacement health before moving workload traffic.
•Decommission old host only after replacement and checks are complete.
Expected result: stable replacement online and risky host retired safely.
Use practical controls for maintenance, recovery, and lifecycle tasks without operational dead-ends.
Power-cycle, reinstall, and recover servers through a predictable interface.
Execute recurring operational actions with repeatable steps.
Keep staging and production aligned with common configuration patterns.
Resolve common operations directly instead of relying on long support loops.
Transform repetitive operations into reusable technical runbooks.
Define clear procedures for patch windows and controlled interventions.
Execute fast remediation steps with minimal context switching.
Prepare standardized restore actions for critical infrastructure components.
Apply practical access and execution boundaries aligned with production constraints.
Grant only the permissions needed for each operational scope.
Keep an auditable track of lifecycle and maintenance actions.
Use explicit rules so scripts and agents remain predictable in production.
Solutions