-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hello Luc,
I wanted to give a shot with your script to deploy VM's in Ravello. I believe there is something wrong in Import-Ravello commandlet. It tries to access ravello.exe located in C:\Ravello_cli.
`08:48:10
Import-Ravello : Could not find ravello.exe in C:\Ravello_cli
At C:\ravello\ravello.ps1:24 char:5
-
Import-Ravello -IsoPath "$($_.Path,$_.Filename -join '\')" -Confi ... -
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
- FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Import-Ravello
Import-Ravello : Could not find ravello.exe in C:\Ravello_cli
At C:\ravello\ravello.ps1:24 char:5
-
Import-Ravello -IsoPath "$($_.Path,$_.Filename -join '\')" -Confi ... -
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
- FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Import-Ravello
Import-Ravello : Could not find ravello.exe in C:\Ravello_cli
At C:\ravello\ravello.ps1:24 char:5
-
Import-Ravello -IsoPath "$($_.Path,$_.Filename -join '\')" -Confi ... -
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
- FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Import-Ravello`
I am using Ravello Import Utility 2.0 with default installation C:\Program Files (x86)\Ravello Systems\Ravello import utility. Unfortunately only one executable file in that folder is ravello_vm_import_server.exe.
I tried as well to specify path Import-Ravello -CliPath "C:\Program Files (x86)\Ravello Systems\Ravello import utility\ravello_vm_import_server.exe" which didn't work.