SRM(Site Recovery Manager) Basic Troubleshooting.
Site Recovery Manager supports protection for up to 5,000 virtual machines and is able to simultaneously run up to 10 recovery plans containing up to 2,000 virtual machines. Up to….
Site Recovery Manager supports protection for up to 5,000 virtual machines and is able to simultaneously run up to 10 recovery plans containing up to 2,000 virtual machines. Up to….
Advanced Troubleshooting of VMware ESXi Server -var/log/VMKSUmmary.log – Host Reooted-var/log/Boot.gz – slow boot up (check from the line where vmkernal module loaded succesfully)-DCUI- ALT-F12 -Live troublshooting kernal line message)-If Host….
Remove NSX from Vcenter Server: We will remove below components from vcenter : VXLAN Logical Switches Logical Routers NSX firewall NSX Plug-in VTEP Interfaces Steps: -1 Delete the Transport Zone….
Make sure you have vcenter backup and snapshot before proceed. – Login to you vcenter appliance VAMI- https://appliaceip:5480 Go- to Update : You must have an https webserver or FTPS….
If you ever encounter below error while installing vib, follow the fix below : >>Could not download from depot at Zip<< If you get the below error message use full….
So recently I was trying to apply the Host profile on the newly built ESXi host and the extracted profile contains some third party vib that needs to be installed….
Recently i have encountered an error while upgrading esxi host that “upgrade contains the following set of conflicting VIBs:scsi bfa , scsci qla.” To remove conflict vib’s, login to esxi….
If you want to quickly check the virtual machine’s Average and Max latency , here is the script for this : Get-VM -Name VmName | ? {$_.PowerState -eq “PoweredOn”} |….
Before working with iSCSI Adapter, i would suggest to go thorough the following VMware KB Considerations for iSCSI . https://kb.vmware.com/s/article/2038869 Assuming iSCSI storage already in place , in my case i….
1- Snapshot hidden files The Snapshot Manager shows no snapshots but there are delta files present. #vim-cmd vmsvc/getallvms — Get VM ID #vim-cmd vmsvc/snapshot.get [VMID] Check Snapshot for Virtual Machine….