This is part of my upgrade procedure...
Try this:
Code:
zenoss$> zenoss start
zenoss$> zenmigrate
NOTE: If you get errors about problems with port 8100, it's because Zenhub
cannot connect to the MYSQL DB. Double-check credentials in mysql. and restart
Zenoss if needed. You can check if it runs with this command:
Code:
#> netstat -na | grep -i 8100 (should have at least 1 connection in LISTEN
mode)
Once this is fixed, retry the migration:
Code:
zenoss$> zenhub restart
zenoss$> zenmigrate
If migration was successfull, you must re-register the Zenoss portlets:
Code:
zenoss$> zendmd
>>> from Products.ZenWidgets.ZenossPortlets.ZenossPortlets \
import register_default_portlets
>>> register_default_portlets(zport.ZenPortletManager)
>>> commit()
Type Ctrl+D (^D) to exit
Do a final restart just in case:
Code:
zenoss$> zenoss restart
Have fun!
-------------------- m2f --------------------
Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=27567#27567
-------------------- m2f --------------------
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users