Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products

Dell Microsoft Azure Stack HCI -klusterin käyttöönotto

Summary: Tässä artikkelissa on tietoja ja ohjeita Microsoft Azure Hyperconverged Infrastructure (HCI) S2D -klusterin käyttöönottoon, joka on kuvattu Dell Technologiesin Microsoft HCI Solutions -oppaassa. ...

This article applies to   This article does not apply to 

Instructions

Alla oleva näyttökuva esittää kaksisolmuisen HCI-klusterin ympäristöä kytketyssä verkossa. Alla olevat PowerShell-tiedot on mukautettu tätä kokoonpanoa varten, mutta ne ovat edelleen hyödyllisiä muokattaessa klustereita, joissa on enemmän solmuja ja kytkimetön verkkotopologia.
Kaavio Microsoft Azure Stack HCI:n kahdesta solmuklusterista Windows Active Directoryssa, vaihda verkkoympäristöä.
 
Komentosarjaesimerkki ja asennusohjeet ovat Dell Technologiesin käyttöönotto-oppaan Microsoft HCI Solutions -julkaisun sivuilla 12–21. Komentosarja suoritetaan sen jälkeen, kun klusterisolmujen käyttöjärjestelmät on asennettu, lisätty Active Directory -domainiin ja klusteriverkko on otettu käyttöön.

Kokoonpanon kohteet:
  • Windowsin ominaisuuksien asennus: Hyper-V, vikasietoklusterit, konesalin silloitus, BitLocker, FS-FileServer, RSAT-klusterointi-PowerShell, FS-data-deduplikointi
  • Ajuripäivityksen tarkistus:  Tarkista tukitaulukko
  • Nimeä klusterisolmut uudelleen
  • Klusteritestin vahvistus
  • S2D-klusterin luominen
  • Ota Storage Spaces Direct käyttöön
  • Määritä isännän hallintaverkon prioriteetti reaaliaikaista siirtoa varten
  • Sivun tiedostoasetukset: Salli muistin tyhjennystila
  • Klusterin todistajan määrittäminen
  • Spaces-portin aikakatkaisumääritys
Alla oleva komentosarjaesimerkki on mukautettava ympäristöön, jossa HCI-klusteria ollaan ottamassa käyttöön. Palvelinten nimiä, klusterin nimeä, klusterijaon nimeä ja IP-tietoja on muutettava asennusympäristön parametrien mukaisiksi. Kun kopioit alla olevan komentosarjan tekstin aiottuun käyttöönottokomentosarjaan, ÄLÄ rivitä PowerShell-tekstiä.

Windowsin ominaisuuksien asennus:
Install-WindowsFeature -Name Hyper-V, Failover-Clustering, Data-Center-Bridging, BitLocker, FS-FileServer, RSAT-Clustering-PowerShell, FS-Data-Deduplication -IncludeAllSubFeature
-IncludeManagementTools -verbose
Hae ohjainversioiden luettelo:
Get-PnpDevice | Select-Object Name, @{l='DriverVersion';e={(Get-PnpDeviceProperty -InstanceId $_.InstanceId -KeyName 'DEVPKEY_Device_DriverVersion').Data}} -Unique |
Where-Object {($_.Name -like "*HBA*") -or ($_.Name -like "*mellanox*") -or ($_.Name -like "*Qlogic*") -or ($_.Name -like "*X710*") -or ($_.Name -like "*intel*") -or ($_.Name -like "*Broadcom*") -or ($_.Name -like "*marvell*") }
Määritä klusterisolmun nimi:
Rename-Computer -NewName CN01 -Restart
Klusteritesti
Test-Cluster -Node CN01, CN02 –Include 'Storage Spaces Direct', 'Inventory', 'Network', 'System Configuration'
Tallennusvarantojen levyjen tilan selvittäminen
Get-PhysicalDisk
Uuden S2D-klusterin luominen
New-Cluster -Name S2DSystem -Node CN01, CN02 -StaticAddress 192.168.10.33 -NoStorage -IgnoreNetwork 172.16.103.0/24, 172.16.104.0/24 -Verbose
Storage Spaces Directin käyttöönotto:
Enable-ClusterS2D -Verbose
Aiempien komentojen tulosten kerääminen
Get-ClusterS2D
Get-StoragePool
Get-StorageSubSystem -FriendlyName *Cluster* | Get-StorageHealthReport
Isännän hallintaverkon määrittäminen alemmalle prioriteetille reaaliaikaista siirtoa varten:
$clusterResourceType = Get-ClusterResourceType -Name 'Virtual Machine'
$hostNetworkID = Get-ClusterNetwork | Where-Object { $_.Address -eq ‘192.168.10.0’ } |
Select-Object -ExpandProperty ID
$otherNetworkID = (Get-ClusterNetwork).Where({$_.ID -ne $hostnetworkID}).ID
$newMigrationOrder = ($otherNetworkID + $hostNetworkID) -join ';'
Set-ClusterParameter -InputObject $clusterResourceType -Name MigrationNetworkOrder -Value
$newMigrationOrder
Set-VmHost -VirtualMachine MigrationPerformanceOption SMB
Sivutiedostojen asetukset, joilla varmistetaan muistivedoksen tallentaminen:
$blockCacheMB = (Get-Cluster).BlockCacheSize

$blockCacheMB = (Get-Cluster).BlockCacheSize
$pageFilePath = "C:\pagefile.sys"
$initialSize = [Math]::Round(51200 + $blockCacheMB)
$maximumSize = [Math]::Round(51200 + $blockCacheMB)
$system = Get-WmiObject -Class Win32_ComputerSystem -EnableAllPrivileges
if ($system.AutomaticManagedPagefile) {
$system.AutomaticManagedPagefile = $false
$system.Put()
}
$currentPageFile = Get-WmiObject -Class Win32_PageFileSetting
if ($currentPageFile.Name -eq $pageFilePath)
{
$currentPageFile.InitialSize = $InitialSize
$currentPageFile.MaximumSize = $MaximumSize
$currentPageFile.Put()
}else{
$currentPageFile.Delete()
Set-WmiInstance -Class Win32_PageFileSetting -Arguments @{Name=$pageFilePath;
InitialSize = $initialSize; MaximumSize = $maximumSize}
}
#Configure cluster witness. Active Directory Cluster Name Object must be given write access on file #share before running this step:
Set-ClusterQuorum -NodeAndFileShareMajority \\VDC01\ClusterQuorum

Poista SMB (Server Message Block) -allekirjoitus käytöstä; oletusarvoisesti poissa käytöstä normaalissa Windows Server -asennuksessa.

Set-SmbServerConfiguration -RequireSecuritySignature $FALSE -force
Spaces-portin aikakatkaisukokoonpanon muutos:
Set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Services\spaceport \Parameters -Name HwTimeout -Value 0x00002710 -Verbose Restart-Computer -Force

Affected Products

Hyper-converged Systems, Microsoft Windows Server 2016, Microsoft Windows Server 2019, Microsoft Windows Server 2022

Products

Microsoft Windows Server 2016, Microsoft Windows Server 2019, Microsoft Windows Server 2022
Article Properties
Article Number: 000201913
Article Type: How To
Last Modified: 15 Aug 2024
Version:  7
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.