Latest Posts

vCenter via a salt-proxy minion

Source code: https://github.com/saltstack/salt/blob/v3006.7/salt/proxy/vcenter.py Documentation: https://docs.saltproject.io/en/3007/ref/proxy/all/salt.proxy.vcenter.htmlmodule: https://docs.saltproject.io/en/3006/ref/modules/all/salt.modules.vsphere.html Depending on the version of vsphere, you must install pyvomi sample configs: version: proxy-minion…

Read more

Delete Dead ALB from VCD

Alb records are normally stored in the below tables, Since in my case, my ALB env was unrecoverable, delete the…

Read more

Nested Esxi, Silence unsupported controller health

Check check all SSH to VCSA, USE rvc to log in to vcsa vsan.health.silent_health_check_status vcsa01.ntitta.local/Cloud-DC01/computers/mgm02/ vsan.health.silent_health_check_configure vcsa01.ntitta.local/Cloud-DC01/computers/mgm-01 -a controlleronhcl

Read more

Nested Esxi vSAN sample scripts

#! /usr/bin/pwsh $user = '[email protected]' # Import password from an encrypted file $encryptedPassword = Import-Clixml -Path '/glabs/spec/vcsa_admin.xml' $decryptedPassword = $encryptedPassword.GetNetworkCredential().Password # Function to check if…

Read more