Reference Guide

Syntax
container --add --name vtlcont --type vtl --is_oem yes --tape_size 100gb
Result
Container "vtlcont" created successfully.
container --delete --name <name>
Description
Deletes an existing container by name from a DR Series system.
Syntax
container --delete --name acme49
Result
Error: Container has to be empty before deleting the container. Please delete
all File(s) and Directories in the container.
Other Examples
Deletes an existing container type and the data files within the specified container by combining the --delete and the --
delete_files DR Series system CLI commands:
container --delete --name acme_17 --delete_files
WARNING: All the data in the container acme_17 will be deleted!
Do you want to continue? (yes/no) [n]? y
Please enter the administrator password:
Container "acme_17" marked for deletion. Please run "maintenance --filesystem --
reclaim_space" torecover the storage space.
NOTE: Be aware that it may take a fair amount of time for the DR Series system file and container deletion
processes to complete and update the system status. For details on deleting the files within an OST container, see
container --delete_files --name <name>.
container --delete --name <name> [--delete_files]
Description
Deletes the files and the existing container on which the files reside in a DR Series system when using the --name option
with --delete_files command.
Syntax
container --delete --name acme4 --delete_files
Result
WARNING: All the data in the container acme4 will be deleted!
Do you want to continue? (yes/no) [n]? y
Please enter the administrator password:
Container "weasel_ost" marked for deletion. Please run "maintenance --
filesystem --reclaim_space" to recover the storage space.
131