NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
cpitchford
May 22, 2009Guide
More on CPU specs of the ReadyNAS Pro
Hi all, Does anyone know what FSB speeds the ReadyNAS Pro motherboard supports. I have three "servers" that I'm trying to consolidate. I figured that the file server (which is actually the slowe...
chirpa
Mar 04, 2013Luminary
On boot up, RAIDiator firmware looks at the system type, and builds a layout for monitor_enclosure (health check program, adjusts fans, sends alerts). Easiest way to deal with your logs is to modify that layout (saved in ramdisk) and restart moitor_enclosure. I haven't tested this out, but it should hopefully work, maybe needing a few tweaks:
I had to do a similar boot script for my retro-fitted Repertoire. I replaced the Sparc board with x86 (Ultra4 board). Since the Repertoire chassis has no fans, the system would complain that the fan has failed. The script I used there would tell the system there was no fans to monitor (over the default Ultra4 layout), so no more alerts would occur.
# cat /etc/rc2.d/S02readynas_enclosureThis removes the voltage lines from the layout, then restarts the service. So it won't know to read the voltages, causing logs/email alerts. If you look at /ramfs/enclosure.cfg, you can also see references for the temp/fan sensors.
#!/bin/bash
sed '/^vol/d' /ramfs/enclosure.cfg > /tmp/enc.$$$
mv /tmp/enc.$$$ /ramfs/enclosure.cfg
killall monitor_enclosure
sleep 1
/frontview/bin/monitor_enclosure
I had to do a similar boot script for my retro-fitted Repertoire. I replaced the Sparc board with x86 (Ultra4 board). Since the Repertoire chassis has no fans, the system would complain that the fan has failed. The script I used there would tell the system there was no fans to monitor (over the default Ultra4 layout), so no more alerts would occur.
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!