Microsoft Virtualization Discussions

Why I can't get any disk share information from AFF System?

AllenChang
583 Views

When I use the following Powershell command in a fas2750 with 900GB disk installed,

it shows the shared information

PS D:\> get-ncdisk 1.0.1 |Select-Object -ExpandProperty DiskRaidInfo |Select-Object -ExpandProperty DiskSharedInfo


AggregateList : {aggr0_cluster1_1_0}
ChecksumType : none
CopyDestinationClusterName :
CopyDestinationName :
CopyPercentComplete :
IsMediaScrubbing : True
IsOffline : False
IsPrefailed : False
IsReconstructing : False
IsReplacing : False
IsSparecore : False
IsZeroed : False
IsZeroing : False
NcController : 192.168.0.45
PartitioningType : root_data
ReconstructPercentComplete :
StoragePool :
ZeroingPercentComplete :
CopyPercentCompleteSpecified : False
IsMediaScrubbingSpecified : True
IsOfflineSpecified : True
IsPrefailedSpecified : True
IsReconstructingSpecified : True
IsReplacingSpecified : True
IsSparecoreSpecified : True
IsZeroedSpecified : True
IsZeroingSpecified : True
ReconstructPercentCompleteSpecified : False
ZeroingPercentCompleteSpecified : False

 

But When I use the same command in AFF System

It can't show anything

PS D:\> get-ncdisk 1.10.1|Select-Object -ExpandProperty DiskRaidInfo |Select-Object -ExpandProperty DiskSharedInfo
PS D:\>

 

and then I try to get DiskRaidInfo ExpandProperty,I see a different

When I use the command in disk system,it show the information

 

PS D:\> get-ncdisk 1.0.1 |Select-Object -ExpandProperty DiskRaidInfo


ActiveNodeName : cluster1_1
ContainerType : shared
DiskAggregateInfo : DataONTAP.C.Types.StorageDisk.DiskAggregateInfo
DiskOutageInfo :
DiskSharedInfo : DataONTAP.C.Types.StorageDisk.DiskSharedInfo
DiskSpareInfo : DataONTAP.C.Types.StorageDisk.DiskSpareInfo
DiskUid : 50000399:0859D3B4:00000000:00000000:00000000:00000000:00000000:00000000:00000000:00
000000
EffectiveDiskType : SAS
EffectiveRpm : 10000
NcController : 192.168.0.45
PhysicalBlocks : 219771846
Position : shared
SparePool : Pool0
UsedBlocks : 219392000
EffectiveRpmSpecified : True
PhysicalBlocksSpecified : True
UsedBlocksSpecified : True

 

You can see the DiskSharedInfo Property have the value in it,

But when I use the same command in an AFF system,it show the following

 

PS D:\> get-ncdisk 1.10.3 | Select-Object -ExpandProperty DiskRaidInfo


NcController : 20.1.1.82
ActiveNodeName : lab2_1
ContainerType : shared
DiskAggregateInfo : DataONTAP.C.Types.StorageDisk.DiskAggregateInfo
DiskOutageInfo : DataONTAP.C.Types.StorageDisk.DiskOutageInfo
DiskSharedInfo :
DiskSpareInfo :
DiskUid : 5002538B:08431390:00000000:00000000:00000000:00000000:00000000:00000000:00000000:00
000000
EffectiveDiskType : ssd
EffectiveRpm :
PhysicalBlocks :
Position :
SparePool : pool0
UsedBlocks : 959934889984
EffectiveRpmSpecified : False
PhysicalBlocksSpecified : False
UsedBlocksSpecified : True

 

the DiskSharedInfo property have no thing without the vaule,

 

How can I solve the problem in AFF system?

 

Please Help,

Thanks!

0 REPLIES 0
Public