|
|
| Author |
Message |
SNS
Joined: 06 May 2008 Posts: 3
|
Posted: Wed May 07, 2008 5:57 pm Post subject: how to Convert exsisting graphs to 64 bit? |
|
|
Hi,
I created all my cacti graphs on 32bit in/out interface. Now I want to convert these to 64 bit without losing the previous data.
Does anyone know how I could do this?
Thanks,
S |
|
| Back to top |
|
 |
BSOD2600 Cacti Moderator
Joined: 08 May 2004 Posts: 8821 Location: WA, USA
|
Posted: Wed May 07, 2008 6:59 pm Post subject: |
|
|
| wrong forum, moving. |
|
| Back to top |
|
 |
Kro
Joined: 27 Mar 2008 Posts: 38
|
Posted: Thu May 08, 2008 10:41 am Post subject: Re: how to Convert exsisting graphs to 64 bit? |
|
|
| SNS wrote: | Hi,
I created all my cacti graphs on 32bit in/out interface. Now I want to convert these to 64 bit without losing the previous data.
Does anyone know how I could do this?
Thanks,
S |
- Export all your graph to xml files using "rrdtool dump yourfile.rrd yourfile.xml" from your 32 bits system
- copy all xml files on your 64 bits system
- use "rrdyool restore yourfile.xml yourfile.rrd" from 64 bits system
You have to know there is some issue with spine on 64 bits system.
I don't know if it's solved with the last SVN version. |
|
| Back to top |
|
 |
SNS
Joined: 06 May 2008 Posts: 3
|
Posted: Thu May 08, 2008 4:03 pm Post subject: Re: how to Convert exsisting graphs to 64 bit? |
|
|
| Kro wrote: | | SNS wrote: | Hi,
I created all my cacti graphs on 32bit in/out interface. Now I want to convert these to 64 bit without losing the previous data.
Does anyone know how I could do this?
Thanks,
S |
- Export all your graph to xml files using "rrdtool dump yourfile.rrd yourfile.xml" from your 32 bits system
- copy all xml files on your 64 bits system
- use "rrdyool restore yourfile.xml yourfile.rrd" from 64 bits system
You have to know there is some issue with spine on 64 bits system.
I don't know if it's solved with the last SVN version. |
Thanks Kro for your help.
I have been using the same 64 bit system to plot the graphs in 32 bit in/out interface by mistake. So, Can you tell me how I could do that on the same system. I might sound foolish with this question , but I am new to using Linux as well as cacti. Moreover the restore command does not seem to work with my system. Is there any other way of doing it?
Regards,
S |
|
| Back to top |
|
 |
Kro
Joined: 27 Mar 2008 Posts: 38
|
Posted: Thu May 08, 2008 8:33 pm Post subject: |
|
|
| What is the problem with restore command ? |
|
| Back to top |
|
 |
|