paramoyoo's Posts

Hi guys. I'm trying to upgrade Log Insight 8.1 to 8.1.1 through vRSLCM but Upgrade button is missing. I though maybe if i install PSPAK3 manually it will help but nothing- still same issue. ps. upgr... See more...
Hi guys. I'm trying to upgrade Log Insight 8.1 to 8.1.1 through vRSLCM but Upgrade button is missing. I though maybe if i install PSPAK3 manually it will help but nothing- still same issue. ps. upgrade button is visible for vNI only. Br  
Manipulating data on VCF db is not supported and definitely shouldn't be perform on prod env without VMware support but i would do 'select * from avn;' on platform schema to check current config. Br
From a technical point of view all is possible and your scenario could work BUT...this will be completely not compliant with VVD. If you are going to create VI WDs why you want to keep mgmt and w... See more...
From a technical point of view all is possible and your scenario could work BUT...this will be completely not compliant with VVD. If you are going to create VI WDs why you want to keep mgmt and workload vms together in mgmt domain?
In case if VRSLCM deployment failed you can use API call: VMware Cloud Foundation API Reference Guide
VCF uses DHCP to configure each vmkernel port of an ESXi host used as a VTEP. Each host requires two IP addresses, one for each VTEP configured.
Hi, ssh to SDDC Manager and check /var/log/vmware/vcf/domainmanager/domainmanager.log Try to find error related to reference token shown on you screen: E16M1G
What about DHCP? you need it for VTEPs.
From VCF perspective its not possible to set seperated DNS servers for hosts. You can change it in psql (as i remember correctly system table holds ntp and DNS servers) but manipulating data on d... See more...
From VCF perspective its not possible to set seperated DNS servers for hosts. You can change it in psql (as i remember correctly system table holds ntp and DNS servers) but manipulating data on db IS NOT SUPPORTED.
Hi, do you have internet access?
Please double check via.properties file on cloud builder vm. It should be in /opt/vmware/evorack-imaging/config/. Run: systemctl restart imaging.service And what about TFTP config? it seems PXE... See more...
Please double check via.properties file on cloud builder vm. It should be in /opt/vmware/evorack-imaging/config/. Run: systemctl restart imaging.service And what about TFTP config? it seems PXE is not sending boot file information.
Hi. As you know it's recommended to isolate mgmt domain from compute workload domain. Reasons? i.e. autonoumous lifecycle management, security reasons and so on. Consolidated model is for 6 or ... See more...
Hi. As you know it's recommended to isolate mgmt domain from compute workload domain. Reasons? i.e. autonoumous lifecycle management, security reasons and so on. Consolidated model is for 6 or less hosts. The cluster design must consider the workloads that the cluster handles. If you can't count your workload/vms, you can start with consolidated model (start with 4 hosts) and convert to the standard architecture later on (if workload grows up) by creating a compute workload domain and moving VMs to the newly created WD. From DR perspective, having 8 host you can thing about vSAN stretched cluster. But anyway i would recommend standard model. Br Maciej
Try here .It's for 3.8 but should be helpful. From SRM perspective VCF workload domain is just a 'regular' site - one SRM instance has to be installed in each workload domain (protected and reco... See more...
Try here .It's for 3.8 but should be helpful. From SRM perspective VCF workload domain is just a 'regular' site - one SRM instance has to be installed in each workload domain (protected and recovery).
Hi You shouldn't rename it - all names are in VCF database.
yep...to rerun task you need to fix the issue on Esxi host first. Unfortunatelly there is no other way.
I'm afraid there is no public API for alerts...yet. VMware Cloud Foundation API - VMware API Explorer - VMware {code} regards
Hi. Message looks pretty clear. First, on attFC640a.sc.dsc host run: esxcli storage nfs list And check logs on SDDC Manager host: /var/log/vmware/vcf/domainmanager/domainmanager.log (find refere... See more...
Hi. Message looks pretty clear. First, on attFC640a.sc.dsc host run: esxcli storage nfs list And check logs on SDDC Manager host: /var/log/vmware/vcf/domainmanager/domainmanager.log (find reference token: FIN7F2) regards
BOM stays as it is for current version. The newest version of VCF is version 3.9.1. If new EP for ESXi is coming out then new VCF patch release will be announced as well, i.e VCF 3.9.1.1 As a... See more...
BOM stays as it is for current version. The newest version of VCF is version 3.9.1. If new EP for ESXi is coming out then new VCF patch release will be announced as well, i.e VCF 3.9.1.1 As an example -take a look at VCF 3.0.1.1
You can't upgrage single component. All you have to do is to wait for new bundles and upgrade/patch entire software stack.
Hi, You can find such information  in release notes for every new VCF version, i.e. VCF 3.7.2: Support for vSphere Express Patch 09: VMware ESXi 6.7 ESXi670-201905001, vCenter Server Appliance 6... See more...
Hi, You can find such information  in release notes for every new VCF version, i.e. VCF 3.7.2: Support for vSphere Express Patch 09: VMware ESXi 6.7 ESXi670-201905001, vCenter Server Appliance 6.7 Update 2a, and vSAN 6.7 Express Patch 09 were added to the BOM. New patches are included in next VCF version.
Hi You can have just one mgmt domain and stretched cluster is the right solution in such case. Or if you need to have two seperated sites you have to deploy one vcf stack per site. Br