How to rename a FabricPool object-store?
Applies to
ONTAP 9
Answer
Run the 'storage object-store config rename'
command to rename the object-store.
95cluster::> storage aggregate object-store show
Aggregate Object Store Name Availability
-------------- ----------------- -------------
aggr1 aws_s3_02 available
95cluster::>
95cluster::> storage aggregate object-store config rename -object-store-name aws_s3_02 -new-object-store-name S3bucket2
95cluster::>
95cluster::> storage aggregate object-store show
Aggregate Object Store Name Availability
-------------- ----------------- -------------
aggr1 S3bucket2 available
95cluster::>
Additional Information
Add your text here.