TECHZEN Zenoss User Community ARCHIVE  

How to reinstall Zenoss 4.2.5?

Subject: How to reinstall Zenoss 4.2.5?
Author: [Not Specified]
Posted: 2015-01-27 09:01

I wish to reinstall Zenoss 4.2.5 on RHEL6.5, as current zenoss has issue and I will need to bring the system up as soon as possible.

I installed the Zenoss manually, and the installer is still here. How I can remove the existing Zenoss and reinstall from fresh



Subject: why are you re-installing,
Author: Andrew Kirch
Posted: 2015-01-27 13:37

why are you re-installing, perhaps you're having an issue we can help fix. If you really need to re-install
rpm -e --nodeps zenoss rabbitmq-server
rpm -e --nodeps (all the mysql RPM's)
run the community script here:
http://wiki.zenoss.org/Install_Zenoss
All in all should take 45 minutes

Andrew Kirch

akirch@gvit.com

Need Zenoss support, consulting or custom development Look no further. Email or PM me!

Ready for Distributed Topology (collectors) for Zenoss 5 Coming May 1st from GoVanguard



Subject: I have an issue of rabbitmq
Author: [Not Specified]
Posted: 2015-01-27 20:43

I have an issue of rabbitmq connections blocked and unable to resolve this.
Besides, I get error message below at the GUI.

Type:
Value: NULL object passed to Py_BuildValue

Traceback (most recent call last):
File "/opt/zenoss/lib/python/ZPublisher/Publish.py", line 134, in
publish
transactions_manager.commit()
File "/opt/zenoss/lib/python/Zope2/App/startup.py", line 301, in commit
transaction.commit()
File "/opt/zenoss/lib/python/transaction/_manager.py", line 89, in
commit
return self.get().commit()
File "/opt/zenoss/lib/python/transaction/_transaction.py", line 342, in
commit
reraise(t, v, tb)
File "/opt/zenoss/lib/python/transaction/_transaction.py", line 333, in
commit
self._commitResources()
File "/opt/zenoss/lib/python/transaction/_transaction.py", line 473, in
_commitResources
reraise(t, v, tb)
File "/opt/zenoss/lib/python/transaction/_transaction.py", line 447, in
_commitResources
rm.commit(self)
File "/opt/zenoss/lib/python/ZODB/Connection.py", line 567, in commit
self._commit(transaction)
File "/opt/zenoss/lib/python/ZODB/Connection.py", line 623, in _commit
self._store_objects(ObjectWriter(obj), transaction)
File "/opt/zenoss/lib/python/ZODB/Connection.py", line 658, in
_store_objects
p = writer.serialize(obj) # This calls __getstate__ of obj
File "/opt/zenoss/lib/python/ZODB/serialize.py", line 422, in serialize
return self._dump(meta, obj.__getstate__())
SystemError: NULL object passed to Py_BuildValue

So far, I still can't get solution for this issue.



Subject: I have solved the blocked
Author: [Not Specified]
Posted: 2015-01-28 03:20

I have solved the blocked rabbitmq connection issue.

However, there are still error in event.log.

2015-01-28T13:10:18 ERROR Zope.SiteErrorLog 1422421818.470.191781523074 http://172.16.x.x:8080/zport/dmd/Events/jobs_router
Traceback (innermost last):
Module ZPublisher.Publish, line 126, in publish
Module ZPublisher.mapply, line 77, in mapply
Module ZPublisher.Publish, line 46, in call_object
Module Products.ZenUtils.extdirect.zope.router, line 22, in __call__
Module Products.ZenUtils.jsonutils, line 156, in inner
Module Products.ZenUtils.extdirect.router, line 130, in __call__
Module Products.ZenUtils.extdirect.router, line 138, in _processDirectRequest
Module transaction._manager, line 101, in savepoint
Module transaction._transaction, line 263, in savepoint
Module transaction._transaction, line 378, in _saveAndRaiseCommitishError
Module transaction._transaction, line 260, in savepoint
Module transaction._transaction, line 697, in __init__
Module ZODB.Connection, line 1123, in savepoint
Module ZODB.Connection, line 623, in _commit
Module ZODB.Connection, line 658, in _store_objects
Module ZODB.serialize, line 422, in serialize
SystemError: NULL object passed to Py_BuildValue

Anyone can help



< Previous
Datasource HttpMonitor FtpMonitor
  Next
Problem with WMI Connection
>