Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
"Is Virtual" flag is not set for virtual machine CI record - Support and Troubleshooting
  • >
  • Knowledge Base
  • >
  • Support and Troubleshooting (Knowledge Base)
  • >
  • "Is Virtual" flag is not set for virtual machine CI record
KB0748509

"Is Virtual" flag is not set for virtual machine CI record


2546 Views Last updated : Jun 2, 2025 public Copy Permalink
KB Summary by Now Assist

Issue

The CI record of a virtual machine does not have "Is Virtual" flag set.

Release

All

Resolution

To troubleshoot the reason behind this, you will need to follow the below steps:

1- First, check if the VM should have the flag set. Out of the box, we only set "Is Virtual" flag for the following types:

  • Amazon AWS VM: This is set through the AWS Cloud Management discovery and the population of the relationships
  • Azure VM: This is set through Azure Cloud Management discovery and the population of the relationships
  • SolarisZone: Through 'Virtual Computer Check' Business Rule
  • HyperV: Through 'Virtual Computer Check' Business Rule
  • VMware: Through 'Virtual Computer Check' Business Rule

Business rule (BR):
https://<instance-name>.service-now.com/nav_to.do?uri=sys_script.do?sys_id=dd6ea51f0a0a0b7800561c3567d869bf

Therefore, if the VM is not virtualized by one of the above 5 virtualizations then it is not supported.

 

2- Now, if the VM is one of the types checked by the BR:

  • Make sure that the conditions for running the BR are met. It is triggered if:
current.serial_number.changes() || current.serial_number.hasValue() || current.correlation_id.changes() || current.correlation_id.hasValue()
  • If the above conditions are met, then check the conditions for setting each VM type to virtual as follows:
    • For SolarisZone: The CI needs to have a serial_number that starts with "zone-"
    • For VMware: The CI needs to have a serial_number that starts with "vmware-"
    • For HyperV: The serial number/s of the VM must match the serial number/s of the discovered HyperV instance/s

The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.