All about NSX-T

I got very very awesome way to learn NSX-T so I just wanted to share with you guys. I erased all the content of my previous postbecause duplicating the text is not smart way and specially if it is already written in better way and by VMware. Just browse below link, login with your VMware account credentials (if you have already sign-up otherwise you need to sign-up first) and start exploring NSX-T...

NSX | Deny vs Reject

In NSX, while configuring firewall rules in Edge or in DFW, you might have noticed that there are three option while choosing any action for any incoming or outgoing packet. In DFW - it is Allow, Block and Reject In ESG - it is Accept, Deny and Reject Reject action sends following responses- RST...

NSX | What happens when.....

Since last few days, I was getting lots of questions like what happens when host down, control VM down or a controller down etc. Then I thought to list down all the cases but fortunately I found below VMware article which explain well about it. I hope you too will like it. Thank you, Team vCloudNote...

vCenter | Change Power Management Policy on all ESXi hosts

Hi Guys, To know in detail about Host Power Management Policy, click here. In short, in production environment, it should be "High Performance" otherwise many issue may arise like latency while backing up a VM or VM was not responding between interval of time etc. So, if it is "Balanced" then it could be one of the reason. Right now, login your vCenter and check the power management policy...

ESXi | Error while backing up Configuration of ESXi host

This time I got a problem with ESXi host where team was getting and "Internal Server Error" while taking the backup of configuration of ESXi host. I checked and found that on that host folder "Downloads" was not there in Scratch partition. I simply SSH the host and created the folder with command "mkdir downloads" in scratch partition and taken the backup with below Powershell command successfully. #Start...