*[Java]WebSphereをコマンドで管理する

wsadminコマンドを利用する。-fでスクリプトファイルを実行できる。

  • アプリケーションのインストール、変更、および管理を行うには、$AdminApp
  • 構成コマンドの呼び出し、および WebSphere Application Server 構成のエレメントの作成または変更を行う場合には、 $AdminConfig
  • WebSphere Application Server 内のオブジェクトの実行に関係のある操作コマンドを呼び出す場合は、 $AdminControl

あ、ためしにやってみてわかったけど、デプロイマネージャとSOAPRMI接続するから、デプロイマネージャが起動してないとまったく意味ナシのものみたい。それに、スクリプトファイルの形式は基本的に

set "変数名" [コマンド]
puts "変数名"

と書くことで、コマンドが実行する。
運用時に使うパターンとして、

  • アプリケーションインストール
  • アプリケーション更新
  • サーバ構築
  • クラスタ構築
  • サーバの設定変更
    • トレース

http://publib.boulder.ibm.com/infocenter/wasinfo/topic/com.ibm.websphere.nd.doc/info/ae/ae/rxml_aosupport.html

    • HTTPトランスポート設定

http://publib.boulder.ibm.com/infocenter/wasinfo/topic/com.ibm.websphere.nd.doc/info/ae/ae/rxml_confighttp.html

    • JVMログローテーション

http://publib.boulder.ibm.com/infocenter/wasinfo/topic/com.ibm.websphere.nd.doc/info/ae/ae/rxml_logrotation.html

    • アクティビティログ

http://publib.boulder.ibm.com/infocenter/wasinfo/topic/com.ibm.websphere.nd.doc/info/ae/ae/rxml_changelocation.html

    • エンドポイント

http://publib.boulder.ibm.com/infocenter/wasinfo/topic/com.ibm.websphere.nd.doc/info/ae/ae/rxml_portnumber.html

    • PMI

http://publib.boulder.ibm.com/infocenter/wasinfo/topic/com.ibm.websphere.nd.doc/info/ae/ae/rxml_pmi.html

    • 変数マップ

http://publib.boulder.ibm.com/infocenter/wasinfo/topic/com.ibm.websphere.nd.doc/info/ae/ae/rxml_map.html

  • データソース設定
    • プロバイダ

http://publib.boulder.ibm.com/infocenter/wasinfo/topic/com.ibm.websphere.nd.doc/info/ae/ae/rxml_configjdbc.html

    • ぷーリング

http://publib.boulder.ibm.com/infocenter/wasinfo/topic/com.ibm.websphere.nd.doc/info/ae/ae/rxml_configpool.html

    • カスタム・プロパティ

http://publib.boulder.ibm.com/infocenter/wasinfo/topic/com.ibm.websphere.nd.doc/info/ae/ae/rxml_datasource.html

  • メール設定

http://publib.boulder.ibm.com/infocenter/wasinfo/topic/com.ibm.websphere.nd.doc/info/ae/ae/rxml_mail.html

    • メールセッション

http://publib.boulder.ibm.com/infocenter/wasinfo/topic/com.ibm.websphere.nd.doc/info/ae/ae/rxml_mailsession.html

http://publib.boulder.ibm.com/infocenter/wasinfo/topic/com.ibm.websphere.nd.doc/info/ae/ae/rxml_plugin.html

  • その他
    • スレッドダンプ

http://publib.boulder.ibm.com/infocenter/wasinfo/topic/com.ibm.websphere.nd.doc/info/ae/ae/rxml_dump.html
ぐらいか。