Skip to main content

クライアントコマンド(hrm)

hrmコマンドは、リモート(サーバ、hcpdサーバ)上のファイルを削除するコマンドです。

基本書式#

Usage: hrm [OPTION]... [USER@]HOST:[PORT:]TARGET [:TARGET]...   or: hrm [OPTION]... --host=HOST [--port=PORT] [--user=USER] TARGET...

オプション一覧#

hrmコマンドのオプションは以下の通りです。

削除

説明短縮名オプション名
確認プロンプトを表示せずに削除fforce
ディレクトリ内を再帰的に探索して削除Rrecursive
空ディレクトリ削除ddir
削除するごとに確認プロンプト表示i
最初のみ確認プロンプト表示I
接続先リモートホストの指定host
接続先リモートホストのサービスポート指定port

通信方式選択機能

説明短縮名オプション名
HpFPプロトコルの使用hpfp
ポート分離型UDP (HpFP)プロトコルの使用(廃止予定)udp

輻輳制御

説明短縮名オプション名
輻輳制御モードの指定(HpFPプロトコル使用時)hpfp-cong

データフロー制御・通信メッセージサイズ制御

説明短縮名オプション名
MSS(Maximum Segment Size)の指定(HpFPプロトコル使用時)hpfp-mss

データフロー制御・データバッファ設定

説明短縮名オプション名
送信バッファサイズの指定(HpFPプロトコル使用時)hpfp-sndbuf
受信バッファサイズの指定(HpFPプロトコル使用時)hpfp-rcvbuf

認証

説明短縮名オプション名
ユーザ名を先に指定して削除user
パスワードを先に指定して削除password

各種監視機能

説明短縮名オプション名
調査モード起動(廃止予定)investigation

性能評価機能

説明短縮名オプション名
通信プロトコルのネットワークI/O性能計測nno-diskio

ログ管理機能

説明短縮名オプション名
アプリケーションログの出力先指定log-file
各種統計ログの出力先指定stat-log-file
実行記録の出力先指定hcp-out
多重起動モードで起動multi-run

ソフトウェアの情報確認

説明短縮名オプション名
バージョン確認Vversion
入力パラメータ及び設定情報確認config-test
コマンドヘルプの表示hhelp

システム動作環境設定

説明短縮名オプション名
設定ファイルのパス指定config-file
設定項目上書き指定config-option

次のオプションはhcpdコマンドの説明をご参照ください。

--investigation

次のオプションはhcpコマンドの説明をご参照ください。

--hpfp, --user, --password, --config-file, --config-option, --log-file, --stat-log-file, --no-diskio, --udp, --hpfp-cong, --hpfp-mss, --hpfp-sndbuf, --hpfp-rcvbuf, --hcp-out, --multi-run

削除#

f, force#

=========================================================================対応OS : Linux / Windows書式 : -f | --force=========================================================================

確認プロンプトを表示せずに削除を実行します。パーミッション等の理由で確認が必要な場合でも確認せずに削除を実行します。

--例:[user@localhost ~]$ hrm -f ...--

R, recursive#

=========================================================================対応OS : Linux / Windows書式 : -R | --recursive=========================================================================

再帰的にファイルを削除します。

--例:[user@localhost ~]$ hrm -R ...--

d, dir#

=========================================================================対応OS : Linux / Windows書式 : -d | --dir=========================================================================

空ディレクトリも削除します。

--例:[user@localhost ~]$ hrm -d ...--

i#

=========================================================================対応OS : Linux / Windows書式 : -i=========================================================================

削除毎に確認プロンプトを表示します。

--例:[user@localhost ~]$ hrm -i ...--

I#

=========================================================================対応OS : Linux / Windows書式 : -I=========================================================================

一度確認プロンプトを表示した後は、プロンプトを表示しない様にします。

--例:[user@localhost ~]$ hrm -I ...--

host#

=========================================================================対応OS : Linux / Windows書式 : --host=<remote-host>-------------------------------------------------------------------------remote-host既定値 : なし値の範囲 : IPアドレス もしくは ホスト名=========================================================================

接続先のリモートホストを指定します。削除ターゲットのパスに適用されます。このパラメータを指定した場合、このパスのホスト名を省略することができます。

--例:[user@localhost ~]$ hrm --host=192.168.100.100 ...--

port#

=========================================================================対応OS : Linux / Windows書式 : --port=<remote-port>-------------------------------------------------------------------------remote-port既定値 : なし値の範囲 : ポート番号=========================================================================

接続先のリモートホストのサービスポート番号を指定します。削除ターゲットのパスに適用されます。

