Quantcast
Channel: VMware Communities: Message List - VMware vCloud Director
Viewing all 7719 articles
Browse latest View live

VM Unresolved Status vCloud10.1

$
0
0

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

 

 

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


vCD First time experience // Calling for the heros

$
0
0

Hello Cloud builders

 

This is my  first time deploying my vCD in my Lab environment I followed the wizard for the appliance/Primary standalone

vPostgress from the vcd:5480 and VCD service seem to be running but the Web GUI isn't responding to me when I checked the /etc/hosts for my VCD cell found the name as Photon Machine however during thr wizard I gave it another name "vCD"

 

However it can resolve its name via the DNS, but I check the global.properties and found the following kindly advise

Note: The NFS share is accessible and I am sharing it via EMC Unity

 

VCD1.PNG

Re: vCD First time experience // Calling for the heros

$
0
0

I am told that vCD sub-community isn't that active seem to be true

 

 

Where's the Cloud builder : ))

vCD 10.1 what clarity version is it using

Re: vCD First time experience // Calling for the heros

$
0
0

What is the output of service vmware-vcd status command ?

Please do check below logs as well

 

/opt/vmware/var/log/vcd/setupvcd.log

/opt/vmware/var/log/firsboot

 

Also if possible please do share the output of ovfenv --.>/opt/vmware/var/log/vcd/

Re: vCloud director integration with Veeam backup v10

$
0
0

Thanks for the response.

The original author of vcd plugin cleared my doubts.

 

By default, we need to expose the vcd self service 9443 port to internet. This is the default behavior

 

Thanks,

Manivel RR

Re: Unable to delete VM from vCenter (Force Deleted from vCloud)

$
0
0

This method absolutely helped me fix my issue.  I had a replica from a previous Horizon View instance that was orphaned following removal of the datastores and this worked perfect.  Once I was able to enable the "Destroy_Task" method, I could successfully delete the replica VMs via PowerCLI.

Re: vCD First time experience // Calling for the heros

$
0
0

Hi Sreec, sorry for being late a little, I will power it on again and update the thread

 

Thanks


Re: IPv4/IPv6 Dual Stack Org Networks not working

Re: vCloud Director 9.7 Appliance Disconnected

$
0
0

Hi ,

 

How did it go? has the issue been resolved?

As I said earlier, check the console proxy log to begin with.

If it is showing SSL handshake failure, then it has to be an issue of incorrect SSL certificate being used.

 

Use the following command to list the key of stored SSL cert in the vcloud keystore:

 

/opt/vmware/vcloud-director/jre/bin/keytool –storetype JCEKS –keystore /opt/vmware/vcloud-director/certificates.ks -list

 

The key for 'http' and 'consoleproxy' must be the same.

vCD10.0 Migrate VM between datacenters

$
0
0

I am not able to find the option to migrate VMs between vDCs. It used to be listed under vSphere Resources..Resource Pools..resource pool.. with clickable pVDC resource pool....After upgrade to vCD 10.0 (from 9.5), the pVDC resource pools are not clickable anymore..Has this feature changed in new vCD 10.0?

vCD 10.1 - Misleading storage consumption in OVDC Overview

$
0
0

Today I noticed something odd...

 

When I create a OVDC (Organization Virtual Data Center) and allocate let's say 20GHz CPU, 16GB RAM and 50GB Storage the following will
happen, when I try to create a VM.

In this scenario I want to allocate all OVDC resources to this single VM, so I want this VM to have 20GHz CPU, 16GB RAM and 50GB Storage.
But it won't work, it will always fail and the reason for that is, that vCD claims the VM woul exceed the storage quota.
For some reason I don't know, the allocated RAM consumes the allocates Storage. In this Case I would need at least 66GB Storage if I
want a VM with 16GB RAM and 50GB Storage. Or I have to create a smaller Disk for this VM with the size of 34GB instead of 50 (50GB storage - 16GB RAM = 34GB Free "storage")

 

So my question is basically: Why does RAM consume the Storage Quota? It makes no sense to me, could someone please explain this?
Or is this simply some kind of bug? If yes, how to fix it?

Re: vCloud Director 10 Branding , openAPI call error "minorErrorCode": "NOT_AUTHENTICATED",

$
0
0

Hi Santapaz,

 

Try to add the x-vcloud-authorization on your header when you use the PUT.

 

You will get this key and its value when you request for the token from vCloud Director.

 

 

How to update template patching process in vcloud Director 10.x

$
0
0

Hello,

 

How to do master Template patching process in Vcloud Director 10.x. do we have options or need to import from vsphere only.

Re: vCD 10.1 - Misleading storage consumption in OVDC Overview

$
0
0

Hi

 

 

 

 


Re: VM Unresolved Status vCloud10.1

$
0
0

Hi,

 

I have the exact same issue in my lab with vCD 10.1.1 after a failed vApp deploymenet. I tried to delete the vApp and/or the VM with Powershell or the API and no way found.

I also tried to update them from the Posgres db without success, (last time I had such an issue it worked fine on 9.5)

 

Postgres commands you can try to fix the status of you VM/vApp to delete them :

 

sudo -u postgres psql

\l (show all database present on server)

\c vcloud (connect to database vcloud)

select * from vm_container where name = 'VMNAME'; (in the result you can find the SG_ID and VM ID for the following command)

update vm_container set creation_status = 'RESOLVED' where sg_id = '4dc82adf-2a76-477d-xxxxxxxxxxxxxxxx';

update vapp_vm set creation_status = 'RESOLVED' where id = '2c5dff0b-6ef4-4aa8xxxxxxxxxxxxxxxxxxx';

 

Please note that it's totaly unsupported

Re: Dir 10.1.1 guest OS customization fails

$
0
0

VMware support has acknowledged that this is a known problem and working on a fix.

Cannot Set Routed External IP for vAPP subnet.

$
0
0

Hi,

 

I want to apologize ahead of time, if I'm writing this in the wrong forum, but I sincerely hope someone can help me with this urgent question.

 

We have a VMWare vCloud provider that claims it is not possible to change the Routed External IP address of a vApp subnet.

We need this feature since the automagically assigned IP address is in conflict with a guest VM that uses the same IP address on the vcdorg network.

 

How can I tackle this in the vCloud tennant webUI? I've checked all the different options available, but nothing seems to be there to change that.

Re: Cannot Set Routed External IP for vAPP subnet.

$
0
0

Moderator: Thread moved to the vCloud Director area.

Re: Dir 10.1.1 guest OS customization fails

$
0
0

You know we had this issue on our QA system on 10.0 and as a result never upgraded. Now I am testing on 10.1.1. So thanks for this heads up.

Viewing all 7719 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>