Renaming ClusterNetworkInterface

Chris Stankevitz 396 Reputation points
2020-11-19T14:44:18.617+00:00
   PS c:\Windows\system32> Get-ClusterNetworkInterface  
     
   Name          Node Network         State  
   \----          ---- -------         -----  
   N01 - FOO (1) N01  Foo Network        Up  
   N02 - FOO (1) N02  Foo Network        Up  
   N01 - BAR     N01  Bar Network        Up  
   N02 - BAR     N02  Bar Network        Up  

Notice that the Name of the ClusterNetworkInterface for the Foo Network has parentheses in it. How do I rename the ClusterNetworkInterface to remove the parentheses?

Note: I do not want/need to rename the Network. And I do not want/need to rename the underlying network adapter on the hosts. This is a separate entity that I want to rename called ClusterNetworkInterface.

In the notional image below -- I want to rename the item circled in yellow:

41049-network.png

Windows Server Clustering
Windows Server Clustering
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Clustering: The grouping of multiple servers in a way that allows them to appear to be a single unit to client computers on a network. Clustering is a means of increasing network capacity, providing live backup in case one of the servers fails, and improving data security.
1,008 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Xiaowei He 9,906 Reputation points
    2020-11-20T07:19:20.627+00:00

    Hi,

    We may change the name in the NIC settings like below:

    41228-image.png

    double click the name:

    41307-image.png

    Then refresh the Cluster manager:

    41308-image.png

    Thanks for your time!
    Best Regards,
    Anne

    -----------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. SCOTT ARNOLD 0 Reputation points
    2024-10-31T16:12:21.9533333+00:00

    For anyone else coming here from searches, I had the exact same problem with trying to get rid of the (1) that only appeared in the Failover Cluster Manager with no PowerShell command to remove it. The solution was to simply restart each of the server nodes in the cluster after verifying the name of the NIC was indeed unique. After the servers restarted, the (1) was gone.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.