United States (change)
Shortcuts: Downloads Fedora Red Hat Network
Account Links: Cart Your Account Logout
One of the components of Red Hat Nework (RHN) Satellite is a jabber server (jabberd) that manages the communication part of the 'push' feature to Satellite clients. This service keeps an internal database using a Berkeley DB in /var/lib/jabberd, but there is no in-place mechanism to purge this database. After some time this directory can grow significantly.
This article describes a method for cleaning up this database using Berkeley DB tools without affecting the service's internal data. The main purpose of this procedure is to reduce the amount of disk space used by the jabber server's database. It is important to note that the files present in /var/lib/jabberd are not log files, even if they have names starting with log; removing these files can affect the jabber server.
To perform a cleanup of jabberd's database on the Red Hat Nework (RHN) Satellite server:
# up2date db4-utils
# service jabberd stop
# cd /var/lib/jabberd # db_archive -d
# service jabberd start