第2章 Red Hat Satellite の起動および停止

Satellite には、コマンドラインから Satellite サービスを管理するために foreman-maintain service コマンドが含まれています。このコマンドは Satellite のバックアップの作成時に役に立ちます。バックアップ作成に関する詳細は、「Satellite のバックアップ」を参照してください。

satellite-installer コマンドを使用して Satellite をインストールした後に、すべての Satellite サービスは自動的に起動されて有効になります。これらのサービスのリストを表示するには、以下のコマンドを実行します。

# foreman-maintain service list

実行中のサービスのステータスを確認するには、以下のコマンドを実行します。

# foreman-maintain service status

すべての Satellite サービスを停止するには、以下のコマンドを実行します。

# foreman-maintain service stop

すべての Satellite サービスを起動するには、以下のコマンドを実行します。

# foreman-maintain service start

すべての Satellite サービスを再起動するには、以下のコマンドを実行します。

# foreman-maintain service restart