スタンドアロン・サーバー用ビジネス・ルール動的リポジトリーのインストール

サーバーは、スタンドアロン・サーバーのプロファイルの作成または拡張時に、スタンドアロン・サーバー構成に動的リポジトリーをインストールします。

ビジネス・ルールをサポートしないデータベースを選択すると、システムはデフォルトのデータベースである Cloudscape を使用します。

データベースについて詳しくは、http://www.ibm.com/support/docview.wss?uid=swg27006205WebSphere Process Server 詳細なシステム要件を参照し、ご使用の WebSphere Process Server のバージョンへのリンクを選択してください。

ビジネス・ルール動的リポジトリーを手動でインストールする場合、DB2 用に提供されている configureArtifactRepository コマンドを使用します。
wsadmin -f configureArtifactRepository.jaclproperties file -profile default wsadmin 
-f configureArtifactRepository.jacl -profile default

各部の意味は、次のとおりです。

properties file データベース・プロパティーを含むファイル

プロパティー・ファイルで指定するデータベースのプロパティーは次のとおりです。
cellName
セルの名前

例: cellName=T40Cell04

nodeName
ノードの名前

例: nodeName=T40CellManager04

profilePath
プロファイルのルート名

例: profilePath=install_root¥profiles¥profile_name

profileName
プロファイル名

例: profileName=Dmgr04

WBI_HOME
install_root = WebSphere Process Server のインストール・ディレクトリー

例: C:¥Program Files¥IBM¥WebSphere¥ProcServer

WAS_HOME
install_root = WebSphere Application Server または WebSphere Application Server Network Deployment のインストール・ディレクトリー

例: C:¥Program Files¥IBM¥WebSphere¥ProcServer

dbName
データベース名

例: dbName=WPRCSDB

dbType
DB2_Universal、DB2UDBOS390_V7_1、DB2UDBOS390_V8_1、DB2_CLI または CLOUDSCAPE
Cloudscape が dbtype 用に指定されている場合、以下のプロパティーも提供される必要があります。
dbServerPort
Cloudscape サーバー・ポート

例: dbServerPort=50000

dbServerName
Cloudscape サーバー名

例: dbServerName=dbserver

dbHostName
Cloudscape ホスト名

例: dbHostName=dbserver

dbPassword
Cloudscape サーバー・パスワード

例: db2passwd

dbClassPath
Cloudscape JDBC ドライバーへのパス

例: dbClassPath=C:¥IBM¥SQLLIB¥java

注: WebSphere Process Server に付属する Cloudscape JDBC ドライバーは、WPS_INSTALL_ROOT¥Cloudscape¥lib にあります。 ここで、WPS_INSTALL_ROOT は WebSphere Process Server をインストールしたディレクトリーです。
configureArtifactRepository コマンドの例を次に示します。
wsadmin -f configureArtifactRepository.jacl 
C:¥Program Files¥IBM¥WebSphere¥ProcServer¥properties¥artifactRepository.properties
   -profile default 

ご利用条件 |


(c) Copyright IBM Corporation 2005, 2006.
本製品では Eclipse テクノロジーが採用されています。(http://www.eclipse.org)