vSphere – Migrating A VM To A New VMFS Datastore (CLI: VMKFSTOOLS)
You may encounter a scenario where a vCenter server is not part of a solution and SVMotion is not an option to migrate a VM from one VMFS datastore to […]
Virtualization & Storage
You may encounter a scenario where a vCenter server is not part of a solution and SVMotion is not an option to migrate a VM from one VMFS datastore to […]
The following script allows the user to modify an MS Windows Guest VM IP and DNS configuration. You may download the ‘IP&DNS_Modification.ps1‘ script HERE (Remove the .doc extension). Begin by […]
The VMware vSphere Host storage path limit as of vSphere 5.5 is 1024 and the maximum LUNs per host is 256. Maximum LUNS PER ESXi HOST = 256 Maximum FC […]
See also: VMware PowerCLI – Adding VMFS Datastore’s After creating the required LUN’s on your storage array and mapped the LUN’s to your ESXi hosts then you may use PowerCLI […]
Thank you Cliff, Steve and Luc for helping me out with this task. After you have created the required LUN’s on your storage array and mapped the LUN’s to your ESXi hosts, at this stage you may use PowerCLI to add these new LUNs as VMFS datastore’s. 1. Connect to vCenter: Connect-VIServer -Server “vcenter_IP” -User UserName -Password Password If you […]