Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
1 ACCEPTED SOLUTION
Nissin_Thomas has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
or... "cluster identity modify -name"
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Nissin_Thomas has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
or... "cluster identity modify -name"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
and to rename a host "system node rename -node currentname -newname newname"
