I did the same migration pad as you are planning last year. Do you know that the rrd files are platform specific? So what I did was created a shell shell script which exports every rrd file to xml
and on the 64bit I did the same and imported all xml files into rrd files. I wouldn't use the zenbackup/restore to do this Rather I would copy things manually so: - mysqldump -uzenoss -pzenoss events > /tmp/events.sql On the 64-bit do an import - Convert the rrd files - copy the Data.fs file to the 64-bit server - copy the $ZENHOME/etc to the 64 bit server If I didn't forget something that should be all -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=30936#30936 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
