Home > cpanel error > cpanel error this rrd was created in another architecture

Cpanel Error This Rrd Was Created In Another Architecture

Plans & Pricing Partners Support Resources Preview Forums Forums Quick Links Search Forums New Posts Search titles only Posted by Member: Separate names with a comma. Newer Than: Search this thread only Search this forum only Display results as threads More... Useful Searches Recent Posts Resources Resources Quick Links Search Resources Most Active Authors Latest Reviews Feature Requests Defects Menu Log in Sign up The Community Forums Interact with an entire community of cPanel & WHM users! cPanel Forums > cPanel & WHM® (for Linux® Servers) > General Discussion > This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More. ERROR: This RRD was created on another architecture Discussion in 'General Discussion' started by mikelegg, Mar 2, 2011. mikelegg Well-Known Member Joined: Mar 29, 2005 Messages: 330 Likes Received: 0 Trophy Points: 16 I'm trying to copy an account between 2 of my servers (as I've done countless times before) and I suddenly encountered this error - Code: Copying Bandwidth Data......[username]-all-rate.rrd....[username]-imap.rrd....[username]-http-peak.rrd..ERROR: This RRD was created on another architecture I found this suggestion cPanel + ERROR: This RRD was created on another architecture | Syslint Technologies but the script just errors with "/bin/ls: invalid option -- -" when I run it. Has anyone else encountered this problem before? #1 mikelegg, Mar 2, 2011 texo Well-Known Member Joined: Mar 28, 2007 Messages: 143 Likes Received: 0 Trophy Points: 16 I encountered it last week. To fix I simply deleted all the rrd files and then copied the account again. They'll be recreated, but you'll lose the bandwidth etc data. #2 texo, Mar 3, 2011 cPanelTristan Quality Assurance Analyst Staff Member Joined: Oct 2, 2010 Messages: 7,623 Likes Received: 19 Trophy Points: 38 Location: somewhere over the rainbow cPanel Access Level: Root Administrator Rather than deleting them, couldn't you simply move them somewhere else on the original server and then copy them to the new server after the account is copied over? Also, it is likely just the last rrd mentioned that's the issue: [username]-http-peak.rrdClick to expand... I would check the time stamps on the rrd files and see if that one or another has a very old time stamp. If so, try moving that rrd first and retransfer the a

transfer time or with cpanel package account script. ERROR: This RRD was created on another architecture If your old machine was 32bit arch with 32bit OS, and the new machine is 64bit with 64bit OS. then you can use rrddump and rrdrestore one can transfer RRD between architectures with ease. To fix this issue do the following bash script: #!/bin/bash cd /var/cpanel/bandwidth for https://forums.cpanel.net/threads/error-this-rrd-was-created-on-another-architecture.195292/ 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 Categories: Bash, Commands, cPanel Comments http://www.williamashworth.com/articles/errorthis-rrd-was-created-on-another-architecture/ Cancel reply Your email address will not be published. Required fields are marked *Name * Email * Website Notify me of follow-up comments by email. Notify me of new posts by email. « Get list of users that belong to cPanel resellercPanel shell script to pkgacct each user on a server » Search for: Recent Posts Bash script to suspend all of a reseller's cPanel accounts WordPress 4.2.1 Security Release Google announces the death of your website in 2015 Cleaning up your /boot partition Bash script to fix permissions on a cPanel web server Categories Bash Commands cPanel Denial of Service Other Stuff Projects Scripting SEO Server Administration WordPress Archives June 2015 April 2015 March 2015 February 2015 December 2014 August 2014 March 2014 July 2013 Copyright ©2016 Will Ashworth.Built with the same care each client site is created with! 7ads6x98y

