Skip to main content
Version: Next

CMDB Creation

Runbook Azure

DOCUMENT CATEGORY: Runbook SCOPE: CMDB registration PURPOSE: Register assets in ServiceNow CMDB MASTER REFERENCE: ServiceNow Documentation


Overview

This section covers the creation of CMDB (Configuration Management Database) entries in ServiceNow for Azure Local implementations. Proper CMDB registration ensures accurate asset tracking and change management throughout the solution lifecycle.


ServiceNow (SNOW) Registration

Customer Solution Registration

Register the complete Azure Local solution in ServiceNow with the following information categories:

Solution Information

FieldDescriptionExample
Customer CRM IDUnique customer identifierCRM-12345
Solution NameAzure Local solution nameAZLA-CustomerName-Site1
Implementation DateGo-live date2026-01-15
Primary ContactCustomer technical contactName, email, phone
Azure Local Cloud Account ManagerAssigned account managerName, email

Hardware Components

Register all physical hardware assets:

ComponentRequired Fields
Dell AX NodesSerial numbers, model, firmware version
TOR SwitchesSerial numbers, model, firmware version, management IPs
Management SwitchSerial number, model, management IP
Firewall (FortiGate)Serial numbers (primary/secondary), firmware version
Console Server (OpenGear)Serial number, management IP

Software Components

Document all software versions:

ComponentVersion Field
Azure Local Builde.g., 2506
Windows Server OSe.g., 26100.4349
Dell SBE Versione.g., 4.2.2506.1600
Arc Resource BridgeCurrent version
Management ToolsWAC, PowerShell modules

Configuration Details

Record deployment configuration:

  • Network Configurations: VLANs, IP ranges, DNS, VPN settings
  • Storage Configurations: Storage pool capacity, volume layout, encryption status
  • Clustering Settings: Cluster name, node count, quorum configuration
  • Azure Integration: Subscription IDs, resource group names, region

CMDB Best Practices

Configuration Item Relationships

Ensure all configuration items (CIs) are properly linked and relationships are established between hardware, software, and service components for complete visibility and change tracking.

Relationship Mapping

Create CI relationships in ServiceNow:

Azure Local Solution (Parent)
├── Dell AX Nodes (Hardware CIs)
│ ├── Node 1 → connects to → TOR Switch 1, TOR Switch 2
│ ├── Node 2 → connects to → TOR Switch 1, TOR Switch 2
│ └── ... (all nodes)
├── Network Infrastructure (Hardware CIs)
│ ├── TOR Switch 1 → connects to → Firewall Primary
│ ├── TOR Switch 2 → connects to → Firewall Secondary
│ └── Management Switch → connects to → All management ports
├── Azure Subscription (Cloud CI)
│ ├── Azure Local Cluster Resource
│ ├── Arc Resource Bridge
│ └── Recovery Services Vault
└── Services (Service CIs)
├── Azure Site Recovery
├── Azure Backup
└── Azure Arc Management

Maintenance Schedule

ActivityFrequencyOwner
CI VerificationQuarterlyImplementation Team
Firmware Version UpdatesAfter each updateOperations Team
Relationship ValidationSemi-annuallyCMDB Administrator
Full CMDB AuditAnnuallyCompliance Team


PreviousUpNext
← Client Training & HandoverLifecycle OperationsDeprovision Steps →

Version Control

VersionDateAuthorChanges
1.0.02026-03-24Azure Local Cloudnology TeamInitial release