第1章 Red Hat Satellite の起動および停止
Satellite には、コマンドラインから Satellite サービスを管理するための satellite-maintain service
コマンドが含まれています。このコマンドは Satellite のバックアップの作成時に役に立ちます。バックアップ作成に関する詳細は、11章Satellite Server および Capsule Server のバックアップ を参照してください。
satellite-installer
コマンドを使用して Satellite をインストールした後に、すべての Satellite サービスは自動的に起動されて有効になります。これらのサービスのリストを表示するには、以下のコマンドを実行します。
satellite-maintain service list
# satellite-maintain service list
実行中のサービスのステータスを確認するには、以下のコマンドを実行します。
satellite-maintain service status
# satellite-maintain service status
Satellite サービスを停止するには、以下を実行します。
satellite-maintain service stop
# satellite-maintain service stop
Satellite サービスを開始するには、以下を実行します。
satellite-maintain service start
# satellite-maintain service start
Satellite サービスを再起動するには、以下を実行します。
satellite-maintain service restart
# satellite-maintain service restart