Upgrading from VCF 4.5.1 to 5.1 walk through
The upgrade from VCF 4.5.1 to 5.1 was pretty smooth, apart from being slow due to being a nested environment in my Lab. The biggest change in the upgrade process…
The upgrade from VCF 4.5.1 to 5.1 was pretty smooth, apart from being slow due to being a nested environment in my Lab. The biggest change in the upgrade process…
Tested on vCenter 7.0.3 22837322 ——————————————————————————————————————–
#Commands are a bit different from vyos 1.3
So what I did was first modify the vcentercreds.xml file to pass through the details, you need to ensure that this account has global permissions in vCenter New-VICredentialStoreItem -Host vcenterserverfqdn…
I can’t ping my virtual machines on my NSX-T overlay network. I noticed that my host overlay TEP doesn’t get it’s DHCP ip’s, instead they are getting a default of…
When creating a new environment in vrslcm (lifecycle manager) for vidm (identity manager) you get an error message “failing to fetch necessary information” You need to edit the timer and…
Error message Remediation Message: Check if the Jumbo frames between SDDC Manager network and the vRealize Suite Lifecycle Manager network are enabled and if the required ports listed at https://ports.esp.vmware.com…
delete interfaces ethernet eth0 address dhcp set service ssh port 22 set interfaces ethernet eth0 vif 4 address '192.168.1.1/24' set interfaces ethernet eth0 vif 4 description 'vlan 4 mgmt my…
This blog I am going to have my configuration for my vyos, my edges, avn. I hope this will help if you want a vyos box instead of the cloud…
$esxipassword = “VMware123!” Connect-VIServer 10.0.0.110 -User root -Password $esxipassword Set-VMHostAccount -UserAccount root -Password VMware123!