Share via


New-AzNetAppFilesVolumeGroup

Hiermee maakt u een nieuwe Azure NetApp Files -volumegroep (ANF) samen met de vereiste volumes. Als u een volumegroep maakt, worden alle volumes die in de aanvraagbody zijn opgegeven impliciet gemaakt. Zodra volumes zijn gemaakt met behulp van een volumegroep, worden deze daarna behandeld als normale volumes.

Syntax

New-AzNetAppFilesVolumeGroup
   -ResourceGroupName <String>
   -Location <String>
   -AccountName <String>
   -PoolName <String>
   [-Name <String>]
   [-GroupDescription <String>]
   [-ApplicationType <String>]
   -ApplicationIdentifier <String>
   -ProximityPlacementGroup <String>
   -NodeMemory <Int32>
   [-CapacityOverhead <Int32>]
   [-StartingHostId <Int32>]
   [-HostCount <Int32>]
   [-SystemRole <String>]
   [-Prefix <String>]
   [-Vnet <String>]
   [-SubnetId <String>]
   [-DataSize <Int64>]
   [-DataPerformance <Int32>]
   [-LogSize <Int64>]
   [-LogPerformance <Int32>]
   [-SharedSize <Int64>]
   [-SharedPerformance <Int32>]
   [-DataBackupSize <Int64>]
   [-DataBackupPerformance <Int32>]
   [-LogBackupSize <Int64>]
   [-LogBackupPerformance <Int32>]
   [-HannaSystemReplication]
   [-DisasterRecoveryDestination]
   [-BackupProtocolType <String[]>]
   [-ExportPolicy <PSNetAppFilesVolumeExportPolicy>]
   [-GlobalPlacementRule <System.Collections.Generic.IList`1[Microsoft.Azure.Management.NetApp.Models.PlacementKeyValuePairs]>]
   [-Tag <Hashtable>]
   [-DefaultProfile <IAzureContextContainer>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]
New-AzNetAppFilesVolumeGroup
   -PoolName <String>
   [-Name <String>]
   [-GroupDescription <String>]
   [-ApplicationType <String>]
   -ApplicationIdentifier <String>
   -ProximityPlacementGroup <String>
   -NodeMemory <Int32>
   [-CapacityOverhead <Int32>]
   [-StartingHostId <Int32>]
   [-HostCount <Int32>]
   [-SystemRole <String>]
   [-Prefix <String>]
   [-Vnet <String>]
   [-SubnetId <String>]
   [-DataSize <Int64>]
   [-DataPerformance <Int32>]
   [-LogSize <Int64>]
   [-LogPerformance <Int32>]
   [-SharedSize <Int64>]
   [-SharedPerformance <Int32>]
   [-DataBackupSize <Int64>]
   [-DataBackupPerformance <Int32>]
   [-LogBackupSize <Int64>]
   [-LogBackupPerformance <Int32>]
   [-HannaSystemReplication]
   [-DisasterRecoveryDestination]
   [-BackupProtocolType <String[]>]
   [-ExportPolicy <PSNetAppFilesVolumeExportPolicy>]
   [-GlobalPlacementRule <System.Collections.Generic.IList`1[Microsoft.Azure.Management.NetApp.Models.PlacementKeyValuePairs]>]
   [-Tag <Hashtable>]
   -AccountObject <PSNetAppFilesAccount>
   [-DefaultProfile <IAzureContextContainer>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

Met de cmdlet New-AzNetAppFilesVolumeGroup wordt een ANF VolumeGroup gemaakt.

Voorbeelden

Voorbeeld 1

New-AzNetAppFilesVolumeGroup -ResourceGroupName "MyRG" -AccountName "MyAnfAccount" -PoolName "MyAnfPool" -Name "MyAnfVolumeGroupName" -Location "westus2"  -GroupDescription "MyAnfVolumeGroup Description" -ApplicationIdentifier "SH1" -ProximityPlacementGroup "MyPPGResourceId" -Vnet "MyAnfVnet" -SystemRole "PRIMARY" -NodeMemory 100

Met deze opdracht maakt u de nieuwe 'PRIMARY' ANF VolumeGroup 'MyAnfVolumeGroup' in het account 'MyAnfAccount' met behulp van de proximityPlacementGroup 'MyPPGResourceId', het vnet 'MyAnfVnet' en NodeMemory van 100

Parameters

-AccountName

De naam van het ANF-account

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-AccountObject

Het account voor het nieuwe poolobject

Type:PSNetAppFilesAccount
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-ApplicationIdentifier

Toepassingsspecifieke id, standaard SAP-systeem-id SH1

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-ApplicationType

Toepassingstype, standaard SAP-HANA

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-BackupProtocolType

Een hashtabelmatrix die de protocoltypen voor volumes voor gegevensback-up/logboekback-up standaard NFSv4.1 vertegenwoordigt, wordt gebruikt voor andere volumetypen nfsv4.1.

Type:String[]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-CapacityOverhead

Capaciteitsoverhead %, extra quotum gereserveerd voor momentopnamen tijdens aanbevolen procedures voor het aanpassen van de grootte van het gegevensvolume, standaard 50

Type:Int32
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Confirm

Hiermee wordt u gevraagd om bevestiging voordat u de cmdlet uitvoert.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DataBackupPerformance

Geef de doorvoer op in MiB/s. Als ommited DataBackupPerformance automatisch wordt berekend of een geheel getal opgeven dat de doorvoer vertegenwoordigt.

Type:Nullable<T>[Int32]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DataBackupSize

Geef de capaciteit op (in GiB). Als omgeslagen DataSize automatisch wordt berekend of een geheel getal wordt opgegeven dat de grootte aangeeft.

Type:Nullable<T>[Int64]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DataPerformance

Geef de doorvoer op in MiB/s. Als ommited DataPerformance automatisch wordt berekend of de waarde voor gehele getallen wordt opgegeven die de doorvoer vertegenwoordigt.

Type:Nullable<T>[Int32]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DataSize

Geef de capaciteit op (in GiB). Als omgeslagen DataSize automatisch wordt berekend of een geheel getal wordt opgegeven dat de grootte aangeeft.

Type:Nullable<T>[Int64]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DefaultProfile

De referenties, accounts, tenants en abonnementen die worden gebruikt voor communicatie met Azure.

Type:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DisasterRecoveryDestination

Volumegroepen maken voor herstel na noodgevallen, met behulp van ANF-replicatie tussen regio's, maakt het mogelijk om volumes te repliceren tussen verschillende regio's met behulp van SnapMirror

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ExportPolicy

Een hashtabelmatrix die het exportbeleid vertegenwoordigt, wat gebruikelijk moet zijn voor alle volumes.

Type:PSNetAppFilesVolumeExportPolicy
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-GlobalPlacementRule

Toepassingsspecifieke plaatsingsregels voor de volumegroep

Type:IList<T>[PlacementKeyValuePairs]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-GroupDescription

Groepsbeschrijving, voorbeeld primair voor SH1-{HostId} (standaard)

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-HannaSystemReplication

HANA System Replication (HSR): Replicatie tussen hetzelfde SID-exemplaar op hosts in dezelfde regio of differentiërende regio's. Dit kunnen configuraties voor omhoog of uitschalen zijn.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-HostCount

Aantal SAP HANA-hosts. Totaal aantal SAP HANA-hosts voor scenario's met één of meerdere hosts. De standaardwaarde is 50 voor setups met één host. Momenteel kunnen maximaal 3 knooppunten worden geconfigureerd.

Type:Int32
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Location

De locatie van de resource

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-LogBackupPerformance

Geef de doorvoer op in MiB/s. Als ommited LogBackupPerformance automatisch wordt berekend of een geheel getal opgeven dat de doorvoer vertegenwoordigt.

Type:Nullable<T>[Int32]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-LogBackupSize

Geef de capaciteit op (in GiB). Als omgeslagen DataSize automatisch wordt berekend of een geheel getal wordt opgegeven dat de grootte aangeeft.

Type:Nullable<T>[Int64]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-LogPerformance

Geef de doorvoer op in MiB/s. Als ommited LogPerformance automatisch wordt berekend of de waarde voor gehele getallen wordt opgegeven die de doorvoer vertegenwoordigt.

Type:Nullable<T>[Int32]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-LogSize

Geef de capaciteit op (in GiB). Als omgeslagen LogSize automatisch wordt berekend of een geheel getal opgeven dat de grootte vertegenwoordigt.

Type:Nullable<T>[Int64]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Name

De naam van de ANF VolumeGroup, bijvoorbeeld SAP-HANA-SH00001. Standaard ingesteld op SAP-HANA-{HostId}, waarbij het patroon {HostId} in de naam wordt vervangen door een host-id van 5 cijfers die begint bij 1 voor de single-host en telt op voor de volgende meerdere host, host

Type:String
Aliases:VolumeGroupName
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-NodeMemory

SAP-knooppuntgeheugen (GiB), geheugen op SAP-rekenhost

Type:Int32
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-PoolName

Standaardcapaciteitspool voor volumes, een handmatige QoS-type capaciteitspool gebruiken

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-Prefix

Alle volumenamen worden voorafgegaan door de opgegeven tekst. De standaardwaarden voor voorvoegseltekst zijn afhankelijk van de systeemrol. Voor PRIMARY is het leeg en hoge beschikbaarheid is het "HA - "

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ProximityPlacementGroup

Standaardgroep voor nabijheidsplaatsing, voor gegevens, logboek en indien aanwezig, het gedeelde volume in alle volumegroepen. Hiermee geeft u op dat de gegevens, logboeken en gedeelde volumes moeten worden gemaakt dicht bij de VM's

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-ResourceGroupName

De resourcegroep van de ANF-volumegroep

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-SharedPerformance

Geef de doorvoer op in MiB/s. Als ommited SharedPerformance automatisch wordt berekend of de waarde voor gehele getallen wordt opgegeven die de doorvoer vertegenwoordigt.

Type:Nullable<T>[Int32]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-SharedSize

Geef de capaciteit op (in GiB). Als weggelaten SharedSize automatisch wordt berekend of een geheel getal opgeven dat de grootte aangeeft.

Type:Nullable<T>[Int64]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-StartingHostId

Sap HANA-host-id starten. Host-id 1 geeft de hoofdhost aan. Gedeelde volumes voor gegevensback-up en logboekback-up worden alleen ingericht voor hoofdhost, bijvoorbeeld HostID == 1.1

Type:Int32
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-SubnetId

Standaard gedelegeerd subnet voor alle volumegroepen

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-SystemRole

De rol van het systeem, primair SAP-systeem, HANA-systeemreplicatie (HSR) of DataRecovery-bestemming voor ANF-replicatie tussen regio's (CRR)

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Tag

Een hashtabel die resourcetags vertegenwoordigt

Type:Hashtable
Aliases:Tags
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Vnet

Standaard virtueel netwerk voor alle volumegroepen

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-WhatIf

Hiermee wordt weergegeven wat er zou gebeuren als u de cmdlet uitvoert. De cmdlet wordt niet uitgevoerd.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Invoerwaarden

PSNetAppFilesAccount

Uitvoerwaarden

PSNetAppFilesVolumeGroupDetail