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

CustomDomainSuffix only in multinode? #101

Closed
BjornAnd opened this issue Sep 2, 2019 · 7 comments
Closed

CustomDomainSuffix only in multinode? #101

BjornAnd opened this issue Sep 2, 2019 · 7 comments

Comments

@BjornAnd
Copy link

BjornAnd commented Sep 2, 2019

Describe the issue
I get the message "You've specified the -customDomainSuffix parameter but not the -multiNode switch. Please rerun the script and provide the -multiNode switch, or remove the -customDomainSuffix if this is an ASDK."
We have been using custom domains since like for ever.. But i don't have a multinode ASDK. :(

Hardware
Physical servers, HP an Dell. 2x Intel E5-2660, 256GB RAM, 4x1TB SSD + 10x6TB HDD

Send the logs
Do you need the logs for this?

Additional context
I don't have any more context, just don't understand this change.

@mattmcspirit
Copy link
Owner

Leave this with me!

@BjornAnd
Copy link
Author

BjornAnd commented Sep 2, 2019

I think i have a workaround.

@mattmcspirit
Copy link
Owner

Yeah, just comment out 1113 to 1117:

    if (($customDomainSuffix -ne "local.azurestack.external") -and ($multinode -eq $false)) {
        Set-Location $ScriptLocation
        Write-Host "You've specified the -customDomainSuffix parameter but not the -multiNode switch. Please rerun the script and provide the -multiNode switch, or remove the -customDomainSuffix if this is an ASDK." -ForegroundColor Red
        Break
    }

Should work fine after that i think!

@BjornAnd
Copy link
Author

BjornAnd commented Sep 2, 2019

as a side note i also had to edit the C:\AzSPoC\Scripts\addImage.ps1
Line 122 (from "Volume1" to "SU1_Volume")

121 if ($multiNode -eq $false) {
122 $imageRootPath = "C:\ClusterStorage\SU1_Volume"
123 }
124 else {
125 $imageRootPath = $azsPath
126 }

@mattmcspirit
Copy link
Owner

Hmm, is that with 1908? I guess the default CSV volume has changed for the ASDK. I'll investigate when my next deployment has finished. Thanks!

@BjornAnd
Copy link
Author

BjornAnd commented Sep 2, 2019

Sorry. Yes. That's the 1908.

@mattmcspirit
Copy link
Owner

Should now be fixed in the 1908 version. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants