名称
delete-connector-security-map - 与えられたコネクションプール に対するセキュリティマップの削除
形式
delete-connector-security-map --user admin_user [--password admin_password] [--host host_name] [--port port_number] [--passwordfile filename] [--terse=true|false] [--echo=true|false] [--interactive=true|false] --poolname connector_connection_pool_name mapname
説明
与えられたコネクションプールに対するセキュリティマップを削除 します。このコマンドはリモートモードでのみ使用できます。
オプション
--user
ドメインアプリケーションサーバの管理ユーザ名

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

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

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

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

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

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

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

--poolname
削除されるセキュリティマップが属するコネクタコネクショ ンプール名
オペランド
mapname
削除されるセキュリティマップの名称
使用例
例1: delete-connector-security-mapの使用法
otxadmin> delete-connector-security-map --user admin --password adminadmin --poolname connector-pool1 securityMap1
Command delete-connector-security-map executed successfully
終了ステータス
0 : コマンド実行成功
1 : コマンド実行失敗
関連事項
create-connector-security-map(1) list-connector-security-maps(1) update-connector-security-map(1)