标签:
本文链接:http://blog.csdn.net/kongxx/article/details/44003721
经过前面两篇博客的操作,我们就已经可以使用Spacewalk安装系统了,但在真实场景中我们经常会需要通过 Spacewalk 来管理软件包,比如:安装、升级和删除软件包,下面我们就来看看通过 Spacewalk 怎样实现这些功能。
#!/bin/bash ret=`ps -ef | grep python | grep rhn_check | wc -l` if [ $ret = 0 ]; then /usr/sbin/rhn_check fi
* * * * * /root/my_rhn_check.sh
# sudo /etc/init.d/crond restart
标签:
原文地址:http://blog.csdn.net/kongxx/article/details/44003721