• Home
  • About us
  • Contact

Welcome to www.DoitFixit.com

www.doitfixit.com

  • Microsoft
  • Fortinet
  • Symantec
  • Office 365
  • Azure
  • Others

How to change RegisterAllProvidersIP Property Value

September 25, 2013 By Damitha Anuradha 5 Comments

You may receive below Failover Cluster Validation error in Validate Multiple Subnet Properties section, when generates the Failover Cluster Validation Report.

The RegisterAllProvidersIP property for network name ‘Name: <SQL Cluster Name>‘ is set to 1. For the current cluster configuration this value should be set to 0.

To resolve this issue log on to one of cluster servers and run below command first to get cluster parameter details. See the RegisterAllProvidersIP value.

Get-ClusterResource “SQL Network Name (<SQL Cluster Name>)” | Get-ClusterParameter

To change the RegisterAllProvidersIP run below command.

Get-ClusterResource “SQL Network Name (<SQL Cluster Name>)” | Set-ClusterParameter RegisterAllProvidersIP 0

Then take SQL resource offline and get back online.

Rerun the Failover cluster validation report.

Comments

  1. Anthony says

    October 21, 2015 at 2:59 pm

    Nice blogpost. I was looking for some information about this parameter and even found all necessary commands! Maybe the Stop/start-ClusterResource command would be a nice addition.

    Reply
  2. Wil says

    December 9, 2015 at 10:27 pm

    Great blog post! Thanks!

    Reply
  3. Gustavo Marques says

    June 24, 2016 at 7:17 pm

    Perfect! Best regards

    Reply
  4. Miika Varis says

    December 14, 2016 at 2:18 am

    Excellent info.

    Reply
  5. Sandeep Patil says

    June 27, 2018 at 4:48 pm

    It is really good blog !!

    Thanks!

    Reply

Leave a Reply to Miika Varis Cancel reply

Your email address will not be published. Required fields are marked *

LATEST ARTICLES

  • Slow Network Speed with Hyper-V Virtual Machines on Windows Server Server 2019
  • Block MS Exchange Server OWA access from Internet
  • Error 1168 – The specified product key could not be validated.
  • Unable to Enable Desktop Icons after Joining to the Domain
  • Veritas BackupExec – A backup set was created which contains no data 0xe00084b7

Copyright © 2020 · www.doitfixit.com · Log in