,

vROPS | CPU Addition Automation

Hello Friends,In my previous post, I explained the cpu addition automation with PowerShell. Now, I got a request to explain the steps from vROPS as well. As I said that who has vROPS then it is better than doing it from PowerShell. vROPS is undoubtedly Enterprise level solution and I would say PS here...
, ,

Automation | Add vCPU in VM if usage is more than 90%

Hi Guys,I got this question from one of the VMware group so I thought to add it in my blog and then share. Automation of CPU addition is not tough but adding it with condition can be little challenging. You can do it with vROPS very easily but if you don't have vROPS then I have solution for you.Pre-requisite is to enable hot add for CPU. Below is the base code-  Connect-VIServer vcenter_ip #to...