Showing posts with label [Solved]. Show all posts
Showing posts with label [Solved]. Show all posts

Thursday, January 10, 2019

[Solved]: unable to add devices in OpenDCIM

If unable to add device in OpenDCIM, need to find below method to get it resolved.

# mysql -u root -p
# select @@global.sql_mode;
# set sql_mode="";
# SET GLOBAL sql_mode = "";
# service httpd restart

Thursday, April 19, 2018

[Solved] Unable To Import OVA due to ISO mounted VM exported

1.  Uncompress the OVA file to local drive.
      
      2. Open the OVF file (i.e.: gc2nfe-clone.ovf) in notepad. This file contains all the configuration information to deploy the virtual machine.

      

 3. In the gc2nfe-clone.ovf file, Search for “vmware.cdrom.iso” and replace it with “vmware.cdrom.remotepassthrough”.













4.       Save the gc2nfe-clone.ovf file.

5.       Now move the .mf file to any other location.


        

       6.       Now import vm as OVF.