ONTAP Hardware

Netapp FAS 2020 system comes default with RAID DP how to configure other RAID???

haroon_ghulam
5,474 Views

Hi All,

 

We have bought a new FAS 2020 System, it came with 12 hard disk and RAID-DP configured. Now, I have allocated 10 Hard disk to aggreate using GUI. But I am unable to add other 2 drives to aggregates, a error messge comes saying, the RAID technology you are using needs two hard drives as spares. I don't want to use spare hard drives for the RAID-DP. Can anybody help in this matter please?

 

Regards,

 

Nooona

6 REPLIES 6

radek_kubka
5,474 Views

Leave one hot spare, otherwise you'll be bombarded with error messages (well, it also makes technical sense IMHO)

The other one could be added via CLI:

aggr add <your aggrname> 1

Regards,
Radek

ogra
5,474 Views

Hi,

I think you are trying to have more than at present.

Out of 12 Internal Disk. 10 Disks are already utilized in RAID-DP.

We support RAID-4 and RAID-DP.

Now minimum disk for RAID-4 is 2 which you can achieve using the remaining 2 Disks. However, then both the Aggregates ( RAID-4 & RAID-DP) will be running without any global hot-spare.

If you want to have more usable space, you can add 1 disk ( out of the 2 remaining). NetApp best practice is to keep atleast 1 hot spare within 2 disk shelf ( if using RAID-DP). But be carefull, you are using internal disks

and hence you wont be able to mix them with the external shelf later on, unless they are 1TB SATA drives as internal disks.

artur_kusiak
5,474 Views

Hi

You can convert your current RAID_DP configuration to RAID 4 however you will lose the benfit of the additional drive protection. The NetApp Filerview by default does not allow to add the last two disk into a raid group. You have to add the single disk through command line and force it. You can only add a single disk out of the two spares. You can not run a system without a spare disk, the system will not allow. NetApp filer will shutdown by default after running for 24 hours without a spare drive in an event a spare has been used up by a failed disk event. To add a disk comamnd is: aggr add <aggr name> -f -d <disk name>

I hope this helps

Artur

SISTEMAS_LAVOZ
5,474 Views

Hi Artur

You tell the following:

You can not run a system without a spare disk, the system will not allow. NetApp filer will shutdown by default after running for 24 hours without a spare drive in an event a spare has been used up by a failed disk event.

Do you know if this timeout may be modified with a specific option of the filer?

We´ve found this timeout:

netapp1-spa> options raid.timeout

raid.timeout                 24         (value might be overwritten in takeover)

but this timeout does only apply when a RAID-DP has two failed disks ?

This timeout does not apply when a failed disk has no spare disk as replacement.

bepresseditor
5,474 Views

Don't let anyone tell you it can't be done.  It might not be a good idea, but it is possible.  You'll have to add the last two drives via the command line,

and nothing bad will happen after 24 hours.  Here's an example: twelve one 1TB SATA drives in an FAS2020 with DataONTAP 7.3.3 nets you 7449GB usable space:

BabyNetApp> vol add aggr0 -d 0c.00.11
BabyNetApp> vol status -r
Aggregate aggr0 (online, raid_dp) (block checksums)
Plex /aggr0/plex0 (online, normal, active)
  RAID group /aggr0/plex0/rg0 (scrubbing 24% completed)
   RAID Disk Device     HA  SHELF BAY CHAN Pool Type  RPM  Used (MB/blks)    Phys (MB/blks)
   --------- ------     ------------- ---- ---- ---- ----- --------------    --------------
   dparity   0c.00.1    0c    0   1   SA:B   -  SATA  7200 847555/1735794176 847884/1736466816
   parity    0c.00.4    0c    0   4   SA:B   -  SATA  7200 847555/1735794176 847884/1736466816
   data      0c.00.2    0c    0   2   SA:B   -  SATA  7200 847555/1735794176 847884/1736466816
   data      0c.00.3    0c    0   3   SA:B   -  SATA  7200 847555/1735794176 847884/1736466816
   data      0c.00.5    0c    0   5   SA:B   -  SATA  7200 847555/1735794176 847884/1736466816
   data      0c.00.10   0c    0   10  SA:B   -  SATA  7200 847555/1735794176 847884/1736466816
   data      0c.00.0    0c    0   0   SA:B   -  SATA  7200 847555/1735794176 847884/1736466816
   data      0c.00.6    0c    0   6   SA:B   -  SATA  7200 847555/1735794176 847884/1736466816
   data      0c.00.7    0c    0   7   SA:B   -  SATA  7200 847555/1735794176 847884/1736466816
   data      0c.00.8    0c    0   8   SA:B   -  SATA  7200 847555/1735794176 847884/1736466816
   data      0c.00.11   0c    0   11  SA:B   -  SATA  7200 847555/1735794176 847884/1736466816
   data      0c.00.9    0c    0   9   SA:B   -  SATA  7200 847555/1735794176 847884/1736466816

You'll need to live with the "sam.misconfig.noEligibleSpares" warning, though you can make it less annoying by setting "raid.min_spare_count".  Assuming scrubbing is enabled and active, you'll need three drive failures before data is lost.   Keeping a spare drive in your server closet, while not practical, would be a good idea.

BabyNetApp> aggr show_space -g 
Aggregate 'aggr0'
    Total space    WAFL reserve    Snap reserve    Usable space       BSR NVLOG           A-SIS
         8276GB           827GB           372GB          7076GB             0GB             0GB


Darkstar
5,474 Views

Note that you can only set min_spare_count to zero if you have RAID DP, not if you have RAID 4.

Public