4.5.1 Dashboard Serverの起動

Dashboard Serverを起動するには,次の順序で,PRFデーモン(トレース情報を出力するプロセス),Webコンテナサーバ,およびWebサーバを起動します。

Windowsの場合
  1. cprfstartコマンドを実行して,PRFデーモンを起動します。
    <インストールディレクトリ>¥psb¥PRF¥bin¥cprfstart.exe
  2. cjstartwebコマンドを実行して,Webコンテナサーバを起動します。
    <インストールディレクトリ>¥psb¥CC¥web¥bin¥cjstartweb.exe uCSDPAF_Server
    なお,コマンドを実行したコマンドプロンプトは,Webコンテナサーバが停止するまで制御が戻りません。
  3. httpsdコマンドを実行して,Webサーバを起動します。
    <インストールディレクトリ>¥psb¥httpsd¥httpsd.exe -k start -n "Hitachi Web Server for uCSDPAF"
    また,次のコマンドでもWebサーバを起動できます。
    net start "Hitachi Web Server for uCSDPAF"
Linuxの場合
  • V01-50より前
  1. cprfstartコマンドを実行して,PRFデーモンを起動します。
    /opt/hitachi/sdp/psb/PRF/bin/cprfstart
  2. cjstartwebコマンドを実行して,Webコンテナサーバを起動します。
    /opt/hitachi/sdp/psb/CC/web/bin/cjstartweb uCSDPAF_Server
  3. httpsdコマンドを実行して,Webサーバを起動します。
    /opt/hitachi/sdp/psb/httpsd/sbin/httpsd -d /opt/hitachi/sdp/psb/httpsd -R /opt/hitachi/sdp/psb/httpsd/libexec
  • V01-50以降
  1. cprfstartコマンドを実行して,PRFデーモンを起動します。
    /opt/hitachi/sdp/psb/PRF/bin/cprfstart
  2. cjstartsvコマンドを実行して,J2EEサーバを起動します。
    /opt/hitachi/sdp/psb/CC/server/bin/cjstartsv uCSDPAF_Server -nosecurity
  3. cjstartappコマンドを実行して,デプロイしたJ2EEアプリケーション(dashboard)を開始します。
    /opt/hitachi/sdp/psb/CC/admin/bin/cjstartapp uCSDPAF_Server -name dashboard
  4. httpsdコマンドを実行して,Webサーバを起動します。
    /opt/hitachi/sdp/psb/httpsd/sbin/httpsd -d /opt/hitachi/sdp/psb/httpsd -R /opt/hitachi/sdp/psb/httpsd/libexec

Windowsの場合の実行例を次に示します。

<インストールディレクトリ>¥psb¥PRF¥bin¥cprfstart.exe

Mon Jul 22 19:17:37 2013:KFCT73410-I 4092 2680:now starting cprfd.
Mon Jul 22 19:17:38 2013:KFCT73412-I 4092 2680:cprfd is now online.

<インストールディレクトリ>¥psb¥CC¥web¥bin¥cjstartweb.exe uCSDPAF_Server

KDJE39001-I The web container is now starting. (server name = uCSDPAF_Server)
KDJE39278-W The default value is applied to the server ID appended to the session ID. (default value = rBEH_1x9H)
KDJE39219-I The ClassLoader for the web application was initialized. (context root = /dashboard, initialized time = 2013/07/22 19:17:44.084)
KDJE39003-I The web container started. (server name = uCSDPAF_Server)

<インストールディレクトリ>¥psb¥httpsd¥httpsd.exe -k start -n "Hitachi Web Server for uCSDPAF"

Starting the Hitachi Web Server for uCSDPAF service
The Hitachi Web Server for uCSDPAF service is running.