VCD: A General System Error Occurred: Weak Password: Not Enough Different Characters or Classes

Problem When trying to prepare a host (after an unprepare) in vCloud Director 8.20 (ESXi 6.0) I got the following error:   Remote call failure on host [vcId=8af60e1e-3f9d-4d01-a69b-0f4c94e7f09a, moref=host-590541]. Error string was " A general system error occurred: Weak password: not enough different characters or classes. Please refer to the log for more details.".     Read More…

In Order to Perform This Operation a Successful Bind Must Be Completed on the Connection

Problem When trying to connect vCloud Director 9.1 to Active Directory I was presented with the following error when trying to test LDAP Settings LDAP_SEARCH_ERROR  – [LDAP: error code 1 – 000004DC: LdapErr: DSID-0C090A22, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v3839   Resolution Ensure you Read More…

vSphere HA – Cannot find a network adapter for the vCenter Server management (NIC0) on the vCenter Server Appliance

Problem While trying to deploy vCenter HA the following error occurred: Cannot find a network adapter for the vCenter Server management (NIC0) on the vCenter Server Appliance guest OS. Once available, the first guest OS network adapter will be selected. Used Edit VM Settings to add a network adapter   Caveat VCHA was previously installed Read More…

Set VMware Multipathing via PowerCLI

Query I wanted to apply ROUND ROBIN multipathing and set IOPS to 10 (as recommended by the vendors best practices) on each datastore in my cluster using a PowerCLI command.   Command First of all you can check the current multipathing Get-Cluster {ENTER-CLUSTER-NAME} | get-vmhost | get-scsilun -CanonicalName "Naa*"   Then we can alter that Read More…