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