storage aggregate offline
Offline an aggregate
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The storage aggregate offline command takes an aggregate offline.
If you are taking a root aggregate offline, the node owning the aggregate must be in maintenance mode.
Parameters
- -aggregate <aggregate name> - Aggregate
- The name of the aggregate to be taken offline.
Examples
The following example takes an aggregate named aggr1 offline:
cluster1::> storage aggregate offline -aggregate aggr1
The following example takes an aggregate named aggr1 offline by unmounting its volumes:
cluster1::*> storage aggregate offline -aggregate aggr1 -unmount-volumes true
Give documentation feedback