Dear cacti community,
I am moving cacti form old 32bit debian to new 64bit centos
To move data I used rrdtool dump on the old machine and rrdtool restore on the new one.
Old cacti is old - 0.8.7e and new is 1.2.14
First problem: My graphs looks different on the old and new cacti
Second problem: graphs are not drawing on new machine until rrd file is deleted.
When I delete the file moved from old cacti, new file is created and new graph is beeing drawn.
Sorry for my poor english.
Problem after migration from 32bit to 64bit architecture
Moderators: Developers, Moderators
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Re: Problem after migration from 32bit to 64bit architecture
You need to use 64bit counter graphs, and the peak values allowed are controlled by ifHighSpeed or ifSpeed. So, if the ifSpeed is not the real speed, your graphs will clip as shown in your image.
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Re: Problem after migration from 32bit to 64bit architecture
Dear cacti comminity,
I had moved rrd once again using dump and restore and tried fix64bit plugin
I had moved rrd once again using dump and restore and tried fix64bit plugin
Re: Problem after migration from 32bit to 64bit architecture [solved]
Dear cacti community,
I solved the problem.
You can see yourself.
This is xml dumped on the old device
And this is xml dumped on the new one.
The problem is in data separator, old has ',' and new has '.'
TheWitness, I appreciate your interest.
Thanks.
I solved the problem.
You can see yourself.
This is xml dumped on the old device
Code: Select all
<database>
<!-- 2020-11-08 15:45:00 CET / 1604846700 --> <row><v> 1,7887488904e+07 </v><v> 6,9491551467e+06 </v></row>
<!-- 2020-11-08 15:50:00 CET / 1604847000 --> <row><v> 1,8236553738e+07 </v><v> 1,1924783654e+07 </v></row>
<!-- 2020-11-08 15:55:00 CET / 1604847300 --> <row><v> 1,8780256356e+07 </v><v> 8,1718529651e+06 </v></row>
<!-- 2020-11-08 16:00:00 CET / 1604847600 --> <row><v> 1,9013867196e+07 </v><v> 3,7406994955e+06 </v></row>
Code: Select all
<database>
<!-- 2020-11-08 17:10:00 CET / 1604851800 --> <row><v>2.3077215365e+07</v><v>4.7717108553e+06</v></row>
<!-- 2020-11-08 17:15:00 CET / 1604852100 --> <row><v>2.3023993181e+07</v><v>1.2910659795e+07</v></row>
<!-- 2020-11-08 17:20:00 CET / 1604852400 --> <row><v>2.2865449969e+07</v><v>1.4035785173e+07</v></row>
<!-- 2020-11-08 17:25:00 CET / 1604852700 --> <row><v>2.1970485641e+07</v><v>6.5510126908e+06</v></row>
TheWitness, I appreciate your interest.
Thanks.
Who is online
Users browsing this forum: No registered users and 1 guest