cancel
Showing results for 
Search instead for 
Did you mean: 

Errors when add the redhat6.7 vmware to RG

simon_p1
Level 2
Partner Accredited

Errors as below:

 

•	Unable to discover disk qualifier information of one or more disks for one or more assets.
•	Unable to discover IOTAP ID of one or more disks for one or more assets.
•	Multiple disks with same IOTAP ID is found for selected assets.
•	Correlation between the disks in the virtualization server and the in-guest storage disk is not discovered.

 Env:

Source DC:
vCenter Server version: 6.0.0, 3634794
ESXi Version: 6.0.0 3620759
VM tools version: 10.0.6.54238, build-3560309
VRP : 2.2

Target DC:
AWS
VRP : 2.2

 

1 ACCEPTED SOLUTION

Accepted Solutions

holzi
Level 3
Partner

Sound like 

disk.EnableUUID = "TRUE"

is missing in VM config.

See e.g.

http://virtuallyhyper.com/2012/03/missing-links-to-devices-on-linux-vms-under-devdiskby-id/

you can check:

/opt/VRTSitrptap/bin/vxdevpathid

and or /lib/udev/scsi_id -u -g -d /dev/sd* to see if you get a UUID back if not enable 

disk.EnableUUID

 

View solution in original post

2 REPLIES 2

holzi
Level 3
Partner

Sound like 

disk.EnableUUID = "TRUE"

is missing in VM config.

See e.g.

http://virtuallyhyper.com/2012/03/missing-links-to-devices-on-linux-vms-under-devdiskby-id/

you can check:

/opt/VRTSitrptap/bin/vxdevpathid

and or /lib/udev/scsi_id -u -g -d /dev/sd* to see if you get a UUID back if not enable 

disk.EnableUUID

 

simon_p1
Level 2
Partner Accredited

Thanks for your help!

The RG was created sucessfully After add disk.EnableUUID=True.