Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
fcacing issue in adding disk in aggregate
Comand:-
aggr add aggr0 -g rg0 -d 4a.11.15
Error:-
aggr add: Couldn't add disks: specified raid group rg0 is full to raidsize.
Please share the solution.
Regards
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Rawat,
RAID Groups are created when an aggregate is created, or when new disks are added to the aggregate - depending on how many disks are specified for the size of the RAID group. The size of the RAID group is determined from the options specified when creating an aggregate. You can increase the Raid group size by using the following command.
aggr modify -aggregate aggr_name -maxraidsize ##
aggr add-disks -aggregate aggr_names -diskcount ##
This will tell it to inc rease the RG size and then add disks to the aggregate and raidgroup
Hope this helps.
Thanks
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
