Description
Updates the specified container with the specified number of drives. This is applicable to FC type containers only.
Syntax
container --update --name fc1 --no_of_drives 32
Result
The FC service will be restarted for this change to take effect, Do you want to continue? (yes/no) [n]? y
Successfully updated Container FC1's number of drives as 32.
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>. |
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.
Description
Enables or disables a marker type or an automatic marker setting type (Auto) on an existing container in the DR Series system. To enable or disable the automatic marker setting type on an existing container, substitute Auto in place of a specific marker type (for example, Networker in the CLI command.
Syntax
container --marker --enable--name acme99
Result
Marker updated successfully.
Other Examples
Disables amarker on an existing container in the DR Series system:
container --marker --disable--name acme99
Marker updated successfully.