WebSphere Extended Deployment Compute Grid, Version 6.1.1
             オペレーティング・システム: AIX , HP-UX, Linux, Solaris, Windows,


manageprofiles コマンド

manageprofiles コマンド・ユーティリティーを使用して、 WebSphere® Extended Deployment Compute Grid テンプレートでプロファイルの作成および拡張を行います。 製品のフィーチャーを使用するには、その製品に対して拡張された少なくとも 1 つのプロファイルが環境に必要です。

ロケーション

コマンド・ファイルは、install_root/bin ディレクトリーにあります。

目的

manageprofiles コマンドは、プロファイルと呼ばれる一連のファイルに、製品プロセスのランタイム環境を作成します。 既存のプロファイルを拡張する場合、製品固有の拡張テンプレートを適用することによって、プロファイルを変更します。 manageprofiles コマンドを使用して、以下のタスクを実行することができます。

以下のセクションでは、 manageprofiles コマンドを使用して実行可能なタスクを必須パラメーターのリストと共に説明します。 各タスクに指定するオプション・パラメーターの詳細については、WebSphere Application Server Network Deployment インフォメーション・センターで 『manageprofiles コマンド』を参照してください。

デプロイメント・マネージャー・プロファイルの作成

manageprofiles コマンドを使用して、デプロイメント・マネージャー・プロファイルを作成できます。デプロイメント・マネージャーはセルに統合されているアプリケーション・サーバーを管理します。

必須パラメーター

-create
プロファイルを作成します。(必須)
-profileName
プロファイルの名前を指定します。(必須)
-templatePathtemplate_path
インストール・ルート・ディレクトリー内のテンプレート・ファイルへのパスを指定します。 (必須)
以下のフォーマット設定を使用します。
-templatePath install_root/profileTemplates/wxdcg_augment/dmgr

./manageprofile.sh|bat -create -profileName profile01 -templatePath install_root/profileTemplates/wxdcg_augment/dmgr

カスタム・プロファイルの作成

manageprofiles コマンドを使用して、カスタム・プロファイルを作成できます。

必須パラメーター

-create
既存のプロファイルを作成します。(必須)
-profileName
プロファイルの名前を指定します。(必須)
-templatePath template_path
インストール・ルート・ディレクトリー内のテンプレート・ファイルへのパスを指定します。 (必須)
以下のフォーマット設定を使用します。
-templatePath install_root/profileTemplates/wxdcg_augment/managed

./manageprofile.sh|bat -create -profileName profile01 -templatePath install_root/profileTemplates/wxdcg_augment/managed

スタンドアロン・アプリケーション・サーバー・プロファイルの作成

manageprofiles コマンドを使用して、スタンドアロン・アプリケーション・サーバー・プロファイルを作成できます。

必須パラメーター

-create
既存のプロファイルを作成します。(必須)
-profileName
プロファイルの名前を指定します。(必須)
-templatePath template_path
インストール・ルート・ディレクトリー内のテンプレート・ファイルへのパスを指定します。 (必須)
以下のフォーマット設定を使用します。
-templatePath install_root/profileTemplates/wxdcg_augment/default

./manageprofile.sh|bat -create -profileName profile01 -templatePath install_root/profileTemplates/wxdcg_augment/default

セル・プロファイルの作成

manageprofiles コマンドを使用して、デプロイメント・マネージャーとアプリケーション・サーバーから構成されるセル・プロファイルを作成できます。

必須パラメーター

デプロイメント・マネージャー・プロファイルについて以下のパラメーターを指定します。
-create
既存のプロファイルを作成します。(必須)
-profileName
プロファイルの名前を指定します。(必須)
-templatePath template_path
インストール・ルート・ディレクトリー内のテンプレート・ファイルへのパスを指定します。 (必須)
以下のフォーマット設定を使用します。
-templatePath install_root/profileTemplates/wxdcg_augment/cell/dmgr
アプリケーション・サーバー・プロファイルについて以下のパラメーターを指定します。
-create
既存のプロファイルを作成します。(必須)
-profileName
プロファイルの名前を指定します。(必須)
-templatePath template_path
インストール・ルート・ディレクトリー内のテンプレート・ファイルへのパスを指定します。 (必須)
以下のフォーマット設定を使用します。
-templatePath install_root/profileTemplates/wxdcg_augment/cell/default

./manageprofile.sh|bat -create -profileName profile01 -templatePath install_root/profileTemplates/wxdcg_augment/cell/dmgr
./manageprofile.sh|bat -create -profileName profile01 -templatePath install_root/profileTemplates/wxdcg_augment/cell/default

デプロイメント・マネージャー・プロファイルの拡張

manageprofiles コマンドを使用して、デプロイメント・マネージャー・プロファイルを拡張できます。

必須パラメーター

