ONTAP Discussions

Fabric Pool : rename C3 destination SVM

Stevin
258 Views

Hi All,

My customer needs to rename all his Ontap clusters and also svm as there have a reference to cluster's name.

Ha has a A400 metro cluster with Fabric Pool and the destination S3  buckets are on FAS2720.

Actually we have

 

::> storage aggregate object-store config  show -instance 
Name Server Container Name Provider Type Ipspace
--------------- -------------------- -------------- ------------- -------------
NetApp1-S3-PROD-1   NetApp1-S3-PROD.xxx.fr   netapp1-s3-prod-1-bucket-netapp1 ONTAP_S3 Default

 

The svm NetApp1-S3-PROD  needs to be renamed  to  DELTA-S3 and its name in DNS needs to be changed too.
At the same time the object's name and Container's name need to be changed to refalect the new name.

 

 How can we do these changes  without any trouble ?

1 REPLY 1

Ashun
42 Views

hi

 

Please check the following link, the method of updating DNS I am not sure if it is what you want
1. Change the SVM name

vserver rename

2. Update the DNS

How to validate and update Vserver DNS servers in ONTAP - NetApp Knowledge Base

3. Change object's name

storage aggregate object-store config rename

4. Change the Container's name

storage aggregate object-store modify

Public