Edit

Share via


Enable-AccelNetManagement

Enables Accelerated Networking Management cluster-wide.

Syntax

Default (Default)

Enable-AccelNetManagement
    [-IntentName] <String>
    [[-NodeReservePercentage] <UInt32>]
    [<CommonParameters>]

Description

Enables AccelNet Management cluster-wide. Also sets the number of nodes to reserve and enables the provided intent for AccelNet Management.

Examples

EXAMPLE 1

Enable-AccelNetManagement -IntentName "MyIntent" -NodeReservePercentage 25

This example enables the MyIntent intent for Accelerated Networking Management and reserves 25 percent of the nodes for that purpose. If the command is successful, it will return $true. If there is an error, it will return $false.

Parameters

-IntentName

The intent name to be used for Accelerated Networking Management. This parameter is required.

This value must be an integer greater than or equal to 0 and less than or equal to 99.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:1
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-NodeReservePercentage

The percentage of cluster nodes that can be down simultaneously while still maintaining enough virtual functions for each VM chosen for Accelerated Networking Management.

If this parameter is left blank, a default of 50% will be assigned.

Parameter properties

Type:UInt32
Default value:$NODE_RESERVE_PERCENTAGE_DEFAULT
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:2
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.