MongoDB Ops Managerアプリケーションの起動と停止
項目一覧
MongoDB Ops Managerサーバーを起動する
注意
tar.gz
または.zip
アーカイブからインストールした場合、パス/etc/init.d/mongodb-mms
にあり、 <install_dir>/bin/mongodb-mms
を指すシンボリック リンクを作成する必要があります。
MongoDB Ops Manager配置を構成した後、次のコマンドを使用してMongoDB Ops Managerアプリケーションを起動できます。
sudo /etc/init.d/mongodb-mms start
状況によっては、MongoDB を起動する際に、ジャーナル ファイルを事前割り当てするのに数分かかる場合があります。 これは通常の動作です。
MongoDB Ops Manager を開くには、MongoDB Ops Manager UI の URL to Access Ops Manager
設定で指定された URL を入力します。 MongoDB Ops Manager を初めて開く場合は、次の URL を入力します。ここで、 <host>
は MongoDB Ops Manager サーバーの完全修飾ドメイン名です。 MongoDB Ops Manager は、初めてログインするときに新しいユーザーを登録するように要求します。
http://<host>:8080
MongoDB Ops Managerアプリケーションの停止
次のコマンドを入力します。
sudo /etc/init.d/mongodb-mms stop
スタートアップ ログ ファイルの出力
MongoDB Ops Managerアプリケーションは、その起動出力を各MongoDB Ops Managerホストの logs
ディレクトリに記録します。
各 MongoDB Ops Manager インスタンスのログファイルの名前はmms#-startup.log
です。 #
は MongoDB Ops Manager インスタンスの 0 から始まるインデックスです。 バックアップデーモンのログファイルの名前はdaemon-startup.log
です。
MongoDB Ops Managerアプリケーションが正常に起動すると、init.d
デーモンはこのログファイルに次のようなログエントリを作成します。
[main] INFO ServerMain:202 - Starting mms... [main] WARN AbstractConnector:294 - Acceptors should be <=2*availableProcessors: SelectChannelConnector@0.0.0.0:0 [null] LoginService=HashLoginService identityService=org.eclipse.jetty.security.DefaultIdentityService@1eb3319f [main] INFO AppConfig:46 - Starting app for env: hosted [main] INFO MmsAppConfig:67 - Not loading backup components [main] INFO GraphiteSvcImpl:67 - Graphite service not configured, events will be ignored. [main] INFO TwilioSvcImpl:48 - Twilio service not configured, SMS events will be ignored. [main] INFO ServerMain:266 - Started in: 24979 (ms)
注意
スタートアップ ログはローテーションされ、すべてのスタートアップ イベントの完全な履歴を保持します。 保持ポリシーを変更できます。
オプション: 別のユーザーとして実行
<install_dir>/conf/mms.conf
の編集:MMS_USER=foo_user 新規ユーザーの
<install_dir>
の所有権を変更します。sudo chown -R foo_user:foo_group <install_dir> 新しいユーザーのヘッドディレクトリの所有権を変更します。
sudo chown foo_user:foo_user -R <head_directory_filepath> MongoDB Ops Managerアプリケーションを再起動します。
sudo <install_dir>/bin/mongodb-mms restart
任意: MongoDB Ops Managerアプリケーション サーバーのポート番号
<install_dir>/conf/conf-mms.properties
の編集:mms.centralUrl=http://mms.example.com:<newport> 編集
<install_dir>/conf/mms.conf
BASE_PORT=<newport> MongoDB Ops Managerアプリケーションを再起動します。
sudo <install_dir>/bin/mongodb-mms restart