PowerCLI: Upgrade from VMFS3 to VMFS5 with no downtime

From VI-Toolkit
Revision as of 16:05, 10 August 2013 by Wila (talk | contribs) (Created page with "=== ConvertTo-Vmfs5 === author: Timothy J. Patterson ==== Description ==== This script allows you to selectively upgrade a VMFS3 partition to VMFS5 with no downtime. ==== Us...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ConvertTo-Vmfs5

author: Timothy J. Patterson

Description

This script allows you to selectively upgrade a VMFS3 partition to VMFS5 with no downtime.

Usage

PS> Get-Datastore -Name "DS1" | ConvertTo-Vmfs5

Location

http://timsvirtualworld.com/2013/05/checking-vmfs-version-and-block-sizes-with-powercli/