2017-11-20 13 views
0

UrbanCode Deployを使用してearファイルをWASにインストールしています。インストール・ステップは機能しますが、後で特定のリソースをサーバーにマップするステップは失敗します。WAS:インストール後にモジュールをサーバーにマップするJythonスクリプト

以下に示すように、イヤーファイルには2つのモジュールがあり、同じUCDステップを使用して、最初のモジュールマッピングは完了しましたが、2番目のモジュールは失敗しました。私はこの失敗したマッピングを行うために私自身のスクリプトを書いています。 2番目のモジュールでこのマッピングを実行するコマンドは何ですか?

WMOServicesWeb WMOServicesWeb.war,WEB-INF/web.xml Web Module WebSphere:cell=uauswad03Cell,node=uauswad03Node,server=ConnectAppSvr2 
WebSphere:cell=uauswad03Cell,node=uauswad03IHS,server=webserver 

ECIResourceAdapter ResourceAdapter6022.rar,META-INF/ra.xml Connector Module WebSphere:cell=uauswad03Cell,node=uauswad03Node,server=ConnectAppSvr2 
WebSphere:cell=uauswad03Cell,node=uauswad03IHS,server=webserver 
+0

次の管理コンソールで更新を行うことができ、[これら](https://でWWW。 ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/crun_app_upgrade.html)の指示(* Single module *アップデートを選択してから、[command assist](広告の機能(https://www.ibm.com/developerworks/websphere/library/techarticles/0812_rhodes/0812_rhodes.html) min consoleを使用して、関連するwsadminコマンドを取得します。この部分をパラメータ化する必要があるかもしれませんが、現時点ではかなり簡単です。 –

答えて

0

同様のシナリオはここでは詳細に説明されている:上記のリンクからDeploy to Websphere cluster using WAS - Deploy plugin

Use the following one (substitute module names with .*): 

-MapModulesToServers [[ .* .* WebSphere:cell=IBM277- 
R90FKAU9Cell01,cluster=Cluster1+WebSphere:cell=IBM 277- 
R90FKAU9Cell01,node=IBM277-R90FKAU9Node01,server=webserver1 ] 

This will map all EAR modules to the same targets. 
関連する問題