Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify use of BrowserSvcStartupType when used with failover installs. #1627

Closed
ddubick opened this issue Oct 24, 2020 · 2 comments · Fixed by #1635
Closed

Clarify use of BrowserSvcStartupType when used with failover installs. #1627

ddubick opened this issue Oct 24, 2020 · 2 comments · Fixed by #1635
Labels
documentation The issue is related to documentation only.

Comments

@ddubick
Copy link

ddubick commented Oct 24, 2020

Action: InstallFailoverCluster BrowserSvcStartupType: null
Hello, I would request that you clarify in the documentation the usage of the BrowserSvcStartupType parameter. It took me a day of troubleshooting and finally digging through the code to realize that I needed to specify BrowserSvcStartupType: null when using Action: InstallFailoverCluster (and AddNode) - and probably the two other cluster options.

Thank you.

@johlju
Copy link
Member

johlju commented Oct 29, 2020

Thank you for sending in a issue for this! It will help another person and I label this so someone in the community can update the documentation.

@johlju johlju added documentation The issue is related to documentation only. help wanted The issue is up for grabs for anyone in the community. labels Oct 29, 2020
@ddubick
Copy link
Author

ddubick commented Oct 29, 2020

To clarify, any other option on BrowserSvcStartupType results in the setup.exe complaining that BROWSERSVCSTARTUPTYPE cannot be used with action INSTALLFAILOVERCLUSTER.

@johlju johlju added in progress The issue is being actively worked on by someone. and removed help wanted The issue is up for grabs for anyone in the community. labels Nov 22, 2020
johlju added a commit that referenced this issue Nov 22, 2020
- SqlSetup
  - Added a note to the documentation that the parameter `BrowserSvcStartupType`
    cannot be used for configurations that utilize the `'InstallFailoverCluster'`
    action (issue #1627).
  - Minor change to the evaluation of the parameter `BrowserSvcStartupType`,
    if it has an assigned a value or not.
@johlju johlju removed the in progress The issue is being actively worked on by someone. label Nov 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation The issue is related to documentation only.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants