Difference between revisions of "Node Provider FAQ"

From Internet Computer Wiki
Jump to: navigation, search
(Started NP FAQ. Added to items.)
 
Line 16: Line 16:
  
 
'''What about redundancy?''' Replica nodes provide redundancy at a higher level than disk redundancy.
 
'''What about redundancy?''' Replica nodes provide redundancy at a higher level than disk redundancy.
 +
 +
==See also==
 +
 +
* [[Node Provider Documentation]]

Revision as of 15:44, 25 May 2023

General

Governance/Remuneration

Technical

When purchasing node hardware can I deviate from the node hardware requirements?

The hardware components must meet the generic specification of the Gen2 node hardware. This is verified by the IC-OS installer. The installer will fail if the expected components are not found.

Small details are expected to be different between vendors such as SSD manufacturer, chassis model, etc..

Do I need to configure RAID on my node machines?

No. RAID (hardware or software) should not be attempted. The IC-OS installer will verify there are 5x independent 6.4TB NVMe SSD’s and prepare them appropriately - formatting all disks as it installs.

IC-OS uses a ‘striped’ LVM volume across all the disks (technically a software RAID 0).

What about redundancy? Replica nodes provide redundancy at a higher level than disk redundancy.

See also