HostSEO Blog

Stories and News from IT Industry, Reviews & Tips | Technology Blog


cPanel + ERROR: This RRD was created on another architecture

Your will get this error during cpanel account transfer time  or with cpanel package account script. To fix this issue do the following bash script

#!/bin/bash
cd /var/cpanel/bandwidth
for i in `/bin/ls ./*.rrd`
do

/usr/local/cpanel/3rdparty/bin/rrdtool dump $i > $i.xml

if [ -s "$i.xml" ]
then
        echo "$i.xml have valid  data."
        /usr/local/cpanel/3rdparty/bin/rrdtool restore -f $i.xml $i

else
        echo "$i.xml is empty. So not possible to restore"    
        rm -vf $i $i.xml
fi

done

Subscribe Now

10,000 successful online businessmen like to have our content directly delivered to their inbox. Subscribe to our newsletter!

Archive Calendar

SatSunMonTueWedThuFri
1234567
891011121314
15161718192021
22232425262728
293031 

Born in 2004 ... Trusted By Clients n' Experts