An account will enable you to access:
Don't have an account?
ONTAP Discussions
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?
Solved! See The Solution
or... "cluster identity modify -name"
View solution in original post
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
and to rename a host "system node rename -node currentname -newname newname"