Skip to main content
A newer release of this product is available.

storage aggregate object-store config rename

Contributors
Suggest changes

Rename an existing object store configuration

Availability: This command is available to cluster administrators at the admin privilege level.

Description

The `storage aggregate object-store config rename` command is used to rename an exiting object store configuration.

Parameters

-object-store-name <text> - Object Store Configuration Name

This paramter identifies an existing object store configuration.

-new-object-store-name <text> - Object Store Configuration New Name

This parameter specifies the new object store configuration name.

Examples

The following example renames an object store configuration from my-store to ms1:

cluster1::>storage aggregate object-store config rename -object-store-name my-store -new-object-store-name ms1