Skip to main content
Version: Next

Task 10: Configure Hostname

Runbook Phase 03 Platform

Status: Active | Estimated Time: 5 minutes per node | Last Updated: 2026-03-04


Overview

Rename each node to its target hostname from variables.yml. Nodes must restart to apply the change.


Prerequisites

RequirementDetails
Tasks 01–09 completeUnused adapters disabled
Hostnames from variables.ymlcluster_nodes[].hostname

Config Reference

YAML KeyVariableExample
cluster_nodes[].hostname$NewHostnameazlocal-node01
cluster_nodes[].management_ip$ServerList / $node.ip10.0.0.11

Execution Options

Run on each node via console, KVM, or RDP. SConfig is the simplest method.

  1. At the PowerShell prompt, type SConfig and press Enter
  2. Select option 2 — Computer Name
  3. Type the hostname from variables.yml (cluster_nodes[].hostname)
  4. Press Enter and confirm
  5. Select Yes to restart now

Repeat on each node.


Validation

# Confirm hostname on each node
$env:COMPUTERNAME
# or remotely:
Invoke-Command -ComputerName <ip> -ScriptBlock { $env:COMPUTERNAME }

Validation Checklist

  • Each node reports the correct hostname
  • All nodes accessible after restart
  • Hostnames match cluster_nodes[].hostname in variables.yml

Troubleshooting

IssueResolution
Node didn't come back after restartWait another 60s then ping the management IP
Hostname not appliedConfirm Rename-Computer ran without error; restart if needed

← Task 09: Disable Adapters · ↑ Phase 03 · Task 11: Clear Storage →