Generate python script for SCORCH runbook


I wrote a simple script called py4runbook.py to generate python scripts for Microsoft system center orchestrator runbooks. Thanks to the module pyHyperV, it makes my work much easier 🙂 The script can be downloaded from my github repo. It looks like following when it runs. The script needs Python version 3. The generated python scripts … Continue reading Generate python script for SCORCH runbook

Check osad service status in Satellite


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