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...
vROPS | How to get list of VMs with connected ISO files
Below vROPS view will help you to get a report having name of all those VMs which have connected CD-ROM and .iso file attached.
This solution was given to one of the team who was struggling to find some way to have this kind of report.
Step 0: Login vROPS
Step 1: Browse vROPS to create...
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...
PS | Command to list all VMs with vNIC Adapter Type
I would like to add below line into my notes. I will be happy if this help you as well.
Get-VM | Get-NetworkAdapter | Where-object {$_.Type -ne "Vmxnet3"} | Select @{N="VM";E={$_.Parent.Name}},Name,Type | Out-GridView
Thank you,
Team vCloudNot...
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...
Subscribe to:
Posts (Atom)