creating a bash script in the root of the server and executing it. Lets create the script: vi /rrdfix.sh Now we http://cpanelstuffs.linuxcabin.com/?p=658 need to copy the code below into the file and save http://forum.webhostingdevelopment.com/error-this-rrd-was-created-on-another-architecture-cpanel-migration/ it: #!/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 cpanel error done Lets make it executable: chmod +x rrdfix.sh and finally lets run it: ./sh rrdfix.sh You will see output that looks something like this: ./slock-http-peak.rrd.xml have valid  data. ./slock-http-rate.rrd.xml have valid  data. ./slock-imap-peak.rrd.xml have valid  data. ./slock-imap-rate.rrd.xml have valid  data. ./slock-pop3-peak.rrd.xml have valid  data. ./slock-pop3-rate.rrd.xml have valid  data. ./slock-smtp-peak.rrd.xml have valid  data. ./slock-smtp-rate.rrd.xml have valid  data. ./slockslum.co.uk-all-peak.rrd.xml have cpanel error this valid  data. ./slockslum.co.uk-all-rate.rrd.xml have valid  data. ./slockslum.co.uk-http-peak.rrd.xml have valid  data. ./slockslum.co.uk-http-rate.rrd.xml have valid  data. Leave a Reply Cancel reply Your email address will not be published. Required fields are marked *Name * Email * Website Hit Counter provided by shuttle service from lax CommentsSenjata Support - TestingAdmin on login webmail Internal Server Error User is over quota on make: *** [ext/dom/node.lo] Error 1jude on make: *** [ext/dom/node.lo] Error 1Margie on Error: system has run out of available ip addresses, or you do not have permission to use any more ip addressesLainey on Subversion installation and configurationArchives November 2015 March 2015 January 2015 November 2014 October 2014 July 2014 May 2014 April 2014 March 2014 February 2014 January 2014 December 2013 October 2013 August 2013 July 2013 May 2013 April 2013 March 2013 February 2013 January 2013 December 2012 November 2012 Categories apache awstats backup cagefs chkservd clamav commands cpanel cphulkd cron csf database date directory disk dns docker domain dovecot exim fantastico fcgi ffmpeg File system filemanager files flashcache forwarder frontpa

while trying to do a WHM-WHM transfer Solution : http://admin.webhostingdevelopment.com/viewtopic.php?f=39&t=71 While WHM-WHM transfer check "Skip Bandwidth data" for the domain that you get this error. « Prev:Account Creation Status: failed (Sorry, a mysql user with the name + already exists How to rewrite a domain to another domain using .htaccess:Next » Leave a Reply You must be logged in to post a comment. GOOG ANALY 1,303UniqueVisitorsPowered By Its me here !!!!! CALENDAR December 2014 M T W T F S S « Nov 1234567 891011121314 15161718192021 22232425262728 293031 CATEGORIES ATTACK BACKUP Boot CLEAN DISK CPANEL FRONTEND CRON Date Time DEBIAN DIRECT ADMIN DISK RELATED DNS Drupal ENSIM ERROR FANTASTICO FILE PATH ( conf, logs etc) FILE PERMISSIONS FIREWALL FTP GENERAL RULES HACK HTACCESS HTTPD INSTALLATION INTERWORX IP ADDRESS JOOMLA KERNEL LFD LINUX COMMANDS Lite Speed LITESPEED LOAD LOG ANALYSIS LOG FILES MAIL MAIL ERROR MOD_SECURITY MYSQL NETWORK Operating System OPTIMIZATION PHP PLESK BACKEND PLESK FRONTEND PORT POSTFIX Proxy QMAIL RAID REDIRECT RESTART RSYNC SCRIPTS SEARCH COMMANDS SERVER MIGRATION Set Many Things Software Issues SPAMMING SSH SSL STATS SUHOSIN SVN Tar Untar zip extract TOMCAT Uncategorized vbulletin VERSION CHECK VIRUS SCAN VPS Webmail WEBSTATS White Page WHM BACKEND WHM FRONTEND WHM SCRIPTS WORDPRESS YUM Powered By WordPress 3.9.3, Theme(Ink and wash) Design By Arne. ###################################################### ######################################################

 

Related content

change cpanel error pages

Change Cpanel Error Pages table id toc tbody tr td div id toctitle Contents div ul li a href Cpanel Error Log a li li a href Cpanel Error Log Empty a li li a href How To Change Cpanel Password a li ul td tr tbody table p pagescPanel Features ListError PagesBrowse pagesConfigureSpace tools Attachments Page History Page Information Resolved relatedl comments Link to this Page View in Hierarchy cpanel custom error pages View Source Export to PDF Export to Word Pages Welcome to p h id Cpanel Error Log p the cPanel WHM Documentation home cPanel User Documentation

cpanel error in argument 1 char 3 option not found

Cpanel Error In Argument Char Option Not Found p In Register Categories Recent Discussions In this Discussion aToolCrib April relatedl osTicket v stable osTicket v -RC Release Candidate now available Go get it now Piping error Error in argument aToolCrib April in Troubleshooting and Problems I've jsut installed osTicket and am having issues getting piping to work Running on cPanel apache server - I've set up forwarding as home myroot public html support api pipe php- I've set the persmisisons on pipe php to - I've confirmed the hashbang to be usr bin php -qI get the Mail delivery failed

cpanel error log clear

