[mrtg] Re: Moving MRTG/RRDtool from NT to Unix...

Bjorn Nordbo bn at nextra.com
Thu Oct 12 10:16:35 MEST 2000


Mattias Lilliesk?ld wrote:
> 
> I'm trying to move MRTG/RRDtool from a NT platform to Unix but when running
> mrtg it complains about the RRD databases. I don't have the exact
> errormessage but it was something "different architectures".

I suppose this is because you are moving binary data from a small endian
architecture to big endian one, Sun Sparc i suppose?

> Is it possible to convert the databases that are created on the Intel x86
> platform?

The simplest would be to use rrdtool with the 'dump' and 'restore'
options. Ie. on the small endian box:

rrdtool dump foo.rrd > foo.xml

And then on the big endian box:

rrdtool restore foo.xml foo.rrd

-- 
Bjørn Nordbø  -  IP Development  -  Nextra Norway

--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive     http://www.ee.ethz.ch/~slist/mrtg
FAQ         http://faq.mrtg.org    Homepage     http://www.mrtg.org
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi



More information about the mrtg mailing list