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
I would like to create an aggregate for a sas disk shelf with raid group 24 and keep one disk as spare disk.
aggr create aggrname -B 64 24
is that correct?
how do i make one disk as spares?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
How many SAS disks you have ? You don't need to create spare. Let say if you have 25 SAS disks available and you created aggr of 24 disks remaining one disk would act as spare.
and correct command to create aggr with 24 disks and 64 bit is:-
aggr create "aggr name" -B 64 -r "Raid group Size (24 in your case)" "Number of disks {24 in your case}.
Hope it will help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I did this.
aggr create agg_name -B64 -t raid_dp -r 24 23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If your problem got solved. Mark it as correct answer.
