<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Why I can't get any disk share information from AFF System? in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Why-I-can-t-get-any-disk-share-information-from-AFF-System/m-p/442189#M6676</link>
    <description>&lt;P&gt;When I use the following Powershell command in a fas2750 with 900GB disk installed,&lt;/P&gt;&lt;P&gt;it shows the shared information&lt;/P&gt;&lt;P&gt;PS D:\&amp;gt; get-ncdisk 1.0.1 |Select-Object -ExpandProperty DiskRaidInfo |Select-Object -ExpandProperty DiskSharedInfo&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;AggregateList : {aggr0_cluster1_1_0}&lt;BR /&gt;ChecksumType : none&lt;BR /&gt;CopyDestinationClusterName :&lt;BR /&gt;CopyDestinationName :&lt;BR /&gt;CopyPercentComplete :&lt;BR /&gt;IsMediaScrubbing : True&lt;BR /&gt;IsOffline : False&lt;BR /&gt;IsPrefailed : False&lt;BR /&gt;IsReconstructing : False&lt;BR /&gt;IsReplacing : False&lt;BR /&gt;IsSparecore : False&lt;BR /&gt;IsZeroed : False&lt;BR /&gt;IsZeroing : False&lt;BR /&gt;NcController : 192.168.0.45&lt;BR /&gt;PartitioningType : root_data&lt;BR /&gt;ReconstructPercentComplete :&lt;BR /&gt;StoragePool :&lt;BR /&gt;ZeroingPercentComplete :&lt;BR /&gt;CopyPercentCompleteSpecified : False&lt;BR /&gt;IsMediaScrubbingSpecified : True&lt;BR /&gt;IsOfflineSpecified : True&lt;BR /&gt;IsPrefailedSpecified : True&lt;BR /&gt;IsReconstructingSpecified : True&lt;BR /&gt;IsReplacingSpecified : True&lt;BR /&gt;IsSparecoreSpecified : True&lt;BR /&gt;IsZeroedSpecified : True&lt;BR /&gt;IsZeroingSpecified : True&lt;BR /&gt;ReconstructPercentCompleteSpecified : False&lt;BR /&gt;ZeroingPercentCompleteSpecified : False&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But When I use the same command in AFF System&lt;/P&gt;&lt;P&gt;It can't show anything&lt;/P&gt;&lt;P&gt;PS D:\&amp;gt; get-ncdisk 1.10.1|Select-Object -ExpandProperty DiskRaidInfo |Select-Object -ExpandProperty DiskSharedInfo&lt;BR /&gt;PS D:\&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and then I try to get DiskRaidInfo ExpandProperty,I see a different&lt;/P&gt;&lt;P&gt;When I use the command in disk system,it show the information&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS D:\&amp;gt; get-ncdisk 1.0.1 |Select-Object -ExpandProperty DiskRaidInfo&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ActiveNodeName : cluster1_1&lt;BR /&gt;ContainerType : shared&lt;BR /&gt;DiskAggregateInfo : DataONTAP.C.Types.StorageDisk.DiskAggregateInfo&lt;BR /&gt;DiskOutageInfo :&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;DiskSharedInfo : DataONTAP.C.Types.StorageDisk.DiskSharedInfo&lt;/FONT&gt;&lt;BR /&gt;DiskSpareInfo : DataONTAP.C.Types.StorageDisk.DiskSpareInfo&lt;BR /&gt;DiskUid : 50000399:0859D3B4:00000000:00000000:00000000:00000000:00000000:00000000:00000000:00&lt;BR /&gt;000000&lt;BR /&gt;EffectiveDiskType : SAS&lt;BR /&gt;EffectiveRpm : 10000&lt;BR /&gt;NcController : 192.168.0.45&lt;BR /&gt;PhysicalBlocks : 219771846&lt;BR /&gt;Position : shared&lt;BR /&gt;SparePool : Pool0&lt;BR /&gt;UsedBlocks : 219392000&lt;BR /&gt;EffectiveRpmSpecified : True&lt;BR /&gt;PhysicalBlocksSpecified : True&lt;BR /&gt;UsedBlocksSpecified : True&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can see the &lt;FONT color="#FF0000"&gt;DiskSharedInfo&lt;/FONT&gt; Property have the value in it,&lt;/P&gt;&lt;P&gt;But when I use the same command in an AFF system,it show the following&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS D:\&amp;gt; get-ncdisk 1.10.3 | Select-Object -ExpandProperty DiskRaidInfo&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;NcController : 20.1.1.82&lt;BR /&gt;ActiveNodeName : lab2_1&lt;BR /&gt;ContainerType : shared&lt;BR /&gt;DiskAggregateInfo : DataONTAP.C.Types.StorageDisk.DiskAggregateInfo&lt;BR /&gt;DiskOutageInfo : DataONTAP.C.Types.StorageDisk.DiskOutageInfo&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;DiskSharedInfo :&lt;/FONT&gt;&lt;BR /&gt;DiskSpareInfo :&lt;BR /&gt;DiskUid : 5002538B:08431390:00000000:00000000:00000000:00000000:00000000:00000000:00000000:00&lt;BR /&gt;000000&lt;BR /&gt;EffectiveDiskType : ssd&lt;BR /&gt;EffectiveRpm :&lt;BR /&gt;PhysicalBlocks :&lt;BR /&gt;Position :&lt;BR /&gt;SparePool : pool0&lt;BR /&gt;UsedBlocks : 959934889984&lt;BR /&gt;EffectiveRpmSpecified : False&lt;BR /&gt;PhysicalBlocksSpecified : False&lt;BR /&gt;UsedBlocksSpecified : True&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the &lt;FONT color="#FF0000"&gt;DiskSharedInfo&lt;/FONT&gt; property have no thing without the vaule,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I solve the problem in AFF system?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please Help,&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 09:52:07 GMT</pubDate>
    <dc:creator>AllenChang</dc:creator>
    <dc:date>2025-06-04T09:52:07Z</dc:date>
    <item>
      <title>Why I can't get any disk share information from AFF System?</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Why-I-can-t-get-any-disk-share-information-from-AFF-System/m-p/442189#M6676</link>
      <description>&lt;P&gt;When I use the following Powershell command in a fas2750 with 900GB disk installed,&lt;/P&gt;&lt;P&gt;it shows the shared information&lt;/P&gt;&lt;P&gt;PS D:\&amp;gt; get-ncdisk 1.0.1 |Select-Object -ExpandProperty DiskRaidInfo |Select-Object -ExpandProperty DiskSharedInfo&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;AggregateList : {aggr0_cluster1_1_0}&lt;BR /&gt;ChecksumType : none&lt;BR /&gt;CopyDestinationClusterName :&lt;BR /&gt;CopyDestinationName :&lt;BR /&gt;CopyPercentComplete :&lt;BR /&gt;IsMediaScrubbing : True&lt;BR /&gt;IsOffline : False&lt;BR /&gt;IsPrefailed : False&lt;BR /&gt;IsReconstructing : False&lt;BR /&gt;IsReplacing : False&lt;BR /&gt;IsSparecore : False&lt;BR /&gt;IsZeroed : False&lt;BR /&gt;IsZeroing : False&lt;BR /&gt;NcController : 192.168.0.45&lt;BR /&gt;PartitioningType : root_data&lt;BR /&gt;ReconstructPercentComplete :&lt;BR /&gt;StoragePool :&lt;BR /&gt;ZeroingPercentComplete :&lt;BR /&gt;CopyPercentCompleteSpecified : False&lt;BR /&gt;IsMediaScrubbingSpecified : True&lt;BR /&gt;IsOfflineSpecified : True&lt;BR /&gt;IsPrefailedSpecified : True&lt;BR /&gt;IsReconstructingSpecified : True&lt;BR /&gt;IsReplacingSpecified : True&lt;BR /&gt;IsSparecoreSpecified : True&lt;BR /&gt;IsZeroedSpecified : True&lt;BR /&gt;IsZeroingSpecified : True&lt;BR /&gt;ReconstructPercentCompleteSpecified : False&lt;BR /&gt;ZeroingPercentCompleteSpecified : False&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But When I use the same command in AFF System&lt;/P&gt;&lt;P&gt;It can't show anything&lt;/P&gt;&lt;P&gt;PS D:\&amp;gt; get-ncdisk 1.10.1|Select-Object -ExpandProperty DiskRaidInfo |Select-Object -ExpandProperty DiskSharedInfo&lt;BR /&gt;PS D:\&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and then I try to get DiskRaidInfo ExpandProperty,I see a different&lt;/P&gt;&lt;P&gt;When I use the command in disk system,it show the information&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS D:\&amp;gt; get-ncdisk 1.0.1 |Select-Object -ExpandProperty DiskRaidInfo&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ActiveNodeName : cluster1_1&lt;BR /&gt;ContainerType : shared&lt;BR /&gt;DiskAggregateInfo : DataONTAP.C.Types.StorageDisk.DiskAggregateInfo&lt;BR /&gt;DiskOutageInfo :&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;DiskSharedInfo : DataONTAP.C.Types.StorageDisk.DiskSharedInfo&lt;/FONT&gt;&lt;BR /&gt;DiskSpareInfo : DataONTAP.C.Types.StorageDisk.DiskSpareInfo&lt;BR /&gt;DiskUid : 50000399:0859D3B4:00000000:00000000:00000000:00000000:00000000:00000000:00000000:00&lt;BR /&gt;000000&lt;BR /&gt;EffectiveDiskType : SAS&lt;BR /&gt;EffectiveRpm : 10000&lt;BR /&gt;NcController : 192.168.0.45&lt;BR /&gt;PhysicalBlocks : 219771846&lt;BR /&gt;Position : shared&lt;BR /&gt;SparePool : Pool0&lt;BR /&gt;UsedBlocks : 219392000&lt;BR /&gt;EffectiveRpmSpecified : True&lt;BR /&gt;PhysicalBlocksSpecified : True&lt;BR /&gt;UsedBlocksSpecified : True&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can see the &lt;FONT color="#FF0000"&gt;DiskSharedInfo&lt;/FONT&gt; Property have the value in it,&lt;/P&gt;&lt;P&gt;But when I use the same command in an AFF system,it show the following&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS D:\&amp;gt; get-ncdisk 1.10.3 | Select-Object -ExpandProperty DiskRaidInfo&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;NcController : 20.1.1.82&lt;BR /&gt;ActiveNodeName : lab2_1&lt;BR /&gt;ContainerType : shared&lt;BR /&gt;DiskAggregateInfo : DataONTAP.C.Types.StorageDisk.DiskAggregateInfo&lt;BR /&gt;DiskOutageInfo : DataONTAP.C.Types.StorageDisk.DiskOutageInfo&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;DiskSharedInfo :&lt;/FONT&gt;&lt;BR /&gt;DiskSpareInfo :&lt;BR /&gt;DiskUid : 5002538B:08431390:00000000:00000000:00000000:00000000:00000000:00000000:00000000:00&lt;BR /&gt;000000&lt;BR /&gt;EffectiveDiskType : ssd&lt;BR /&gt;EffectiveRpm :&lt;BR /&gt;PhysicalBlocks :&lt;BR /&gt;Position :&lt;BR /&gt;SparePool : pool0&lt;BR /&gt;UsedBlocks : 959934889984&lt;BR /&gt;EffectiveRpmSpecified : False&lt;BR /&gt;PhysicalBlocksSpecified : False&lt;BR /&gt;UsedBlocksSpecified : True&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the &lt;FONT color="#FF0000"&gt;DiskSharedInfo&lt;/FONT&gt; property have no thing without the vaule,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I solve the problem in AFF system?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please Help,&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 09:52:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Why-I-can-t-get-any-disk-share-information-from-AFF-System/m-p/442189#M6676</guid>
      <dc:creator>AllenChang</dc:creator>
      <dc:date>2025-06-04T09:52:07Z</dc:date>
    </item>
  </channel>
</rss>

