Reply to Message

View discussion in a popup

Replying to:
JDKM
Contributor
Contributor

VM Unresolved Status vCloud10.1

Hi There,

I've a machine with unresolved status in vCloudDirector 10.1.

I already try to stop or start (via powercli it's the only way) and i get always the same error.

Start-CIVM : 6/17/2020 10:17:48 AMStart-CIVM  BAD_REQUEST: [ 6aad16eb-83b1-4912-b1d0-2273bad3c626 ] The requested operation on vApp

"XXXXXXXXXXXXX" is not supported in its current state.

When i try to delete it using the following commands :

  1. $civapp = "Test" 
  2. $civm = Get-CIVM -vApp $civapp -Name "VM1" 
  3. $civm.ExtensionData.Delete()

I get the following error:

Exception calling "Delete" with "0" argument(s): "[ 0dfd3726-7faa-4737-9271-94a9c9a791a9 ] The requested operation could not be executed on VM "XXXXXX". Stop

the VM and try again."

At line:1 char:1

+ $civm.ExtensionData.Delete()

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException

    + FullyQualifiedErrorId : CloudException

I thought this was resolve in V5.5 of vCloud director but in 10.1 persist Smiley Sad

I already powered off in the vCenter this machine but the status still as unresolved on vCloud, for vCenter is everything OK.

How could I resolve this issue? Any hits?

Thanks

JD

Reply
0 Kudos