名称
set-op-property - オペレーションのプロパティ変更
形式
set-op-property --user admin_user [--password admin_password] [--host host_name] [--port port_number] [--passwordfile filename] [--terse=true|false] [--echo=true|false] [--interactive=true|false] [--apptype j2ee|corba] --application application_name --component component_name [--ejb ejb_name] --interface interface_name --exectimeout=time operation_name
説明
指定したオペレーションの実行時間上限を指定します。オペレーションの応答時間が指定時間を過ぎてもレスポンスが返却されない場合、オペレーション処理を中断します。10〜999999の範囲内で指定してください。また-1を設定すると、上限を設定しません(既定値:-1)。
オプション
--user
ドメインアプリケーションサーバの管理ユーザ名

--password
ドメインアプリケーションサーバの管理ユーザのパスワード

--host
ドメインアプリケーションサーバが起動しているマシン名

--port
ドメインアプリケーションサーバのポート番号(既定値:6212)

--passwordfile
ドメインアプリケーションサーバのパスワードを含むファイル

--terse
trueを指定すると、出力データがスクリプトによる処理のための簡潔なデータとなります。既定値はfalseです。

--echo
trueを指定すると、標準出力でコマンドライン文が表示されます。既定値はfalseです。

--interactive
true(既定値)を指定すると、パスワードオプション入力用のプロンプトを表示します。

--apptype
アプリケーションタイプ(j2ee、corba)

--application
アプリケーション名

--component
コンポーネント名 --ejb EJB名。アプリケーションタイプがj2eeの場合、この optionが必要です。

--interface
インタフェース名

--exectimeout
実行時間上限 timeとして指定
オペランド
operation_name
オペレーション名
使用例
例1: set-op-propertyの使用法
otxadmin> set-op-property --user admin --password adminadmin --host localhost --application applicationname1 --component componentname1 --interface interfacename1 --exectimeout=100 operationname1
Command set-op-property executed successfully
終了ステータス
0 : コマンド実行成功
1 : コマンド実行失敗
関連事項
get(1)