未解決
5 Practitioner
•
928 メッセージ
0
13
2025年9月1日 09:13
Data Domain:Pool内でVautに配置されている仮想テープの一覧を出力(CLI)
CLIでPool内でVTLにインポートされていない仮想テープ一覧(Vault)出力することは可能でしょうか。
例
Pool:TEST
Barcode:XZA001L1~30(Vault)
Pool(TEST)を指定し、Vaultに配置されている仮想テープ一覧を
CLIで出力するにはどのような指定でしょうか。
vtl tape show vault だとすべての vault テープが出力されてしまいました。
どうぞよろしくお願い致します。
イベントは見つかりませんでした!
ayas
Community Manager
•
7.2K メッセージ
0
2025年9月2日 05:07
RB-7716さん
CLIでPool内でVTLにインポートされていない仮想テープ一覧(Vault)出力することは可能でしょうか。
→vtl tape show pool <Pool名>もしくはvtl pool show <Pool名> でどうでしょうか。Locationで確認ができると思います。
DataDomain VTL設定している情報をコマンド参照する方法について
DD Operating System 8.4 Command Reference Guide
Page 351 vtl pool show
Page 355 VTL tape show
コマンド例>
sysadmin# vtl tape show pool Tape-RHEL Processing tapes....
Barcode Pool Location State Size Used (%) Comp Modification Time
-------- --------- ----------------- ----- ------ ---------------- ---- -------------------
A88000LA Tape-RHEL vault RW 50 GiB 0.0 GiB ( 0.00%) 0x 2025/09/01 18:26:59
A88001LA Tape-RHEL vault RW 50 GiB 0.0 GiB ( 0.00%) 0x 2025/09/01 18:26:59
A99001L7 Tape-RHEL Tape-RHEL slot 1 RW 25 GiB 0.0 GiB ( 0.00%) 0x 2025/08/29 08:56:31
A99002L7 Tape-RHEL Tape-RHEL slot 2 RW 25 GiB 0.0 GiB ( 0.00%) 0x 2025/08/29 08:56:31
省略
-------- --------- ----------------- ----- ------ ---------------- ---- -------------------
(S) Tape selected for migration to cloud. Selected tapes will move to cloud on the next data-movement run.
(R) Recall operation is in progress for the tape.
VTL Tape Summary
----------------
Total number of tapes: 17
Total pools: 1
Total size of tapes: 475 GiB
Total space used by tapes: 0.0 GiB
Average Compression: 1.1x
RB-7716
5 Practitioner
•
928 メッセージ
0
2025年9月2日 07:07
ayas さん
ご回答ありがとうございます。
ご指摘のCLIよりPool内でvaultに配置されているテープ情報が出力されることは
確認しております。
質問の意図はPool内でVaultに配置されているテープのみの出力方法の確認となります。
上記の場合、以下のVaultテープのみをCLIで出力となります。
A88000LA Tape-RHEL vault
A88001LA Tape-RHEL vault
ご指定のCLIはVTLにアサインされたテープも含みテープ本数が多いと
識別するの時間を要するため、確認しております。
どうぞよろしくお願い致します。
ayas
Community Manager
•
7.2K メッセージ
0
2025年9月2日 08:03
RB-7716さん
ご返信を有難うございます。
失礼しました。
おっしゃる通りPoolを指定してVaultのみの出力結果を出すコマンドはないですがsort-by locationオプションを使ったら少しは確認しやすくなるのではないでしょうか。。。
sysadmin # vtl tape show pool Tape-RHEL sort-by location Processing tapes....
Barcode Pool Location State Size Used (%) Comp Modification Time
-------- --------- ----------------- ----- ------ ---------------- ---- -------------------
A99001L7 Tape-RHEL Tape-RHEL slot 1 RW 25 GiB 0.0 GiB ( 0.00%) 0x 2025/08/29
省略
A88000LA Tape-RHEL vault RW 50 GiB 0.0 GiB ( 0.00%) 0x 2025/09/01 18:26:59
A88001LA Tape-RHEL vault RW 50 GiB 0.0 GiB ( 0.00%) 0x 2025/09/01 18:26:59
-------- --------- ----------------- ----- ------ ---------------- ---- -------------------
(S) Tape selected for migration to cloud. Selected tapes will move to cloud on the next data-movement run.
(R) Recall operation is in progress for the tape.
VTL Tape Summary
----------------
Total number of tapes: 17
Total pools: 1
Total size of tapes: 475 GiB
Total space used by tapes: 0.0 GiB
Average Compression: 1.1x
sort by には[sort-by {barcode | pool | location | state | capacity | usage | percentfull
| compression | time | modtime} [{ascending | descending}]] などがあるのでRB-7716さんの環境にあった項目でsortしてください。
参照
DD Operating System 8.4 Command Reference Guide
vtl tape show {all | pool pool | vault | vtl} [cloud-unit {all | unit-name}] [summary]
[count count] [barcode barcode] [time-display {modification | creation | retention |
recalled}] [sort-by {barcode | pool | location | state | capacity | usage | percentfull
| compression | time | modtime} [{ascending | descending}]]