PowerCLI: Upgrading your VMFS datastores: Difference between revisions
Jump to navigation
Jump to search
Created page with "=== Upgrading your VMFS datastores with PowerCLI === author: Robert van den Nieuwendijk ==== Description ==== This script gives you the possibility to run in-place upgrades o..." |
mNo edit summary |
||
Line 16: | Line 16: | ||
http://rvdnieuwendijk.com/2013/06/05/upgrading-your-vmfs-datastores-with-powercli/ | http://rvdnieuwendijk.com/2013/06/05/upgrading-your-vmfs-datastores-with-powercli/ | ||
[[Category: PowerCLI]] [[Category: Host Management]] | [[Category: PowerCLI]] [[Category: Host Management]][[Category: Storage]] |
Latest revision as of 08:51, 7 April 2014
Upgrading your VMFS datastores with PowerCLI
author: Robert van den Nieuwendijk
Description
This script gives you the possibility to run in-place upgrades on your VMFS datastores to upgrade them from VMFS-3 to VMFS-5
Usage
PowerCLI C:\> Get-Datastore -Name Datastore1 | Upgrade-VmfsDatastore -WhatIf What if: Performing operation "Upgrade-VmfsDatastore" on Target "Datastore1". PowerCLI C:\> Get-Datastore -Name Datastore1 | Upgrade-VmfsDatastore
Name FreeSpaceGB CapacityGB ---- ----------- ---------- Datastore1 103,861 499,750
Location
http://rvdnieuwendijk.com/2013/06/05/upgrading-your-vmfs-datastores-with-powercli/