How to remove quadstor from Content and Inventory in Proxmox

Mar 27, 2023
33
0
6
Hello,
I want to remove the old Quadstor from our Proxmox in Content and Inventory.

1689161410076.png
1689161447796.png
What needs to be done in CLI because through the web console is this not possible.

In putty I'm getting only following error if i'm trying to get any status about VTL.

root@srv-proxmoxbackup-sg:/# proxmox-tape status
Error: unable to get (default) drive name
root@srv-proxmoxbackup-sg:/#

Thanks and regards,
Daniel
 
hi, the command you look for should be:

Code:
proxmox-tape media destroy <label>

maybe you need the '--force' parameter too
 
Hi,
Thanks for your information but I need to know which label I have to use in this command?

Code:
proxmox-tape media destroy quadstor

proxmox-tape media destroy LTO8QS

which one?

those information you will see above in the print screens.

Thanks and regards,

Daniel