2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[oneWEX] 起動停止コマンド

Posted at

oneWEX on Docker (RHEL7) の起動停止コマンドです。

#1. Dockerの起動

Dockerサービスの起動はsystemctl start docker.service
起動確認はsystemctl status docker.service
image.png

#2. oneWEXの起動(再起動)
oneWEXの起動は<Install Folder:デフォルトは/root/ibm/wex>/bin/wexdocker.sh(再起動も同じコマンド)
起動確認はdocker psまたは管理画面や分析画面にアクセス
image.png
*バージョン12.0.1以下の場合は上記のwksml-serviceのエントリは表示されません。

  • 管理画面(管理コンソール)
    https://<ホスト名またはIPアドレス>/admin

  • 分析画面(コンテンツマイナー)
    https://<ホスト名またはIPアドレス>/miner

#3. oneWEXの停止
oneWEXの停止は<Install Folder:デフォルトは/root/ibm/wex>/bin/wexdocker.sh stop
停止確認はdocker ps
image.png

#4. Dockerの停止
Dockerの停止はsystemctl stop docker.service
停止確認はsystemctl status docker.service
image.png

以上です。

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?