NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

How to change cluster name

JohnChen
24,191 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
24,070 Views

or... "cluster identity modify -name"

View solution in original post

3 REPLIES 3

JohnChen
24,086 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
24,071 Views

or... "cluster identity modify -name"

scottgelb
24,069 Views

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

Public