Skip to main content
Version: 2604 (Preview)

Task 01: Visual Hardware Inspection

Runbook Platform

DOCUMENT CATEGORY: Runbook
SCOPE: Physical infrastructure verification
PURPOSE: Verify all hardware is properly installed before network validation
MASTER REFERENCE: Dell AX Installation Guide

Status: Active Estimated Time: 30 minutes​

Overview​

Perform visual inspection of all physical infrastructure to verify installation matches the Low-Level Design (LLD) specifications before proceeding with network validation.

Performed by: On-site technician or remote validation via photos/video


Variables from variables.yml​

Variable PathTypeDescription
compute.nodes[]ArrayNode hostnames, management IPs, iDRAC IPs, MAC addresses
compute.nodes[].hostnameStringServer hostname for label verification
compute.nodes[].idrac_ipStringiDRAC IP address for remote management
networking.network_devices.opengearObjectOpenGear console server hostname, IP, model, port mappings
networking.network_devices.switch_primaryObjectPrimary ToR switch hostname, IP, model
networking.network_devices.switch_secondaryObjectSecondary ToR switch hostname, IP, model

Execution Options​

Walk the data center and verify each checklist item below. Take photos of:

  • Overall rack layout
  • Server front panels (LED status)
  • Cable routing and management
  • OpenGear installation

Photo storage location: artifacts/phase-02-enterprise-readiness/hardware-photos/


Server Installation Checklist​

CheckDescriptionStatus
Rack positionServers installed in correct rack units per LLD☐
Power connectionsDual PSU connected to redundant PDUs☐
Power statusAll servers powered on, no amber LEDs☐
Front panelLCD/LED status indicators normal☐
Cable managementCables routed through management arms☐

Network Cabling Checklist​

Management Network​

NodePortDestinationCable TypeStatus
Node 1iDRACOpenGear sw0p1Cat6☐
Node 2iDRACOpenGear sw0p2Cat6☐
Node 3iDRACOpenGear sw0p3Cat6☐
Node 4iDRACOpenGear sw0p4Cat6☐

Storage/Compute Network (25/100GbE)​

NodePort 1Port 2Cable TypeStatus
Node 1TOR1 Eth1/1/1TOR2 Eth1/1/1DAC/AOC☐
Node 2TOR1 Eth1/1/2TOR2 Eth1/1/2DAC/AOC☐
Node 3TOR1 Eth1/1/3TOR2 Eth1/1/3DAC/AOC☐
Node 4TOR1 Eth1/1/4TOR2 Eth1/1/4DAC/AOC☐
ConnectionPortsCable TypeStatus
VLTi Link 1Eth1/1/11 ↔ Eth1/1/11DAC/AOC☐
VLTi Link 2Eth1/1/12 ↔ Eth1/1/12DAC/AOC☐

OpenGear Console Server Checklist​

CheckDescriptionStatus
Rack positionOpenGear installed per LLD☐
PowerPower LED solid green☐
NET1Connected to internet-routable network☐
NET2Connected to OOB management network☐
Serial portsConsole cables connected to switches☐
Integrated switchiDRAC cables connected to sw0p1-sw0p4☐

Top-of-Rack Switch Checklist​

CheckTOR1TOR2Status
PowerDual PSU connectedDual PSU connected☐
Status LEDsNormal operationNormal operation☐
Console cableConnected to OpenGearConnected to OpenGear☐
Management portConnected to mgmt networkConnected to mgmt network☐
UplinksConnected to core/distributionConnected to core/distribution☐

Issues Log​

Document any discrepancies found during inspection:

IssueLocationSeverityResolution Required

Acceptance Criteria​

  • All checklist items verified and documented
  • Photos uploaded to deployment folder: artifacts/phase-02-enterprise-readiness/hardware-photos/
  • Any discrepancies logged in Issues table

Troubleshooting​

IssuePossible CauseResolution
Server not powering onPDU circuit breaker tripped or power cable looseVerify PDU status lights, reseat power cables, check circuit allocation
iDRAC not accessibleIncorrect IP assignment or VLAN taggingVerify iDRAC IP matches LLD, confirm OOB VLAN is trunked to management switch
Missing serial port labelsCable labels not applied during rack installationCross-reference OpenGear port mapping document and re-label
Network link LED not litSFP+ module not seated or wrong cable typeReseat SFP+, verify DAC cable type matches switch port requirements

Validation​

All checks passed?


Next Steps​

Step Complete?Next Action
✅ YesProceed to Task 2: Network Service Verification
❌ NoResolve physical infrastructure issues before continuing

Toolkit Reference

Scripts for this task are located in the azurelocal-toolkit repository under scripts/deploy/ in the appropriate task folder.


Alternatives​

The procedures in this task use the scripted methods shown in the tabs above. Additional deployment methods including Azure CLI and Bash scripts are available in the azurelocal-toolkit repository under scripts/deploy/.

MethodDescription
Azure CLIPowerShell-based Azure CLI scripts for Azure resource operations
BashLinux/macOS compatible shell scripts for pipeline environments
← Phase 02: Enterprise Readiness↑ Part 3: On-Premises ReadinessTask 02: Network Service Verification →

Version Control​

VersionDateAuthorChanges
1.02026-01-31Azure Local CloudInitial document
1.12026-03-03Azure Local CloudStandardized runbook format

End of Task