Skip to main content
Version: Next

Task 04: Verify OS Deployment

Runbook Azure Dell

DOCUMENT CATEGORY: Runbook SCOPE: OS installation verification PURPOSE: Validate correct OS version, build number, boot drive, and console access on all nodes to confirm Phase 02 is complete MASTER REFERENCE: Phase 02: OS Installation

Status: Active


Overview

Verify that Azure Stack HCI OS was installed correctly on every cluster node before moving to Phase 03: OS Configuration. Checks cover OS version, build number, boot drive assignment, and SConfig accessibility.

Prerequisites Recap
  • Task 01: BOSS virtual disk deleted and recreated ✓
  • Task 02: Dell gold image ISO mounted / USB inserted ✓
  • Task 03: Azure Stack HCI OS installed (Windows Setup completed) ✓

This task confirms Task 03 produced a healthy installation on every node.


Prerequisites

RequirementDescriptionSource
Task 03 CompleteOS installation finished on all nodesTask 03
iDRAC console accessVirtual Console accessible for each nodevariables.yml: nodes.<name>.idrac_ip
Administrator credentialsLocal admin password set during Task 03Key Vault: node-<hostname>-local-admin

Variables from variables.yml

PathTypeDescription
nodes.<name>.idrac_ipstringiDRAC IP for console access during verification
nodes.<name>.hostnamestringExpected hostname for verification
nodes.<name>.management_ipstringExpected management IP for network test

Phase 02 Pre-Flight Checklist

Confirm all prior tasks are complete before running verification:

CheckTaskStatus
BOSS virtual disks deleted and recreated on all nodesTask 01
Dell gold image ISO mounted / USB inserted on all nodesTask 02
Azure Stack HCI OS installed on all nodesTask 03
Administrator passwords set and stored in Key VaultTask 03
All nodes at Server Core command promptTask 03

Verification Options

Connect to each node via iDRAC Virtual Console and run the following commands directly at the Server Core prompt. Repeat for every node.

Step 1 — Open iDRAC Virtual Console

  1. Open https://<idrac-ip> for the target node
  2. Navigate to DashboardVirtual ConsoleLaunch
  3. Log in as Administrator with the password set during Task 03

Step 2 — Verify OS Version and Build

Get-ComputerInfo | Select-Object WindowsProductName, WindowsVersion, OsBuildNumber

Expected Output:

WindowsProductName : Azure Stack HCI
WindowsVersion : 24H2
OsBuildNumber : 26100

Step 3 — Verify Boot Drive (BOSS Card)

# Confirm OS is on the BOSS drive (~238 GB)
Get-Disk | Format-Table Number, FriendlyName, Size, OperationalStatus
Get-Volume -DriveLetter C | Format-Table DriveLetter, FileSystemLabel, Size, SizeRemaining

Expected: C: drive size approximately 238 GB (BOSS RAID-1 volume).

Step 4 — Verify Network Adapters are Visible

Get-NetAdapter | Format-Table Name, InterfaceDescription, Status

All physical NICs should be listed. IP addresses are not expected at this stage — networking is configured in Phase 03.

Step 5 — Verify SConfig

Type sconfig at the prompt and confirm the SConfig menu loads without errors. Press 15 to exit back to the command prompt.

Repeat

Perform Steps 1–5 for each remaining node before proceeding.


Expected Results

All nodes should produce consistent results:

NodeOSBuildBoot DriveStatus
azlocal-node01Azure Stack HCI26100+~238 GB✅ PASS
azlocal-node02Azure Stack HCI26100+~238 GB✅ PASS
azlocal-node03Azure Stack HCI26100+~238 GB✅ PASS
azlocal-node04Azure Stack HCI26100+~238 GB✅ PASS

Phase 02 Completion Criteria

CriterionDescriptionStatus
BOSS virtual disksDeleted and recreated per Dell validated practices
Gold image ISOMounted on all nodes during installation
OS installedAzure Stack HCI OS installed on all nodes
Boot drive correctOS on Dell BOSS card M.2 RAID-1 volume (~238 GB)
Passwords securedAdministrator passwords stored in Key Vault
Server Core promptAll nodes boot to Server Core / SConfig
Build number26100 or higher on all nodes

All criteria met — Phase 02 is complete. Proceed to Phase 03: OS Configuration.


Troubleshooting

IssueCauseResolution
Wrong OS version / product nameIncorrect ISO used in Task 02Reinstall with the correct Dell gold image
Build number below 26100Outdated ISOObtain current gold image and reinstall
Can't connect remotely (WinRM)WinRM not yet configuredUse Direct Script tab; enable WinRM manually: winrm quickconfig -q
Cannot connect via iDRAC consoleiDRAC network issueVerify iDRAC IP and OOB connectivity
Boot drive wrong sizeOS installed on data drive, not BOSSReinstall — return to Task 03 and select Drive 0
Node not bootingBoot order or BOSS issueVerify BIOS boot order; return to Task 01
SConfig not accessibleInstallation incompleteVerify installation completed; reboot node

Task 03: Manual OS Installation↑ Phase 02: OS InstallationPhase 03: OS Configuration →

Version Control

VersionDateAuthorChanges
1.02026-01-31Azure Local Cloud Azure Local CloudnologyInitial document
1.12026-03-04Azure Local Cloud Azure Local CloudnologyFull frontmatter, Azure badge, add tabs, Stage 12 → Phase 03, Phase 13 → Phase 03, Step 4.x → sequential steps, Step 2/3 → Task 01/03, consolidate checklists, key vault credential references, Navigation table, Version Control footer