"First they ignore you, then they laugh at you, then they fight you, then you win." M. Gandhi

La Fibra che Ride

The Next Ubuntu coming…

The next version of Ubuntu is coming soon

ZenOSS events database cleaning

If you need to purge all the records in the events database of your ZenOSS installation, the simple procedure is the following (tested on Zenoss 2.5.x on Ubuntu server).

# /etc/init.d/zenoss-stack stop
# /etc/init.d/zenoss-stack start mysql
drop the “events” database
# /etc/init.d/zenoss-stack stop mysql
delete the ibdata1 and ib_log* files in the mysql data folder
# /etc/init.d/zenoss-stack start mysql
zenoss$ zeneventbuild localhost [...]

HOWTO Mysql Master Slave Resync

If you are using the nice master-slave replication feature of MySQL (available since early version 3.x if I remember well), it may happens that the slave may get out of sync for various reasons.
One typical error is like this:
090908 12:58:48 [ERROR] Error reading packet from server: Client requested master to start replication from impossible position [...]

Oracle In-Memory Database

Interesting links:

Oracle timesten in-Memory Database: http://www.oracle.com/database/timesten.html
Oracle in-Memory Database Cache: http://www.oracle.com/database/in-memory-database-cache.html

((enjoy))