ONTAP Discussions

How to change cluster name

JohnChen
20,416 Views

I know how to change node name by issue 

 

node rename -node old-name -newname new-name.

 

However, I also want to change cluster name.

 

What is the cli command?

1 ACCEPTED SOLUTION

scottgelb
20,295 Views

or... "cluster identity modify -name"

View solution in original post

3 REPLIES 3

JohnChen
20,311 Views

I got it.

Here is what you need to do.

 

::>cluster create -license xxxxxxxxxx -clustername new-name

::>hosts new-name

 

this is for Ontap version8.1.3 

scottgelb
20,296 Views

or... "cluster identity modify -name"

scottgelb
20,294 Views

and to rename a host "system node rename -node currentname -newname newname"

Public