Re: hardware or software based disk ownership?
"Rue, Randy" <[email protected]>
| Newsgroups | gmane.comp.hardware.netapp |
|---|---|
| Message-ID | <[email protected]> |
I was misremembering from my early days in pre-cluster mode. Forget any mention of disk ownership :) Can an aggregate be used by more than one SVM? If so, how? When I try to add the aggregate to the other SVM, the command returns without error but vserver show still shows the SVMS and their assigned aggregates unchanged. On 7/7/2020 12:10 PM, John Stoffel wrote: > Randy, > Check your configuration, you need to assign the aggregates to the > vservers. > > > > https://library.netapp.com/ecmdocs/ECMP1196912/html/GUID-5255E7D8-F420-4BD3-AEFB-7EF65488C65C.html > > shows you the steps to take. > > vserver show -fields aggr-list > > vserver modify -vserver <vserver> -aggr-list <aggr1>,<aggr2>[,aggrN] > > John