"Randy" == Randy Rue randyrue@gmail.com writes:
Randy> Hello all, I sure do have a lot of questions lately, Randy> I'm hoping to consolidate two aggregates into one for better space use, Randy> knowing that we might lose some performance.
Randy> We're currently running two SVMs, each with its own aggregate, one one Randy> each node of a FAS8020 cluster running 9.1P6 (I know, I know).
Randy> I inherited ownership of this cluster and didn't set it up.
Randy> When I try to add a new volume to one SVM I can only see one aggregate Randy> but I'd like to put that volume on the other aggr.
This doesn't make any sense to me, since aggregates aren't owned by the SVM. Unless whomever set this up did something funky and I'm about to learn something new.
From the sound of it, you're doing this from the web interface? Can
you maybe show some of the output from the CLI commands instead?
Can you do:
storage aggregate show -fields aggregate ,node ,is-home ,volcount vserver show -fields aggregate vol create -vserver <foo> -size 10g -aggregate <aggregate1> \ -volume test1
And then show us the errors.
Randy> How can I tell if I'm running HW or SW based ownership?
This is more at the node/disk level, not the aggregate level.
Randy> To confirm, if I was running SW based should I be able to use either Randy> aggr on either SVM?
It doesn't matter what you're running, aggregates are visible to all nodes and vservers in a cluster unless (I think!) they've been locked down in some way.
Randy> And last, is there any way to change from HW to SW without Randy> tearing it all up?
No need... I think you really need to look at:
storage aggregate show -instance
and see how things look there, then do:
vserver show -instance
and see if they are locked to only allocated on a specific aggregate somehow. God knows why anyone does this normally...
John