Upgrading vCloud Director

In this scenario I have a single VCD cell running 5.1.1.868405. This will be upgraded to 5.5.2.1 In my environment to fully upgrade all components to vSphere 5.5 I  have to use the following order: A) vCloud Director B) vCNS (vShield Manager) C) vCenter D) ESXi hosts E) vShield Edge Note: Please view the 'Update sequence Read More…

The storage service is not initialized. Please try again later

Software:  VMware vSpehre 5.1 / SQL 2008 R2 After migrating the vCenter database from local SQL 2005 to dedicated 2008 I looked through all the vCenter logs: This appeared in the sms.log [2015-02-20 16:22:29,239 Thread-22  ERROR com.vmware.vim.common.lifecycle.InitializerExecutor] Initialization error; attempt 1202 will begin in 60 seconds… java.util.concurrent.ExecutionException: java.lang.IllegalStateException: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (The connection to Read More…

Migrating SSO Database from SQL 2005 to SQL2008

I wanted to move the SSO database from the local vCenter server to a dedicated SQL 2008 server.   1) Obtain the password the RSA_DBA and RSA_user in the current using the following commands. > cd C:\Program Files\VMware\Infrastructure\SSOServer\utils > ssocli manage-secrets -a listallkeys [Enter Master password: ********] The output will show the passwords: Secrets stored Read More…

VM Still Working Despite Being Powered Off

Host:     ESXi 5.0 OS:    FreeBSD I had been having trouble with a VM which suddenly stopped (Veeam) backing up due to an "NFC" error: "Processing {vm_name} Error: NFC server [{esxihost.domain.local] is busy.  Failed to retrieve next FILE_PUT message. File path: [[LUN3] {vm_name}/{vm_name}.vmx]. File pointer: [0]. File size: [3567]." Veeam requested I connect to the host directly and Read More…