--例:[user@localhost ~]$ hrm --port=1874 ...--

ログ管理機能#

hcp-out#

=========================================================================対応OS : Linux / Windows書式 : --hcp-out=<output-path>-------------------------------------------------------------------------output-path既定値 : なし値の範囲 : ファイルシステムのパス文字列=========================================================================

ファイル削除の実行記録を出力するファイルを指定します。

--例:TARGET 127.0.0.1:11111:/home/user/Desktop/hcp_dst5OK 0000 DE 00000001 ./OK 0000 FR 00000002 ./file1.txtOK 0000 DX 00000001 ./EXIT 0 REASON 0000--

FR (File Remove)は、ファイルの削除処理を表します。DE(Directory Enter)は、iオプションを指定したときに行われるディレクトリに対する削除を開始するかの確認処理を表します。DX(Directory eXit)は、iオプションに指定したときに行われるディレクトリに対する削除確認処理を表します。

--例:[user@localhost ~]$ hrm --hcp-out=- ...--

ソフトウェアの情報確認#

V, version#

=========================================================================対応OS : Linux / Windows書式 : -V | --version=========================================================================

hrmコマンドのバージョンを表示します。

--例:[user@localhost ~]$ hrm -Vhrm client (hrm) 1.2.11_7 / Linux (HpFP2 2.0.0.91_21)--

config-test#

=========================================================================対応OS : Linux / Windows書式 : --config-test=========================================================================

hrmコマンドの入力パラメータ及び設定情報を出力します。

--例:[user@localhost ~]$ hrm --config-test...
Number of Logical Processors  : 2Number of Physical Processors : 2
Command parameters force      : disable recursive      : disable dir      : disable prompt_every      : disable prompt_once      : disable no-diskio      : disable (0, 0) host     : disable port     : disable hpfp : disable (TCP used) version : disable config-test    : enable help           : disable user           : disable password       : disable config-file    : disable log-file       : disable stat-log-file  : disable hcp-out        : - [.hcp.out] multi-run      : disable no-earlier-serv-compat : disable
Target:
Configuration parameters PubkeyAuthentication             : yes WinLogonUserAuthentication       : yes PAMAuthentication                : yes LocalPasswordAuthentication      : yes RequireServerCertificateSecurity : yes RejectFallbackServerCertificateSecurity : yes IgnoreCertificateCNInvalid       : yes IgnoreCertificateDateInvalid     : no IgnoreUnknownCA                  : no IgnoreRevocation                 : no CompressLevel                    : -1 HeaderCompress                   : yes ContentCompress                  : yes OCSPRevocationEnabled            : yes StrictHostKeyChecking            : ask ApplicationStatLog                : yes Rotation[size=no:0:0, pattern=no:] TransportStatLog                 : no Rotation[size=no:0:0, pattern=no:] PrivateKeySearchDir              : - [/etc/hcp/keys] PrivateKeyFile                   : - [~/.hcp/id_rsa] CACertificateFile                : - [/etc/hcp/cacert.pem] CACertificatePath                : - CARevocationFile                 : - [/etc/hcp/crl.pem] CARevocationPath                 : - ProtocolVersion                  : 2 MaxConcurrentThread              : 0 UDPTransportExtensionBufferSize  : 2147483648 MaxRequestFileEntryAtOnce        : 50 MaxReceiveFileSize               : unlimited MaxSendFileSize                  : unlimited MaxBufferSize                    : 1073741824 MaxReceiveRate                   : 10000000000 MaxSendRate                      : 10000000000 InitHeaderBlockSize              : 51200 InitContentBlockSize             : 51200 MaxHeaderBlockSize               : 51200 MaxContentBlockSize              : 51200 TransportTimeout                 : 180 FileLock                         : no FileLockTrials                   : 0 FileLockTrialInterval            : 3 AcceptableCryptMethod            : AES256/GCM AES256/CTR/VMAC AES256/CBC AES128/CBC [Intel:AES-NI=yes] AcceptableDigestMethod           : XXH3 SHA256 SHA160 DisableDataIntegrityChecking     : no AcceptDataIntegrityCheckingOnRejection : yes TransportCharEncoding            : UTF8 HostEncoding                     : UTF8 ApplicationLog                   : INFO no Rotation[size=no:0:0, pattern=no:] PubkeyAuthenticationPrior        : yes ApplicationStatLogSecurityEx     : yes--

h, help#

=========================================================================対応OS : Linux / Windows書式 : -h | --help=========================================================================

hrmコマンドのヘルプを表示します。

--例:[user@localhost ~]$ hrm -h--