Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

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

Summary: Tiedoissa on microsoft Azure HCI S2D -klusterin käyttöönotto-ohjeet, jotka on dokumentoitu Dell Technologiesin Microsoft HCI Solutions -käyttöönotto-oppaassa.

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Instructions

Seuraavassa näyttökuvassa näkyy kahden solmun HCI-klusterin ympäristö kytketyssä verkossa.  Seuraavat PowerShell-tiedot on mukautettu tätä kokoonpanoa varten, mutta niistä on edelleen hyötyä klusterien, joissa on enemmän solmuja ja kytkimettömän verkkotopologian muokkaaminen.


Microsoft Azure Stack HCI :n kahden solmun klusterin kaavio Windows Active Directoryssa, vaihda verkkoympäristöä.
 
Alla oleva komentosarjaesimerkki ja asennusprosessi on ladattavissa olevan .PDF-version Microsoft HCI Solutions from Dell Technologies -käyttöönotto-oppaan sivuilla 12–21.
Komentosarja suoritetaan sen jälkeen, kun klusterisolmuihin on asennettu käyttöjärjestelmiä, lisätty Active Directory -toimialueeseen ja klusteriverkko on otettu käyttöön.


Kokoonpanokohteet:
  • Windowsin ominaisuusasennus: Hyper-V, vikasietoklusteri, Data Center-Bridging, BitLocker, FS-FileServer, RSAT-Clustering-PowerShell, FS-Data-Deduplikointi
  • Ohjainpäivityksen tarkistus:  Tarkista tukitaulukko
  • Klusterisolmujen nimeäminen uudelleen
  • Klusteritesti, validointi
  • Luo S2D-klusteri
  • Enable Storage Spaces Direct
  • Määritä isännän hallintaverkon prioriteetti reaaliaikaiselle siirrolle
  • Sivutiedoston asetukset: Salli muistivedostilan käyttö
  • Määritä klusteritodistaja
  • Spaces-portin aikakatkaisun määritys
Seuraava komentosarjaesimerkki on mukautettava ympäristöön, jossa HCI-klusteria käytetään.  Palvelimen nimiä, klusterin nimeä, klusterin jakon nimeä ja IP-tietoja on muokattava asennusympäristön parametrien mukaisesti.
Kun kopioit alla olevaa komentosarjatekstiä aiottuun käyttöönottokomentosarjaan, älä paketoi PowerShell-tekstiä.

#Windows ominaisuuden asennus:
Install-WindowsFeature -Name Hyper-V, Failover-Clustering, Data-Center-Bridging, BitLocker, FS-FileServer, RSAT-Clustering-PowerShell, FS-Data-Deduplication -IncludeAllSubFeature
-IncludeManagementTools -verbose



#Retrieve 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*") }



#Assign klusterisolmuun:
Rename-Computer -NewName CN01 -Restart


#Cluster testi
Test-Cluster -Node CN01, CN02 –Include 'Storage Spaces Direct', 'Inventory', 'Network', 'System Configuration'



tallennusvarantolevyjen #Find tila
Get-PhysicalDisk



Uuden S2D-klusterin #Creating:
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


#Enabling Storage Spaces Direct:
Enable-ClusterS2D -Verbose



Edellisten komentojen ##Capturing tulokset
Get-ClusterS2D
Get-StoragePool
Get-StorageSubSystem -FriendlyName *Cluster* | Get-StorageHealthReport



#Configure isännän hallintaverkko matalammalla live-siirron prioriteetilla:
$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



#Page tiedostoasetuksista muistivedoksen tallentamisen varmistamiseksi:
$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


#Disable SMB-allekirjoitus pois käytöstä oletusarvoisesti normaalissa Windows Server -asennuksessa
Set-SmbServerConfiguration -RequireSecuritySignature $FALSE -force



portin aikakatkaisumäärityksen #Spaces muutos:
Set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Services\spaceport \Parameters -Name HwTimeout -Value 0x00002710 -Verbose Restart-Computer -Force


Article Properties


Affected Product

Hyper-converged Systems, Microsoft Windows Server 2022

Product

Microsoft Windows Server 2016, Microsoft Windows Server 2019, Microsoft Windows Server 2022

Last Published Date

12 May 2023

Version

6

Article Type

How To