ONTAP Discussions

ghost aggregate on my two node HA pair

grocanar
90 Views

hi

i have strange behaviour on my ha pair

when i run 

snap::> disk show -disk 4.11.* -fields aggregate
disk aggregate
------- ---------------------
4.11.0 aggr0
4.11.1 aggr0
4.11.2 aggr0
4.11.3 aggr_snap_n02_sata_02
4.11.4 aggr_snap_n02_sata_02
4.11.5 aggr_snap_n02_sata_02
4.11.6 aggr_snap_n02_sata_02
4.11.7 aggr_snap_n02_sata_02
4.11.8 aggr_snap_n02_sata_02
4.11.9 aggr_snap_n02_sata_02
4.11.10 aggr_snap_02_system
4.11.11 -
12 entries were displayed.

 

But 

snap::> aggr show -aggregate aggr0

Error: show failed: Aggregate "aggr0" does not exist.

 

but now i can't use this disk attached on this "gohst" aggreagte.

 

how can i remove the ownership of gthis disk to aggr0? 

 

2 REPLIES 2

TMACMD
64 Views

do this.

set diag

debug vreport show

 

I suspect WAFL/VLDB will not match.

 

storage aggregate remove-stale-record -node <node> -aggregate aggr_snap_02_system

You need to figure which "node" that disk is on. You left that out of your output.

Ashun
28 Views

If aggr0 is not yours or want to delete it
Run the following command to determine which node aggr0 is on
::> system node run -node * -command sysconfig -r
Run the following command based on the above output to remove aggr
::> set -privilege advanced
::*> storage aggregate remove-stale-record -nodename [node_name] -aggregate aggr0

Public