構文
tadm delete-tcp-listener common_options --config=config_name listener_name
説明
このコマンドを使用して、TCPリスナー・ソケットを削除します。
オプション
common_options
の詳細は、helpコマンドを実行してください。
--config|-c
変数を削除する構成を指定します。
オペランド
listener-name
削除するTCPリスナーの名前を指定します。
例
tadm delete-tcp-listener --user=admin --host=admin.example.com --password-file=./admin.passwd --port=8989 --no-prompt --config=www.example.org TCP_Listener1
終了コード
次の終了値が戻されます。
0: コマンドの実行に成功しました。
>0: コマンドの実行時にエラーが発生しました。
終了コードと構文表記の詳細は、helpコマンドを実行してください。
関連項目
「help」、「create-tcp-listener」、「list-tcp-listeners」、「get-tcp-listener-prop」、「set-tcp-listener-prop」