How to solve "Error Code: FMD-8000-2K" in SynetoOS 4

Written By Christian Castagna (Administrator)

Updated at December 6th, 2024

→ Applies to: SynetoOS 4.x

The error code FMD-8000-2K in SynetoOS 4 is related to Fault Management Daemon (FMD), which is responsible for tracking hardware and software errors, especially in ZFS (Zettabyte File System) and underlying storage.

This specific error suggests a possible issue with a hardware component or a software fault detected by the fault management system.

 

Step 1. Connect to SynetoOS appliance via SSH as admin

ssh admin@<your_ip_address_or_hostname>

 

Step 2. Become Super User

sudo su

 

Step 3. Execute these commands

svcadm disable -s svc:/system/fmd:default
cd /var/fm/fmd
find /var/fm/fmd -type f -exec ls {} \;
find /var/fm/fmd -type f -exec rm {} \;
svcadm enable svc:/system/fmd:default