-
Continue reading →: VCDA Stale Records
When you delete VM replication from VMware Cloud Director Availability (VCDA), however corresponding Replication Tracking VM references are not deleted from vCenter. VMware Cloud Director (VCD) detects references to these Replication Tracking VMs, which in turn leads to the allocation and consumption of storage resources. As you can see, they…
-
Continue reading →: Activating Chargeback in Aria Operations
What is VMware Chargeback? VMware Chargeback is a tool provided by VMware that allows service providers to manage and allocate costs associated with virtualized environments. It helps both providers and tenants understand resource consumption and allocate costs accordingly. VMware Chargeback functions as a plug-in for the tenants, offering a metering…
-
Continue reading →: Smarter VM Placement with Guest OS Awareness
VMware released a new VCD version 10.6.1 with very interesting improvements. I was intrigued by this particular one. I quote a post from VMware’s blog below. https://blogs.vmware.com/cloudprovider/2025/02/vmware-cloud-director-10-6-1-is-here-whats-new.html Very good, but how and where! Google searches returned zero entries and I also found nothing in the official documentation. Finally I came…
-
Continue reading →: Primary DB Node Very High CPU Usage
While integrating Cloud Director with Aria Operations to provide customers with resource usage reports and billing. We noticed that the CPU load on the primary node in the Postgres DB cluster was increasing. It gradually increased and remained constant for days. It could even reach 85 Ghz CPU loads. When…
-
Continue reading →: NSX Manager – Replace Certificates
After you install NSX, the manager nodes and cluster have self-signed certificates. Replace the self-signed certificates with a CA-signed certificate and use a single common CA-signed certificate with a SAN (Subject Alternative Name) that matches all the nodes and the VIP for the cluster. Prerequisites Procedure We will show how we…
-
Continue reading →: Content Hub – SSL Errors When Adding Applications
After creating content hub, in process of adding applications from VMware marketplace it’s ends with errors. The URL of VCD is not included in the allowed origins list. So the logs are throwing CORS error. All the URLs with https should also be included in the allowed origins. Refer: Modifying the…
-
Continue reading →: Unable Access Aria Ops Plugin from vCloud Director Web Interface
This happens because by default the Cloud Director tries to connect to Aria Operations using the IP. If the certificate on Aria Operations uses FQDN, Cloud Director doesn’t trust the connection leading to the certificate error. To resolve this, please follow the below steps: Refresh the page on Cloud Director…
-
Continue reading →: VMware Cloud Director Encryption Management
VMware Cloud Director Encryption Management is a solution add-on which grants tenant administrators the ability to use encryption keys from their own key providers for encryption of virtual machines (with or without vTPM devices), vApp templates, and named disks in their VMware Cloud Director virtual data centers (VDCs). Setting up Encryption in Cloud…
-
Continue reading →: Backup/Restore ESXi configuration using CLI
In some cases we need to reinstall ESXi host. To avoid time consuming setting up servers, we can quickly backup and restore host configuration. To achieve this, there are three possible ways: ESXi command line, vSphere CLI or PowerCLI. Backup ESXi configuration SSH to the ESXi host. Synchronize the configuration…
-
Continue reading →: Renew Cloud Director Certificates
When you deploy the VMware Cloud Director appliance, it generates self-signed certificates with a validity period of 365 days. If there are expiring or expired certificates in your environment, you can generate new self-signed certificates. You must renew the certificates for each VMware Cloud Director cell individually. Appliance Certificates If you are renewing the…
-
Continue reading →: Remove NSX Password Expiration
VMware NSX has a preconfigured password expiration policy of 90 days. When the password expiration day is near, a notification is displayed in the Web interface. There are 3 preconfigured local users: admin, audit, and root. All passwords have to be changed after 90 days https://docs.vmware.com/en/VMware-NSX/4.2/installation/GUID-89E9BD91-6FD4-481A-A76F-7A20DB5B916C.html Please keep in mind…
-
Continue reading →: Cloud Director Disks with Status “Error”
I managed to contact the manufacturer’s technical support about the problem when there are many disks with the status “error” in the database. VMware support confirmed that it is safe to delete disks with status “ERROR” from the database. Connect to the DB:sudo -i -u postgres psql vcloud We find…
-
Continue reading →: Cloud Director Delete Network
Sometimes there is a situation where vCloud Director can no longer delete the organization, vdc or network after some actions. There is a reference in the VCD database The solution is to find the required network in the DB and delete it. Connect to the DB:sudo -i -u postgres psql…
-
Continue reading →: Cloud Director Delete “Pending Task”
Sometimes a situation is possible that when performing some actions, the vCloud Director task can “hang” and show the status “pending” all the time. This may block further operation with vCloud Director. The solution is to find the required task in the DB and set the status “failed”. Always make…
-
Continue reading →: Cloud Director Scheduled DB Backup
Unfortunately, the new Cloud Director version does not have an automated backup option. Only manual option to press button in appliance UI or execute command. So we have to create one ourselves using scripts! We will use internal command /opt/vmware/appliance/bin/create-db-backup. On the NFS shared transfer service storage backup file is created. The .tgz file…
-
Continue reading →: Cloud Director Availability Modify Permissions
Hack. Grant the user rights to all organisations. Example, new user vcav. It has to been done on source replicator.
-
Continue reading →: How to Move (Live) vApps Across Org VDC
VMware Cloud Director has secret not well known API only feature that allows to move vApps across Org VDCs while they are running. This feature has been purposefully made for the NSX-V to NSX-T Migration Tool, but can be used for other use cases hence the reason here to shed more lights…
-
Continue reading →: Improve Cloud Director Database Performance
If you have symptoms like the Cloud Director UI is slow to load or tasks will finish relatively quickly, but loading information is slow, then this could be your case. Slow UI performance can usually be attributed to a large growth of the audit_trail table in the database. The audit_trail table will capture activity…
-
Continue reading →: Troubleshoot Network Using Packet Capture
Packet Capture Edge Traffic on ESXi Find NIC Where Traffic Flows Method A Login to ESXi shell and use command ESXTOP → N to find NIC for Edge node. Method B Login to ESXi shell and use commands: “Port ID:” and “Team Uplink:” will give the respective switchport and uplink. Once the…
-
Continue reading →: Configure Disk I/O limits for a Virtual Machine
If you use the vSphere UI to configure individual virtual disk I/O shares or limits for a Virtual Machine, it looks like this functionality has been removed in vSphere 8.x in favor of using VM Storage Policies, which has been around for almost a decade now. If you still wish…