Delete Recovery Partition in Windows 7/8/10 Start/Run/Diskpart – Run as Administrator Type “list disk” to display all the disks. Type “select disk n”, in which “n” contains the Recovery partition. […]
VCSA 6/6.5 Replace Machine SSL with 3rd party CA SSL certificate SSH (1st Window) “shell” “mkdir /root/ssl” “/usr/lib/vmware-vmca/bin/certificate-manager” Option 1 ** Note name should be the same as hostname […]
Does exactly what it says on the post… You can use the following tools that come with the Veeam B&R installation to restore VMs, only works with the full VBK […]
When converting from Hyper-V to VMware with Zerto you may get a BSOD on boot. This is due to: The virtual machine is not configured to start the proper drivers […]
Due to volume snapshots, a customer lost one of their iSCSI datastores. Because the Zombie VMs have active processes, even with that volume being back online it shows as inaccessible. […]
Converting a VMDK to an RDM Ok a little strange, but sometime’s needs must. So we had a requirement to convert an existing VM from VMDK to a physical RDM. […]
Enable SNMP in vSphere ESX 6 Manually via SSH: esxcli system snmp set -r esxcli system snmp set -c m0nkeys33 esxcli system snmp set -p 161 esxcli system snmp set […]
How to encrypt your sites with Let’s Encrypt on Turnkey Linux LAMP 14.1 Mileage may vary.. Add the repo: vi /etc/apt/sources.list “deb http://ftp.debian.org/debian jessie-backports main” Get the Certbot: cd […]