screenshot: log: /var/log/boot.gz workaround was to disable ACS
Read MoreCategory: vCenter
Content library hack(DB)
VMware Content library, A unique way to make VM templates/ISO’s available across multiple vCenter’s. However, It does not handle Datacenter segregation very well when storing the contents on NFS/VMFS. A subscribed library would need dedicated storage space and would be pointless in my setup as I had presented the NFS…
Read MoreEnable TFTP on VCSA
Start TFTP service Allow TFTP port on the VCSA firewall Confirm if the port is allowed on the firewall Make the firewall rules persistent: Export Ip tables rule Create a startup script at path: /etc/init.d/startftp.sh with the below contents: change the permissions of the script set the script to run…
Read MoreHandy commands when working with vPostgres
Copy Table to CSV Copy table from CSV list Top tables by size: postgres password: Rename table Database backup/Dump using pg_dump Database backup (excluding a specific corrupted table) Determining broken tables(pg toast) Starting postgres in single user mode: Reset WAL (Write Ahead logs) Error “MultiXactId has not been created yet…
Read MoreReplacing VMware-stsd certificate on 6.5/6.7
If the vCenter was upgraded from 5.5, it retains legacy endpoints for lookup service IE: https://FQDN:7444/lookupservce/sdkRunning certificate-manager will not replace the certificate and vCenter might actually start to complain about expired certificate although they are valid. In this can be easily worked around by replacing the certificate on the VECS…
Read MoreVMCA Certificates replacement for vCenter 6.x, workflow
VMCA is the Default self-signed certificates that is set up at the time of vCenter deployment. All solution users and machine SSL certificates are signed with this certificate. VMCA certificates can be regenerated by using option 8 on the certificatae manager. choosing option 8, you are presented with the below…
Read MoreRestricting Plugins on vSphere web-client (Flex and html5)
on Certain occations when the vCenter is upgraded, Plugins like pure, Netapp, NSX, SRM etc can cause incompatibility and prevent the webclient from loading up/Malfunctioning Starting vSphere 6.7, we have a config file to white list and black list plugins which helps us to flag specific Malicious/incompatible plugins which prevents…
Read More