Datastore Discovery
A datastore is a storage object for virtual machines that are hosted on an ESXi server.
- The ability to mirror the disks for failover protection.
- The ease of adding storage to the datastore.
For information about the tables used by Discovery to store the data for physical disks and their relationship to datastores and ESXi hosts, see ESXi server discovery.
In this example configuration, two ESXi hosts share a common datastore that uses different types of storage.
Relationships
ServiceNow provides tables that contain the relationships between an ESXi host and its datastore and the specific disks to which the datastore is connected.
ServiceNow Discovery establishes the relationships between a datastore, the disks attached to the datastore, and the ESXi server that hosts the virtual machines using that datastore. From the perspective of the ESXi host, iSCSI and fibre channel disks connected to the datastore are treated as physical disks. Discovery does not show the direct relationship of the storage disks to the ESXi host.
| Table | Description |
|---|---|
| cmdb_ci_vcenter_datastore_disk | Stores the relationship of the physical disk to the datastore. |
| vcenter_datastore_hostmount | Stores the relationship between the datastore and the ESXi server to which it is connected. |
| cmdb_ci_disk | Contains the physical disks connected directly to the datastore. This table also contains a reference to the ESXi host. |
| cmdb_ci_fc_disk | Contains the fibre channel disks in a storage area network (SAN) connected to the datastore. This table also contains a reference to the ESXi host. |
| cmdb_ci_iscsi_disk | Contains the iSCSI disks in an IP network connected to the datastore. This table also contains a reference to the ESXi host. |