webpass wrote: > I followed the instructions here: > http://www.zenoss.com/community/docs/install-guides/upgrade-from-source-to-stack-installer > > And when I run zenmigrate I ge the following error: > > Code: > INFO:zen.migrate:Installing MakeZenPackManager (2.2.0) > Recovering > Traceback (most recent call last): > File "/usr/local/zenoss/zenoss/Products/ZenModel/migrate/zenmigrate.py", > line 21, in ? > main() > File "/usr/local/zenoss/zenoss/Products/ZenModel/migrate/zenmigrate.py", > line 18, in main > m.main() > File "/usr/local/zenoss/zenoss/Products/ZenModel/migrate/Migrate.py", line > 426, in main > self.cutover() > File "/usr/local/zenoss/zenoss/Products/ZenModel/migrate/Migrate.py", line > 306, in cutover > self.migrate() > File "/usr/local/zenoss/zenoss/Products/ZenModel/migrate/Migrate.py", line > 282, in migrate > m.cutover(self.dmd) > File > "/usr/local/zenoss/zenoss/Products/ZenModel/migrate/makeZenPackManager.py", > line 30, in cutover > for zp in dmd.packs(): > File > "/usr/local/zenoss/zenoss/Products/ZenRelations/ToManyContRelationship.py", > line 67, in __call__ > return [ob.__of__(self) for ob in self._objects.values()] > AttributeError: 'ZenPack' object has no attribute '__of__' > > >
Your new Zenoss install needs to have the same ZenPacks as the one you just moved from. This should be done before the zenrestore step usually. Since you're already past that the best thing to do is probably to copy the ZenPack directories from your previous $ZENHOME/Products to your new $ZENHOME/Products. zenpack --list (on the new system) should tell you which ones you need. I'll get those instructions updated to include that step. -jason -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=20098#20098 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
