Author: munishpalmakhija

Uncategorized

VMware NSX Installation – Part 1

As mentioned in previous post following is the high level procedure for NSX Installation Deploy NSX Manager Register with vCenter Deploy NSX Controllers Prepare ESXi Hosts for NSX Configure VXLAN Networking Make sure the DVSwitch and Transport VLAN details are in handy beforehand If using Static IPs then IP Pools…Continue readingVMware NSX Installation – Part 1

Uncategorized

VMware NSX Installation Procedure and Requirements

Before doing the actual installation I preferr to lay down the procedure and requirements. This helps seamless deployment experience Procedure   Deploy NSX Manager Register with vCenter Deploy NSX Controllers IP Pools needs to be configured in vCenter Wait for the 1st Controller to be deployed successfully before starting the remaining…Continue readingVMware NSX Installation Procedure and Requirements

Uncategorized

Site Recovery Manager 5.8.1.1 Express Patch Release

Couple of months ago I posted an SRM Fault which were observing in the environment  –   Protection Group summary page shows 25 VMs as not configured. When checked in the in protection group, VMs with warnings are not getting displayed Click Here.  VMware has released Express Patch for SRM 5.8.1…Continue readingSite Recovery Manager 5.8.1.1 Express Patch Release

Uncategorized

VMware vCenter Server Appliance 6.0 Reference Poster

VMware has recently published VMware vCenter Server Appliance 6.0 Reference Poster. Click Here It has 12 Sections. I found it very helpful and good initiative, looking at the direction which they have been recommending all Customers to use Appliance instead of Windows based vCenter Hardware Requirements – KB 2106572 Storage…Continue readingVMware vCenter Server Appliance 6.0 Reference Poster

Uncategorized

Automate PowerCLI Install using Powershell

I had a requirement to automate PowerCLI installation with minimal manual involvement possible I found the syntax mentioned below from Here Prerequisites Download and Copy the executable to shared location Ensure the access is configured Install PowerCLI Syntax Set-executionPolicy RemoteSigned -Confirm:$false -force Write-Host \”Installing PowerCLI\” $myargs = $myargs = \’/q…Continue readingAutomate PowerCLI Install using Powershell