vCenter 6.5 with External PSCs Cli Installation

With the introduction of vSphere6.5 VMware have given us a much more simplified approach to installing vCenter via command line. All the prerequisites still apply here you need a functioning DNS server with PTR and A record created etc. Everything you need is contained in the CD-ROM drive:\vcsa-cli-installer\templates\install folder. Within this folder are eight  .JSON  files… Continue reading vCenter 6.5 with External PSCs Cli Installation

Configuring VMAX3 XCOPY VAAI settings by PowerCli

When VMware released vSphere 6.x they introduced 3 new VAAI claim rules that can be utilized with the VMAX and VMAX3. By setting these values you can change the max transfer size up to a maximum 240MB.  A white paper released by dellEMC goes into the technology if far more detail than this post. Page 29 of the… Continue reading Configuring VMAX3 XCOPY VAAI settings by PowerCli

Run esxcli commands via PowerCli

Quick post on how to run esxcli commands via Powershell. 1 – Use PowerCli to connect to your Host Connect-VIServer 192.168.101.150 2 – Save your host as a variable. $myhost = get-vmhost 3 – Save a variable called $esxcli and use the Get-esxcli cmdlet and reference your newly created host variable as the -VMHost parameter. $esxcli… Continue reading Run esxcli commands via PowerCli

iDRAC Powershell Setup and Basic Audit

With the introduction of the Dell Hardware into the VxRack SDDC and Flex1000 ecosystems, I figured I better spend some time figuring out the iDRAC PowerShell cmdlets. Prerequisites: Powershell v3 minimum Installed iDRAC Module Locations: http://en.community.dell.com/techcenter/systems-management/w/wiki/7727.powershell-cmdlets-for-poweredge-servers Check where your current modules are installed by running this command Get-Module –ListAvailable Your Module Location will be listed as below.… Continue reading iDRAC Powershell Setup and Basic Audit