Failover cluster Manaeger- Edit FIle server Role IP..

Priya 211 Reputation points
2021-04-30T14:27:23.413+00:00

Hello,

Good Morning.
I have a windows 2019 cluster and created couple of file server roles and associated a static IPs to the roles.
Created SMB and NFS shares as well. I just have 1 IP mapped per File server role.

Now if i have to update/change the IP associated with file server role, would it be possible?

Thanks in advance for your time!

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.
962 questions
0 comments No comments
{count} votes

Accepted answer
  1. Yuhan Deng 3,761 Reputation points Microsoft Vendor
    2021-05-03T02:44:09.96+00:00

    Hi,
    It is possible.
    You can change the IP address as below:
    In failover cluster, find the role you want to modify;
    93060-image.png
    Right click the Name of the server, change the DNS name, and configure the IP as you want.

    Thanks for your time.
    Best regards,
    Danny

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

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

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

    [20]:

    0 comments No comments

5 additional answers

Sort by: Most helpful
  1. Priya 211 Reputation points
    2021-05-03T17:20:06.463+00:00

    Danny,

    Get-ClusterResource -Name "IP Address 172.17.180.206" | Set-ClusterParameter -Multiple @{"Name"="IP Address 172.17.180.222"} - cmdlet worked!

    Thanks for your pointers.

    0 comments No comments