WebSphere® Message
Broker Administration for WebSphere Application
Server を使用できるように、manageprofiles コマンドを使用して WebSphere Application
Server のプロファイルを作成または拡張する方法、および WebSphere Message
Broker Web ユーザー・インターフェースを使用可能にする方法について学習します。
以下のステップを実行します。
- WebSphere Application
Server プロファイルを拡張または作成します。
WebSphere Message
Broker 管理フィーチャーは、dmgr および default の両方のプロファイルでサポートされます。
manageprofiles コマンドを使用して、これらのタイプのプロファイルを作成または拡張できます。 使用するプロファイル・テンプレートは、install_root/profileTemplates ディレクトリーまたは install_root¥profileTemplates ディレクトリーにあります。ここで、install_root は、WebSphere Application
Server ルート・インストール・ディレクトリーです。
- default.broker テンプレートを使用して、default プロファイルを作成または拡張します。
例えば
Windows の場合、(現在の構成をバックアップした後に) 次のコマンドを
install_root¥bin から実行して、
AppSrv01 という名前の
default プロファイルを拡張します。
manageprofiles -augment -profileName AppSrv01
-templatePath "C:\Program Files\IBM\WebSphere\AppServer\profileTemplates\default.broker"
- dmgr.broker テンプレートを使用して、dmgr プロファイルを作成または拡張します。
例えば
Windows の場合、次のコマンドを
install_root¥bin から実行して、
DMgr01 という名前の
dmgr プロファイルを作成します。
manageprofiles -create -profileName DMgr01
-templatePath "C:\Program Files\IBM\WebSphere\AppServer\profileTemplates\dmgr.broker"
WebSphere Message
Broker 管理フィーチャーをアンインストールする前に、そのフィーチャーのために拡張または作成したプロファイルを拡張解除または削除する必要があります。
例えば、
Windows で次のコマンドを実行して、
AppSrv01 という名前のプロファイルを拡張解除します。
manageprofiles -unaugment -profileName AppSrv01
プロファイルに対して複数のテンプレートが適用されている場合、追加の手順が必要になる場合があります。
WebSphere Application Server 資料にある、コマンド行を使用したプロファイルの拡張解除および削除に関する資料を参照してください。
- WebSphere Application
Server 管理コンソールに表示するbrokerごとに、WebSphere Message
Broker Web ユーザー・インターフェースを構成して使用可能にする必要があります。
Web ユーザー・インターフェース・サーバーの構成を参照してください。
Web ユーザー・インターフェースを使用可能にする必要があるのは、broker・リソースを照会するために WebSphere Message
Broker Representational State Transfer (REST) API を使用するためです。
- Web ユーザー・インターフェースにアクセスするために必要な Web ユーザー・アカウントを作成します。 Web ユーザー・アカウントの管理を参照してください。
- WebSphere Application
Server サーバーを再始動します。
WebSphere Application
Server 管理コンソールの
WebSphere Message
Broker コレクション・ページを表示できるようになりました。
WebSphere Message
Broker のコレクション・ページから実行できる操作について詳しくは、
WebSphere Application Server からのブローカーの管理、および管理コンソールのヘルプ・トピックを参照してください。