WebSphere Extended Deployment Compute Grid, Version 6.1.1
             オペレーティング・システム: AIX , HP-UX, Linux, Solaris, Windows,


ネイティブ実行のプロパティー・ファイル

サンプル・ファイル WSGrid.native.job には、java MyTestMain を呼び出すネイティブ実行ジョブの 単一ステップの定義に必要なプロパティーが示されています。

# Specify name by which this job is known 
job-name=TestMain

# specify optional application name - if not specified, defaults to job-name
# for native jobs, the only purpose for application-name is to optionally
# identify eligible target nodes for executing this job.  See article on requirements-based 
# job scheduling to learn more
application-name=MyTestMain

# specify required name of target executableexecutable=java
# specify optional command line argument
sarg-line=MyTestMain

# specify optional environment variables set before executable invoked
# multiple env-var properties may be set
env-var.CLASSPATH=/u/joeuser/classes
env-var.PATH=/usr/lpp/java/bin
上記のプロパティー・ファイルで記述されているジョブを実行依頼する WSGrid 呼び出しは、次のとおりです。
 WSGrid WGrid.cntl WSGrid.native.job



関連概念
WSGrid コマンド行ユーティリティー
関連資料
参照トピック    

ご利用条件 | フィードバック

最終更新: 2009/09/17 16時38分07秒EDT
http://publib.boulder.ibm.com/infocenter/wxdinfo/v6r1m1/index.jsp?topic=/com.ibm.websphere.gridmgr.doc/info/reference/rcg_example_native.html