I'm not sure if this is an issue, as Zenoss initially seems to be running fine.
I performed an upgrade via RPM from 2.1.2 to 2.1.3, yet the dmd.version is
telling me that I am still running 2.1.2.
Below are my steps from the upgrade:
Code:
[EMAIL PROTECTED] ~]$ /etc/init.d/zenoss stop
[EMAIL PROTECTED] opt]$ rpm -Uvh zenoss-2.1.3-0.el4.i386.rpm
Preparing... ########################################### [100%]
1:zenoss ########################################### [100%]
[EMAIL PROTECTED] opt]$ zenmigrate
WARNING:ZEO.zrpc:(28363) CW: error connecting to ('localhost', 8100):
ECONNREFUSED
WARNING:ZEO.zrpc:(28363) CW: error connecting to ('localhost', 8100):
ECONNREFUSED
WARNING:ZEO.zrpc:(28363) CW: error connecting to ('localhost', 8100):
ECONNREFUSED
Traceback (most recent call last):
File "/opt/zenoss/Products/ZenModel/migrate/zenmigrate.py", line 21, in ?
main()
File "/opt/zenoss/Products/ZenModel/migrate/zenmigrate.py", line 17, in main
m = Migrate.Migration()
File "/opt/zenoss/Products/ZenModel/migrate/Migrate.py", line 119, in __init__
self.connect()
File "/opt/zenoss/Products/ZenUtils/ZenScriptBase.py", line 49, in connect
cache_size=self.options.pcachesize*1024*1024)
File "/opt/zenoss/lib/python/ZEO/ClientStorage.py", line 321, in __init__
self._wait(wait_timeout)
File "/opt/zenoss/lib/python/ZEO/ClientStorage.py", line 336, in _wait
self._rpc_mgr.connect(sync=1)
File "/opt/zenoss/lib/python/ZEO/zrpc/client.py", line 182, in connect
self.cond.wait(30)
File "/usr/lib/python2.3/threading.py", line 223, in wait
_sleep(delay)
KeyboardInterrupt
[EMAIL PROTECTED] opt]$ /etc/init.d/zenoss start
Zenoss upgraded. Running data migration scripts...
Starting Zope Object Database
. daemon process started, pid=28459
Migrating data
INFO:zen.ReportLoader:loading reports
from:/opt/zenoss/Products/ZenReports/reports
INFO:zen.ReportLoader:loading: /Device Reports/Device Changes
INFO:zen.ReportLoader:loading: /Device Reports/All Devices
INFO:zen.ReportLoader:loading: /Device Reports/All Monitored Components
INFO:zen.ReportLoader:loading: /Device Reports/Model Collection Age
INFO:zen.ReportLoader:loading: /Device Reports/New Devices
INFO:zen.ReportLoader:loading: /Device Reports/Ping Status Issues
INFO:zen.ReportLoader:loading: /Device Reports/SNMP Status Issues
INFO:zen.ReportLoader:loading: /Device Reports/Software Inventory
INFO:zen.ReportLoader:loading: /Event Reports/All EventMappings
INFO:zen.ReportLoader:loading: /Event Reports/All EventClasses
INFO:zen.ReportLoader:loading: /Event Reports/All Heartbeats
INFO:zen.ReportLoader:loading: /Performance Reports/Filesystem Util Report
INFO:zen.ReportLoader:loading: /Performance Reports/Aggregate Reports
INFO:zen.ReportLoader:loading: /Performance Reports/Availability Report
INFO:zen.ReportLoader:loading: /Performance Reports/CPU Utilization
INFO:zen.ReportLoader:loading: /Performance Reports/Interface Utilization
INFO:zen.ReportLoader:loading: /Performance Reports/Memory Utilization
INFO:zen.ReportLoader:loading: /Performance Reports/Threshold Summary
INFO:zen.ReportLoader:loading: /User Reports/Notification Schedules
INFO:zen.migrate:committing
INFO:zen.migrate:Migration successful
Stopping Zope Object Database
. daemon process stopped
Zenoss upgrade complete.
Daemon: zeoctl . daemon process started, pid=28504
Daemon: zopectl . daemon process started, pid=28508
Daemon: zenhub starting...
Daemon: zenping starting...
Daemon: zensyslog starting...
/opt/zenoss/lib/python/Crypto/Util/randpool.py:161: FutureWarning: hex/oct
constants > sys.maxint will return positive values in Python 2.4 and up
self.__counter = (self.__counter + 1) & 0xFFFFffff
Daemon: zenstatus starting...
Daemon: zenactions starting...
Daemon: zentrap starting...
Daemon: zenmodeler starting...
/opt/zenoss/lib/python/pynetsnmp/CONSTANTS.py:15: FutureWarning: hex/oct
constants > sys.maxint will return positive values in Python 2.4 and up
MAX_SUBID = 0xFFFFFFFF
Daemon: zenperfsnmp starting...
Daemon: zencommand starting...
Daemon: zenprocess starting...
Daemon: zenwin starting...
Daemon: zeneventlog starting...
Daemon: zenwinmodeler starting...
[EMAIL PROTECTED] opt]$ /etc/init.d/zenoss status
Daemon: zeoctl program running; pid=28504
Daemon: zopectl program running; pid=28508
Daemon: zenhub program running; pid=28513
Daemon: zenping program running; pid=28519
Daemon: zensyslog program running; pid=28527
Daemon: zenstatus program running; pid=28536
Daemon: zenactions program running; pid=28545
Daemon: zentrap program running; pid=28553
Daemon: zenmodeler program running; pid=28567
Daemon: zenperfsnmp program running; pid=28584
Daemon: zencommand program running; pid=28592
Daemon: zenprocess program running; pid=28610
Daemon: zenwin program running; pid=28619
Daemon: zeneventlog program running; pid=28628
Daemon: zenwinmodeler program running; pid=28644
[EMAIL PROTECTED] opt]$ zendmd
Welcome to zenoss dmd command shell!
use zhelp() to list commands
>>> dmd.version
'Zenoss 2.1.2'
[EMAIL PROTECTED] opt]$ zenmigrate
INFO:zen.ReportLoader:loading reports
from:/opt/zenoss/Products/ZenReports/reports
INFO:zen.ReportLoader:loading: /Device Reports/Device Changes
INFO:zen.ReportLoader:loading: /Device Reports/All Devices
INFO:zen.ReportLoader:loading: /Device Reports/All Monitored Components
INFO:zen.ReportLoader:loading: /Device Reports/Model Collection Age
INFO:zen.ReportLoader:loading: /Device Reports/New Devices
INFO:zen.ReportLoader:loading: /Device Reports/Ping Status Issues
INFO:zen.ReportLoader:loading: /Device Reports/SNMP Status Issues
INFO:zen.ReportLoader:loading: /Device Reports/Software Inventory
INFO:zen.ReportLoader:loading: /Event Reports/All EventMappings
INFO:zen.ReportLoader:loading: /Event Reports/All EventClasses
INFO:zen.ReportLoader:loading: /Event Reports/All Heartbeats
INFO:zen.ReportLoader:loading: /Performance Reports/Filesystem Util Report
INFO:zen.ReportLoader:loading: /Performance Reports/Aggregate Reports
INFO:zen.ReportLoader:loading: /Performance Reports/Availability Report
INFO:zen.ReportLoader:loading: /Performance Reports/CPU Utilization
INFO:zen.ReportLoader:loading: /Performance Reports/Interface Utilization
INFO:zen.ReportLoader:loading: /Performance Reports/Memory Utilization
INFO:zen.ReportLoader:loading: /Performance Reports/Threshold Summary
INFO:zen.ReportLoader:loading: /User Reports/Notification Schedules
INFO:zen.migrate:committing
INFO:zen.migrate:Migration successful
[EMAIL PROTECTED] opt]$ zendmd
Welcome to zenoss dmd command shell!
use zhelp() to list commands
>>> dmd.version
'Zenoss 2.1.2'
>>>
[EMAIL PROTECTED] opt]$ rpm -qa | grep zenoss
zenoss-2.1.3-0.el4
I've even done another restart of Zenoss and still dmd.version is the same. Is
this an issue? Any thoughts?
Thanks!
-------------------- m2f --------------------
Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=18083#18083
-------------------- m2f --------------------
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users