-augment
既存のプロファイルを拡張します。(必須)
-profileName
プロファイルの名前を指定します。(必須)
-templatePathtemplate_path
インストール・ルート・ディレクトリー内のテンプレート・ファイルへのパスを指定します。 (必須)
以下のフォーマット設定を使用します。
-templatePath install_root/profileTemplates/wxdcg_augment/dmgr

./manageprofile.sh|bat -augment -profileName profile01 -templatePath install_root/profileTemplates/wxdcg_augment/dmgr

カスタム・プロファイルの拡張

manageprofiles コマンドを使用して、カスタム・プロファイルを拡張できます。

必須パラメーター

-augment
既存のプロファイルを拡張します。(必須)
-profileName
プロファイルの名前を指定します。(必須)
-templatePath template_path
インストール・ルート・ディレクトリー内のテンプレート・ファイルへのパスを指定します。 (必須)
以下のフォーマット設定を使用します。
-templatePath install_root/profileTemplates/wxdcg_augment/managed

./manageprofile.sh|bat -augment -profileName profile01 -templatePath install_root/profileTemplates/wxdcg_augment/managed

スタンドアロン・アプリケーション・サーバー・プロファイルの拡張

manageprofiles コマンドを使用して、スタンドアロン・アプリケーション・サーバー・プロファイルを拡張できます。

必須パラメーター

-augment
既存のプロファイルを拡張します。(必須)
-profileName
プロファイルの名前を指定します。(必須)
-templatePath template_path
インストール・ルート・ディレクトリー内のテンプレート・ファイルへのパスを指定します。 (必須)
以下のフォーマット設定を使用します。
-templatePath install_root/profileTemplates/wxdcg_augment/default

./manageprofile.sh|bat -augment -profileName profile01 -templatePath install_root/profileTemplates/wxdcg_augment/default

セル・プロファイルの拡張

manageprofiles コマンドを使用して、セル・プロファイルを拡張できます。

必須パラメーター

デプロイメント・マネージャー・プロファイルについて以下のパラメーターを指定します。
-augment
既存のプロファイルを拡張します。(必須)
-profileName
プロファイルの名前を指定します。(必須)
-templatePath template_path
インストール・ルート・ディレクトリー内のテンプレート・ファイルへのパスを指定します。 (必須)
以下のフォーマット設定を使用します。
-templatePath install_root/profileTemplates/wxdcg_augment/cell/dmgr
アプリケーション・サーバー・プロファイルについて以下のパラメーターを指定します。
-augment
既存のプロファイルを拡張します。(必須)
-profileName
プロファイルの名前を指定します。(必須)
-templatePath template_path
インストール・ルート・ディレクトリー内のテンプレート・ファイルへのパスを指定します。 (必須)
以下のフォーマット設定を使用します。
-templatePath install_root/profileTemplates/wxdcg_augment/cell/default

./manageprofile.sh|bat -augment -profileName profile01 -templatePath install_root/profileTemplates/wxdcg_augment/cell/dmgr
./manageprofile.sh|bat -augment -profileName profile01 -templatePath install_root/profileTemplates/wxdcg_augment/cell/default

プロファイルの拡張解除

プロファイルを拡張解除する場合は、 必須の -unaugment パラメーターと -profileName パラメーターの他に、 -templatePath パラメーターと一緒に -ignoreStack パラメーターを指定します。

必須パラメーター

-augment
既存のプロファイルを拡張します。(必須)
-profileName
プロファイルの名前を指定します。(必須)
-ignoreStack
拡張されている特定のプロファイルを拡張解除するために、-templatePath パラメーターとともに使用されます。(必須)
-templatePathtemplate_path
インストール・ルート・ディレクトリー内のテンプレート・ファイルへのパスを指定します。 (必須)
以下のフォーマット設定を使用します。
-templatePath install_root/profileTemplates/wxdcg_augment/profile_type
ここで、profile_type は、次の 4 つのプロファイル・タイプのいずれかです。
  • dmgr: デプロイメント・マネージャー・プロファイル
  • managed: カスタム・プロファイル
  • default: スタンドアロン・アプリケーション・サーバー・プロファイル
  • cell: セル・プロファイル

./manageprofile.sh|bat -unaugment -profileName profile01 -ignoreStack -templatePath install_root/profileTemplates/wxdcg_augment/profile_type



関連概念
非 root プロファイルの作成と拡張
関連タスク
複数の製品拡張テンプレートによるプロファイルの拡張
関連資料
参照トピック    

ご利用条件 | フィードバック

最終更新: 2009/09/17 16時37分02秒EDT
http://publib.boulder.ibm.com/infocenter/wxdinfo/v6r1m1/index.jsp?topic=/com.ibm.websphere.gridmgr.doc/info/install/raugmentprofile_silent.html