Good morning everyone.
Acquire a mother gigabyte H97-D3H board to set up my server using the RAID controller embedded on the motherboard, an Intel controller. During boot me appear the information that the volume mounted Bios RAID controller is created but do not appear in webgui.
Has anyone experienced this?
I've seen performed the following commands:
# Graid Intel-cca147a1 delete
# Graid label -s 131072 Intel date RAID1 ada0 ADA1
# Graid list
Geom name: Intel-f3739846
State: OPTIMAL
Metadata: Intel
Providers:
1. Name: raid/r0
Mediasize: 1000204881920 (931G)
Sectorsize: 512
Stripesize: 4096
Stripeoffset: 0
Mode: r1w0e2
Subdisks: ada0 (ACTIVE), ada1 (ACTIVE)
Dirty: No
State: OPTIMAL
Strip: 131072
Components: 2
Transformation: RAID1
RAIDLevel: RAID1
Label: data
descr: Intel RAID1 volume
Consumers:
1. Name: ada0
Mediasize: 1000204886016 (931G)
Sectorsize: 512
Stripesize: 4096
Stripeoffset: 0
Mode: r1w1e1
ReadErrors: 0
Subdisks: r0(data):0@0
State: ACTIVE (ACTIVE)
2. Name: ada1
Mediasize: 1000204886016 (931G)
Sectorsize: 512
Stripesize: 4096
Stripeoffset: 0
Mode: r1w1e1
ReadErrors: 0
Subdisks: r0(data):1@0
State: ACTIVE (ACTIVE)
# graid status
Name Status Components
raid/r0 OPTIMAL ada0 (ACTIVE (ACTIVE))
ada1 (ACTIVE (ACTIVE))
Tudo ok mas, não consigo montar o disco no webgui para uso no sistema.
Alguém pode me ajudar com essa questão?
Tks
This is the old XigmaNAS forum in read only mode,
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
Raid HW not appear in the WebGui
-
wandersonfroes
- NewUser

- Posts: 7
- Joined: 11 Jun 2015 14:27
- Status: Offline
- erico.bettoni
- experienced User

- Posts: 140
- Joined: 25 Jun 2012 22:36
- Location: São Paulo - Brasil
- Status: Offline
Re: Raid HW not appear in the WebGui
Não usa raid intel não! Na verdade não use nenhum raid de hardware.
Vá direto de ZFS.
Vá direto de ZFS.
-
wandersonfroes
- NewUser

- Posts: 7
- Joined: 11 Jun 2015 14:27
- Status: Offline
Re: Raid HW not appear in the WebGui
ZRAID é melhor do que as outras formas de RAID?
A diretoria está me exigindo usar RAID devido termos um sistema desenvolvido em Firebird e eles querem que o banco esteja nos dois HDs
A diretoria está me exigindo usar RAID devido termos um sistema desenvolvido em Firebird e eles querem que o banco esteja nos dois HDs
- erico.bettoni
- experienced User

- Posts: 140
- Joined: 25 Jun 2012 22:36
- Location: São Paulo - Brasil
- Status: Offline
Re: Raid HW not appear in the WebGui
ZFS vai ser melhor que hardware raid, principalmente que o Intel. Use também memória ECC, e, claro, tenha backups do banco, não dependa do ZFS ou raid de hardware. RAID não substitui backups.
No seu caso se são 4 discos é melhorar você fazer 2 mirrors em um pool (equivalente ao RAID 10/01).
Se forem só 2 discos faz apenas um mirror.
No seu caso se são 4 discos é melhorar você fazer 2 mirrors em um pool (equivalente ao RAID 10/01).
Se forem só 2 discos faz apenas um mirror.
- b0ssman
- Forum Moderator

- Posts: 2438
- Joined: 14 Feb 2013 08:34
- Location: Munich, Germany
- Status: Offline
Re: Raid HW not appear in the WebGui
intel "hardware" raid controllers are not supported by freebsd.
Nas4Free 11.1.0.4.4517. Supermicro X10SLL-F, 16gb ECC, i3 4130, IBM M1015 with IT firmware. 4x 3tb WD Red, 4x 2TB Samsung F4, both GEOM AES 256 encrypted.
- daoyama
- Developer

- Posts: 394
- Joined: 25 Aug 2012 09:28
- Location: Japan
- Status: Offline
Re: Raid HW not appear in the WebGui
Some type of Bios RAID is supported via graid on FreeBSD. But NAS4Free does not support it. And you cannot mount the disk from WebGUI.
If you want to use it, you have to mount the disk by CLI. (System|Advanced|Command scripts)
If you want to use it, you have to mount the disk by CLI. (System|Advanced|Command scripts)
NAS4Free 10.2.0.2.2115 (x64-embedded), 10.2.0.2.2258 (arm), 10.2.0.2.2258(dom0)
GIGABYTE 5YASV-RH, Celeron E3400 (Dual 2.6GHz), ECC 8GB, Intel ET/CT/82566DM (on-board), ZFS mirror (2TBx2)
ASRock E350M1/USB3, 16GB, Realtek 8111E (on-board), ZFS mirror (2TBx2)
MSI MS-9666, Core i7-860(Quad 2.8GHz/HT), 32GB, Mellanox ConnectX-2 EN/Intel 82578DM (on-board), ZFS mirror (3TBx2+L2ARC/ZIL:SSD128GB)
Develop/test environment:
VirtualBox 512MB VM, ESXi 512MB-8GB VM, Raspberry Pi, Pi2, ODROID-C1
GIGABYTE 5YASV-RH, Celeron E3400 (Dual 2.6GHz), ECC 8GB, Intel ET/CT/82566DM (on-board), ZFS mirror (2TBx2)
ASRock E350M1/USB3, 16GB, Realtek 8111E (on-board), ZFS mirror (2TBx2)
MSI MS-9666, Core i7-860(Quad 2.8GHz/HT), 32GB, Mellanox ConnectX-2 EN/Intel 82578DM (on-board), ZFS mirror (3TBx2+L2ARC/ZIL:SSD128GB)
Develop/test environment:
VirtualBox 512MB VM, ESXi 512MB-8GB VM, Raspberry Pi, Pi2, ODROID-C1
-
wandersonfroes
- NewUser

- Posts: 7
- Joined: 11 Jun 2015 14:27
- Status: Offline
Re: Raid HW not appear in the WebGui
Tks for all.
I do ZRAID and all functions is Ok.
Im test with disk offline and format data drive for best test, after inclusion on the system, all drivers are Ok.
[pt-br]
erico.bettoni, fiz como disse e ficou perfeito.
Indico a todos usarem mesmo o modelo ZRAID, possui diversas funções que foram aprimoradas e permite realizar maravilhas tanto em manutenção, quanto em performance.
Obrigado.
I do ZRAID and all functions is Ok.
Im test with disk offline and format data drive for best test, after inclusion on the system, all drivers are Ok.
[pt-br]
erico.bettoni, fiz como disse e ficou perfeito.
Indico a todos usarem mesmo o modelo ZRAID, possui diversas funções que foram aprimoradas e permite realizar maravilhas tanto em manutenção, quanto em performance.
Obrigado.