I'm following the steps at: http://www.zenoss.com/community/docs/
install-guides/data-migration-zenoss-1-x-to-2.0/ minus of course
the removal of the old server as that is production and I have
another box that is my testbox. Now I've got to the point where I'm
installing the new Zenoss (zenoss-2.0.90-0.el4.i386) and the
install goes no problem and I can access it, add devices to it no
problem.
However when I try to do a zen2load.py (before of course I start
adding stuff) I get:
[EMAIL PROTECTED] /]$ zen2load.py
WARNING:OFS.Application:Duplicate Product name
After loading Product 'Five' from '/opt/zenoss/Products',
I skipped the one in '/opt/zenoss/lib/python/Products'.
2007-09-26 20:08:52 WARNING OFS.Application Duplicate Product name
After loading Product 'Five' from '/opt/zenoss/Products',
I skipped the one in '/opt/zenoss/lib/python/Products'.
These warnings are fine. Nothing to worry about.
zport portal object exits; exiting.
This is the problem. The zport object already exists in the Zope
database, so the zen2load simply exits. Here's how you can blow it
away before the zen2load.
zeoctl stop
rm $ZENHOME/var/Data* # Deletes the Zope database! Be sure it isn't
an important one.
zeoctl start
zen2load.py ... etc ...
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users