Hi Volker, In your situation, it sounds like it would be best to generate the graphs on the systems where the data are collected. You might consider some combination of
- Store the graphs in an NFS-mounted file system so that they will be readily available to the system that generates the reports - Set up a mini-rrd server (I'd use Perl/cgi) that responds to specific requests, and either returns the graph image or a pointer to a file on a shared file system. hth! /andy On Tue, 2008-04-01 at 13:27 +0000, Volker Machon wrote: > Hi everybody, > > I'm pretty new in using rrdtool to read out rrd-files and generate > graphs from it. I do have a really big problem. I create rrd-files of > several hosts/services on a 64bit architecture and I would like to > generate graphs out of it on a 32bit architecture but I always get the > error, that the rrd-file was created on a different architure. > I read on some forums that I can dump the files and restore them on the > 32bit system. But this will take me a lot of time, because I have a lot > of files furthermore there will be many I/O operations on both systems > while dumping and restoring the files. And I need the generated graphs > as fast as it would be if I just generate them calling "rrdtool graph". > So dump and restore is not a good choice for me. > > Do you have any ideas, workarounds or solutions for me? > > With kind regards > > Volker > > -- > Mit herzlichen Grüßen > > Volker Machon > Systems Developer > Claranet GmbH > -- > Tel +49 (0) 69 - 40 80 18 - 257 Fax - 279 > E-Mail [EMAIL PROTECTED] > -- > Claranet Gmbh - Managed Services Provider > DE | UK | FR | NL | ES | PT | US > Hanauer Landstraße 196 > 60314 Frankfurt am Main > Geschäftsführung Olaf Fischer > Hrb 50381 AG Frankfurt am Main > Vat-ID de 812918694 > www.clara.net > -- > Claranet vo Verband der deutschen Internetwirtschaft ausgezeichnet: > 1. Platz bei ECO AWARD 2006 & 2007 als "Bester Geschäftskunden Provider" > > _______________________________________________ > rrd-users mailing list > [email protected] > https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users -- Andy Riebs, HP High Performance Computing Linux R&D Technology for better business outcomes Linux Software, <http://www.hp.com/go/clusters> Catalyst Program, <http://www.hp.com/go/catalysts> My opinions are not necessarily those of HP (w) +1.603.884.1521, [EMAIL PROTECTED] (h) [EMAIL PROTECTED] (Data are not is.) _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
