Server CI population during cloud discovery
Summarize
Summary of Server CI population during cloud discovery
Cloud discovery in ServiceNow typically creates only Virtual Machine (VM) Instance CIs by default. To generate Server CIs (Windows or Linux), organizations have historically needed to run IP-based discovery, which can be time-consuming in large environments. Starting with Discovery and Service Mapping Patterns version 1.31.0, ServiceNow enables the creation of Server CIs directly during cloud discovery without requiring IP-based discovery, significantly reducing discovery time for large cloud infrastructures.
Show less
Key Features
- Server CI Creation Control: The system property
snitompattern.clouddiscoverypopulateservercicontrols whether Server CIs are created during cloud discovery; it is disabled by default. - Supported Patterns: Server CI population is supported with Azure – Virtual Machine (LP) and Azure VM Instance – Uniform Scale Set patterns.
- Data Collected: When enabled, the Azure – Create Server CI pattern extension collects detailed attributes such as hostname, CPU count, disk space, IP address, operating system details, RAM, and serial number for Windows and Linux Server CIs.
- CI Relationships: The created Server CIs have defined relationships indicating virtualization, showing Windows or Linux Servers virtualized by corresponding VM Instance CIs.
- Avoid Conflicts: Customers should use either Server CI population during cloud discovery or IP-based discovery for the same VMs—not both—to avoid conflicting data.
Practical Benefits for ServiceNow Customers
- Faster Discovery: By bypassing the IP-based discovery for servers, organizations can reduce the overall time to populate server data in large cloud environments.
- Targeted Server CI Data: Customers who only need server records (without application data) from cloud environments can efficiently populate their CMDB.
- Accurate Server Representation: The detailed attributes and relationships created improve the accuracy of server configuration items in the CMDB, supporting better IT service management.
- Configuration Simplicity: Enabling Server CI creation only requires setting a system property and leveraging supported discovery patterns, simplifying setup and customization.
Cloud discovery can populate Server CIs without running IP-based discovery, reducing discovery time in large environments.
Server CI cloud discovery overview
By default, cloud discovery creates Virtual Machine (VM) Instance CIs only. To populate Server CIs, organizations run IP-based discovery, which triggers a separate schedule that discovers servers alongside applications and other data. In large environments, IP-based discovery schedules can take a significant amount of time. Some organizations require only server records from their cloud environment, without discovering application data.
Starting with Discovery and Service Mapping Patterns version 1.31.0, cloud discovery can create Windows Server CIs, Linux Server CIs, or both alongside Virtual Machine Instance CIs, without running IP-based discovery. The sn_itom_pattern.cloud_discovery_populate_server_ci system property controls whether Server CIs are created. By default, the property is set to none and Server CIs aren't created. For more information, see Configure Server CI creation during cloud discovery.
- Azure – Virtual Machine (LP)
- Azure VM Instance – Uniform Scale Set
Data collected by Discovery during horizontal discovery
Discovery populates the following data when running the Azure – Create Server CI pattern extension. Virtual Desktop Infrastructure (VDI) instances can't be distinguished from other VMs and are registered as Windows Server or Linux Server CIs.
| Field | Description |
|---|---|
| Name [name] | Hostname of the server. The name is sourced from one of the following options:
|
| Object ID [object_id] | A unique identifier for the server, matching the Azure VM object ID. |
| CPU Core Count [cpu_core_count] | Number of CPU cores, derived from the VM size. |
| CPU Count [cpu_count] | Number of CPUs. Default value is 1. |
| Disk Space (GB) [disk_space] | Total storage capacity of all disks attached to the VM, in gigabytes (GB). |
| Install Status [install_status] | Install status of the server. Default value is Installed. |
| IP Address [ip_address] | IP address of the server, sourced from the primary VM network interface. |
| Is Virtual [virtual] | Indicates the server is a virtual machine. Default value is true. |
| Operating System [os] | Operating system name. |
| Operational Status [operational_status] | Operational status of the server. Default value is Operational. |
| OS Version [os_version] | Operating system version, if available. |
| RAM (MB) [ram] | Memory capacity in megabytes (MB), derived from the VM size. |
| Serial Number [serial_number] | Unique identifier for the server, sourced from the Azure VM ID. |
| Field | Description |
|---|---|
| Serial Number [serial_number] | Unique identifier, sourced from the Azure VM ID. |
| Serial Number Type [serial_number_type] | Type of serial number. Default value is uuid. |
| Valid [valid] | Indicates the serial number is valid. Default value is true. |
| Configuration Item [cmdb_ci] | References the Windows Server [cmdb_ci_win_server] or Linux Server [cmdb_ci_linux_server] table. |
CI relationships
The Azure – Create Server CI pattern extension creates the following relationships and references to support Server CI discovery. References link to records in other tables and don't appear in the CI Relationship [cmdb_rel_ci] table.
| CI | Relationship | CI |
|---|---|---|
| Windows Server [cmdb_ci_win_server] | Virtualized by::Virtualizes | Virtual Machine Instance [cmdb_ci_vm_instance] |
| Linux Server [cmdb_ci_linux_server] | Virtualized by::Virtualizes | Virtual Machine Instance [cmdb_ci_vm_instance] |
| CI | Field | Referenced CI |
|---|---|---|
| Serial Number [cmdb_serial_number] | Configuration Item [cmdb_ci] | Windows Server [cmdb_ci_win_server] |
| Serial Number [cmdb_serial_number] | Configuration Item [cmdb_ci] | Linux Server [cmdb_ci_linux_server] |