StarWind P2V Migrator
Posted: Thu May 26, 2022 6:21 pm
Wondering if there is a way to kick off the conversion/migration process via CLI(PowerShell Preferably) or in Task Scheduler
iSCSI, FCoE, AoE solutions for SMBs and Corporations. VTL, CDP and other advanced features.
http://www.forums.starwindsoftware.com/
http://www.forums.starwindsoftware.com/viewtopic.php?f=15&t=6016
Does the CLI only support V2V?yaroslav (staff) wrote:Check this out https://www.starwindsoftware.com/v2v-he ... rface.html
V2V_ConverterConsole.exe -c "C:\Program Files\StarWind Software\StarWind V2V Converter\SWP2V-350test.cfg"yaroslav (staff) wrote:Can I have the command you are running, please?
You are not converting the physical disk but a VHDX. Please see the samples at the end of the KB https://www.starwindsoftware.com/v2v-he ... rface.html.in_file_name="D:\Hyper-V\Virtual Hard Disks\D401IT001.vhdx"
I see my mistake please see the updated attached, I changed the output file type to an (raw).iso, Still yielding the same error.yaroslav (staff) wrote:You are not converting the physical disk but a VHDX. Please see the samples at the end of the KB https://www.starwindsoftware.com/v2v-he ... rface.html.in_file_name="D:\Hyper-V\Virtual Hard Disks\D401IT001.vhdx"
Code: Select all
V2V_ConverterConsole.exe convert in_file_name="c:\test\disk.img" out_file_name="d:\disk.vmdk" out_file_type=ft_vmdk_ws_thick
yaroslav (staff) wrote:Please note that it is not about the file extension. You are converting a VHDX file to another VHDX file. This is not P2V migration this is V2V conversion.
As suggested earlier, you need to refer to the Samples section of https://www.starwindsoftware.com/v2v-he ... rface.htmlThis is what the local V2V conversion should look like.Code: Select all
V2V_ConverterConsole.exe convert in_file_name="c:\test\disk.img" out_file_name="d:\disk.vmdk" out_file_type=ft_vmdk_ws_thick
You could use a file but make sure to set it up properly.Would I be better off inputting all parameters manually into the CLI rather than trying to call the configuration file?
Bad example, sorry... You are referring to the VHDX in your file. The question is what you are trying to convert: local or a physical volume?Because the parameters you gave me were just a broken down version of what I was trying to do with the configuration file.