Edit

Share via


Set-AccelNetManagement

Sets Accelerated Networking Management cluster-wide.

Syntax

Default (Default)

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

Description

Sets AccelNet Management cluster-wide. Also sets the number of nodes to reserve and enables the provided intent for AccelNet Management. Returns $true upon success, and $false otherwise.

If AccelNet Management is currently active with a certain intent, providing a value for the -IntentName parameter will disable the current AccelNet Management configuration. After disabling the current AccelNet Management configuration, AccelNet Management is reenabled based on the configuration of the new intent.

Examples

EXAMPLE 1

Set-AccelNetManagement -IntentName "LowPerformance" -NodeReservePercentage 10

This example enables the LowPerformance intent for AccelNet Management and reserves 10 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 AccelNet 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.

Parameter properties

Type:UInt32
Default value:0
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.