0

カスタムメイドの Java プログラムを Java プラグインとして IBM Tivoli Provisioning Manager に追加する必要があります。詳しい手続きにご協力ください。

4

1 に答える 1

1

by plugin do you mean a complete new area in the maximo interface or are you trying to add a java call to have a provisioning workflow call? If you haven't installed the Application Developer Environment I'd recommend installing that. Once you have written your java plugin compile it into a .tcdriver automation package and install it using (as tioadmin) $TIO_HOME/tools/tc-driver-installer.sh install note the package name should not have .tcdriver in it and should be located in $TIO_HOME/drivers and owned by tioadmin:tioadmin.

http://publib.boulder.ibm.com/infocenter/tivihelp/v45r1/topic/com.ibm.tivoli.tpm.wkf.doc/workflows/twkf_gettingstarted.html?resultof=%22%41%50%44%45%22%20%22%61%70%64%22%20

于 2011-08-22T13:41:54.297 に答える