This effectively implies native support for space reclamation in windows. I am curious, which Windows version do you have?
Отправлено с iPhone
02.12.2012, в 22:32, "Matjaz Znidar" <xdl-communities@communities.netapp.com<mailto:xdl-communities@communities.netapp.com>> написал(а):
<https://communities.netapp.com/index.jspa>
Re: LUN Space Reclamation
created by Matjaz Znidar<https://communities.netapp.com/people/UCB-NETAPP> in Storage Systems - View the full discussion<https://communities.netapp.com/message/95816#95816>
There is second way to reaclaim space. With use of ONTAP PowerShell Toolkit, you can do this without installing SnapDrive and also much faster (in 2TB LUN, 800GB free space was reclaimed in 80 minutes!)
Here are some commands you might find useful:
#Import modules to PowerShell
Import-Module DataONTAP
#Connect to filer
Connect-NaController x.y.z.a -Credential (Get-Credential)
#List all disks on host with path on ONTAP
Get-NaHostDisk
#Start reclaiming space
Invoke-NaHostVolumeSpaceReclaim X:\
Regards,
Matjaž
Reply to this message by replying to this email -or- go to the message on NetApp Community<https://communities.netapp.com/message/95816#95816>
Start a new discussion in Storage Systems by email<mailto:discussions-community-products_and_solutions-storage_systems@communities.netapp.com> or at NetApp Community<https://communities.netapp.com/choose-container.jspa?contentType=1&containerType=14&container=2878>