Microsoft Virtualization Discussions
Microsoft Virtualization Discussions
Using the new version of the toolkit and was looking for the dedup percentage savings, but it is missing.
PS C:\Users\cno5f5> get-nasis /vol/corpsys
BlocksSkippedSharing :
ChangelogUsedPercent :
CheckpointOpType : -
CheckpointProgress : -
CheckpointStage : -
CheckpointSubStage : -
CheckpointTime : 0
IsCompressionEnabled :
IsInlineCompressionEnabled :
LastOperationBeginTimestamp : 1340326801
LastOperationEndTimestamp : 1340330225
LastOperationError :
LastOperationSize : 62 GB
LastOperationSizeBytes :
LastOperationState :
LastSuccessOperationBeginTimestamp :
LastSuccessOperationEndTimestamp :
LogicalData :
MinimumBlocksShared :
Path : /vol/corpsys
Progress : Idle for 12:10:43
QueuedJobType :
Schedule : auto
StaleFingerprintPercentage :
State : Enabled
Status : Idle
Type : Regular
BlocksSkippedSharingSpecified : False
ChangelogUsedPercentSpecified : False
CheckpointTimeSpecified : True
IsCompressionEnabledSpecified : False
IsInlineCompressionEnabledSpecified : False
LastOperationBeginTimestampSpecified : True
LastOperationEndTimestampSpecified : True
LastOperationSizeBytesSpecified : False
LastSuccessOperationBeginTimestampSpecified : False
LastSuccessOperationEndTimestampSpecified : False
MinimumBlocksSharedSpecified : False
StaleFingerprintPercentageSpecified : False
Solved! See The Solution
You should be able to find what you're looking for using Get-NaVol.
PS C:\Users\SBeam> $vol = Get-NaVol vol4
PS C:\Users\SBeam> $vol.Sis.SisInfo | fl *
CompressSaved :
DedupSaved :
LastOperationBegin : Tue May 1 16:00:00 EDT 2012
LastOperationEnd : Tue May 1 16:00:01 EDT 2012
LastOperationError :
LastOperationSize : 74756096
PercentCompressSaved :
PercentDedupSaved :
PercentTotalSaved :
PercentageSaved : 38
Progress : idle for 1242:25:08
Schedule : auto
SizeSaved : 4294975488
SizeShared : 2147491840
State : enabled
Status : idle
TotalSaved :
Type : regular
Hope that helps!
-Steven
You should be able to find what you're looking for using Get-NaVol.
PS C:\Users\SBeam> $vol = Get-NaVol vol4
PS C:\Users\SBeam> $vol.Sis.SisInfo | fl *
CompressSaved :
DedupSaved :
LastOperationBegin : Tue May 1 16:00:00 EDT 2012
LastOperationEnd : Tue May 1 16:00:01 EDT 2012
LastOperationError :
LastOperationSize : 74756096
PercentCompressSaved :
PercentDedupSaved :
PercentTotalSaved :
PercentageSaved : 38
Progress : idle for 1242:25:08
Schedule : auto
SizeSaved : 4294975488
SizeShared : 2147491840
State : enabled
Status : idle
TotalSaved :
Type : regular
Hope that helps!
-Steven
cool... i didn't know that info was in get-navol
thanks
PS C:\Users\cno5f5> (get-navol addr).sis.sisinfo
CompressSaved :
DedupSaved :
LastOperationBegin : Thu Jun 21 19:00:00 EDT 2012
LastOperationEnd : Thu Jun 21 20:49:18 EDT 2012
LastOperationError :
LastOperationSize : 127625146368
PercentCompressSaved :
PercentDedupSaved :
PercentTotalSaved :
PercentageSaved : 49
Progress : idle for 13:44:27
Schedule : auto
SizeSaved : 297299369984
SizeShared : 94946349056
State : enabled
Status : idle
TotalSaved :
Type : regular