Difference between revisions of "Node Provider FAQ"

From Internet Computer Wiki
Jump to: navigation, search
m
Line 13: Line 13:
 
The hardware components must meet the [[Node Machine Hardware#Generic specification|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.
 
The hardware components must meet the [[Node Machine Hardware#Generic specification|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..  
+
Small details are expected to be different between vendors such as SSD manufacturer, chassis model, etc., but it is strongly recommended for node providers to purchase one of the validated configurations listed at [[Node Machine Hardware]].  
  
 
=== Do I need to configure RAID on my node machines? ===
 
=== 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.  
+
'''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).
 
IC-OS uses a ‘striped’ LVM volume across all the disks (technically a software RAID 0).

Revision as of 18:23, 16 June 2023

General

Governance/Remuneration

Technical

What is a node? Just one machine?

Yes.

Sometimes "Node Machine" - a single server participating with the IC - is used to differentiate from "Node", which is sometimes used to refer to the software that runs the IC.

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., but it is strongly recommended for node providers to purchase one of the validated configurations listed at Node Machine Hardware.

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