wsadmin スクリプトを使用する AdminTask オブジェクトの AdministrationReports コマンド・グループ

Jython または Jacl スクリプト言語を使用すると、wsadmin ツールによる構成のトラブルシューティングを行うことができます。 AdministrationReports グループのコマンドを使用すると、システム構成の 不整合のレポート、またはシステムのポート使用率を記述したレポートを作成することができます。

AdminTask オブジェクトの AdministrationReports グループでは、以下のコマンドを 使用できます。

reportConfigInconsistencies

reportConfigInconsistencies コマンドは、 システム構成の不整合のレポートを作成する場合に使用します。

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

なし

必須パラメーターおよび戻り値

  • パラメーター: なし
  • 戻り値: システムで検出された不整合について記述したレポート。

対話モードの使用例

  • Jacl を使用:

    $AdminTask reportConfigInconsistencies {-interactive}
  • Jython ストリングを使用:

    AdminTask.reportConfigInconsistencies ( '[-interactive]')
  • Jython リストを使用:

    AdminTask.reportConfigInconsistencies  (['-interactive'])

出力例

Configuration consistency report for  cell yardbirdCell  cells/yardbirdCell/test.xml is a zero
 length file. cells/yardbirdCell/nodes/DummyNode does not contain a serverindex.xml document.
 cells/yardbirdCell/applications/Test.ear/deployments/Test does not contain a deployment.xml document.
 3 consistency problems were found.

reportConfiguredPorts

reportConfiguredPorts コマンドは、 セル内で構成されるすべてのポートのレポートを作成する場合に使用します。

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

なし

必須パラメーターおよび戻り値

  • パラメーター: なし
  • 戻り値: システム内のポートの使用率について記述したレポート。

対話モードの使用例

  • Jacl を使用:

    $AdminTask reportConfiguredPorts {-interactive}
  • Jython ストリングを使用:

    AdminTask.reportConfiguredPorts ('[-interactive]')
  • Jython リストを使用:

    AdminTask.reportConfiguredPorts (['-interactive'])

出力例

Ports configured in cell yardbirdCell  Node yardbirdCellMgr / Server dmgr yardbird:7283
CELL_DISCOVERY_ADDRESS yardbird:9809 BOOTSTRAP_ADDRESS ...  Node dizzyNode1 / Server server1 
dizzy:2813 BOOTSTRAP_ADDRESS dizzy:8880 SOAP_CONNECTOR_ADDRESS ...  Node dizzyNode1 / Server 
nodeagent dizzy:2814 BOOTSTRAP_ADDRESS dizzy:9904 ORB_LISTENER_ADDRESS 

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



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