コマンド行から単一のコマンドを使用して、IBM® Enterprise
Records Web アプリケーション・プロファイルの必須構成 XML ファイルを生成できます。
このタスクについて
generateConfig コマンドを実行すると、
IBM Enterprise
Records Web アプリケーション・プロファイル用の必要な構成 XML ファイルが作成されます。
これらのファイルは、単一のアプリケーション・サーバーまたは高可用性インストールに対して作成されます。
手順
IBM Enterprise
Records Web アプリケーション・プロファイル用の構成 XML ファイルを生成するには、以下の手順を実行します。
- Configuration Manager の実行権限を持つユーザーとして、IBM Enterprise
Records サーバーにログオンします。 コマンド・ウィンドウを開きます。
- 現行ディレクトリーを ier_install_path/configure に変更します。ここで、ier_install_path は IBM Enterprise
Records ソフトウェアのインストール先です。
- ご使用の環境に応じて、以下のいずれかのコマンドを実行します。コマンドを入力するときに
改行しないでください。
- IBM Enterprise
Records Web アプリケーション・プロファイルを生成します。
- Windows の場合、以下のコマンドは、デプロイメントに対応した新規 IBM Enterprise
Records Web アプリケーション・プロファイルの WSWebApplicationDeploymentFile ファイルを ier_install_Path¥configure¥profiles¥ ディレクトリー内に生成します。
configmgr_cl.exe generateConfig -appserver appserver_name
-profiletype webapplication_deployment -profile
"C:¥Program Files¥IBM¥EnterpriseRecords¥configure
¥profiles¥WSWebApplicationDeploymentProfile"
- AIX、HP-UX、Linux、および Solaris の場合、以下のコマンドは、デプロイメントに対応した新規 IBM Enterprise
Records Web アプリケーション・プロファイルの WSWebApplicationDeploymentFile ファイルを ier_install_Path/configure/profiles/ ディレクトリー内に生成します。
./configmgr_cl generateConfig -appserver appserver_name
-profiletype webapplication_deployment -deploymenttype cluster
-aextdeploymenttype cluster -profile "/opt/IBM/EnterpriseRecords
/configure/profiles/WSWebApplicationDeploymentProfile"
重要: このコマンド行セクションの残り部分については、Windows の例のみが示されます。
- クラスター環境で Web アプリケーション・デプロイメントを生成します。
- Windows の場合、以下のコマンドは、クラスター環境でのデプロイメントに対応した新規 IBM Enterprise
Records Web アプリケーション・プロファイルの WSWebApplicationDeploymentFile ファイルを ier_install_Path¥configure¥profiles¥ ディレクトリー内に生成します。
configmgr_cl.exe generateConfig -appserver appserver_name
-profiletype webapplication_deployment -deploymenttype cluster
-aextdeploymenttype cluster -profile "C:¥Program Files¥
IBM¥EnterpriseRecords¥configure¥profiles
¥WSWebApplicationDeploymentProfile"
- 例
- -appserver appserver_name パラメーターは、アプリケーション・サーバーのタイプを指定します。websphere、weblogic、または jboss を指定する必要があります。
要確認: スペースを含むディレクトリー名がパスに含まれている場合は、パス全体を引用符で囲んでください。