RedHat Satellite server allows user to push the updates or run the command remotely in a 'real time' manner. The backend services for this feature are osa-dispatcher, jabberd and osad. osa-dispatcher periodically check the database to see if any clients have actions they need to perform. If there are, it sends the messages through jabberd … Continue reading Check osad service status in Satellite
Tag: Satellite
Fix duplicated package ID in red hat satellite
Our red hat satellite stops to sync from the subscribed red hat channel. We turned the debug on and found out it is caused by the duplicated package ID in the self-managed oracle database. Here is how to fix it: 1) Turn on debug to find out the duplicated package ID. echo "debug=7" >> /etc/rhn/rhn.conf … Continue reading Fix duplicated package ID in red hat satellite