Join  ESXi 6.x to Active Directory Using domainjoin-cli

The enhancement  with vSphere 6.x , Likewise utility called domainjoin-cli which allows you to join a system to an Active Directory Domain. Previously, if you wanted to automate the process of joining an ESXi host to an Active Directory Domain, you had to either manually configure it using the vSphere Web/Client . Below are the steps need […]

Read More

EMC VNX Components and their purpose

Components and their purpose Standby Power Supply – SPS – This is a 1u uninterruptible power supply designed to hold the Storage processors during a power failure for long enough to write any data in volatile memory to disk. Disk Processor Enclosure – DPE (VNX5100/5300/5500/5200/5400/5600/5800/7600 models) – This is the enclosure that contains the storage processors as […]

Read More

vCheck Daily Report for vSphere

vCheck is a PowerShell HTML framework script, the script is designed to run as a scheduled task before you get into the office to present you with key information via an email directly to your inbox in a nice easily readable format. This script picks on the key known issues and potential issues scripted as plugins for […]

Read More

HPE 3 PAR with VMware VAAI (vSphere Storage APIs for Array Integration)

VAAI (vSphere Storage APIs for Array Integration) The vSphere Storage APIs are a set of technologies and interfaces that enable vSphere to leverage storage resources to deliver the efficiency, control, and ease of customization that clients demand of their virtual environment. The vSphere Storage APIs for Array Integration (VAAI) is one of these technologies. Under the VAAI initiative, […]

Read More

Script to List Virtual Machine HW ,VM Tools Version , Tools Status

Below Script will get  virtualmachine hardware version , tools version , Tools status , Tools version status . Connect-VIServer -Server VM-VC.TEST.COM  -User  root -Password ******** Get-VM | Select @{N=”VMName”; E={$_.Name}}, @{N=”HardwareVersion”; E={$_.Extensiondata.Config.Version}}, @{N=”ToolsVersion”; E={$_.Extensiondata.Config.Tools.ToolsVersion}}, @{N=”ToolsStatus”; E={$_.Extensiondata.Summary.Guest.ToolsStatus}}, @{N=”ToolsVersionStatus”; E={$_.Extensiondata.Summary.Guest.ToolsVersionStatus}}, @{N=”ToolsRunningStatus”; E={$_.Extensiondata.Summary.Guest.ToolsRunningStatus}} | Export-Csv  C:\vmdata.csv Output  VMName HardwareVersion ToolsVersion ToolsStatus ToolsVersionStatus ToolsRunningStatus TEST-VM-01 vmx-11 10249 toolsOld guestToolsNeedUpgrade guestToolsRunning TEST-VM-01 […]

Read More

HPE 3 PAR with VMware Virtual Volumes (VVols)

VVols is  was a new storage architecture introduced in vSphere 6 and further enhanced with vSphere 6.5. HPE is a key design partner with VMware who selected HPE 3PAR StoreServ as the Fibre Channel (FC) reference platform for VMware’s engineering team. HPE 3PAR StoreServ provides a tightly integrated experience that does not require an additional plug-in or software […]

Read More

HP 3PAR SSMC – StoreServ Management Console

Old  3PAR Inform Management Console wasn’t exactly the best, screen refreshes taking a while, being logged out of StoreServ’s with the connection still showing as open. HP’s new 3PAR StoreServ Management Console – ‘SSMC’ is more features and stable one. What’s New New dashboard with the same look and feel as OneView Management of file […]

Read More