Cpanel Error Log Clear table id toc tbody tr td div id toctitle Contents div ul li a href Cpanel Error Log Empty a li li a href Cpanel Error Log Kapatma a li li a href Cpanel Error Logs Apache a li ul td tr tbody table p Plans Pricing Partners Support Resources Preview Forums Forums Quick Links Search Forums New Posts relatedl Search titles only Posted by Member Separate names with cpanel error log locations a comma Newer Than Search this thread only Search this forum only cpanel error log file does not exist Display results as threads

cpanel error from park wrapper sorry cannot determine nameserver ips

Cpanel Error From Park Wrapper Sorry Cannot Determine Nameserver Ips p Plans Pricing Partners Support Resources Preview Forums Forums Quick Links Search Forums New Posts Search titles only Posted by relatedl Member Separate names with a comma Newer Than Search this thread only Search this forum only Display results as threads More Useful Searches Recent Posts Resources Resources Quick Links Search Resources Most Active Authors Latest Reviews Feature Requests Defects Menu Log in Sign up The Community Forums Interact with an entire community of cPanel WHM users cPanel Forums Server Administration and Customization Bind DNS Nameserver Issues This site uses

cpanel error pages custom page

Cpanel Error Pages Custom Page table id toc tbody tr td div id toctitle Contents div ul li a href Cpanel Error Log File Does Not Exist a li li a href Cpanel Error Log Empty a li li a href Cpanel Error a li ul td tr tbody table p pagescPanel Features ListError PagesBrowse pagesConfigureSpace tools Attachments Page History Page Information relatedl Resolved comments Link to this Page View in Hierarchy cpanel error log View Source Export to PDF Export to Word Pages Welcome cpanel error log locations to the cPanel WHM Documentation home cPanel User Documentation cPanel Features

cpanel error missing whm remote access key

Cpanel Error Missing Whm Remote Access Key p Plans Pricing Partners Support Resources Preview Forums Forums Quick Links Search Forums New Posts Search titles only Posted by Member Separate names with a comma Newer Than Search this thread only Search relatedl this forum only Display results as threads More Useful Searches Recent Posts Resources Resources Quick Links Search Resources Most Active Authors Latest Reviews Feature Requests Defects Menu Log in Sign up The Community Forums Interact with an entire community of cPanel WHM users cPanel Forums Server Administration and Customization User Experience This site uses cookies By continuing to use

cpanel error cannot create folder _vti_pvt

Cpanel Error Cannot Create Folder vti pvt p Plans Pricing Partners Support Resources Preview Forums Forums Quick Links Search Forums New Posts Search titles relatedl only Posted by Member Separate names with a comma Newer Than Search this thread only Search this forum only Display results as threads More Useful Searches Recent Posts Resources Resources Quick Links Search Resources Most Active Authors Latest Reviews Feature Requests Defects Menu Log in Sign up The Community Forums Interact with an entire community of cPanel WHM users cPanel Forums cPanel WHM for Linux Servers General Discussion This site uses cookies By continuing to

cpanel error google

Cpanel Error Google table id toc tbody tr td div id toctitle Contents div ul li a href Cpanel Error Logs Apache a li li a href Cpanel Error a li ul td tr tbody table p van GoogleInloggenVerborgen veldenZoeken naar groepen of berichten p p Plans Pricing Partners Support Resources Preview Forums Forums Quick Links Search Forums New Posts Search titles only Posted by Member relatedl Separate names with a comma Newer Than Search this thread p h id Cpanel Error p only Search this forum only Display results as threads More Useful Searches Recent cpanel error pages Posts

cpanel error 500

Cpanel Error table id toc tbody tr td div id toctitle Contents div ul li a href Cpanel Internal Server Error a li li a href Cpanel Error Log Locations a li li a href Cpanel Error Log File Does Not Exist a li ul td tr tbody table p Guide cPanel WebHost Manager WHM Plesk SSL Certificates Specialized Help Offers Bonuses Website Design Affiliates Helpful Resources Account Addons Billing System HostGator Blog relatedl HostGator Forums Video Tutorials Contact Us Interact and Engage cpanel error log Put two or more words in quotes to search for a phrase p h

cpanel error page

Cpanel Error Page table id toc tbody tr td div id toctitle Contents div ul li a href Cpanel Error Log a li li a href Cpanel Error Log File Does Not Exist a li li a href Cpanel Error Logs Apache a li li a href Cpanel Error a li ul td tr tbody table p Guide cPanel WebHost Manager WHM Plesk SSL Certificates Specialized Help Offers Bonuses Website Design Affiliates Helpful Resources Account Addons Billing System HostGator relatedl Blog HostGator Forums Video Tutorials Contact Us Interact and cpanel custom error pages Engage Put two or more words in

