showSIBWMQServerBusMember コマンド

showSIBWMQServerBusMember コマンドを使用して、IBM MQ サーバー・バス・メンバーの属性のリストを表示します。

コマンドを実行するには、wsadmin スクリプト・クライアントAdminTask オブジェクトを使用します。

[IBM i][IBM i]wsadmin スクリプト・クライアントは Qshell から実行されます。. [IBM i]詳しくは、wsadmin スクリプトを使用した WebSphere スクリプトを実行するための Qshell の構成.

サービス統合バスのコマンドには、コマンド行ヘルプが用意されています。
  • Jython で使用可能なサービス統合バス・コマンドのリストと、各コマンドの簡単な説明を見るには、wsadmin プロンプトで以下のコマンドを入力します。

    print AdminTask.help('SIBAdminCommands')

  • 特定のコマンドの概要ヘルプの場合は、wsadmin プロンプトで以下のコマンドを入力します。

    print AdminTask.help('command_name')

目的

IBM MQ サーバーは、IBM MQ キュー・マネージャーまたは (WebSphere® MQ for z/OS® の場合) キュー共有グループを表します。このコマンドは、IBM MQ サーバー・バス・メンバーの詳細を、一連のキー/値のペアとして表示します。 このコマンドは、値を持つ属性の詳細を表示します。

ターゲット・オブジェクト

選択された IBM MQ サーバー。

必須パラメーター

-name
IBM MQ サーバー・バス・メンバーの名前。この値は、IBM MQ サーバー定義を作成する際に -name パラメーターで指定した名前です。
-bus
IBM MQ サーバーがメンバーであるバスの名前。

条件付きパラメーター

なし

オプション・パラメーター

なし

  • Jython の使用:
    wsadmin>AdminTask.showSIBWMQServerBusMember(["-name", "Finance Dept. QM-Bus1",
     "-bus", "Bus1"])
  • Jacl を使用:
    wsadmin>$AdminTask showSIBWMQServerBusMember {-name "Finance Dept. QM-Bus1"
     -bus Bus1}

トピックのタイプを示すアイコン 参照トピック



タイム・スタンプ・アイコン 最終更新: last_date
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=rjfp_cli_mqserver_busm_show
ファイル名:rjfp_cli_mqserver_busm_show.html