MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.22k stars 21.37k forks source link

Configure cluster probe #75500

Closed rvahaver closed 3 years ago

rvahaver commented 3 years ago

When attempting to run the PowerShell I am getting errors. Can you verify what is needed or what I may be doing wrong?

Import-Module FailoverClusters

Get-ClusterResource $IPResourceName | Set-ClusterParameter -Multiple @{"Address"="$ILBIP";"ProbePort"=$ProbePort;"SubnetMask"="255.255.255.255";"Network"="$ClusterNetworkName";"EnableDhcp"=0}

WARNING: Module FailoverClusters is loaded in Windows PowerShell using WinPSCompatSession remoting session; please note that all input and output of commands from this module will be deserialized objects. If you want to load this module into PowerShell please use 'Import-Module -SkipEditionCheck' syntax. Set-ClusterParameter: The input object cannot be bound to any parameters for the command either because the command does not take pipeline input or the input and its properties do not match any of the parameters that take pipeline input.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

NavtejSaini-MSFT commented 3 years ago

@rvahaver We are checking this and will get back to you.

MashaMSFT commented 3 years ago

Hi @rvahaver , thanks for reaching out! Are you still having issues? It's not clear given the context of https://github.com/MicrosoftDocs/azure-docs/issues/75477

Thanks! Masha from the SQL Docs team

MashaMSFT commented 3 years ago

Hi @rvahaver , thanks for the clarification! I'll close out this Git Issue as we've processed a change to add this note to the prerequisites :) it should be live next week.

Thanks again for improving our docs and hope you have a wonderful rest of your day! Masha from the SQL Docs team

assign:MashaMSFT

please-close