cpanel error log 500

Cpanel Error Log table id toc tbody tr td div id toctitle Contents div ul li a href Cpanel Error Log Locations a li li a href Cpanel Error Log Empty a li li a href Cpanel Error Logs Apache a li li a href What Causes Internal Server Error Php a li ul td tr tbody table p Guide cPanel WebHost Manager WHM Plesk SSL Certificates Specialized Help Offers Bonuses Website Design Affiliates Helpful Resources Account Addons Billing System HostGator Blog HostGator Forums Video Tutorials Contact Us Interact and Engage Put two or relatedl more words in quotes to

cpanel error pages

Cpanel Error Pages table id toc tbody tr td div id toctitle Contents div ul li a href Cpanel Error Pages Redirect a li li a href Cpanel Error Log a li li a href Cpanel Error Log File Does Not Exist a li ul td tr tbody table p pagescPanel Features ListError PagesBrowse pagesConfigureSpace tools Attachments Page History Page Information Resolved relatedl comments Link to this Page View in Hierarchy View cpanel custom Source Export to PDF Export to Word Pages Welcome to the cpanel set page cPanel WHM Documentation home cPanel User Documentation cPanel Features List Skip to

cpanel error logging into hulk 500 auth failed

Cpanel Error Logging Into Hulk Auth Failed p Plans Pricing Partners Support Resources Preview Forums Forums Quick Links Search Forums relatedl New Posts Search titles only Posted by Member Separate names with a comma Newer Than Search this thread only Search this forum only Display results as threads More Useful Searches Recent Posts Resources Resources Quick Links Search Resources Most Active Authors Latest Reviews Feature Requests Defects Menu Log in Sign up The Community Forums Interact with an entire community of cPanel WHM users cPanel Forums cPanel WHM for Linux Servers General Discussion This site uses cookies By continuing to

cpanel error

Cpanel Error table id toc tbody tr td div id toctitle Contents div ul li a href Cpanel Error Page Redirect a li li a href Cpanel Error - Internal Server Error a li ul td tr tbody table p Knowledge BasePagesBlogTagsPage tree Browse pagesConfigureSpace tools Attachments Page History Page Information Resolved comments Link to this Page relatedl View in Hierarchy View Source Export to PDF Export cpanel error log file to Word Pages cPanel Knowledge Base WebServices Skip to end of banner JIRA cpanel error log not showing links Go to start of banner HTTP Error Codes and Quick

cpanel error pages not working

Cpanel Error Pages Not Working table id toc tbody tr td div id toctitle Contents div ul li a href Cpanel Error Logs Apache a li li a href Cpanel Template a li li a href Cpanel Custom Error Pages a li ul td tr tbody table p DOMAINS WEB DESIGN WEB DESIGN SERVICES CREATE YOUR OWN WEBSITE SITE HOSTING TOOLS MEET US MEET US ABOUT US PARTNERS AWARDS BLOG WE'RE HIRING CONTACT US relatedl AMP LOGIN SUPPORT CENTER Search Support Center a Product Guides Dedicated cpanel error log file does not exist Hosting Reseller Hosting KnowledgeBase Website Email Domain

cpanel error page templates

Cpanel Error Page Templates table id toc tbody tr td div id toctitle Contents div ul li a href Cpanel Error Log File Does Not Exist a li li a href Cpanel Error Log Empty a li ul td tr tbody table p Guide cPanel WebHost Manager WHM Plesk SSL Certificates Specialized Help Offers Bonuses Website Design Affiliates Helpful Resources Account Addons Billing System HostGator Blog HostGator relatedl Forums Video Tutorials Contact Us Interact and Engage Put two cpanel templates free download or more words in quotes to search for a phrase name servers Prepend cpanel branding templates a plus

cpanel error invalid maildirsize file

Cpanel Error Invalid Maildirsize File p Guide cPanel WebHost Manager WHM Plesk SSL Certificates Specialized Help Offers Bonuses Website Design Affiliates Helpful relatedl Resources Account Addons Billing System HostGator Blog HostGator Forums Video Tutorials Contact Us Interact and Engage Put two or more words in quotes to search for a phrase name servers Prepend a plus sign to a word or phrase to require its presence in an article cpanel Prepend a minus sign to a word or phrase to require its absence in an article -windows Words of less than three characters are ignored All searches are case-insensitive Search