-
Bug
-
Resolution: Fixed
-
Low
-
4.21.2
-
None
-
1
-
Severity 3 - Minor
-
Issue Summary
While scanning vCenter with InsightDiscovery (ESXI_VirtualMachines.pat). The UUID returned for a VM is incorrect, which is shown in the vCenter GUI nor inside the VM (wmic bios get serialnumber).
Steps to Reproduce
- Use ESXI_VirtualMachines.pat to scan from vCenter.
Expected Results
UUID returned is correct
Actual Results
UUID returned is wrong
...
Workaround
The workaround is provided by One of our customers
A quick fix in the file ESXi_VirtualMachines.pat :
// if (!string.IsNullOrEmpty(vim.Config.InstanceUuid))
//
// else
//
if (vim.Config.Uuid != null)
{ vmGuest.UUID = vim.Config.Uuid; LogService.Instance.LogDebug("Set UUID based on Config.Uuid: " + vim.Config.Uuid); }else
{ LogService.Instance.LogDebug("VM UUID not available for: " + vim.Name); }[JSDSERVER-11113] Wrong UUID is scanned from vCenter to InsightDiscovery
Fix Version/s | New: 3.1.2 [ 61430 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Waiting for Release [ 12075 ] | New: Closed [ 6 ] |
Status | Original: In Review [ 10051 ] | New: Waiting for Release [ 12075 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10051 ] |
Status | Original: Gathering Impact [ 12072 ] | New: In Progress [ 3 ] |
Assignee | New: vgedzhev [ 8a797fe2b442 ] |
Status | Original: Needs Triage [ 10030 ] | New: Gathering Impact [ 12072 ] |
Support reference count | New: 1 |