Vijay2027's Accepted Solutions

Yeah, this file needs to be replaced. I've attached one from my test lab with vc version: VMware VirtualCenter 6.5.0 build-14020092 Can you deploy a test vCSA of the same build and copy the file... See more...
Yeah, this file needs to be replaced. I've attached one from my test lab with vc version: VMware VirtualCenter 6.5.0 build-14020092 Can you deploy a test vCSA of the same build and copy the file over or if you have a file level backup you can copy the update.conf file.
This can be corrected by using the 'lsdoctor' Tool. ==> VMware Knowledge Base In this case you will have to use "python lsdoctor.py -t" __________________________________________________... See more...
This can be corrected by using the 'lsdoctor' Tool. ==> VMware Knowledge Base In this case you will have to use "python lsdoctor.py -t" ____________________________________________________________________________________________________________________________________________________ "Did you find this helpful? Let us know by completing this survey (takes 1 minute!)"
Looks like sts certs are expired.. VMware Knowledge Base
Looks like DB is full: 2020-09-11T09:18:07.850-04:00 [02008 error 'vpxservicesvpxdMoEvent' opID=69ccfa-SWI-17e9df8b] Error inserting events: "ODBC error: (42000) - [Microsoft][SQL Server Nativ... See more...
Looks like DB is full: 2020-09-11T09:18:07.850-04:00 [02008 error 'vpxservicesvpxdMoEvent' opID=69ccfa-SWI-17e9df8b] Error inserting events: "ODBC error: (42000) - [Microsoft][SQL Server Native Client 10.0][SQL Server]Could not allocate space for object 'dbo.VPX_EVENT_ARG'.'PK_VPX_EVENT_ARG' in database 'VIM_VCDB' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup." is returned when executing SQL statement "INSERT INTO VPX_EVENT_ARG WITH (ROWLOCK) (EVENT_ID, ARG_ID, ARG_TYPE, ARG_DATA, OBJ_TYPE, OBJ_NAME, VM_ID, HOST_ID, COMPUTERESOURCE_ID, DATASTORE_ID, NETWORK_ID, NETWORK_TYPE, DVS_ID, DATACENTER_ID, RESOURCEPOOL_ID, FOLDER_ID, ALARM_ID, SCHEDULEDTASK_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)" 1. Stop vpxd service. 2. Take backup/snapshot 3. Connect to VCDB with Sql Management studio and delete table vpx_event_arg ==> VMware Knowledge Base
You should use lstool.py utility to un-register plugin. List all service ID's: /usr/lib/vmidentity/tools/scripts/lstool.py list --url https://localhost/lookupservice/sdk --no-check-cert > /var/... See more...
You should use lstool.py utility to un-register plugin. List all service ID's: /usr/lib/vmidentity/tools/scripts/lstool.py list --url https://localhost/lookupservice/sdk --no-check-cert > /var/tmp/psc_service.txt From the above file '/var/tmp/psc_service.txt' search for Nimble plugin's Service ID. To unregister: /usr/lib/vmidentity/tools/scripts/lstool.py unregister --url https://localhost/lookupservice/sdk --user administrator@vsphere.local --password 'password' --id 'Nimble Service ID from above step' --no-check-cert If you do not want to remove the plugin, the workaround is to edit a python file. You may log a case with GSS for this.
Yes. 300GB is normal for tiny deployment. Storage Requirements for the vCenter Server Appliance and Platform Services Controller Appliance
VMware vCenter Server 7.0.0b Release Notes You can still see Updates Available in the Summary tab of the vSphere Client after updating your vCenter Server system When you log in to the vSphe... See more...
VMware vCenter Server 7.0.0b Release Notes You can still see Updates Available in the Summary tab of the vSphere Client after updating your vCenter Server system When you log in to the vSphere Client for the first time after updating your vCenter Server system to vCenter Server 7.0.0a, you might still see Updates Available in the Summary tab. This issue is resolved in this release.
one option is to set wrong date on vcsa, start services and follow the below process: Generate a New STS Signing Certificate on the Appliance Refresh the Security Token Service Certificate... See more...
one option is to set wrong date on vcsa, start services and follow the below process: Generate a New STS Signing Certificate on the Appliance Refresh the Security Token Service Certificate GSS has an script to automate this process. You may open a SR.
Looks like it is a known issue with IE. This is fixed in 6.7U3g. Fix is not available in 6.5 yet. You need to use chrome/firefox as workaround. Release notes: VMware vCenter Server 6.7 Updat... See more...
Looks like it is a known issue with IE. This is fixed in 6.7U3g. Fix is not available in 6.5 yet. You need to use chrome/firefox as workaround. Release notes: VMware vCenter Server 6.7 Update 3g Release Notes After an upgrade to vCenter Server 6.7 Update 3b, if you use Internet Explorer, the vSphere Web Client becomes unresponsive
MattHumphreys​ I attached driver with this post. Please check and let me know if this works. ______________________________________________________________________________ "Did you find t... See more...
MattHumphreys​ I attached driver with this post. Please check and let me know if this works. ______________________________________________________________________________ "Did you find this helpful? Let us know by completing this survey (takes 1 minute!)"
Looks like it's failing here: INFO:root:Register service with LS. ERROR:root:Security error: (vmodl.fault.SecurityError) {    dynamicType = <unset>,    dynamicProperty = (vmodl.DynamicP... See more...
Looks like it's failing here: INFO:root:Register service with LS. ERROR:root:Security error: (vmodl.fault.SecurityError) {    dynamicType = <unset>,    dynamicProperty = (vmodl.DynamicProperty) [],    msg = ''    faultCause = <unset>,    faultMessage = (vmodl.LocalizableMessage) [] } Connect to PSC using jxplorer: VMware Knowledge Base and verify if default sso admin account (for example: administrtratir@vsphere.local) is part of Builtten --> Administrators group
Ideally pgpass.conf file should have 4 lines. The file you uploaded has 2 lines. This is from my lab environment: localhost:5432:postgres:postgres:a9A5Qk>r%($JGZ#l 127.0.0.1:5432:postgres:... See more...
Ideally pgpass.conf file should have 4 lines. The file you uploaded has 2 lines. This is from my lab environment: localhost:5432:postgres:postgres:a9A5Qk>r%($JGZ#l 127.0.0.1:5432:postgres:postgres:a9A5Qk>r%($JGZ#l localhost:5432:VCDB:postgres:a9A5Qk>r%($JGZ#l 127.0.0.1:5432:VCDB:postgres:a9A5Qk>r%($JGZ#l Modify pgpass.conf file in your environment and retry upgrade.
If vpx provider doesn't exist it basically means inventory service is not registered with component manager. You will have to follow the below KB article: VMware Knowledge Base
Known issue: VMware Knowledge Base
Cloning a Passive or Witness VM for a VCHA deployment to the same NFS 3.1 datastore as the source Active node VM fails. You must use NFS4 or clone the Passive and Witness VMs to a datastore diffe... See more...
Cloning a Passive or Witness VM for a VCHA deployment to the same NFS 3.1 datastore as the source Active node VM fails. You must use NFS4 or clone the Passive and Witness VMs to a datastore different from the Active VM. vCenter HA Clone Operation Fails During Deployment VMware Knowledge Base
You don't have to suspend or power-off VM's. Just add the hosts to new vcsa
Once you set the password using set_value dcAccountPassword "new password", do 'ls' and verify if the right password is updated.
I've seen such issues before. Usually adding Identity Source as "AD as an LDAP server" helps. Let me know if this helps. Please mark my comment as the Correct Answer if this solution resolv... See more...
I've seen such issues before. Usually adding Identity Source as "AD as an LDAP server" helps. Let me know if this helps. Please mark my comment as the Correct Answer if this solution resolved your problem
This issue has been documented in 6.5U3 release notes under resolved issues section: VMware ESXi 6.5 Update 3 Release Notes Limitations in the network message buffer (msgBuffer) size might ... See more...
This issue has been documented in 6.5U3 release notes under resolved issues section: VMware ESXi 6.5 Update 3 Release Notes Limitations in the network message buffer (msgBuffer) size might cause loss of log messages The size of the network msgBuffer is 1 MB but the main msgBuffer supports up to 25 000 lines of any length, which is at least 3 MB. If the network is slow, the write thread to the network msgBuffer is faster than the reader thread. This leads to loss of log messages with an alert: lost XXXX log messages . This issue is resolved in this release. The size of msgBuffer is increased to 3 MB. Please mark my comment as the Correct Answer if this solution resolved your problem
Looks like there is a mismatch between machine ssl and endpoints certs. Please open a SR with GSS.