Categories
Tags
Blog Stats
- 589,922 hits
Follow me on Twitter
My TweetsRSS
Social
Category Archives: VMware
Easy way to uninstall the Trend Deep Security agent.
I was searching the easy way to uninstall the Trend Agent on the windows 10 and find the below command useful. Get-Package -Name “Trend Micro Deep Security Agent” | Uninstall-Package Or msiexec.exe /x <exact MSI package name>.msi /quiet Reference: https://success.trendmicro.com/solution/1055096-performing-silent-uninstallation-of-deep-security-agent-dsa-from-windows-machine
vCenter VPXD crashes because of high memory.
We have a vcenter environment with around 500 ESXi hosts running on multiple clusters and for the past several weeks we had the issue of Vcetner down because of VPXD crash and the service will be in stopped status. VMware … Continue reading
Posted in ESXi issue, Vcenter Appliance, vCSA 6.0, VCSA6.5, VMware
Tagged Vcenter Appliance Issue, vcenter issue, VMware logs, VPXD
Leave a comment
Bug in network introspection driver (vnetflt.sys) VMtools 11265 (11.0.1)
Recently we have upgraded the VMtools version from 10.305\10.346 to 11265 – 11.0.1 and we noticed few VMs went to hung status and noticed the below alert in windows VMs. vmware.log: 2020-02-07T12:50:58.182Z| vcpu-0| I125: Guest: vsep: AUDIT: VFileSocketMgrCloseSocket : Mux … Continue reading
Posted in ESXi issue, NSX 6.1.4, Vcenter Appliance, vCSA 6.0, VCSA6.5, VMs, VMtools issue, VMware, Vnic, vShield, Windows
Tagged ESXi Bug, VMtools issue, vsphere bug
Leave a comment
Error while migrating vSphere VMs to Amazon with AWS Server Migration Service
By the help of the link , configured the AWS Server Migration Service and at final stage of the sync it got failed with the error ” Instance failed to boot and establish network connectivity” So we stopped all the … Continue reading
Posted in AWS, AWS Server Migration Service, VMware, Windows
Tagged AWS, AWS Server Migration Service, VMware Server Migration
Leave a comment
VCSA Shell is disabled.
One of our VC is down because of the space issue and not able to login to the Shell. Followed the below steps to fix the same. Accessed the VCSA on Grub mode Found “/” and /storage/log partitions were full. … Continue reading
Posted in ESXi issue, Vcenter Appliance, vCSA 6.0, VCSA6.5, VMware
Tagged VCSA, vCSA 6.0, vCSA Issues, VCSA SSH
Leave a comment
EVC Mode on cluster for encryption
In our POC for our new application , noticed the significant differences on the performance on two different environment which is running on same hardware model.Even though the network layer is different from the environment A and B the issue … Continue reading
Posted in Dell, ESXi issue, HP, Vcenter Appliance, vCSA 6.0, VCSA6.5, VMware
Tagged encryption, EVC Mode, VMware performance issue
Leave a comment
SRM IP customization issue on Redhat VMs
During the DR test we have noticed that few of the Redhat 5\6\7 VMs were failing with various errors like ( “A general system error occurred: vix error codes = (3016,0)”,”Error – Timed out waiting for VMware Tools after 900 … Continue reading