manageprofiles コマンド・ユーティリティーを使用して、
WebSphere® Virtual Enterprise
テンプレートでプロファイルの作成および拡張を行います。
製品のフィーチャーを使用するには、その製品に対して拡張された少なくとも 1 つのプロファイルが環境に必要です。
ロケーション
コマンド・ファイルは、install_root/bin ディレクトリーにあります。
目的
manageprofiles コマンドは、プロファイルと呼ばれる一連のファイルに、製品プロセスのランタイム環境を作成します。
既存のプロファイルを拡張する場合、製品固有の拡張テンプレートを適用することによって、プロファイルを変更します。
manageprofiles コマンドを使用して、以下のタスクを実行することができます。
以下のセクションでは、
manageprofiles コマンドを使用して実行可能なタスクを必須パラメーターのリストと共に説明します。
各タスクに指定するオプション・パラメーターの詳細については、WebSphere Application Server Network Deployment インフォメーション・センターで
『manageprofiles コマンド』を参照してください。
デプロイメント・マネージャー・プロファイルの作成
manageprofiles コマンドを使用して、デプロイメント・マネージャー・プロファイルを作成できます。デプロイメント・マネージャーはセルに統合されているアプリケーション・サーバーを管理します。
必須パラメーター
- -create
- プロファイルを作成します。(必須)
- -profileName
- プロファイルの名前を指定します。(必須)
- -templatePathtemplate_path
- インストール・ルート・ディレクトリー内のテンプレート・ファイルへのパスを指定します。
(必須)
- 以下のフォーマット設定を使用します。
-templatePath install_root/profileTemplates/xd_augment/dmgr
例
./manageprofile.sh|bat -create -profileName profile01 -templatePath install_root/profileTemplates/xd_augment/dmgr
カスタム・プロファイルの作成
manageprofiles コマンドを使用して、カスタム・プロファイルを作成できます。
必須パラメーター
- -create
- 既存のプロファイルを作成します。(必須)
- -profileName
- プロファイルの名前を指定します。(必須)
- -templatePath template_path
- インストール・ルート・ディレクトリー内のテンプレート・ファイルへのパスを指定します。
(必須)
- 以下のフォーマット設定を使用します。
-templatePath install_root/profileTemplates/xd_augment/managed
例
./manageprofile.sh|bat -create -profileName profile01 -templatePath install_root/profileTemplates/xd_augment/managed
スタンドアロン・アプリケーション・サーバー・プロファイルの作成
manageprofiles コマンドを使用して、スタンドアロン・アプリケーション・サーバー・プロファイルを作成できます。
必須パラメーター
- -create
- 既存のプロファイルを作成します。(必須)
- -profileName
- プロファイルの名前を指定します。(必須)
- -templatePath template_path
- インストール・ルート・ディレクトリー内のテンプレート・ファイルへのパスを指定します。
(必須)
- 以下のフォーマット設定を使用します。
-templatePath install_root/profileTemplates/xd_augment/default
例
./manageprofile.sh|bat -create -profileName profile01 -templatePath install_root/profileTemplates/xd_augment/default
セル・プロファイルの作成
manageprofiles コマンドを使用して、デプロイメント・マネージャーとアプリケーション・サーバーから構成されるセル・プロファイルを作成できます。
必須パラメーター
デプロイメント・マネージャー・プロファイルについて以下のパラメーターを指定します。
- -create
- 既存のプロファイルを作成します。(必須)
- -profileName
- プロファイルの名前を指定します。(必須)
- -templatePath template_path
- インストール・ルート・ディレクトリー内のテンプレート・ファイルへのパスを指定します。
(必須)
- 以下のフォーマット設定を使用します。
-templatePath install_root/profileTemplates/xd_augment/cell/dmgr
アプリケーション・サーバー・プロファイルについて以下のパラメーターを指定します。
- -create
- 既存のプロファイルを作成します。(必須)
- -profileName
- プロファイルの名前を指定します。(必須)
- -templatePath template_path
- インストール・ルート・ディレクトリー内のテンプレート・ファイルへのパスを指定します。
(必須)
- 以下のフォーマット設定を使用します。
-templatePath install_root/profileTemplates/xd_augment/cell/default
例
./manageprofile.sh|bat -create -profileName profile01 -templatePath install_root/profileTemplates/xd_augment/cell/dmgr
./manageprofile.sh|bat -create -profileName profile01 -templatePath install_root/profileTemplates/xd_augment/cell/default
デプロイメント・マネージャー・プロファイルの拡張
manageprofiles コマンドを使用して、デプロイメント・マネージャー・プロファイルを拡張できます。
必須パラメーター
- -augment
- 既存のプロファイルを拡張します。(必須)
- -profileName
- プロファイルの名前を指定します。(必須)
- -templatePathtemplate_path
- インストール・ルート・ディレクトリー内のテンプレート・ファイルへのパスを指定します。
(必須)
- 以下のフォーマット設定を使用します。
-templatePath install_root/profileTemplates/xd_augment/dmgr
例
./manageprofile.sh|bat -augment -profileName profile01 -templatePath install_root/profileTemplates/xd_augment/dmgr
カスタム・プロファイルの拡張
manageprofiles コマンドを使用して、カスタム・プロファイルを拡張できます。
必須パラメーター
- -augment
- 既存のプロファイルを拡張します。(必須)
- -profileName
- プロファイルの名前を指定します。(必須)
- -templatePath template_path
- インストール・ルート・ディレクトリー内のテンプレート・ファイルへのパスを指定します。
(必須)
- 以下のフォーマット設定を使用します。
-templatePath install_root/profileTemplates/xd_augment/managed
例
./manageprofile.sh|bat -augment -profileName profile01 -templatePath install_root/profileTemplates/xd_augment/managed
スタンドアロン・アプリケーション・サーバー・プロファイルの拡張
manageprofiles コマンドを使用して、スタンドアロン・アプリケーション・サーバー・プロファイルを拡張できます。
必須パラメーター
- -augment
- 既存のプロファイルを拡張します。(必須)
- -profileName
- プロファイルの名前を指定します。(必須)
- -templatePath template_path
- インストール・ルート・ディレクトリー内のテンプレート・ファイルへのパスを指定します。
(必須)
- 以下のフォーマット設定を使用します。
-templatePath install_root/profileTemplates/xd_augment/default
例
./manageprofile.sh|bat -augment -profileName profile01 -templatePath install_root/profileTemplates/xd_augment/default
セル・プロファイルの拡張
manageprofiles コマンドを使用して、セル・プロファイルを拡張できます。
必須パラメーター
デプロイメント・マネージャー・プロファイルについて以下のパラメーターを指定します。
- -augment
- 既存のプロファイルを拡張します。(必須)
- -profileName
- プロファイルの名前を指定します。(必須)
- -templatePath template_path
- インストール・ルート・ディレクトリー内のテンプレート・ファイルへのパスを指定します。
(必須)
- 以下のフォーマット設定を使用します。
-templatePath install_root/profileTemplates/xd_augment/cell/dmgr
アプリケーション・サーバー・プロファイルについて以下のパラメーターを指定します。
- -augment
- 既存のプロファイルを拡張します。(必須)
- -profileName
- プロファイルの名前を指定します。(必須)
- -templatePath template_path
- インストール・ルート・ディレクトリー内のテンプレート・ファイルへのパスを指定します。
(必須)
- 以下のフォーマット設定を使用します。
-templatePath install_root/profileTemplates/xd_augment/cell/default
例
./manageprofile.sh|bat -augment -profileName profile01 -templatePath install_root/profileTemplates/xd_augment/cell/dmgr
./manageprofile.sh|bat -augment -profileName profile01 -templatePath install_root/profileTemplates/xd_augment/cell/default
プロファイルの拡張解除
プロファイルを拡張解除する場合は、
必須の -unaugment パラメーターと -profileName パラメーターの他に、
-templatePath パラメーターと一緒に -ignoreStack パラメーターを指定します。
必須パラメーター
- -augment
- 既存のプロファイルを拡張します。(必須)
- -profileName
- プロファイルの名前を指定します。(必須)
- -ignoreStack
- 拡張されている特定のプロファイルを拡張解除するために、-templatePath パラメーターとともに使用されます。(必須)
- -templatePathtemplate_path
- インストール・ルート・ディレクトリー内のテンプレート・ファイルへのパスを指定します。
(必須)
- 以下のフォーマット設定を使用します。
-templatePath install_root/profileTemplates/xd_augment/profile_type
ここで、profile_type
は、次の 4 つのプロファイル・タイプのいずれかです。
- dmgr: デプロイメント・マネージャー・プロファイル
- managed: カスタム・プロファイル
- default: スタンドアロン・アプリケーション・サーバー・プロファイル
- cell: セル・プロファイル
例
./manageprofile.sh|bat -unaugment -profileName profile01 -ignoreStack -templatePath install_root/profileTemplates/xd_augment/profile_type