Posts

Showing posts from June, 2019

vCenter Convergence

Image
vCenter 6.7 U1 Convergence steps  vCenter with external PSC.  Mount VCSA 6.7 ISO and copy the converge.json from the following folder to local machine.  Edit the converge.json with the details.  Details Below :  ESXi Host name where the current vCenter is running.  Root Password vCenter FQDN or IP.  SSO user name SSO Pwd.  VCSA root appliance password.  Domain Name.  Username to join machine to domain.  Password for domain user DNS IP.  After that open CMD as Admin and browse to D:\vcsa-converge-cli\win32 and run the below command to verify the template.   vcsa-util.exe converge --verify-template-only c:\Converge\converge.json After verifying the template, run  the below command to run the convergence.   vcsa-util.exe converge --no-ssl-certificate-verification --backup-taken --verbose c:\Converge\converge.json            ...

Backup Failure occurring failing to Request HTTP Sessions vCenter

Issue :Commvault backup jobs were failing .Found from the logs Backup jobs are trying to establish an HTTP request to the vCenter and failing to establish the communication with the vCenter. Log snippets from commvault vsbkp.log from the proxy server 15:57:34 2357789 _Connect() - Exception - System.Net.WebException: The request failed with HTTP status 503: Service Unavailable.at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)    at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)at Vim25Api.VimService.RetrieveServiceContent(ManagedObjectReference _this)    at VISDKWrapper.SvcConnection._Connect(String url, String username, String password)  VSBkpCoordinator::OnMsgVMBackupGetNextVM 1  CVMWareInfo::Connect() - VISDKCppBridge::Connect failed [The request failed with HTTP status 503: Service U...